From 64431e7a735531c148b07cfd3fff4d36e73f0608 Mon Sep 17 00:00:00 2001 From: Charles T Date: Sun, 26 Nov 2023 18:56:40 +0800 Subject: [PATCH] Sync --- app/Exceptions/Handler.php | 2 +- app/FirstParty/DFS/DFSBacklinks.php | 40 - app/Helpers/FirstParty/Aictio/Aictio.php | 54 + app/Helpers/FirstParty/DFS/DFSBacklinks.php | 82 + app/Helpers/FirstParty/DFS/DFSCommon.php | 132 + app/Helpers/FirstParty/DFS/DFSOnPage.php | 41 + app/Helpers/FirstParty/DFS/DFSResponse.php | 63 + app/{ => Helpers}/FirstParty/DFS/DFSSerp.php | 3 +- app/Helpers/FirstParty/OpenAI/OpenAI.php | 177 +- app/Helpers/Global/string_helper.php | 149 + app/Http/.DS_Store | Bin 6148 -> 0 bytes app/Http/Controllers/.DS_Store | Bin 6148 -> 0 bytes .../Front/FrontDiscoverController.php | 70 + .../Controllers/Front/FrontHomeController.php | 83 + .../Front/FrontSearchController.php | 10 + app/Http/Controllers/Front/HomeController.php | 14 - app/Http/Controllers/TestOnPageController.php | 36 + .../Tests/GeneralTestController.php | 38 + app/Http/Kernel.php | 3 + app/Jobs/GetAIToolScreenshotJob.php | 37 + app/Jobs/GetUrlBodyJob.php | 35 + app/Jobs/ParseUrlBodyJob.php | 35 + app/Jobs/ShopeeSellerTopProductScraperJob.php | 55 - app/Jobs/StoreSearchEmbeddingJob.php | 65 + .../Tasks/GenerateShopeeAIArticleTask.php | 278 - app/Jobs/Tasks/GetAIToolScreenshotTask.php | 87 + app/Jobs/Tasks/GetUrlBodyTask.php | 204 + app/Jobs/Tasks/ParseUrlBodyTask.php | 197 + app/Jobs/Tasks/SaveShopeeSellerImagesTask.php | 355 - .../ShopeeSellerTopProductScraperTask.php | 133 - app/Jobs/Tasks/UrlCrawlerTask.php | 236 - app/Models/AiTool.php | 82 + .../{PostCategory.php => AiToolKeyword.php} | 22 +- app/Models/AiWriteup.php | 55 - app/Models/Author.php | 47 - app/Models/Category.php | 21 +- app/Models/CountryLocale.php | 44 - app/Models/DailyTaskSchedule.php | 33 - app/Models/DraftPost.php | 11 - app/Models/FailedJob.php | 38 - app/Models/Post.php | 236 - app/Models/SearchEmbedding.php | 54 + app/Models/ServiceCostUsage.php | 44 + app/Models/ShopeeSellerCategory.php | 45 - app/Models/ShopeeSellerScrape.php | 57 - app/Models/ShopeeSellerScrapedImage.php | 44 - app/Models/UrlToCrawl.php | 47 + app/Providers/ViewServiceProvider.php | 13 +- app/View/Composers/CategoryComposer.php | 14 +- app/View/Composers/StatsComposer.php | 16 + composer.json | 5 +- composer.lock | 193 +- config/dataforseo.php | 5 + config/platform/uploads.php | 19 + config/responsecache.php | 94 + ...2_08_03_000000_create_vector_extension.php | 27 + ...3_07_24_154301_create_categories_table.php | 12 +- ...1_24_140206_create_url_to_crawls_table.php | 35 + ...52806_create_service_cost_usages_table.php | 34 + ...023_11_26_071759_create_ai_tools_table.php | 45 + ...6_072107_create_ai_tool_keywords_table.php | 37 + ..._072145_create_search_embeddings_table.php | 38 + ...24_154258_create_country_locales_table.php | 0 ...2023_07_26_155110_create_authors_table.php | 0 .../2023_07_26_155118_create_posts_table.php | 0 ...26_161726_create_post_categories_table.php | 0 ...805_create_shopee_seller_scrapes_table.php | 0 ...ate_shopee_seller_scraped_images_table.php | 0 ..._09_30_060521_create_ai_writeups_table.php | 0 ..._132038_create_shopee_categories_table.php | 0 ...4735_create_daily_task_schedules_table.php | 0 database/seeders/CountryLocaleSeeder.php | 28 - database/seeders/ParentCategorySeeder.php | 74 + database/seeders/PostsSeeder.php | 61 - database/seeders/SampleDomainSeeder.php | 57 + .../seeders/ShopeeBeautyCategorySeeder.php | 664 - .../seeders/ShopeeFitnessCategorySeeder.php | 28 - .../seeders/ShopeeHealthCategorySeeder.php | 301 - .../ShopeeHomeLivingCategorySeeder.php | 28 - database/seeders/ShopeeTechCategorySeeder.php | 531 - .../build/assets/NativeImageBlock-78162560.js | 427 +- public/build/assets/PostEditor-5f10a2ff.js | 15268 ++++- public/build/assets/VueEditorJs-8bfa8291.js | 8796 ++- public/build/assets/bundle-13ffaba5.js | 782 +- public/build/assets/bundle-9b767e03.js | 737 +- public/build/manifest.json | 76 +- .../css/{admin-app.css => app-admin.css} | 0 .../css/{front-app.css => app-front.css} | 56 + .../backlinks/topaitools-all-backlinks/1.json | 46032 +++++++++++++++ .../backlinks/topaitools-all-backlinks/2.json | 46032 +++++++++++++++ .../backlinks/topaitools-all-backlinks/3.json | 46032 +++++++++++++++ .../backlinks/topaitools-all-backlinks/4.json | 46032 +++++++++++++++ .../backlinks/topaitools-all-backlinks/5.json | 46032 +++++++++++++++ .../backlinks/topaitools-all-backlinks/6.json | 9416 +++ .../topaitools-live-backlinks/1.json | 48921 ++++++++++++++++ .../topaitools-live-backlinks/2.json | 46032 +++++++++++++++ .../topaitools-live-backlinks/3.json | 46032 +++++++++++++++ .../topaitools-live-backlinks/4.json | 46032 +++++++++++++++ .../topaitools-live-backlinks/5.json | 40972 +++++++++++++ resources/data/domains/topaitools-lg.txt | 234 + resources/data/domains/topaitools.txt | 20 + resources/js/{admin-app.js => app-admin.js} | 0 resources/js/{front-app.js => app-front.js} | 0 resources/js/ziggy.js | 2 +- resources/markdown/disclaimer.md | 29 + resources/markdown/privacy.md | 241 + resources/markdown/terms.md | 201 + resources/sass/_variables.scss | 32 +- .../sass/{admin-app.scss => app-admin.scss} | 0 resources/sass/app-front.scss | 29 + resources/sass/front-app.scss | 7 - resources/views/admin/about.blade.php | 2 +- resources/views/admin/changelog.blade.php | 2 +- resources/views/admin/home.blade.php | 2 +- .../admin => admin/layouts}/app.blade.php | 10 +- .../admin => admin/layouts}/footer.blade.php | 0 .../admin => admin/layouts}/guest.blade.php | 4 +- .../admin => admin/layouts}/header.blade.php | 0 .../layouts}/navigation.blade.php | 0 resources/views/admin/posts.blade.php | 2 +- resources/views/admin/posts/manage.blade.php | 2 +- resources/views/admin/posts/upsert.blade.php | 2 +- resources/views/admin/users/index.blade.php | 2 +- resources/views/auth/profile.blade.php | 2 +- resources/views/auth/verify.blade.php | 2 +- resources/views/front/country.blade.php | 2 +- resources/views/front/country_all.blade.php | 2 +- .../views/front/country_category.blade.php | 2 +- resources/views/front/discover.blade.php | 47 + .../views/front/discover_category.blade.php | 7 + resources/views/front/home.blade.php | 87 +- .../front => front/layouts}/app.blade.php | 10 +- .../views/front/layouts/footer.blade.php | 13 + .../front => front/layouts}/header.blade.php | 0 .../views/front/layouts/navigation.blade.php | 12 + resources/views/front/pages.blade.php | 13 + .../front/partials/ai-tool-card.blade.php | 22 + .../front/partials/breadcrumbs.blade.php | 12 + resources/views/front/post.blade.php | 2 +- .../views/layouts/front/footer.blade.php | 22 - .../views/layouts/front/navigation.blade.php | 13 - routes/tests.php | 25 + routes/web.php | 16 +- vite.config.js | 8 +- 144 files changed, 497072 insertions(+), 3730 deletions(-) delete mode 100644 app/FirstParty/DFS/DFSBacklinks.php create mode 100644 app/Helpers/FirstParty/Aictio/Aictio.php create mode 100644 app/Helpers/FirstParty/DFS/DFSBacklinks.php create mode 100644 app/Helpers/FirstParty/DFS/DFSCommon.php create mode 100644 app/Helpers/FirstParty/DFS/DFSOnPage.php create mode 100644 app/Helpers/FirstParty/DFS/DFSResponse.php rename app/{ => Helpers}/FirstParty/DFS/DFSSerp.php (95%) delete mode 100644 app/Http/.DS_Store delete mode 100644 app/Http/Controllers/.DS_Store create mode 100644 app/Http/Controllers/Front/FrontDiscoverController.php create mode 100644 app/Http/Controllers/Front/FrontHomeController.php create mode 100644 app/Http/Controllers/Front/FrontSearchController.php delete mode 100644 app/Http/Controllers/Front/HomeController.php create mode 100644 app/Http/Controllers/TestOnPageController.php create mode 100644 app/Http/Controllers/Tests/GeneralTestController.php create mode 100644 app/Jobs/GetAIToolScreenshotJob.php create mode 100644 app/Jobs/GetUrlBodyJob.php create mode 100644 app/Jobs/ParseUrlBodyJob.php delete mode 100644 app/Jobs/ShopeeSellerTopProductScraperJob.php create mode 100644 app/Jobs/StoreSearchEmbeddingJob.php delete mode 100644 app/Jobs/Tasks/GenerateShopeeAIArticleTask.php create mode 100644 app/Jobs/Tasks/GetAIToolScreenshotTask.php create mode 100644 app/Jobs/Tasks/GetUrlBodyTask.php create mode 100644 app/Jobs/Tasks/ParseUrlBodyTask.php delete mode 100644 app/Jobs/Tasks/SaveShopeeSellerImagesTask.php delete mode 100644 app/Jobs/Tasks/ShopeeSellerTopProductScraperTask.php delete mode 100644 app/Jobs/Tasks/UrlCrawlerTask.php create mode 100644 app/Models/AiTool.php rename app/Models/{PostCategory.php => AiToolKeyword.php} (57%) delete mode 100644 app/Models/AiWriteup.php delete mode 100644 app/Models/Author.php delete mode 100644 app/Models/CountryLocale.php delete mode 100644 app/Models/DailyTaskSchedule.php delete mode 100644 app/Models/DraftPost.php delete mode 100644 app/Models/FailedJob.php delete mode 100644 app/Models/Post.php create mode 100644 app/Models/SearchEmbedding.php create mode 100644 app/Models/ServiceCostUsage.php delete mode 100644 app/Models/ShopeeSellerCategory.php delete mode 100644 app/Models/ShopeeSellerScrape.php delete mode 100644 app/Models/ShopeeSellerScrapedImage.php create mode 100644 app/Models/UrlToCrawl.php create mode 100644 app/View/Composers/StatsComposer.php create mode 100644 config/platform/uploads.php create mode 100644 config/responsecache.php create mode 100644 database/migrations/2022_08_03_000000_create_vector_extension.php create mode 100644 database/migrations/2023_11_24_140206_create_url_to_crawls_table.php create mode 100644 database/migrations/2023_11_26_052806_create_service_cost_usages_table.php create mode 100644 database/migrations/2023_11_26_071759_create_ai_tools_table.php create mode 100644 database/migrations/2023_11_26_072107_create_ai_tool_keywords_table.php create mode 100644 database/migrations/2023_11_26_072145_create_search_embeddings_table.php rename database/migrations/{ => disabled}/2023_07_24_154258_create_country_locales_table.php (100%) rename database/migrations/{ => disabled}/2023_07_26_155110_create_authors_table.php (100%) rename database/migrations/{ => disabled}/2023_07_26_155118_create_posts_table.php (100%) rename database/migrations/{ => disabled}/2023_07_26_161726_create_post_categories_table.php (100%) rename database/migrations/{ => disabled}/2023_09_29_123805_create_shopee_seller_scrapes_table.php (100%) rename database/migrations/{ => disabled}/2023_09_29_144924_create_shopee_seller_scraped_images_table.php (100%) rename database/migrations/{ => disabled}/2023_09_30_060521_create_ai_writeups_table.php (100%) rename database/migrations/{ => disabled}/2023_10_01_132038_create_shopee_categories_table.php (100%) rename database/migrations/{ => disabled}/2023_10_01_144735_create_daily_task_schedules_table.php (100%) delete mode 100644 database/seeders/CountryLocaleSeeder.php create mode 100644 database/seeders/ParentCategorySeeder.php delete mode 100644 database/seeders/PostsSeeder.php create mode 100644 database/seeders/SampleDomainSeeder.php delete mode 100644 database/seeders/ShopeeBeautyCategorySeeder.php delete mode 100644 database/seeders/ShopeeFitnessCategorySeeder.php delete mode 100644 database/seeders/ShopeeHealthCategorySeeder.php delete mode 100644 database/seeders/ShopeeHomeLivingCategorySeeder.php delete mode 100644 database/seeders/ShopeeTechCategorySeeder.php rename resources/css/{admin-app.css => app-admin.css} (100%) rename resources/css/{front-app.css => app-front.css} (61%) create mode 100644 resources/data/dfs/backlinks/topaitools-all-backlinks/1.json create mode 100644 resources/data/dfs/backlinks/topaitools-all-backlinks/2.json create mode 100644 resources/data/dfs/backlinks/topaitools-all-backlinks/3.json create mode 100644 resources/data/dfs/backlinks/topaitools-all-backlinks/4.json create mode 100644 resources/data/dfs/backlinks/topaitools-all-backlinks/5.json create mode 100644 resources/data/dfs/backlinks/topaitools-all-backlinks/6.json create mode 100644 resources/data/dfs/backlinks/topaitools-live-backlinks/1.json create mode 100644 resources/data/dfs/backlinks/topaitools-live-backlinks/2.json create mode 100644 resources/data/dfs/backlinks/topaitools-live-backlinks/3.json create mode 100644 resources/data/dfs/backlinks/topaitools-live-backlinks/4.json create mode 100644 resources/data/dfs/backlinks/topaitools-live-backlinks/5.json create mode 100644 resources/data/domains/topaitools-lg.txt create mode 100644 resources/data/domains/topaitools.txt rename resources/js/{admin-app.js => app-admin.js} (100%) rename resources/js/{front-app.js => app-front.js} (100%) create mode 100644 resources/markdown/disclaimer.md create mode 100644 resources/markdown/privacy.md create mode 100644 resources/markdown/terms.md rename resources/sass/{admin-app.scss => app-admin.scss} (100%) create mode 100644 resources/sass/app-front.scss delete mode 100644 resources/sass/front-app.scss rename resources/views/{layouts/admin => admin/layouts}/app.blade.php (81%) rename resources/views/{layouts/admin => admin/layouts}/footer.blade.php (100%) rename resources/views/{layouts/admin => admin/layouts}/guest.blade.php (90%) rename resources/views/{layouts/admin => admin/layouts}/header.blade.php (100%) rename resources/views/{layouts/admin => admin/layouts}/navigation.blade.php (100%) create mode 100644 resources/views/front/discover.blade.php create mode 100644 resources/views/front/discover_category.blade.php rename resources/views/{layouts/front => front/layouts}/app.blade.php (86%) create mode 100644 resources/views/front/layouts/footer.blade.php rename resources/views/{layouts/front => front/layouts}/header.blade.php (100%) create mode 100644 resources/views/front/layouts/navigation.blade.php create mode 100644 resources/views/front/pages.blade.php create mode 100644 resources/views/front/partials/ai-tool-card.blade.php create mode 100644 resources/views/front/partials/breadcrumbs.blade.php delete mode 100644 resources/views/layouts/front/footer.blade.php delete mode 100644 resources/views/layouts/front/navigation.blade.php diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 690b4a1..b152e40 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -38,7 +38,7 @@ public function register() 'status' => -1, ], 404); } else { - return redirect()->route('home', [], 301); + return redirect()->route('front.home', [], 301); } }); } diff --git a/app/FirstParty/DFS/DFSBacklinks.php b/app/FirstParty/DFS/DFSBacklinks.php deleted file mode 100644 index 4276b97..0000000 --- a/app/FirstParty/DFS/DFSBacklinks.php +++ /dev/null @@ -1,40 +0,0 @@ - $target, - 'search_after_token' => $search_after_token, - 'value' => $value, - 'mode' => 'as_is', - ]; - - try { - $response = Http::timeout($api_timeout)->withBasicAuth(config('dataforseo.login'), config('dataforseo.password'))->withBody( - json_encode([(object) $query]) - )->post("{$api_url}{$api_version}backlinks/backlinks/live"); - - if ($response->successful()) { - return $response->body(); - } - } catch (Exception $e) { - return null; - } - - return null; - - } -} diff --git a/app/Helpers/FirstParty/Aictio/Aictio.php b/app/Helpers/FirstParty/Aictio/Aictio.php new file mode 100644 index 0000000..d9c1711 --- /dev/null +++ b/app/Helpers/FirstParty/Aictio/Aictio.php @@ -0,0 +1,54 @@ + 'hireblitz260823', + ])->withOptions(['verify' => (app()->environment() == 'local') ? false : false])->timeout(800) + ->get('https://aictio.applikuapp.com/api/embeddings', + [ + 'input' => $embedding_query, + ] + ); + + $embedding_response = json_decode($response->body(), true); + + if (is_null($embedding_response)) { + throw new Exception('Embedding response failed, null response'); + } + + if (isset($embedding_response['error'])) { + throw new Exception($embedding_response['error']); + } + + return new Vector(array_values($embedding_response)[0]); + } catch (Exception $e) { + $currentAttempt++; + if ($currentAttempt >= $maxRetries) { + throw $e; + } + // Optional: Add sleep for a few seconds if you want to delay the next attempt + // sleep(1); + } + } + } +} diff --git a/app/Helpers/FirstParty/DFS/DFSBacklinks.php b/app/Helpers/FirstParty/DFS/DFSBacklinks.php new file mode 100644 index 0000000..87fdaaa --- /dev/null +++ b/app/Helpers/FirstParty/DFS/DFSBacklinks.php @@ -0,0 +1,82 @@ +result[0]->items as $item) { + $candidate_domain = CandidateDomain::where('from_domain', $item->domain_from)->first(); + + if (is_null($candidate_domain)) { + $candidate_domain = new CandidateDomain; + $candidate_domain->to_url = $item->url_to; + $candidate_domain->from_domain = $item->domain_from; + $candidate_domain->from_tld = get_tld_from_url($item->url_from); + + if (is_array($item->domain_from_platform_type)) { + $candidate_domain->platform_type = implode(',', $item->domain_from_platform_type); + } else { + $candidate_domain->platform_type = $item->domain_from_platform_type; + } + + $candidate_domain->from_url = $item->url_from; + $candidate_domain->from_title = $item->page_from_title; + $candidate_domain->from_image_alt = $item->alt; + $candidate_domain->from_image_url = $item->image_url; + $candidate_domain->save(); + + } + } + } + } + } + + public static function backlinksPaginationLive($target, $search_after_token, $value = 1000) + { + $api_url = config('dataforseo.url'); + + $api_version = config('dataforseo.api_version'); + + $api_timeout = config('dataforseo.timeout'); + + $query = [ + 'target' => $target, + 'search_after_token' => $search_after_token, + 'value' => $value, + 'mode' => 'as_is', + ]; + + try { + $response = Http::timeout($api_timeout)->withBasicAuth(config('dataforseo.login'), config('dataforseo.password'))->withBody( + json_encode([(object) $query]) + )->post("{$api_url}{$api_version}backlinks/backlinks/live"); + + if ($response->successful()) { + return $response->body(); + } + } catch (Exception $e) { + return null; + } + + return null; + + } +} diff --git a/app/Helpers/FirstParty/DFS/DFSCommon.php b/app/Helpers/FirstParty/DFS/DFSCommon.php new file mode 100644 index 0000000..d00a269 --- /dev/null +++ b/app/Helpers/FirstParty/DFS/DFSCommon.php @@ -0,0 +1,132 @@ + 'task', + 'path' => implode('/', $task_object->getPath()), + 'id' => $task_object->getId(), + 'is_successful' => $task_object->isSuccessful(), + 'result' => $task_object->getResult(), + 'message' => $task_object->getStatusMessage(), + ]; + + } + + public static function getTasks($response) + { + + $dfs_object = new DFSResponse($response); + + if ($dfs_object->isSuccessful()) { + return $dfs_object->getTasks(); + } + + return []; + } + + public static function getTask($response, $key) + { + $tasks = self::getTasks($response); + + if (count($tasks) > 0) { + if (isset($tasks[$key])) { + $task_object = $tasks[$key]; + + if (count($tasks) > 1) { + $task_object->client_message = 'There are '.count($tasks).' tasks.'; + } + + return $task_object; + } + } + + return null; + } + + public static function apiCall($method, $action_url, $query) + { + + $api_url = self::getApiUrl(); + + $api_version = config('dataforseo.api_version'); + + $api_timeout = config('dataforseo.timeout'); + + $full_api_url = "{$api_url}{$api_version}{$action_url}"; + + dump($full_api_url); + dump($query); + + $http_object = Http::timeout($api_timeout)->withBasicAuth(config('dataforseo.login'), config('dataforseo.password')); + + if (strtoupper($method) == 'GET') { + try { + $response = $http_object->withUrlParameters( + json_encode([(object) $query]) + )->get(''); + + } catch (Exception $e) { + return self::defaultFailedResponse($e); + } + + } elseif (strtoupper($method) == 'POST') { + try { + $response = $http_object->withBody( + json_encode([(object) $query]) + )->post("{$api_url}{$api_version}{$action_url}"); + } catch (Exception $e) { + return self::defaultFailedResponse($e); + } + } else { + throw new Exception('Invalid action method parameter.'); + } + + if ($response->successful()) { + return json_decode($response->body(), false); + } + + return self::defaultFailedResponse(); + + } + + public static function getApiUrl() + { + $api_url = config('dataforseo.url'); + + if (config('dataforseo.sandbox_mode')) { + $api_url = config('dataforseo.sandbox_url'); + } + + return $api_url; + } + + private static function defaultFailedResponse(Exception $e = null) + { + $message = 'No such url.'; + + if (! is_null($e)) { + $message = $e->getMessage(); + } + + return (object) [ + 'version' => '-1', + 'status_code' => -1, + 'status_message' => $message, + 'time' => '0 sec.', + 'cost' => 0, + 'tasks_count' => 0, + 'tasks_error' => 0, + 'tasks' => [], + ]; + } +} diff --git a/app/Helpers/FirstParty/DFS/DFSOnPage.php b/app/Helpers/FirstParty/DFS/DFSOnPage.php new file mode 100644 index 0000000..f9782a0 --- /dev/null +++ b/app/Helpers/FirstParty/DFS/DFSOnPage.php @@ -0,0 +1,41 @@ + now()->subDays($from_days)->format('Y-m-d H:i:s P'), + 'datetime_to' => now()->subDays($to_days)->format('Y-m-d H:i:s P'), + ]; + + if ($limit != 1000) { + $query['limit'] = $limit; + } + if ($offset != 0) { + $query['offset'] = $offset; + } + + $response = DFSCommon::apiCall('POST', 'on_page/id_list', $query); + + return $response; + } + + // https://docs.dataforseo.com/v3/on_page/task_post/ + public static function taskPost($target, $max_crawl_pages = 1) + { + + $query = [ + 'target' => $target, + 'max_crawl_pages' => $max_crawl_pages, + ]; + + $response = DFSCommon::apiCall('POST', 'on_page/task_post', $query); + + return $response; + } +} diff --git a/app/Helpers/FirstParty/DFS/DFSResponse.php b/app/Helpers/FirstParty/DFS/DFSResponse.php new file mode 100644 index 0000000..9537f5d --- /dev/null +++ b/app/Helpers/FirstParty/DFS/DFSResponse.php @@ -0,0 +1,63 @@ +response = $response; + } + + public function isSuccessful() + { + return ($this->response->status_code == 20000) ? true : false; + } + + public function getStatusCode() + { + return $this->response->status_code; + } + + public function getStatusMessage() + { + return $this->response->status_message; + } + + public function getTasks() + { + return $this->response->tasks; + } + + public function getResult() + { + return $this->response->result; + } + + public function getResultCount() + { + return $this->response->result_count; + } + + public function getId() + { + return $this->response->id; + } + + public function getCost() + { + return $this->response->cost; + } + + public function getPath() + { + return $this->response->path; + } + + public function getData() + { + return $this->response->data; + } +} diff --git a/app/FirstParty/DFS/DFSSerp.php b/app/Helpers/FirstParty/DFS/DFSSerp.php similarity index 95% rename from app/FirstParty/DFS/DFSSerp.php rename to app/Helpers/FirstParty/DFS/DFSSerp.php index e531486..e66cdea 100644 --- a/app/FirstParty/DFS/DFSSerp.php +++ b/app/Helpers/FirstParty/DFS/DFSSerp.php @@ -9,7 +9,8 @@ class DFSSerp { public static function liveAdvanced($se, $se_type, $keyword, $location_name, $language_code, $depth, $search_param = null) { - $api_url = config('dataforseo.url'); + + $api_url = DFSCommon::getApiUrl(); $api_version = config('dataforseo.api_version'); diff --git a/app/Helpers/FirstParty/OpenAI/OpenAI.php b/app/Helpers/FirstParty/OpenAI/OpenAI.php index bea9760..64e732a 100644 --- a/app/Helpers/FirstParty/OpenAI/OpenAI.php +++ b/app/Helpers/FirstParty/OpenAI/OpenAI.php @@ -8,85 +8,152 @@ class OpenAI { - public static function writeProductArticle($excerpt, $photos, $categories) + public static function getSiteSummary($parent_categories, $user_prompt, $model_max_tokens = 1536, $timeout = 60) { - //$excerpt = substr($excerpt, 0, 1500); + $openai_config = 'openai-gpt-3-5-turbo-1106'; - $category_str = implode('|', $categories); + $category_list = implode('|', $parent_categories->pluck('name')->toArray()); - $system_prompt = ' - You are tasked with writing a product introduction & review article using the provided excerpt. Write as if you are reviewing the product by a third party, avoiding pronouns. Emphasize the product\'s performance, features, and notable aspects. Do not mention marketplace-related information. Return the output as a minified JSON in this format: - {"category": "($category_str)","title": "(Start with product name, 60-70 characters)","excerpt": "(150-160 characters, do not start with a verb)","cliffhanger": "(70-80 characters, enticing sentence)","body": "(Markdown, 700-900 words)"} + $system_prompt = "Based on the website content containing an AI tool, return a valid JSON containing:\n{\n\"is_ai_tool\":(true|false),\n\"ai_tool_name\":\"(AI Tool Name)\",\n\"is_app_web_both\":\"(app|web|both)\",\n\"tagline\":\"(One line tagline in 6-8 words)\",\n\"summary\": \"(Summary of AI tool in 2-3 parapgraphs, 140-180 words using grade 8 US english)\",\n\"pricing_type\": \"(Free|Free Trial|Freemium|Subscription|Usage Based)\",\n\"main_category\": \"(AI Training|Art|Audio|Avatars|Business|Chatbots|Coaching|Content Generation|Data|Dating|Design|Dev|Education|Emailing|Finance|Gaming|GPTs|Health|Legal|Marketing|Music|Networking|Personal Assistance|Planning|Podcasting|Productivity|Project Management|Prompting|Reporting|Research|Sales|Security|SEO|Shopping|Simulation|Social|Speech|Support|Task|Testing|Training|Translation|UI\/UX|Video|Workflow|Writing)\",\n\"keywords\":[\"(Identify relevant keywords for this AI Tool, 1-2 words each, at least)\"],\n\"qna\":[{\"q\":\"Typical FAQ that readers want to know, up to 5 questions\",\"a\":\"Answer of the question\"}]\n}"; - Mandatory Requirements: - - Language: US grade 8-9 English - - Use these sections when applicable: - -- ### Introduction - -- ### Overview - -- ### Specifications (use valid Markdown table. Two columns: Features and Specifications. Use `| --- | --- |` as a separator.) - -- ### Price (in given currency) - -- ### (Choose one: Should I Buy?, Conclusion, Final Thoughts, Our Verdict) - - Only use facts from the provided excerpt - - Don\'t use titles inside the markdown body - - Use \'###\' for all article sections - - Pick the closest provided category - - Do not use newline in the JSON structure - '; + return self::getChatCompletion($user_prompt, $system_prompt, $openai_config, $model_max_tokens, $timeout); + } - $user_prompt = "EXCERPT\n------------\n{$excerpt}\n"; + private static function getChatCompletion($user_prompt, $system_prompt, $openai_config, $model_max_tokens, $timeout, $response_format = 'json_object') + { + $model = config("platform.ai.{$openai_config}.model"); + $input_cost_per_thousand_tokens = config("platform.ai.{$openai_config}.input_cost_per_thousand_tokens"); + $output_cost_per_thousand_tokens = config("platform.ai.{$openai_config}.output_cost_per_thousand_tokens"); - if (count($photos) > 0) { - $system_prompt .= '- Include 3 markdown images with the article title as caption in every section, excluding Introduction.\n'; - $user_prompt .= "\n\MARKDOWN IMAGES\n------------\n"; - foreach ($photos as $photo) { - $user_prompt .= "{$photo}\n"; - } - } + $output_token = 1280; - $output = (self::chatCompletion($system_prompt, $user_prompt, 'gpt-3.5-turbo', 1500)); + try { - // dump($user_prompt); - // dd($output); + $obj = self::chatCompletionApi($system_prompt, $user_prompt, $model, $output_token, $response_format, $timeout); - if (! is_null($output)) { - try { - return json_decode($output, false, 512, JSON_THROW_ON_ERROR); - } catch (Exception $e) { - Log::error($output); - inspector()->reportException($e); + $input_cost = self::getCostUsage($obj->usage_detailed->prompt_tokens, $input_cost_per_thousand_tokens); + $output_cost = self::getCostUsage($obj->usage_detailed->completion_tokens, $output_cost_per_thousand_tokens); - return null; + $output = $obj->reply; + + if ($response_format == 'json_object') { + $output = json_decode(self::jsonFixer($obj->reply), false, 512, JSON_THROW_ON_ERROR); } + return (object) [ + 'prompts' => (object) [ + 'system_prompt' => $system_prompt, + 'user_prompt' => $user_prompt, + ], + 'cost' => $input_cost + $output_cost, + 'output' => $output, + 'token_usage' => $obj->usage, + 'token_usage_detailed' => $obj->usage_detailed, + ]; + } catch (Exception $e) { + return self::getDefaultFailedResponse($system_prompt, $user_prompt, $e); } - return null; + return self::getDefaultFailedResponse($system_prompt, $user_prompt); } - public static function chatCompletion($system_prompt, $user_prompt, $model, $max_token = 2500) + private static function getDefaultFailedResponse($system_prompt, $user_prompt, $exception = null) { + $exception_message = null; + + if (! is_null($exception)) { + $exception_message = $exception->getMessage(); + } + + return (object) [ + 'exception' => $exception_message, + 'prompts' => (object) [ + 'system_prompt' => $system_prompt, + 'user_prompt' => $user_prompt, + ], + 'cost' => 0, + 'output' => null, + 'token_usage' => 0, + 'token_usage_detailed' => (object) [ + 'completion_tokens' => 0, + 'prompt_tokens' => 0, + 'total_tokens' => 0, + ], + ]; + } + + private static function getCostUsage($token_usage, $cost_per_thousand_tokens) + { + $calc = $token_usage / 1000; + + return $calc * $cost_per_thousand_tokens; + } + + private static function jsonFixer($json_string) + { + $json_string = str_replace("\n", '', $json_string); + + // try { + // return (new JsonFixer)->fix($json_string); + // } + // catch(Exception $e) { + + // } + return $json_string; + + } + + public static function chatCompletionApi($system_prompt, $user_prompt, $model, $max_token = 2500, $response_format = 'text', $timeout = 800) + { + + if ($response_format == 'json_object') { + $arr = [ + 'model' => $model, + 'max_tokens' => $max_token, + 'response_format' => (object) [ + 'type' => 'json_object', + ], + 'messages' => [ + ['role' => 'system', 'content' => $system_prompt], + ['role' => 'user', 'content' => $user_prompt], + ], + ]; + } else { + $arr = [ + 'model' => $model, + 'max_tokens' => $max_token, + 'messages' => [ + ['role' => 'system', 'content' => $system_prompt], + ['role' => 'user', 'content' => $user_prompt], + ], + ]; + } + try { - $response = Http::timeout(800)->withToken(config('platform.ai.openai.api_key')) - ->post('https://api.openai.com/v1/chat/completions', [ - 'model' => $model, - 'max_tokens' => $max_token, - 'messages' => [ - ['role' => 'system', 'content' => $system_prompt], - ['role' => 'user', 'content' => $user_prompt], - ], - ]); + $response = Http::timeout($timeout)->withToken(config('platform.ai.openai.api_key')) + ->post('https://api.openai.com/v1/chat/completions', $arr); - //dd($response->body()); + $json_response = json_decode($response->body()); - $json_response = json_decode($response->body(), false, 512, JSON_THROW_ON_ERROR); + //dump($json_response); - $reply = $json_response?->choices[0]?->message?->content; + if (isset($json_response->error)) { + Log::error(serialize($json_response)); + throw new Exception(serialize($json_response->error)); + } - return $reply; + $obj = (object) [ + 'usage' => $json_response?->usage?->total_tokens, + 'usage_detailed' => $json_response?->usage, + 'reply' => $json_response?->choices[0]?->message?->content, + + ]; + + return $obj; } catch (Exception $e) { - Log::error($response->body()); - inspector()->reportException($e); + ////dd($response->body()); + //inspector()->reportException($e); throw ($e); } diff --git a/app/Helpers/Global/string_helper.php b/app/Helpers/Global/string_helper.php index 03ece80..b205091 100644 --- a/app/Helpers/Global/string_helper.php +++ b/app/Helpers/Global/string_helper.php @@ -9,6 +9,155 @@ function epoch_now_timestamp() } } +if (! function_exists('markdown_to_plaintext')) { + function markdown_to_plaintext($markdown) + { + // Headers + $markdown = preg_replace('/^#.*$/m', '', $markdown); + // Links and images + $markdown = preg_replace('/\[(.*?)\]\(.*?\)/', '$1', $markdown); + // Bold and italic + $markdown = str_replace(['**', '__', '*', '_'], '', $markdown); + // Ordered and unordered lists + $markdown = preg_replace('/^[-\*].*$/m', '', $markdown); + // Horizontal line + $markdown = str_replace(['---', '***', '- - -', '* * *'], '', $markdown); + // Inline code and code blocks + $markdown = preg_replace('/`.*?`/', '', $markdown); + $markdown = preg_replace('/```[\s\S]*?```/', '', $markdown); + // Blockquotes + $markdown = preg_replace('/^>.*$/m', '', $markdown); + + // Remove multiple spaces, leading and trailing spaces + $plaintext = trim(preg_replace('/\s+/', ' ', $markdown)); + + return $plaintext; + } +} + +if (! function_exists('round_to_nearest_base')) { + function round_to_nearest_base($number, $postfix = '+', $base = null) + { + // If $base is not provided, determine the base dynamically + if ($base === null) { + $length = strlen((string) $number); + if ($length > 1) { + $base = pow(10, $length - 2); + } else { + $base = 1; + } + } + + $roundedNumber = floor($number / $base) * $base; + + return $roundedNumber.$postfix; + } +} + +if (! function_exists('remove_query_parameters')) { + function remove_query_parameters($url) + { + // Trim the URL to remove whitespace, newline characters, and trailing slashes + $trimmedUrl = rtrim(trim($url), '/'); + + // Parse the trimmed URL + $parsedUrl = parse_url($trimmedUrl); + + // Rebuild the URL without the query string + $rebuiltUrl = $parsedUrl['scheme'].'://'.$parsedUrl['host']; + if (isset($parsedUrl['path']) && $parsedUrl['path'] !== '/') { + $rebuiltUrl .= $parsedUrl['path']; + } + + return $rebuiltUrl; + } +} + +if (! function_exists('remove_referral_parameters')) { + function remove_referral_parameters($url) + { + $referralParameters = [ + 'aff', 'ref', 'via', + 'utm_source', 'utm_medium', 'utm_campaign', + 'utm_content', 'utm_term', 'partner', + 'click_id', 'affiliate', 'source', + 'referral', 'tracker', 'tracking_id', + 'promo', 'coupon', 'discount', + 'campaign', 'ad', 'ad_id', + // Add more parameters as needed + ]; + + // Parse the URL + $parsedUrl = parse_url($url); + if (! isset($parsedUrl['query'])) { + return $url; // No query string present, return original URL + } + + // Parse the query string + parse_str($parsedUrl['query'], $queryParams); + + // Remove referral parameters + foreach ($referralParameters as $param) { + unset($queryParams[$param]); + } + + // Rebuild query string + $queryString = http_build_query($queryParams); + + // Rebuild the URL + $rebuiltUrl = $parsedUrl['scheme'].'://'.$parsedUrl['host']; + if (isset($parsedUrl['path'])) { + $rebuiltUrl .= $parsedUrl['path']; + } + if (! empty($queryString)) { + $rebuiltUrl .= '?'.$queryString; + } + + return $rebuiltUrl; + } +} + +if (! function_exists('get_domain_from_url')) { + function get_domain_from_url($url) + { + $parse = parse_url($url); + + // Check if 'host' key exists in the parsed URL array + if (! isset($parse['host'])) { + return null; // or you can throw an exception or handle this case as per your requirement + } + + $host = $parse['host']; + + // Check if the domain starts with 'www.' and remove it + if (substr($host, 0, 4) === 'www.') { + $host = substr($host, 4); + } + + return $host; + } +} + +if (! function_exists('get_tld_from_url')) { + function get_tld_from_url($url) + { + // Parse the URL and return its components + $parsedUrl = parse_url($url); + + // Check if the 'host' part is set + if (isset($parsedUrl['host'])) { + // Split the host by dots + $hostParts = explode('.', $parsedUrl['host']); + + // Return the last part which should be the TLD + return end($hostParts); + } + + // Return false if the URL doesn't have a host component + return false; + } +} + if (! function_exists('str_first_sentence')) { function str_first_sentence($str) { diff --git a/app/Http/.DS_Store b/app/Http/.DS_Store deleted file mode 100644 index a57b9e3e892271f67b04d8f8718794c294ce23bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKIc~#13?vg32HdzzxnJ-P7LNS_eZWNwH-ZGnNorMjSDu#PfdGPFSWTK>D3G&D zaaPb2q9`JI_;}lk>_lV(H02QDDRDcRRP{4XGY_knyqykic3j8Wy--iM>tcg>ge>xC+1OPTj zyJ79K1h7~FSQDo}WMCRpU{Ezj3=KN+CF^S96c}{T96mIktT~~mKON^6FBh$Wj8uRM z%oTW!?auoD34Uk(pOd(w0#x8%DWJ`xNPyH~x?!Jta2A$5O;_B2_hN$>5ebO} zD#(_S=frkCZ!}3PBD#9&7b0^JX;6qtr6TOEn$FyL2Glaf8K#HY`U6s*(Z#`HU_Cow)>Kl4I+b4Pk+(g#s;9J;hK9 zM}Km^)-fAexTq%|>NCG5FIr~D_^G&ywuVs$1Hr(QfpcrldH>(wm#HTC(~xKd1Hr&Q zV?bx!x?5pWez$(v9`D+Oa*INtU#0?qK6wP7!E@xQ7|ouj!>@JBh8%_cB^($JfkH@B J!N4yt@CGLHD{}w< diff --git a/app/Http/Controllers/Front/FrontDiscoverController.php b/app/Http/Controllers/Front/FrontDiscoverController.php new file mode 100644 index 0000000..1503212 --- /dev/null +++ b/app/Http/Controllers/Front/FrontDiscoverController.php @@ -0,0 +1,70 @@ +first(); + + if (is_null($category)) { + return abort(404); + } + } + + if (! is_null($category)) { + $breadcrumbs = collect([ + ['name' => 'Home', 'url' => route('front.home')], + ['name' => 'Discover AI Tools', 'url' => route('front.discover.home')], + ['name' => $category->name.' AI Tools', 'url' => null], + ]); + + SEOTools::metatags(); + SEOTools::twitter(); + SEOTools::opengraph(); + SEOTools::jsonLd(); + SEOTools::setTitle($category->name.' AI Tools', false); + //SEOTools::setDescription($description); + } else { + $breadcrumbs = collect([ + ['name' => 'Home', 'url' => route('front.home')], + ['name' => 'Discover AI Tools', 'url' => null], + ]); + + SEOTools::metatags(); + SEOTools::twitter(); + SEOTools::opengraph(); + SEOTools::jsonLd(); + SEOTools::setTitle("{$tools_count} over AI Tools for you", false); + //SEOTools::setDescription($description); + } + + // breadcrumb json ld + $listItems = []; + + foreach ($breadcrumbs as $index => $breadcrumb) { + $listItems[] = [ + 'name' => $breadcrumb['name'], + 'url' => $breadcrumb['url'], + ]; + } + + $breadcrumb_context = Context::create('breadcrumb_list', [ + 'itemListElement' => $listItems, + ]); + + return view('front.discover', compact('breadcrumbs', 'breadcrumb_context', 'category')); + } +} diff --git a/app/Http/Controllers/Front/FrontHomeController.php b/app/Http/Controllers/Front/FrontHomeController.php new file mode 100644 index 0000000..8d0e8a4 --- /dev/null +++ b/app/Http/Controllers/Front/FrontHomeController.php @@ -0,0 +1,83 @@ +getContent(); + + //$content = $this->injectTailwindClasses($content); + + return view('front.pages', compact('content', 'title', 'description')); + } + + public function privacy(Request $request) + { + $markdown = file_get_contents(resource_path('markdown/privacy.md')); + + $title = 'Privacy Policy'; + $description = 'Our Privacy Policy provides clarity about the data we collect and how we use it, ensuring your peace of mind.'; + + SEOTools::metatags(); + SEOTools::twitter(); + SEOTools::opengraph(); + SEOTools::jsonLd(); + SEOTools::setTitle($title); + SEOTools::setDescription($description); + SEOMeta::setRobots('noindex'); + + $content = Markdown::convert($markdown)->getContent(); + + //$content = $this->injectTailwindClasses($content); + + return view('front.pages', compact('content', 'title', 'description')); + } + + public function disclaimer(Request $request) + { + $markdown = file_get_contents(resource_path('markdown/disclaimer.md')); + + $title = 'Disclaimer'; + $description = 'AI Buddy Tool provides the content on this website purely for informational purposes and should not be interpreted as legal, financial, or medical guidance.'; + + SEOTools::metatags(); + SEOTools::twitter(); + SEOTools::opengraph(); + SEOTools::jsonLd(); + SEOTools::setTitle($title); + SEOTools::setDescription($description); + SEOMeta::setRobots('noindex'); + + $content = Markdown::convert($markdown)->getContent(); + + //$content = $this->injectTailwindClasses($content); + + return view('front.pages', compact('content', 'title', 'description')); + } +} diff --git a/app/Http/Controllers/Front/FrontSearchController.php b/app/Http/Controllers/Front/FrontSearchController.php new file mode 100644 index 0000000..2bdbb19 --- /dev/null +++ b/app/Http/Controllers/Front/FrontSearchController.php @@ -0,0 +1,10 @@ +onConnection('default')->onQueue('default'); + } + + public function backlinks(Request $request) + { + $dfs_results = DFSBacklinks::backlinksPaginationLive('topai.tools', null); + + dd($dfs_results); + } +} diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 54c41cd..5804014 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -66,5 +66,8 @@ class Kernel extends HttpKernel 'signed' => \App\Http\Middleware\ValidateSignature::class, 'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class, 'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class, + + 'cacheResponse' => \Spatie\ResponseCache\Middlewares\CacheResponse::class, + 'doNotCacheResponse' => \Spatie\ResponseCache\Middlewares\DoNotCacheResponse::class, ]; } diff --git a/app/Jobs/GetAIToolScreenshotJob.php b/app/Jobs/GetAIToolScreenshotJob.php new file mode 100644 index 0000000..2a3e70d --- /dev/null +++ b/app/Jobs/GetAIToolScreenshotJob.php @@ -0,0 +1,37 @@ +url_to_crawl_id = $url_to_crawl_id; + + $this->ai_tool_id = $ai_tool_id; + } + + /** + * Execute the job. + */ + public function handle(): void + { + GetAIToolScreenshotTask::handle($this->url_to_crawl_id, $this->ai_tool_id); + } +} diff --git a/app/Jobs/GetUrlBodyJob.php b/app/Jobs/GetUrlBodyJob.php new file mode 100644 index 0000000..7b64fc4 --- /dev/null +++ b/app/Jobs/GetUrlBodyJob.php @@ -0,0 +1,35 @@ +url_to_crawl_id = $url_to_crawl_id; + } + + /** + * Execute the job. + */ + public function handle(): void + { + GetUrlBodyTask::handle($this->url_to_crawl_id); + } +} diff --git a/app/Jobs/ParseUrlBodyJob.php b/app/Jobs/ParseUrlBodyJob.php new file mode 100644 index 0000000..0d856c1 --- /dev/null +++ b/app/Jobs/ParseUrlBodyJob.php @@ -0,0 +1,35 @@ +url_to_crawl_id = $url_to_crawl_id; + } + + /** + * Execute the job. + */ + public function handle(): void + { + ParseUrlBodyTask::handle($this->url_to_crawl_id); + } +} diff --git a/app/Jobs/ShopeeSellerTopProductScraperJob.php b/app/Jobs/ShopeeSellerTopProductScraperJob.php deleted file mode 100644 index e8ee0ba..0000000 --- a/app/Jobs/ShopeeSellerTopProductScraperJob.php +++ /dev/null @@ -1,55 +0,0 @@ -seller = $seller; - - $this->country_iso = $country_iso; - - $this->category = $category; - } - - /** - * Execute the job. - */ - public function handle(): void - { - $shopee_task = ShopeeSellerTopProductScraperTask::handle($this->seller, $this->country_iso, $this->category); - - //dd($shopee_task->product_task); - - if (! is_null($shopee_task)) { - SaveShopeeSellerImagesTask::handle($shopee_task); - - GenerateShopeeAIArticleTask::handle($shopee_task->shopee_seller_scrape); - } - - } -} diff --git a/app/Jobs/StoreSearchEmbeddingJob.php b/app/Jobs/StoreSearchEmbeddingJob.php new file mode 100644 index 0000000..a434769 --- /dev/null +++ b/app/Jobs/StoreSearchEmbeddingJob.php @@ -0,0 +1,65 @@ +type = $type; + $this->category_id = $category_id; + $this->ai_tool_id = $ai_tool_id; + $this->query = $query; + } + + /** + * Execute the job. + */ + public function handle(): void + { + $embedding = Aictio::getVectorEmbedding(strtolower($this->query)); + + if (! is_null($embedding)) { + + $search_embedding = SearchEmbedding::where('type', $this->type) + ->where('category_id', $this->category_id) + ->where('ai_tool_id', $this->ai_tool_id) + ->where('query', $this->query) + ->first(); + + if (is_null($search_embedding)) { + $search_embedding = new SearchEmbedding; + $search_embedding->type = $this->type; + $search_embedding->category_id = $this->category_id; + $search_embedding->ai_tool_id = $this->ai_tool_id; + $search_embedding->query = $this->query; + $search_embedding->embedding = $embedding; + $search_embedding->save(); + } + } else { + throw new Exception('Failed vector embedding: '.$this->query); + } + } +} diff --git a/app/Jobs/Tasks/GenerateShopeeAIArticleTask.php b/app/Jobs/Tasks/GenerateShopeeAIArticleTask.php deleted file mode 100644 index bd57a19..0000000 --- a/app/Jobs/Tasks/GenerateShopeeAIArticleTask.php +++ /dev/null @@ -1,278 +0,0 @@ -filename); - - $post = null; - - $shopee_seller_scrape->load('category'); - - if (! is_empty($serialised)) { - $shopee_task = unserialize($serialised); - $shopee_task->shopee_seller_scrape = $shopee_seller_scrape; - } - - // dd($shopee_task); - - // dd($shopee_task->product_task->response); - - $raw_html = $shopee_task->product_task->response->raw_html; - - $excerpt = self::stripHtml($raw_html); - - $excerpt = substr($excerpt, 0, 1500); // limit to 1500 (+1500 output token, total 3k token) characters due to OpenAI model limitations unless use 16k model, $$$$ - - $excerpt .= self::getProductPricingExcerpt($shopee_task->product_task->response->jsonld); - - $photos = ShopeeSellerScrapedImage::where('shopee_seller_scrape_id', $shopee_seller_scrape->id)->where('featured', false)->orderByRaw('RAND()')->take(3)->get()->pluck('image')->toArray(); - - $ai_writeup = AiWriteup::where('source', 'shopee')->where('source_url', $shopee_task->product_task->response->url)->first(); - - if (is_null($ai_writeup)) { - - $categories = [ - 'Beauty', - 'Technology', - 'Home & Living', - 'Health', - 'Fitness', - ]; - - $ai_output = OpenAI::writeProductArticle($excerpt, $photos, $categories); - - //dd($ai_output); - - if (is_null($ai_output)) { - $e = new Exception('Failed to write: Missing ai_output'); - - Log::error(serialize($ai_writeup?->toArray())); - inspector()->reportException($e); - throw ($e); - } else { - - $picked_category = Category::where('name', $ai_output->category)->where('country_locale_id', $shopee_seller_scrape->category->country_locale_id)->first(); - - if (is_null($picked_category)) { - $picked_category = $shopee_seller_scrape->category; - } - - // save - $ai_writeup = new AiWriteup; - $ai_writeup->source = 'shopee'; - $ai_writeup->source_url = $shopee_task->product_task->response->url; - $ai_writeup->category_id = $picked_category->id; - $ai_writeup->title = $ai_output->title; - $ai_writeup->excerpt = $ai_output->excerpt; - $ai_writeup->featured_image = ''; - $ai_writeup->body = $ai_output->body; - $ai_writeup->cost = self::getTotalServiceCost($shopee_task); - $ai_writeup->editor_format = 'markdown'; - - if ($ai_writeup->save()) { - $featured_photo = ShopeeSellerScrapedImage::where('shopee_seller_scrape_id', $shopee_seller_scrape->id)->where('featured', true)->first(); - - // new post - $post_data = [ - 'publish_date' => now(), - 'title' => $ai_writeup->title, - 'slug' => str_slug($ai_writeup->title), - 'excerpt' => $ai_writeup->excerpt, - 'cliffhanger' => $ai_writeup->cliffhanger, - 'author_id' => 1, - 'featured' => false, - 'featured_image' => $featured_photo->image, - 'editor' => 'markdown', - 'body' => $ai_writeup->body, - 'post_format' => 'standard', - 'status' => 'publish', - ]; - - $post = Post::create($post_data); - - if (! is_null($post)) { - - $shopee_seller_scrape->write_counts = $shopee_seller_scrape->write_counts + 1; - $shopee_seller_scrape->last_ai_written_at = now(); - $shopee_seller_scrape->save(); - - $shopee_seller_category = ShopeeSellerCategory::where('seller', $shopee_seller_scrape->seller)->first(); - - if (is_null($shopee_seller_category)) { - $shopee_seller_category = new ShopeeSellerCategory; - $shopee_seller_category->seller = $shopee_seller_scrape->seller; - $shopee_seller_category->category_id = $shopee_seller_scrape->category_id; - } - - $shopee_seller_category->last_ai_written_at = $shopee_seller_scrape->last_ai_written_at; - $shopee_seller_category->write_counts = $shopee_seller_scrape->write_counts; - - $shopee_seller_category->save(); - - PostCategory::create([ - 'post_id' => $post->id, - 'category_id' => $picked_category->id, - ]); - - if (app()->environment() == 'production') { - if ($post->status == 'publish') { - - $post_url = route('home.country.post', ['country' => $post->post_category?->category?->country_locale_slug, 'post_slug' => $post->slug]); - - LaravelGoogleIndexing::create()->update($post_url); - IndexNow::submit($post_url); - } - } - - } - } - } - } else { - $e = new Exception('Failed to write: ai_writeup found'); - Log::error(serialize($ai_writeup?->toArray())); - inspector()->reportException($e); - throw ($e); - } - - return $post; - } - - private static function getProductPricingExcerpt(array $jsonLdData) - { - foreach ($jsonLdData as $data) { - // Ensure the type is "Product" before proceeding - if (isset($data->{'@type'}) && $data->{'@type'} === 'Product') { - - // Extract necessary data - $lowPrice = $data->offers->lowPrice ?? null; - $highPrice = $data->offers->highPrice ?? null; - $price = $data->offers->price ?? null; - $currency = $data->offers->priceCurrency ?? null; - $sellerName = $data->offers->seller->name ?? 'online store'; // default to "online store" if name is not set - - if (! is_empty($currency)) { - if ($currency == 'MYR') { - $currency = 'RM'; - } - } - - // Determine and format pricing sentence - if ($lowPrice && $highPrice) { - $lowPrice = number_format($lowPrice, 0); - $highPrice = number_format($highPrice, 0); - - return "Price Range from {$currency} {$lowPrice} to {$highPrice} in {$sellerName} online store"; - } elseif ($price) { - $price = number_format($price, 0); - - return "Priced at {$currency} {$price} in {$sellerName} online store"; - } else { - return "Price not stated, refer to {$sellerName} online store"; - } - - } - } - } - - private static function getTotalServiceCost($shopee_task) - { - - $cost = 0.00; - - $cost += 0.09; // chatgpt-3.5-turbo $0.03 for 1k, writing for 2k tokens - - // Shopee Seller Scraping - if (isset($shopee_task?->seller_shop_task?->response?->total_cost)) { - $cost += $shopee_task?->seller_shop_task?->response?->total_cost; - } - - // Shopee Product Scraping - if (isset($shopee_task?->product_task?->response?->total_cost)) { - $cost += $shopee_task?->product_task?->response?->total_cost; - } - - return $cost; - - } - - private static function stripHtml(string $raw_html) - { - - $html_content = ''; - - try { - - $r_configuration = new ReadabilityConfiguration(); - $r_configuration->setCharThreshold(20); - - $readability = new Readability($r_configuration); - - $readability->parse($raw_html); - - $temp_html_content = $readability->getContent(); - - // Remove tabs - $temp_html_content = str_replace("\t", '', $temp_html_content); - - // Replace newlines with spaces - $temp_html_content = str_replace(["\n", "\r\n"], ' ', $temp_html_content); - - // Replace multiple spaces with a single space - $temp_html_content = preg_replace('/\s+/', ' ', $temp_html_content); - - // Output the cleaned text - $temp_html_content = trim($temp_html_content); // Using trim to remove any leading or trailing spaces - - $temp_html_content = strip_tags($temp_html_content); - - $crawler = new Crawler($raw_html); - - // Extract meta title - $title = $crawler->filter('title')->text(); // This assumes tags are used for titles. - - // Extract meta description - $metaDescriptionNode = $crawler->filter('meta[name="description"]'); - $description = $metaDescriptionNode->count() > 0 ? $metaDescriptionNode->attr('content') : null; - - $html_content .= $title.' '; - $html_content .= $description.' '; - $html_content .= $temp_html_content; - - } catch (ReadabilityParseException|Exception $e) { - - $html5 = new HTML5(['preserveWhiteSpace' => true]); - - // Parse the HTML into a DOM tree. - $dom = $html5->loadHTML($raw_html); - - // Serialize the DOM tree back to a string, formatted. - $html_content = strip_tags($html5->saveHTML($dom)); - - } - - return $html_content; - } -} diff --git a/app/Jobs/Tasks/GetAIToolScreenshotTask.php b/app/Jobs/Tasks/GetAIToolScreenshotTask.php new file mode 100644 index 0000000..a33ac2b --- /dev/null +++ b/app/Jobs/Tasks/GetAIToolScreenshotTask.php @@ -0,0 +1,87 @@ +<?php + +namespace App\Jobs\Tasks; + +use App\Helpers\FirstParty\OSSUploader\OSSUploader; +use App\Models\AiTool; +use App\Models\BusinessProfile; +use App\Models\SerpUrl; +use App\Models\UrlToCrawl; +use Exception; +use Image; +use Spatie\Browsershot\Browsershot; + +class GetAIToolScreenshotTask +{ + + public static function handle($url_to_crawl_id, $ai_tool_id) + { + $url_to_crawl = UrlToCrawl::find($url_to_crawl_id); + + if (is_null($url_to_crawl)) + { + return ; + } + + $ai_tool = AiTool::find($ai_tool_id); + + if (is_null($ai_tool)) + { + return ; + } + + $userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"; + + + $browsershot = Browsershot::url($url_to_crawl->url) + ->timeout(30) + ->emulateMedia('screen') + ->userAgent($userAgent) + ->windowSize(1024, 576) // Set window size + ->waitUntilNetworkIdle(); // Wait until all resources are loaded + + if (app()->environment() == 'local') { + $browsershot->setNodeBinary(config('platform.general.node_binary'))->setNpmBinary(config('platform.general.npm_binary')); + } + + $retries = 0; + $maxRetries = 1; + + while ($retries < $maxRetries) { + try { + $image_content = $browsershot->screenshot(); + break; // Exit the loop if the screenshot method succeeds + } catch (Exception $e) { + $retries++; + if ($retries === $maxRetries) { + throw new Exception("Failed to take a screenshot after $maxRetries attempts: ".$e->getMessage(), 0, $e); + } + } + } + + $image = Image::make($image_content) + ->resize(1024, null, function ($constraint) { + $constraint->aspectRatio(); + }) + ->stream('webp', 80); + + $image_file_name = str_slug($ai_tool->tool_name).'-'.epoch_now_timestamp().'.webp'; + + $upload_status = OSSUploader::uploadFile( + config('platform.uploads.ai_tools.screenshot.driver'), + config('platform.uploads.ai_tools.screenshot.path'), + $image_file_name, + $image); + + if ($upload_status) { + $ai_tool->screenshot_img = $image_file_name; + } + + if ($ai_tool->isDirty()) { + $ai_tool->save(); + } + + return $ai_tool; + + } +} diff --git a/app/Jobs/Tasks/GetUrlBodyTask.php b/app/Jobs/Tasks/GetUrlBodyTask.php new file mode 100644 index 0000000..ef43001 --- /dev/null +++ b/app/Jobs/Tasks/GetUrlBodyTask.php @@ -0,0 +1,204 @@ +<?php + +namespace App\Jobs\Tasks; + +use App\Jobs\ParseUrlBodyJob; +use App\Models\ServiceCostUsage; +use App\Models\UrlToCrawl; +use Exception; +use fivefilters\Readability\Configuration as ReadabilityConfiguration; +use fivefilters\Readability\ParseException as ReadabilityParseException; +use fivefilters\Readability\Readability; +use Illuminate\Support\Facades\Http; +use League\HTMLToMarkdown\HtmlConverter; +use Symfony\Component\DomCrawler\Crawler; + +class GetUrlBodyTask +{ + public static function handle(int $url_to_crawl_id) + { + $url_to_crawl = UrlToCrawl::find($url_to_crawl_id); + + if (is_null($url_to_crawl)) { + return null; + } + + $url_to_crawl->is_crawling = true; + $url_to_crawl->save(); + $url_to_crawl->refresh(); + + try { + $user_agent = config('platform.proxy.user_agent'); + + $response = Http::withHeaders([ + 'User-Agent' => $user_agent, + ]) + ->withOptions([ + 'proxy' => get_smartproxy_rotating_server(), + 'timeout' => 10, + 'verify' => false, + ]) + ->get($url_to_crawl->url); + + if ($response->successful()) { + $raw_html = $response->body(); + $cost = calculate_smartproxy_cost(round(strlen($raw_html) / 1024, 2), 'rotating_global'); + + $service_cost_usage = new ServiceCostUsage; + $service_cost_usage->cost = $cost; + $service_cost_usage->name = 'smartproxy-GetUrlBodyTask'; + $service_cost_usage->reference_1 = 'url_to_crawl'; + $service_cost_usage->reference_2 = strval($url_to_crawl_id); + $service_cost_usage->output = self::getMarkdownFromHtml($raw_html); + $service_cost_usage->save(); + + } else { + $raw_html = null; + $response->throw(); + } + + } catch (Exception $e) { + $raw_html = null; + //throw $e; + } + + if (! is_empty($raw_html)) { + $url_to_crawl->output_type = 'markdown'; + $url_to_crawl->output = self::getMarkdownFromHtml($raw_html); + + } else { + $url_to_crawl->output = 'EMPTY CONTENT'; + $url_to_crawl->status = 'blocked'; + } + + $url_to_crawl->is_crawled = true; + + if ($url_to_crawl->save()) { + if (! in_array($url_to_crawl->status, ['blocked', 'trashed'])) { + ParseUrlBodyJob::dispatch($url_to_crawl->id)->onQueue('default')->onConnection('default'); + } + + } + } + + private static function getMainImageFromHtml($html) + { + $r_configuration = new ReadabilityConfiguration(); + $r_configuration->setCharThreshold(20); + + $readability = new Readability($r_configuration); + + try { + $readability->parse($html); + + return $readability->getImage(); + //dd($readability); + } catch (ReadabilityParseException $e) { + } + + return null; + } + + private static function getMarkdownFromHtml($html) + { + + $converter = new HtmlConverter([ + 'strip_tags' => true, + 'strip_placeholder_links' => true, + ]); + + $html = self::cleanHtml($html); + + $markdown = $converter->convert($html); + + //dd($markdown); + + $markdown = self::reverseLTGT($markdown); + + $markdown = self::normalizeNewLines($markdown); + + $markdown = self::removeDuplicateLines($markdown); + + return html_entity_decode(markdown_to_plaintext($markdown)); + } + + private static function reverseLTGT($input) + { + $output = str_replace('<', '<', $input); + $output = str_replace('>', '>', $output); + + return $output; + } + + private static function removeDuplicateLines($string) + { + $lines = explode("\n", $string); + $uniqueLines = array_unique($lines); + + return implode("\n", $uniqueLines); + } + + private static function normalizeNewLines($content) + { + // Split the content by lines + $lines = explode("\n", $content); + + $processedLines = []; + + for ($i = 0; $i < count($lines); $i++) { + $line = trim($lines[$i]); + + // If the line is an image markdown + if (preg_match("/^!\[.*\]\(.*\)$/", $line)) { + // And if the next line is not empty and not another markdown structure + if (isset($lines[$i + 1]) && ! empty(trim($lines[$i + 1])) && ! preg_match('/^[-=#*&_]+$/', trim($lines[$i + 1]))) { + $line .= ' '.trim($lines[$i + 1]); + $i++; // Skip the next line as we're merging it + } + } + + // Add line to processedLines if it's not empty + if (! empty($line)) { + $processedLines[] = $line; + } + } + + // Collapse excessive newlines + $result = preg_replace("/\n{3,}/", "\n\n", implode("\n", $processedLines)); + + // Detect and replace the pattern + $result = preg_replace('/^(!\[.*?\]\(.*?\))\s*\n\s*([^\n!]+)/m', '$1 $2', $result); + + // Replace multiple spaces with a dash separator + $result = preg_replace('/ {2,}/', ' - ', $result); + + return $result; + } + + private static function cleanHtml($htmlContent) + { + $crawler = new Crawler($htmlContent); + + // Define tags to remove completely + $tagsToRemove = ['script', 'style', 'svg', 'picture', 'form', 'footer', 'nav', 'aside']; + + foreach ($tagsToRemove as $tag) { + $crawler->filter($tag)->each(function ($node) { + foreach ($node as $child) { + $child->parentNode->removeChild($child); + } + }); + } + + // Replace <span> tags with their inner content + $crawler->filter('span')->each(function ($node) { + $replacement = new \DOMText($node->text()); + + foreach ($node as $child) { + $child->parentNode->replaceChild($replacement, $child); + } + }); + + return $crawler->outerHtml(); + } +} diff --git a/app/Jobs/Tasks/ParseUrlBodyTask.php b/app/Jobs/Tasks/ParseUrlBodyTask.php new file mode 100644 index 0000000..45605b7 --- /dev/null +++ b/app/Jobs/Tasks/ParseUrlBodyTask.php @@ -0,0 +1,197 @@ +<?php + +namespace App\Jobs\Tasks; + +use App\Helpers\FirstParty\OpenAI\OpenAI; +use App\Jobs\GetAIToolScreenshotJob; +use App\Jobs\ParseUrlBodyJob; +use App\Jobs\StoreSearchEmbeddingJob; +use App\Models\AiTool; +use App\Models\AiToolKeyword; +use App\Models\Category; +use App\Models\ServiceCostUsage; +use App\Models\UrlToCrawl; +use Exception; + +class ParseUrlBodyTask +{ + public static function handle(int $url_to_crawl_id) + { + $url_to_crawl = UrlToCrawl::find($url_to_crawl_id); + + $parent_categories = Category::whereNull('parent_id')->orderBy('name', 'ASC')->get(); + + if (is_null($url_to_crawl)) { + return; + } + + if (in_array($url_to_crawl->status, ['blocked', 'trashed'])) { + return; + } + + if (is_empty($url_to_crawl->output)) { + ParseUrlBodyJob::dispatch($url_to_crawl->id)->onQueue('default')->onConnection('default'); + } + + $url_meta_response = null; + + if (! is_null($url_to_crawl->metadata)) { + $url_meta_response = $url_to_crawl->metadata; + } else { + $url_meta_response = OpenAI::getSiteSummary($parent_categories, $url_to_crawl->output, 1536, 30, true); + + if ((isset($url_meta_response->output)) && (! is_null($url_meta_response->output))) { + $service_cost_usage = new ServiceCostUsage; + $service_cost_usage->cost = $url_meta_response->cost; + $service_cost_usage->name = 'openai-getSiteSummary'; + $service_cost_usage->reference_1 = 'url_to_crawl'; + $service_cost_usage->reference_2 = strval($url_to_crawl->id); + $service_cost_usage->output = $url_meta_response; + $service_cost_usage->save(); + } + } + + if (is_null($url_meta_response->output)) { + throw new Exception('OpenAI::getSiteSummary failed. Empty object'); + } + + $url_to_crawl->metadata = $url_meta_response; + + // Check AI Tool + $ai_tool = AiTool::where('url_to_crawl_id', $url_to_crawl->id)->first(); + + if (is_null($ai_tool)) { + $ai_tool = new AiTool; + $ai_tool->url_to_crawl_id = $url_to_crawl->id; + } + + // Tool Name + if ((isset($url_meta_response->output->tool_name)) && (! is_empty($url_meta_response->output->tool_name))) { + $ai_tool->tool_name = $url_meta_response->output->tool_name; + } else { + throw new Exception('OpenAI::getSiteSummary failed, no tool name'); + } + + // Is AI Tool + if ((isset($url_meta_response->output->is_ai_tool)) && (! is_null($url_meta_response->output->is_at_tool)) && is_bool($url_meta_response->output->is_ai_tool)) { + $ai_tool->is_ai_tool = $url_meta_response->output->is_ai_tool; + } else { + $ai_tool->is_ai_tool = true; + } + + // Is App/Web/Both + if ((isset($url_meta_response->output->is_app_web_both)) && (is_array($url_meta_response->output->is_app_web_both)) && in_array($url_meta_response->output->is_app_web_both, ['app', 'web', 'both'])) { + $ai_tool->is_app_web_both = $url_meta_response->output->is_app_web_both; + } + + // Tagline + if ((isset($url_meta_response->output->tagline)) && (! is_empty($url_meta_response->output->tagline))) { + $ai_tool->tagline = $url_meta_response->output->tagline; + } + + // Summary + if ((isset($url_meta_response->output->summary)) && (! is_empty($url_meta_response->output->summary))) { + $ai_tool->summary = $url_meta_response->output->summary; + } + + // Pricing Type + if ((isset($url_meta_response->output->pricing_type)) && (is_array($url_meta_response->output->pricing_type)) && in_array($url_meta_response->output->pricing_type, ['Free', 'Free Trial', 'Freemium', 'Subscription', 'Usage Based'])) { + $ai_tool->pricing_type = $url_meta_response->output->pricing_type; + } else { + $ai_tool->pricing_type = 'Free'; + } + + // Category ID + $has_main_category_record = false; + + $main_category = null; + + if ((isset($url_meta_response->output->main_category)) && (! is_empty($url_meta_response->output->main_category))) { + $main_category = Category::where('name', $url_meta_response->output->main_category)->first(); + } + + if (is_null($main_category)) { + $main_category = Category::where('name', 'Productivity')->first(); + } + + $ai_tool->category_id = $main_category->id; + + // Keyword + if ((isset($url_meta_response->output->keywords)) && (is_array($url_meta_response->output->keywords))) { + $ai_tool->keyword_string = implode(',', $url_meta_response->output->keywords); + } + + // Q&A + if ((isset($url_meta_response->output->qna)) && (is_array($url_meta_response->output->qna))) { + $ai_tool->qna = $url_meta_response->output->qna; + } + + if ($ai_tool->save()) { + + $query = $ai_tool->tool_name; + + if (!is_empty($ai_tool->tagline)) + { + $query .= ": " . $ai_tool->tagline; + } + + StoreSearchEmbeddingJob::dispatch( + 'ai_tool', + $ai_tool->category_id, + $ai_tool->id, + $query + ); + + if (is_empty($ai_tool->screenshot_img)) { + GetAIToolScreenshotJob::dispatch($url_to_crawl->id, $ai_tool->id)->onQueue('default')->onConnection('default'); + } + + // Keyword + if ((isset($url_meta_response->output->keywords)) && (is_array($url_meta_response->output->keywords))) { + foreach ($url_meta_response->output->keywords as $keyword) { + $keyword_lowercased = strtolower(trim($keyword)); + + $ai_tool_keyword = AiToolKeyword::where('value_lowercased', $keyword_lowercased) + ->where('ai_tool_id', $ai_tool->id) + ->first(); + + if (is_null($ai_tool_keyword)) { + $ai_tool_keyword = new AiToolKeyword; + $ai_tool_keyword->category_id = $ai_tool->category_id; + $ai_tool_keyword->ai_tool_id = $ai_tool->id; + $ai_tool_keyword->value = trim($keyword); + $ai_tool_keyword->value_lowercased = $keyword_lowercased; + + if ($ai_tool_keyword->save()) { + StoreSearchEmbeddingJob::dispatch( + 'ai_tool_keyword', + $ai_tool->category_id, + $ai_tool->id, + $ai_tool_keyword->value + ); + } + } + } + } + + // Q&A + if ((isset($url_meta_response->output->qna)) && (is_array($url_meta_response->output->qna))) { + foreach ($url_meta_response->output->qna as $qna) + { + $q = $qna->q; + $a = $qna->a; + + $value = "{$q} {$a}"; + + StoreSearchEmbeddingJob::dispatch( + 'qna', + $ai_tool->category_id, + $ai_tool->id, + ($qna->q . " " . $qna->a) + ); + } + } + } + + } +} diff --git a/app/Jobs/Tasks/SaveShopeeSellerImagesTask.php b/app/Jobs/Tasks/SaveShopeeSellerImagesTask.php deleted file mode 100644 index 7f7c97d..0000000 --- a/app/Jobs/Tasks/SaveShopeeSellerImagesTask.php +++ /dev/null @@ -1,355 +0,0 @@ -<?php - -namespace App\Jobs\Tasks; - -use App\Models\ShopeeSellerScrapedImage; -use Illuminate\Support\Facades\Http; -use Illuminate\Support\Facades\Storage; -use Illuminate\Support\Str; -use Intervention\Image\Facades\Image; - -class SaveShopeeSellerImagesTask -{ - public static function handle($shopee_task) - { - - $unblocker_proxy_server = get_smartproxy_unblocker_server(); - $rotating_proxy_server = get_smartproxy_rotating_server(); - $costs = []; - $user_agent = config('platform.proxy.user_agent'); - - ///////// PART 1 - $main_image_url = self::getProductImageUrl($shopee_task->product_task->response->jsonld); - - // if there is no main image intervention but the main image url is provided - if (! is_empty($main_image_url)) { - $scraped_image = ShopeeSellerScrapedImage::where('original_name', pathinfo($main_image_url, PATHINFO_BASENAME))->where('shopee_seller_scrape_id', $shopee_task->shopee_seller_scrape->id)->first(); - - if (is_null($scraped_image)) { - $main_image = self::getProductImage($shopee_task->product_task->response->jsonld, $rotating_proxy_server, $user_agent, $costs); - - $scraped_image = self::uploadAndSaveScrapedImage($shopee_task->shopee_seller_scrape, $main_image, true); - } - } - - /////// PART 2 - - $images = self::getFilteredImages($shopee_task->product_task->response->raw_html, $rotating_proxy_server, $user_agent, $costs); - - //dd($images); - - if (! is_null($images) && is_array($images) && count($images) > 0) { - foreach ($images as $image_obj) { - $scraped_image = ShopeeSellerScrapedImage::where('original_name', $image_obj->original_name)->where('shopee_seller_scrape_id', $shopee_task->shopee_seller_scrape->id)->first(); - - if (is_null($scraped_image)) { - $scraped_image = self::uploadAndSaveScrapedImage($shopee_task->shopee_seller_scrape, $image_obj, false); - } - } - } - - //return ShopeeSellerScrapedImage::where('shopee_seller_scrape_id', $shopee_task->shopee_seller_scrape->id)->get(); - - } - - private static function uploadAndSaveScrapedImage($shopee_seller_scrape, $image_obj, $featured = false) - { - // Generate a unique filename for the uploaded file and LQIP version - $uuid = Str::uuid()->toString(); - $fileName = time().'_'.$uuid.'.jpg'; - $lqipFileName = time().'_'.$uuid.'_lqip.jpg'; - - // Convert the file to JPEG format using Intervention Image library - $image = $image_obj->intervention; - - // Get the original image width and height - $originalWidth = $image->width(); - $originalHeight = $image->height(); - - // Compress the image to reduce file size to 50% - $image->encode('jpg', 50); - - // Save the processed image to the 'r2' storage driver under the 'uploads' directory - $filePath = 'uploads/'.$fileName; - $lqipFilePath = 'uploads/'.$lqipFileName; - Storage::disk('r2')->put($filePath, $image->stream()->detach()); - - // Save the original image to a temporary file and open it again - $tempImagePath = tempnam(sys_get_temp_dir(), 'temp_image'); - file_put_contents($tempImagePath, $image_obj->intervention->encode()); - $clonedImage = Image::make($tempImagePath); - - // Create the LQIP version of the image using a small size while maintaining the aspect ratio - $lqipImage = $clonedImage->fit(10, 10, function ($constraint) { - $constraint->aspectRatio(); - }); - $lqipImage->encode('jpg', 5); - Storage::disk('r2')->put($lqipFilePath, $lqipImage->stream()->detach()); - - // Cleanup the temporary image file - unlink($tempImagePath); - - // Get the final URL of the uploaded image (non-LQIP version) - $url = Storage::disk('r2')->url($filePath); - - $scraped_image = new ShopeeSellerScrapedImage; - $scraped_image->shopee_seller_scrape_id = $shopee_seller_scrape->id; - $scraped_image->original_name = $image_obj->original_name; - $scraped_image->image = $url; - $scraped_image->featured = $featured; - - if ($scraped_image->save()) { - return $scraped_image; - } - - return null; - } - - private static function getImageUrls(string $raw_html) - { - $images = []; - - // Pattern for extracting src and alt attributes from img tags - $pattern = '/<img\s.*?(?:src=["\'](.*?)["\']).*?(?:alt=["\'](.*?)["\'])?[^>]*>/is'; - - if (preg_match_all($pattern, $raw_html, $matches, PREG_SET_ORDER)) { - foreach ($matches as $match) { - $src = $match[1]; - - // Check if image file name ends with '_tn' and remove it - $src = preg_replace('/_tn(\.[a-z]+)?$/i', '$1', $src); - - $images[] = [ - 'src' => $src, - 'alt' => isset($match[2]) ? $match[2] : null, - ]; - } - } - - return $images; - } - - private static function getFilteredImages(string $raw_html, string $proxy, string $user_agent, &$costs) - { - $images = self::getImageUrls($raw_html); - - //dd($images); - - $filteredImages = []; - $uniqueAttributes = []; // This array will track unique width, height, mime, and size combinations - - $count = 0; - - foreach ($images as $image) { - $count++; - - $src = $image['src']; - - try { - $response = Http::withOptions(['proxy' => $proxy, 'verify' => false])->withHeaders(['User-Agent' => $user_agent])->get($src); - - // Check if the request was successful - if (! $response->successful()) { - continue; - } - - $imageData = $response->body(); - - // Create an Intervention Image instance from the response data - $interventionImage = Image::make($imageData); - - $width = $interventionImage->width(); - $height = $interventionImage->height(); - $mime = $interventionImage->mime(); - - // Image size in KB - $sizeKb = round(strlen($imageData) / 1024, 2); - - // Check constraints - if ($width < 800 || $height < 800 || $sizeKb < 100 || $mime !== 'image/jpeg') { - continue; - } - - if ($height > $width) { - continue; - } - - $interventionImage->resize(800, null, function ($constraint) { - $constraint->aspectRatio(); - }); - $width = $interventionImage->width(); - $height = $interventionImage->height(); - $mime = $interventionImage->mime(); - - $image['width'] = $width; - $image['height'] = $height; - $image['mime'] = $mime; - $image['sizeKb'] = $sizeKb; - - // Check for duplicates by searching through uniqueAttributes - $isDuplicate = false; - foreach ($uniqueAttributes as $attr) { - if ( - $attr['width'] == $width && - $attr['height'] == $height && - $attr['mime'] == $mime && - abs($attr['sizeKb'] - $sizeKb) <= 30 // Check for size within a +/- 10kB tolerance - ) { - $isDuplicate = true; - break; - } - } - - if (! $isDuplicate) { - $uniqueAttributes[] = [ - 'width' => $width, - 'height' => $height, - 'mime' => $mime, - 'sizeKb' => $sizeKb, - ]; - $image['color_counts'] = self::getImageColorCounts($interventionImage); - - $image['intervention'] = $interventionImage; - $image['original_name'] = pathinfo($src, PATHINFO_BASENAME); - - //$image['img'] = $interventionImage; - $costs['count-'.$count] = calculate_smartproxy_cost($sizeKb, 'rotating_global'); - - $filteredImages[] = $image; - } - } catch (\Exception $e) { - // Handle exceptions related to the HTTP request - continue; - } - } - - // Collect all the color counts - $colorCounts = []; - foreach ($filteredImages as $image) { - $colorCounts[] = $image['color_counts']; - } - - if (! empty($colorCounts)) { - // Compute the median of the color counts - sort($colorCounts); - $count = count($colorCounts); - $middleIndex = floor($count / 2); - $median = $count % 2 === 0 ? ($colorCounts[$middleIndex - 1] + $colorCounts[$middleIndex]) / 2 : $colorCounts[$middleIndex]; - - // Use the median to filter out the low outliers - $threshold = 0.10 * $median; // Adjust this percentage as needed - $filteredImages = array_filter($filteredImages, function ($image) use ($threshold) { - return $image['color_counts'] > $threshold; - }); - } else { - // No images found - $filteredImages = []; // Clear the array or take any other appropriate action - } - - usort($filteredImages, function ($a, $b) { - return $b['sizeKb'] <=> $a['sizeKb']; // Using the spaceship operator to sort in descending order - }); - - $final_images = []; - - foreach ($filteredImages as $image_obj) { - $final_images[] = (object) $image_obj; - } - - return $final_images; - } - - private static function getProductImageUrl(array $jsonLdData) - { - foreach ($jsonLdData as $data) { - // Ensure the type is "Product" before proceeding - if (isset($data->{'@type'}) && $data->{'@type'} === 'Product') { - if (isset($data->url)) { - return $data->url; - } - } - } - } - - private static function getProductImage(array $jsonLdData, string $proxy, string $user_agent, &$costs) - { - foreach ($jsonLdData as $data) { - // Ensure the type is "Product" before proceeding - if (isset($data->{'@type'}) && $data->{'@type'} === 'Product') { - if (isset($data->url) && isset($data->image)) { - try { - $response = Http::withOptions(['proxy' => $proxy, 'verify' => false])->withHeaders(['User-Agent' => $user_agent])->get($data->image); - - // Check if the request was successful - if ($response->successful()) { - $imageData = $response->body(); - - // Create an Intervention Image instance from the response data - $interventionImage = Image::make($imageData); - - // Resize/upscale the image to 1920x1080 maintaining the aspect ratio and cropping if needed - $interventionImage->fit(1920, 1080, function ($constraint) { - $constraint->upsize(); - $constraint->aspectRatio(); - }); - - $sizeInKb = strlen($interventionImage->encode()) / 1024; // Convert bytes to kilobytes - - // Calculate the cost - $cost = calculate_smartproxy_cost($sizeInKb, 'rotating_global'); - - $costs['product_image'] = $cost; - - return (object) [ - 'url' => $data->url, - 'intervention' => $interventionImage, - 'original_name' => pathinfo($data->image, PATHINFO_BASENAME), - 'cost' => $cost, - ]; - } - } catch (\Exception $e) { - // Handle exceptions related to the HTTP request - return null; - } - } - } - } - - return null; - } - - private static function getImageColorCounts($interventionImage) - { - // Use Intervention to manipulate the image - $img = clone $interventionImage; - - // Resize to a smaller dimension for faster processing (maintaining aspect ratio) - $img->resize(200, null, function ($constraint) { - $constraint->aspectRatio(); - }); - - // Apply some blur - $img->blur(10); - - $im = imagecreatefromstring($img->encode()); - - $width = imagesx($im); - $height = imagesy($im); - - $uniqueColors = []; - - for ($x = 0; $x < $width; $x++) { - for ($y = 0; $y < $height; $y++) { - $rgb = imagecolorat($im, $x, $y); - $uniqueColors[$rgb] = true; - } - } - - imagedestroy($im); - - // Adjust the threshold based on your dataset. - // Here, I'm assuming that images with less than 100 unique colors are mostly text - // because we've reduced the image size and applied blurring. - return count($uniqueColors); - } -} diff --git a/app/Jobs/Tasks/ShopeeSellerTopProductScraperTask.php b/app/Jobs/Tasks/ShopeeSellerTopProductScraperTask.php deleted file mode 100644 index 5f2a071..0000000 --- a/app/Jobs/Tasks/ShopeeSellerTopProductScraperTask.php +++ /dev/null @@ -1,133 +0,0 @@ -<?php - -namespace App\Jobs\Tasks; - -use App\Helpers\FirstParty\OSSUploader\OSSUploader; -use App\Models\Category; -use App\Models\ShopeeSellerScrape; -use Exception; - -class ShopeeSellerTopProductScraperTask -{ - public static function handle(string $seller, string $country_iso, Category $category) - { - - $country_iso = strtolower($country_iso); - - if (is_empty($seller)) { - throw new Exception('Missing \'seller\' attribute.'); - } - - $shopee_seller_scrape = ShopeeSellerScrape::where('seller', $seller) - ->where('country_iso', $country_iso)->first(); - - if (! is_null($shopee_seller_scrape)) { - $serialised = OSSUploader::readFile('r2', 'shopee/seller', $shopee_seller_scrape->filename); - - if (! is_empty($serialised)) { - $obj = unserialize($serialised); - $obj->shopee_seller_scrape = $shopee_seller_scrape; - - return $obj; - } - } - - $epoch = epoch_now_timestamp(); - - $seller_shop_url = "https://shopee.com.my/{$seller}?page=0&sortBy=sales"; - - $seller_shop_task = UrlCrawlerTask::handle($seller_shop_url, 'shopee/seller', $epoch, true, false); - - //dd($seller_shop_task); - - if (isset($seller_shop_task->response->jsonld)) { - $top_rank_products = self::getSortedData($seller_shop_task->response->jsonld, 400); - - if (count($top_rank_products) > 0) { - - $product_found = null; - - foreach ($top_rank_products as $product) { - $product_task = UrlCrawlerTask::handle($product->url, 'shopee/seller', $epoch, true, true); - - if ($product_task->response->status_code >= 0) { - $product_found = $product_task->response; - break; - } - } - - $scraped = (object) [ - 'seller_shop_task' => (object) [ - 'response' => $seller_shop_task->response, - ], - 'product_task' => (object) [ - 'response' => $product_task->response, - ], - ]; - - $serialised = serialize($scraped); - - $filename = $seller.'-'.$epoch.'-'.$country_iso.'.txt'; - - OSSUploader::uploadFile('r2', 'shopee/seller', $filename, $serialised); - - $shopee_seller_scrape = new ShopeeSellerScrape; - $shopee_seller_scrape->seller = $seller; - $shopee_seller_scrape->country_iso = $country_iso; - $shopee_seller_scrape->epoch = $epoch; - $shopee_seller_scrape->filename = $filename; - $shopee_seller_scrape->category_id = $category->id; - - if ($shopee_seller_scrape->save()) { - return (object) compact('seller_shop_task', 'product_task', 'shopee_seller_scrape'); - } - - } - } - - return null; - } - - private static function getSortedData($data, $minValue) - { - // Filter the items of type "Product" with an offer price greater than 200 - $filtered = array_filter($data, function ($item) use ($minValue) { - $isProduct = $item->{'@type'} === 'Product'; - $lowPrice = floatval($item->offers?->lowPrice ?? 0); - $price = floatval($item->offers?->price ?? 0); - - return $isProduct && ($lowPrice > $minValue) || ($price > $minValue); - }); - - // Sort the items based on `ratingCount` and `ratingValue` in descending order - usort($filtered, function ($a, $b) { - $ratingCountA = intval($a->aggregateRating?->ratingCount ?? 0); - $ratingCountB = intval($b->aggregateRating?->ratingCount ?? 0); - - $ratingValueA = floatval($a->aggregateRating?->ratingValue ?? 0); - $ratingValueB = floatval($b->aggregateRating?->ratingValue ?? 0); - - if ($ratingCountA !== $ratingCountB) { - return $ratingCountB - $ratingCountA; - } - - return $ratingValueB <=> $ratingValueA; - }); - - // Map the filtered and sorted items to a new array of objects - return array_map(function ($item) { - return (object) [ - 'name' => $item->name ?? null, - 'description' => $item->description ?? null, - 'url' => $item->url ?? null, - 'image' => $item->image ?? null, - 'lowPrice' => floatval($item->offers?->lowPrice ?? 0), - 'highPrice' => floatval($item->offers?->highPrice ?? 0), - 'price' => floatval($item->offers?->price ?? 0), - 'priceCurrency' => $item->offers?->priceCurrency ?? null, - 'ratingCount' => intval($item->aggregateRating?->ratingCount ?? 0), - 'ratingValue' => floatval($item->aggregateRating?->ratingValue ?? 0), - ]; - }, $filtered); - } -} diff --git a/app/Jobs/Tasks/UrlCrawlerTask.php b/app/Jobs/Tasks/UrlCrawlerTask.php deleted file mode 100644 index be8ea18..0000000 --- a/app/Jobs/Tasks/UrlCrawlerTask.php +++ /dev/null @@ -1,236 +0,0 @@ -<?php - -namespace App\Jobs\Tasks; - -use App\Helpers\FirstParty\OSSUploader\OSSUploader; -use Exception; -use Illuminate\Support\Facades\Http; -use Spatie\Browsershot\Browsershot; -use Spatie\Browsershot\Exceptions\UnsuccessfulResponse; -use Symfony\Component\DomCrawler\Crawler; - -class UrlCrawlerTask -{ - public static function handle(string $url, $directory, $postfix = null, $strip_html = false, $parse_images = false) - { - $slug = str_slug($url); - - $cached_url = $url; // self::getGoogleCachedUrl($url, false); - - $postfix = strval($postfix); - - $driver = 'r2'; - $filename = $slug.'-'.$postfix.'.html'; - $user_agent = config('platform.proxy.user_agent'); - $disk_url = $directory.$filename; - - $raw_html = null; - $status_code = 0; - - $costs = []; - - $unblocker_proxy_server = get_smartproxy_unblocker_server(); - $rotating_proxy_server = get_smartproxy_rotating_server(); - - try { - $raw_html = OSSUploader::readFile($driver, $directory, $filename); - - if (is_null($raw_html)) { - $status_code = -1; - throw new Exception('Not stored.'); - } - } catch (Exception $e) { - $raw_html = null; - } - - if (is_null($raw_html)) { - - try { - - $response = Http::withHeaders([ - 'User-Agent' => $user_agent, - ]) - ->withOptions([ - 'proxy' => $unblocker_proxy_server, - 'timeout' => 1000, - 'verify' => false, - ]) - ->get($cached_url); - - if ($response->successful()) { - $raw_html = $response->body(); - $costs['unblocker'] = calculate_smartproxy_cost(round(strlen($raw_html) / 1024, 2), 'unblocker'); - } else { - $raw_html = null; - $status_code = -3; - $response->throw(); - } - - // $browsershot = new Browsershot(); - - // $browsershot->setUrl($cached_url) - // ->setOption('args', ['headless: "new"']) - // ->noSandbox() - // ->setOption('args', ['--disable-web-security']) - // ->userAgent($user_agent) - // ->ignoreHttpsErrors() - // ->preventUnsuccessfulResponse() - // ->timeout(10) - // ->setProxyServer($proxy_server) - // ->userAgent($user_agent); - - // if (app()->environment() == 'local') { - // $browsershot->setNodeBinary(config('platform.general.node_binary'))->setNpmBinary(config('platform.general.npm_binary')); - // } - - // //dump($browsershot); - - // $raw_html = $browsershot->bodyHtml(); - - // $sizeInKb = strlen($raw_html) / 1024; // Convert bytes to kilobytes - // $browsershot_cost = round(calculate_smartproxy_cost($sizeInKb)) ; - - // $costs['html'] = $browsershot_cost; - - } catch (UnsuccessfulResponse|Exception $e) { - $raw_html = null; - $status_code = -3; - throw $e; - } - - if (! is_empty($raw_html)) { - OSSUploader::uploadFile($driver, $directory, $filename, $raw_html); - $status_code = 1; - } - } - - if (! is_null($raw_html)) { - - //$raw_html = self::minifyAndCleanHtml($raw_html); - - $jsonld = self::getJsonLd($raw_html); - - return (object) [ - 'response' => (object) [ - 'url' => $url, - 'postfix' => $postfix, - 'filename' => $disk_url, - 'raw_html' => $raw_html, - 'jsonld' => $jsonld, - 'status_code' => $status_code, - 'costs' => $costs, - 'total_cost' => array_sum(array_values($costs)), - ], - ]; - } - - return (object) [ - 'response' => (object) [ - 'url' => $url, - 'postfix' => $postfix, - 'filename' => null, - 'raw_html' => null, - 'jsonld' => [], - 'status_code' => $status_code, - 'costs' => $costs, - 'total_cost' => 0, - ], - ]; - } - - private static function getJsonLd(string $raw_html) - { - $crawler = new Crawler($raw_html); - - try { - $jsonld = $crawler->filter('script[type="application/ld+json"]')->each(function (Crawler $node) { - return $node->text(); - }); - } catch (Exception $e) { - return []; - } - - $contents = []; - - foreach ($jsonld as $content) { - try { - $contents[] = json_decode($content); - } catch (Exception $e) { - } - } - - return $contents; - } - - private static function minifyAndCleanHtml(string $raw_html) - { - $raw_html = self::minifyHTML($raw_html); - - $crawler = new Crawler($raw_html); - - // Directly loop through the DOM and remove 'class' and 'id' attributes - foreach ($crawler as $domElement) { - /** @var \DOMNodeList $nodes */ - $nodes = $domElement->getElementsByTagName('*'); - foreach ($nodes as $node) { - /** @var \DOMElement $node */ - $node->removeAttribute('class'); - $node->removeAttribute('id'); - $node->removeAttribute('style'); - } - } - - // Remove <style> tags and their content - $styleTags = $domElement->getElementsByTagName('style'); - for ($i = $styleTags->length; --$i >= 0;) { - $styleNode = $styleTags->item($i); - $styleNode->parentNode->removeChild($styleNode); - } - - // Output the manipulated HTML - return $crawler->html(); - } - - private static function minifyHTML($input) - { - // Remove extra white space between HTML tags - $input = preg_replace('/>\s+</', '><', $input); - - // Remove comments - $input = preg_replace('/<!--(.|\s)*?-->/', '', $input); - - return $input; - } - - private static function getGoogleCachedUrl(string $url, $stripHtml = false) - { - $url = self::stripUrlQueryParameters($url); - $cached_url = "https://webcache.googleusercontent.com/search?q=cache:{$url}"; - - if ($stripHtml) { - $cached_url .= '&strip=1'; - } - - return $cached_url; - - } - - private static function stripUrlQueryParameters(string $url) - { - // Parse the URL into its components - $parts = parse_url($url); - - // Rebuild the URL without the query component - $newUrl = $parts['scheme'].'://'.$parts['host']; - - if (isset($parts['path'])) { - $newUrl .= $parts['path']; - } - - if (isset($parts['fragment'])) { - $newUrl .= '#'.$parts['fragment']; - } - - return $newUrl; - } -} diff --git a/app/Models/AiTool.php b/app/Models/AiTool.php new file mode 100644 index 0000000..1d545c3 --- /dev/null +++ b/app/Models/AiTool.php @@ -0,0 +1,82 @@ +<?php + +/** + * Created by Reliese Model. + */ + +namespace App\Models; + +use Carbon\Carbon; +use Illuminate\Database\Eloquent\Collection; +use Illuminate\Database\Eloquent\Model; + +/** + * Class AiTool + * + * @property int $id + * @property int $category_id + * @property int $url_to_crawl_id + * @property string|null $screenshot_img + * @property bool $is_ai_tool + * @property string $tool_name + * @property string $is_app_web_both + * @property string|null $tagline + * @property string|null $summary + * @property string $pricing_type + * @property string|null $keyword_string + * @property string|null $qna + * @property Carbon|null $created_at + * @property Carbon|null $updated_at + * + * @property Category $category + * @property UrlToCrawl $url_to_crawl + * @property Collection|SearchEmbedding[] $search_embeddings + * @property Collection|AiToolKeyword[] $ai_tool_keywords + * + * @package App\Models + */ +class AiTool extends Model +{ + protected $table = 'ai_tools'; + + protected $casts = [ + 'category_id' => 'int', + 'url_to_crawl_id' => 'int', + 'is_ai_tool' => 'bool', + 'qna' => 'object' + ]; + + protected $fillable = [ + 'category_id', + 'url_to_crawl_id', + 'screenshot_img', + 'is_ai_tool', + 'tool_name', + 'is_app_web_both', + 'tagline', + 'summary', + 'pricing_type', + 'keyword_string', + 'qna' + ]; + + public function category() + { + return $this->belongsTo(Category::class); + } + + public function url_to_crawl() + { + return $this->belongsTo(UrlToCrawl::class); + } + + public function search_embeddings() + { + return $this->hasMany(SearchEmbedding::class); + } + + public function ai_tool_keywords() + { + return $this->hasMany(AiToolKeyword::class); + } +} diff --git a/app/Models/PostCategory.php b/app/Models/AiToolKeyword.php similarity index 57% rename from app/Models/PostCategory.php rename to app/Models/AiToolKeyword.php index 3fd0fef..5df45e0 100644 --- a/app/Models/PostCategory.php +++ b/app/Models/AiToolKeyword.php @@ -10,28 +10,32 @@ use Illuminate\Database\Eloquent\Model; /** - * Class PostCategory + * Class AiToolKeyword * * @property int $id - * @property int $post_id * @property int $category_id + * @property int $ai_tool_id + * @property string $value + * @property string $value_lowercased * @property Carbon|null $created_at * @property Carbon|null $updated_at * @property Category $category - * @property Post $post + * @property AiTool $ai_tool */ -class PostCategory extends Model +class AiToolKeyword extends Model { - protected $table = 'post_categories'; + protected $table = 'ai_tool_keywords'; protected $casts = [ - 'post_id' => 'int', 'category_id' => 'int', + 'ai_tool_id' => 'int', ]; protected $fillable = [ - 'post_id', 'category_id', + 'ai_tool_id', + 'value', + 'value_lowercased', ]; public function category() @@ -39,8 +43,8 @@ public function category() return $this->belongsTo(Category::class); } - public function post() + public function ai_tool() { - return $this->belongsTo(Post::class); + return $this->belongsTo(AiTool::class); } } diff --git a/app/Models/AiWriteup.php b/app/Models/AiWriteup.php deleted file mode 100644 index 82ee7de..0000000 --- a/app/Models/AiWriteup.php +++ /dev/null @@ -1,55 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use Carbon\Carbon; -use Illuminate\Database\Eloquent\Model; - -/** - * Class AiWriteup - * - * @property int $id - * @property string $source - * @property string $source_url - * @property int $category_id - * @property string $title - * @property string $editor_format - * @property string|null $excerpt - * @property string|null $featured_image - * @property array|null $body - * @property float $cost - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - * @property Category $category - */ -class AiWriteup extends Model -{ - protected $table = 'ai_writeups'; - - protected $casts = [ - 'category_id' => 'int', - 'body' => 'json', - 'cost' => 'float', - ]; - - protected $fillable = [ - 'source', - 'source_url', - 'category_id', - 'title', - 'editor_format', - 'excerpt', - 'featured_image', - 'body', - 'cost', - ]; - - public function category() - { - return $this->belongsTo(Category::class); - } -} diff --git a/app/Models/Author.php b/app/Models/Author.php deleted file mode 100644 index 81b5ee3..0000000 --- a/app/Models/Author.php +++ /dev/null @@ -1,47 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use Carbon\Carbon; -use Illuminate\Database\Eloquent\Collection; -use Illuminate\Database\Eloquent\Model; - -/** - * Class Author - * - * @property int $id - * @property string $name - * @property string $avatar - * @property string $bio - * @property bool $enabled - * @property bool $public - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - * @property Collection|Post[] $posts - */ -class Author extends Model -{ - protected $table = 'authors'; - - protected $casts = [ - 'enabled' => 'bool', - 'public' => 'bool', - ]; - - protected $fillable = [ - 'name', - 'avatar', - 'bio', - 'enabled', - 'public', - ]; - - public function posts() - { - return $this->hasMany(Post::class); - } -} diff --git a/app/Models/Category.php b/app/Models/Category.php index 270a352..ad81299 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -7,18 +7,18 @@ namespace App\Models; use Carbon\Carbon; -use GeneaLabs\LaravelModelCaching\Traits\Cachable; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\SoftDeletes; +use Kalnoy\Nestedset\NodeTrait; /** * Class Category * * @property int $id - * @property int $country_locale_id - * @property string|null $name - * @property string $short_name + * @property string $name + * @property string|null $emoji * @property string|null $slug + * @property string|null $description * @property bool $enabled * @property bool $is_top * @property int $_lft @@ -27,16 +27,14 @@ * @property string|null $deleted_at * @property Carbon|null $created_at * @property Carbon|null $updated_at - * @property CountryLocale $country_locale */ class Category extends Model { - use Cachable, SoftDeletes; + use NodeTrait, SoftDeletes; protected $table = 'categories'; protected $casts = [ - 'country_locale_id' => 'int', 'enabled' => 'bool', 'is_top' => 'bool', '_lft' => 'int', @@ -45,10 +43,8 @@ class Category extends Model ]; protected $fillable = [ - 'type', - 'country_locale_id', 'name', - 'short_name', + 'emoji', 'slug', 'description', 'enabled', @@ -57,9 +53,4 @@ class Category extends Model '_rgt', 'parent_id', ]; - - public function country_locale() - { - return $this->belongsTo(CountryLocale::class); - } } diff --git a/app/Models/CountryLocale.php b/app/Models/CountryLocale.php deleted file mode 100644 index 00bfbda..0000000 --- a/app/Models/CountryLocale.php +++ /dev/null @@ -1,44 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use Carbon\Carbon; -use GeneaLabs\LaravelModelCaching\Traits\Cachable; -use Illuminate\Database\Eloquent\Model; -use Illuminate\Database\Eloquent\SoftDeletes; - -/** - * Class CountryLocale - * - * @property int $id - * @property string $name - * @property string $slug - * @property string $i18n - * @property bool $enabled - * @property string|null $deleted_at - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - */ -class CountryLocale extends Model -{ - use Cachable, SoftDeletes; - - protected $table = 'country_locales'; - - protected $casts = [ - 'enabled' => 'bool', - ]; - - protected $fillable = [ - 'name', - 'slug', - 'i18n', - 'lang', - 'country_iso', - 'enabled', - ]; -} diff --git a/app/Models/DailyTaskSchedule.php b/app/Models/DailyTaskSchedule.php deleted file mode 100644 index 13e9283..0000000 --- a/app/Models/DailyTaskSchedule.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use Carbon\Carbon; -use Illuminate\Database\Eloquent\Model; - -/** - * Class DailyTaskSchedule - * - * @property int $id - * @property string $task - * @property Carbon $next_run_time - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - */ -class DailyTaskSchedule extends Model -{ - protected $table = 'daily_task_schedules'; - - protected $casts = [ - 'next_run_time' => 'datetime', - ]; - - protected $fillable = [ - 'task', - 'next_run_time', - ]; -} diff --git a/app/Models/DraftPost.php b/app/Models/DraftPost.php deleted file mode 100644 index 8a503af..0000000 --- a/app/Models/DraftPost.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -namespace App\Models; - -use Illuminate\Database\Eloquent\Factories\HasFactory; -use Illuminate\Database\Eloquent\Model; - -class DraftPost extends Model -{ - use HasFactory; -} diff --git a/app/Models/FailedJob.php b/app/Models/FailedJob.php deleted file mode 100644 index 30e9dbe..0000000 --- a/app/Models/FailedJob.php +++ /dev/null @@ -1,38 +0,0 @@ -<?php - -namespace App\Models; - -use Illuminate\Database\Eloquent\Model; - -class FailedJob extends Model -{ - /** - * The table associated with the model. - * - * @var string - */ - protected $table = 'failed_jobs'; - - /** - * The attributes that aren't mass assignable. - * - * @var array - */ - protected $guarded = []; - - /** - * Indicates if the model should be timestamped. - * - * @var bool - */ - public $timestamps = false; - - /** - * Casts attributes to native types. - * - * @var array - */ - protected $casts = [ - 'failed_at' => 'datetime', - ]; -} diff --git a/app/Models/Post.php b/app/Models/Post.php deleted file mode 100644 index d935c87..0000000 --- a/app/Models/Post.php +++ /dev/null @@ -1,236 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use AlAminFirdows\LaravelEditorJs\Facades\LaravelEditorJs; -use Carbon\Carbon; -use GrahamCampbell\Markdown\Facades\Markdown; -use Illuminate\Database\Eloquent\Collection; -use Illuminate\Database\Eloquent\Model; -use Spatie\Feed\Feedable; -use Spatie\Feed\FeedItem; -use Symfony\Component\DomCrawler\Crawler; - -/** - * Class Post - * - * @property int $id - * @property string|null $title - * @property string|null $slug - * @property string|null $excerpt - * @property int|null $author_id - * @property string $featured_image - * @property string $editor - * @property array|null $body - * @property string $post_format - * @property int $comment_count - * @property int $likes_count - * @property string $status - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - * @property Author|null $author - * @property Collection|PostCategory[] $post_categories - */ -class Post extends Model implements Feedable -{ - protected $table = 'posts'; - - protected $casts = [ - 'author_id' => 'int', - 'body' => 'json', - 'comment_count' => 'int', - 'likes_count' => 'int', - 'featured' => 'bool', - 'publish_date' => 'datetime', - ]; - - protected $fillable = [ - 'title', - 'slug', - 'cliffhanger', - 'excerpt', - 'author_id', - 'featured_image', - 'editor', - 'body', - 'post_format', - 'comment_count', - 'likes_count', - 'status', - 'featured', - 'publish_date', - ]; - - protected $appends = [ - //'html_body', - ]; - - public function author() - { - return $this->belongsTo(Author::class); - } - - public function post_categories() - { - return $this->hasMany(PostCategory::class); - } - - public function post_category() - { - return $this->hasOne(PostCategory::class); - } - - public function getHtmlBodyAttribute() - { - if (! is_empty($this->body)) { - if ($this->editor == 'editorjs') { - return LaravelEditorJs::render(json_encode($this->body)); - } elseif ($this->editor == 'markdown') { - //dd($this->body); - - $html = Markdown::convert($this->body)->getContent(); - - //dd($html); - - $html = str_replace('\\n', "\n", $html); - - $crawler = new Crawler($html); - - $firstHeaderProcessed = false; - - $crawler->filter('h1, h2, h3, h4, h5, h6')->each(function (Crawler $node) use (&$firstHeaderProcessed) { - $element = $node->getNode(0); - - // Create a new h3 element - $newElement = $element->ownerDocument->createElement('h3'); - - // Copy attributes from the old header element to the new h3 element - foreach ($element->attributes as $attribute) { - $newElement->setAttribute($attribute->name, $attribute->value); - } - - // Add the 'fw-bold' class to the new h3 element - $existingClasses = $element->getAttribute('class'); - $newClass = 'fw-bold'; - $updatedClasses = ($existingClasses ? $existingClasses.' ' : '').$newClass; - $newElement->setAttribute('class', $updatedClasses); - - // Move child nodes from the old header element to the new h3 element - while ($element->firstChild) { - $newElement->appendChild($element->firstChild); - } - - // Replace the old header element with the new h3 element in the DOM - $element->parentNode->replaceChild($newElement, $element); - - // Only for the first header - if (! $firstHeaderProcessed) { - $firstHeaderProcessed = true; - - $nextSibling = $newElement->nextSibling; - while ($nextSibling) { - if ($nextSibling->nodeType === XML_ELEMENT_NODE) { - if ($nextSibling->nodeName === 'p' && ($nextSibling->getElementsByTagName('img')->length > 0 || $nextSibling->getElementsByTagName('figure')->length > 0)) { - // Remove <p> if it contains an <img> or <figure> directly - $nextSibling->parentNode->removeChild($nextSibling); - break; - } elseif ($nextSibling->nodeName === 'img' || $nextSibling->nodeName === 'figure') { - // Direct <img> or <figure> without wrapping <p> - $newElement->parentNode->removeChild($nextSibling); - break; - } else { - break; - } - } else { - $nextSibling = $nextSibling->nextSibling; - } - } - } - }); - - // Modify the DOM by wrapping the <img> tags inside a <figure> and adding the desired structure - $crawler->filter('img')->each(function (Crawler $node) { - $imgElement = $node->getNode(0); - - // Update the class of the <img> - $existingClasses = $imgElement->getAttribute('class'); - $newClasses = 'img-fluid rounded-2 shadow-sm mb-2'; - $updatedClasses = ($existingClasses ? $existingClasses.' ' : '').$newClasses; - $imgElement->setAttribute('class', $updatedClasses); - - // Create a new <figure> element - $figureElement = new \DOMElement('figure'); - $imgElement->parentNode->insertBefore($figureElement, $imgElement); - - // Move the <img> inside the <figure> - $figureElement->appendChild($imgElement); - $figureElement->setAttribute('class', 'image'); - - // Create a new <footer> element inside <figure> without directly setting its content - $footerElement = $imgElement->ownerDocument->createElement('footer'); - $figureElement->appendChild($footerElement); - - // Add the content to <footer> using createTextNode to ensure special characters are handled - $footerText = $imgElement->ownerDocument->createTextNode($imgElement->getAttribute('alt')); - $footerElement->appendChild($footerText); - - // Set the class attribute for <footer> - $footerElement->setAttribute('class', 'image-caption'); - }); - - // Add Bootstrap 5 styling to tables - $crawler->filter('table')->each(function (Crawler $node) { - $tableElement = $node->getNode(0); - $existingClasses = $tableElement->getAttribute('class'); - $newClass = 'table'; - $updatedClasses = ($existingClasses ? $existingClasses.' ' : '').$newClass; - $tableElement->setAttribute('class', $updatedClasses); - }); - - // Convert the modified DOM back to HTML - $updatedHtml = ''; - foreach ($crawler as $domElement) { - $updatedHtml .= $domElement->ownerDocument->saveHTML($domElement); - } - - return $updatedHtml; - - } - - } - - return ''; - - } - - public function getFeaturedImageLqipAttribute() - { - $featuredImage = $this->featured_image; - - // Get the extension of the original featured image - $extension = pathinfo($featuredImage, PATHINFO_EXTENSION); - - // Append "_lqip" before the extension to create the LQIP image URL - return str_replace(".{$extension}", "_lqip.{$extension}", $featuredImage); - } - - public function toFeedItem(): FeedItem - { - return FeedItem::create() - ->id($this->id) - ->title($this->title) - ->summary($this->excerpt) - ->updated($this->publish_date) - ->link(route('home.country.post', ['country' => $this->post_category?->category?->country_locale_slug, 'post_slug' => $this->slug])) - ->authorName($this->author->name); - } - - public static function getFeedItems() - { - return Post::where('status', 'publish')->latest()->get(); - } -} diff --git a/app/Models/SearchEmbedding.php b/app/Models/SearchEmbedding.php new file mode 100644 index 0000000..bf8bb93 --- /dev/null +++ b/app/Models/SearchEmbedding.php @@ -0,0 +1,54 @@ +<?php + +/** + * Created by Reliese Model. + */ + +namespace App\Models; + +use Carbon\Carbon; +use Illuminate\Database\Eloquent\Model; +use Pgvector\Laravel\Vector; + +/** + * Class SearchEmbedding + * + * @property int $id + * @property string $type + * @property int|null $category_id + * @property int|null $ai_tool_id + * @property string $query + * @property USER-DEFINED|null $embedding + * @property Carbon|null $created_at + * @property Carbon|null $updated_at + * @property Category|null $category + * @property AiTool|null $ai_tool + */ +class SearchEmbedding extends Model +{ + protected $table = 'search_embeddings'; + + protected $casts = [ + 'category_id' => 'int', + 'ai_tool_id' => 'int', + 'embedding' => Vector::class, + ]; + + protected $fillable = [ + 'type', + 'category_id', + 'ai_tool_id', + 'query', + 'embedding', + ]; + + public function category() + { + return $this->belongsTo(Category::class); + } + + public function ai_tool() + { + return $this->belongsTo(AiTool::class); + } +} diff --git a/app/Models/ServiceCostUsage.php b/app/Models/ServiceCostUsage.php new file mode 100644 index 0000000..920b598 --- /dev/null +++ b/app/Models/ServiceCostUsage.php @@ -0,0 +1,44 @@ +<?php + +/** + * Created by Reliese Model. + */ + +namespace App\Models; + +use Carbon\Carbon; +use Illuminate\Database\Eloquent\Model; + +/** + * Class ServiceCostUsage + * + * @property int $id + * @property float $cost + * @property string $name + * @property string|null $reference_1 + * @property string|null $reference_2 + * @property string $output + * @property string|null $input_1 + * @property string|null $input_2 + * @property Carbon|null $created_at + * @property Carbon|null $updated_at + */ +class ServiceCostUsage extends Model +{ + protected $table = 'service_cost_usages'; + + protected $casts = [ + 'cost' => 'float', + 'output' => 'binary', + ]; + + protected $fillable = [ + 'cost', + 'name', + 'reference_1', + 'reference_2', + 'output', + 'input_1', + 'input_2', + ]; +} diff --git a/app/Models/ShopeeSellerCategory.php b/app/Models/ShopeeSellerCategory.php deleted file mode 100644 index 7e16ac1..0000000 --- a/app/Models/ShopeeSellerCategory.php +++ /dev/null @@ -1,45 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use Carbon\Carbon; -use Illuminate\Database\Eloquent\Model; - -/** - * Class ShopeeSellerCategory - * - * @property int $id - * @property string $seller - * @property int $category_id - * @property Carbon|null $last_ai_written_at - * @property int $write_counts - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - * @property Category $category - */ -class ShopeeSellerCategory extends Model -{ - protected $table = 'shopee_seller_categories'; - - protected $casts = [ - 'category_id' => 'int', - 'last_ai_written_at' => 'datetime', - 'write_counts' => 'int', - ]; - - protected $fillable = [ - 'seller', - 'category_id', - 'last_ai_written_at', - 'write_counts', - ]; - - public function category() - { - return $this->belongsTo(Category::class); - } -} diff --git a/app/Models/ShopeeSellerScrape.php b/app/Models/ShopeeSellerScrape.php deleted file mode 100644 index 479f357..0000000 --- a/app/Models/ShopeeSellerScrape.php +++ /dev/null @@ -1,57 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use Carbon\Carbon; -use Illuminate\Database\Eloquent\Collection; -use Illuminate\Database\Eloquent\Model; - -/** - * Class ShopeeSellerScrape - * - * @property int $id - * @property int|null $category_id - * @property string $seller - * @property string $country_iso - * @property int $epoch - * @property string $filename - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - * @property Category|null $category - * @property Collection|ShopeeSellerScrapedImage[] $shopee_seller_scraped_images - */ -class ShopeeSellerScrape extends Model -{ - protected $table = 'shopee_seller_scrapes'; - - protected $casts = [ - 'category_id' => 'int', - 'epoch' => 'int', - 'last_ai_written_at' => 'datetime', - 'write_counts' => 'int', - ]; - - protected $fillable = [ - 'category_id', - 'seller', - 'country_iso', - 'epoch', - 'filename', - 'last_ai_written_at', - 'write_counts', - ]; - - public function category() - { - return $this->belongsTo(Category::class); - } - - public function shopee_seller_scraped_images() - { - return $this->hasMany(ShopeeSellerScrapedImage::class); - } -} diff --git a/app/Models/ShopeeSellerScrapedImage.php b/app/Models/ShopeeSellerScrapedImage.php deleted file mode 100644 index 9556efc..0000000 --- a/app/Models/ShopeeSellerScrapedImage.php +++ /dev/null @@ -1,44 +0,0 @@ -<?php - -/** - * Created by Reliese Model. - */ - -namespace App\Models; - -use Carbon\Carbon; -use Illuminate\Database\Eloquent\Model; - -/** - * Class ShopeeSellerScrapedImage - * - * @property int $id - * @property int $shopee_seller_scrape_id - * @property string $original_name - * @property string|null $image - * @property bool $featured - * @property Carbon|null $created_at - * @property Carbon|null $updated_at - * @property ShopeeSellerScrape $shopee_seller_scrape - */ -class ShopeeSellerScrapedImage extends Model -{ - protected $table = 'shopee_seller_scraped_images'; - - protected $casts = [ - 'shopee_seller_scrape_id' => 'int', - 'featured' => 'bool', - ]; - - protected $fillable = [ - 'shopee_seller_scrape_id', - 'original_name', - 'image', - 'featured', - ]; - - public function shopee_seller_scrape() - { - return $this->belongsTo(ShopeeSellerScrape::class); - } -} diff --git a/app/Models/UrlToCrawl.php b/app/Models/UrlToCrawl.php new file mode 100644 index 0000000..e00d9bc --- /dev/null +++ b/app/Models/UrlToCrawl.php @@ -0,0 +1,47 @@ +<?php + +/** + * Created by Reliese Model. + */ + +namespace App\Models; + +use Carbon\Carbon; +use Illuminate\Database\Eloquent\Model; + +/** + * Class UrlToCrawl + * + * @property int $id + * @property string $domain + * @property string $url + * @property bool $is_crawling + * @property bool $is_crawled + * @property string|null $output_type + * @property string|null $output + * @property string|null $metadata + * @property string $status + * @property Carbon|null $created_at + * @property Carbon|null $updated_at + */ +class UrlToCrawl extends Model +{ + protected $table = 'url_to_crawls'; + + protected $casts = [ + 'is_crawling' => 'bool', + 'is_crawled' => 'bool', + 'metadata' => 'object', + ]; + + protected $fillable = [ + 'domain', + 'url', + 'is_crawling', + 'is_crawled', + 'output_type', + 'output', + 'metadata', + 'status', + ]; +} diff --git a/app/Providers/ViewServiceProvider.php b/app/Providers/ViewServiceProvider.php index 7fb8793..8d746c1 100644 --- a/app/Providers/ViewServiceProvider.php +++ b/app/Providers/ViewServiceProvider.php @@ -4,6 +4,7 @@ use App\View\Composers\CategoryComposer; use App\View\Composers\CountryLocaleComposer; +use App\View\Composers\StatsComposer; use Illuminate\Support\Facades\View; use Illuminate\Support\ServiceProvider; @@ -27,11 +28,15 @@ public function register() public function boot() { // Using class based composers... - // View::composer('layouts.front.navigation', CategoryComposer::class); - // View::composer('layouts.front.navigation', CountryLocaleComposer::class); + View::composer('front.home', CategoryComposer::class); + View::composer('front.home', StatsComposer::class); + View::composer('front.discover', StatsComposer::class); + View::composer('front.discover', CategoryComposer::class); - // View::composer('layouts.front.footer', CategoryComposer::class); - // View::composer('layouts.front.footer', CountryLocaleComposer::class); + // View::composer('front.layoutsnavigation', CountryLocaleComposer::class); + + // View::composer('front.layouts.footer', CategoryComposer::class); + // View::composer('front.layouts.footer', CountryLocaleComposer::class); if (auth()->check()) { diff --git a/app/View/Composers/CategoryComposer.php b/app/View/Composers/CategoryComposer.php index 2a0487a..aa5d332 100644 --- a/app/View/Composers/CategoryComposer.php +++ b/app/View/Composers/CategoryComposer.php @@ -3,22 +3,20 @@ namespace App\View\Composers; use App\Models\Category; -use App\Models\CountryLocale; use Illuminate\View\View; class CategoryComposer { public function compose(View $view) { - $current_country_locale = request()->session()->get('view_country_locale'); + $parent_categories = Category::whereNull('parent_id')->orderBy('name', 'ASC')->get(); - if (is_null($current_country_locale)) { - $current_country_locale = CountryLocale::where('slug', config('platform.general.fallback_country_slug'))->first(); - } + $top_parent_categories = clone $parent_categories->where('is_top', true); + $non_top_parent_categories = clone $parent_categories->where('is_top', false); - $categories = Category::where('country_locale_id', $current_country_locale->id)->get(); - - $view->with('categories', $categories); + $view->with('parent_categories', $parent_categories) + ->with('top_parent_categories', $top_parent_categories) + ->with('non_top_parent_categories', $non_top_parent_categories); } } diff --git a/app/View/Composers/StatsComposer.php b/app/View/Composers/StatsComposer.php new file mode 100644 index 0000000..361eb10 --- /dev/null +++ b/app/View/Composers/StatsComposer.php @@ -0,0 +1,16 @@ +<?php + +namespace App\View\Composers; + +use Illuminate\View\View; + +class StatsComposer +{ + public function compose(View $view) + { + $tools_count = round_to_nearest_base(700); + + $view->with('tools_count', $tools_count); + + } +} diff --git a/composer.json b/composer.json index e5a9ac6..e117745 100644 --- a/composer.json +++ b/composer.json @@ -31,15 +31,18 @@ "masterminds/html5": "^2.8", "mews/purifier": "^3.4", "pfaciana/tiny-html-minifier": "^3.0", + "pgvector/pgvector": "^0.1.4", "spatie/browsershot": "^3.58", "spatie/crawler": "^7.1", "spatie/laravel-feed": "^4.2", "spatie/laravel-googletagmanager": "^2.6", + "spatie/laravel-responsecache": "^7.4", "spatie/laravel-sitemap": "^6.3", "stevebauman/location": "^7.0", "symfony/dom-crawler": "^6.3", "thiagoalessio/tesseract_ocr": "^2.12", - "tightenco/ziggy": "^1.6" + "tightenco/ziggy": "^1.6", + "torann/json-ld": "^0.0.19" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.8", diff --git a/composer.lock b/composer.lock index 98873d4..ee50582 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eb3b558c7be113e0fc21c7504e43e719", + "content-hash": "e625dc4f9c62f9dfe721d07bd47f625f", "packages": [ { "name": "alaminfirdows/laravel-editorjs", @@ -4965,6 +4965,58 @@ }, "time": "2020-07-27T03:41:45+00:00" }, + { + "name": "pgvector/pgvector", + "version": "v0.1.4", + "source": { + "type": "git", + "url": "https://github.com/pgvector/pgvector-php.git", + "reference": "301ce729091b496b477c28f548bcba285d59d86d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pgvector/pgvector-php/zipball/301ce729091b496b477c28f548bcba285d59d86d", + "reference": "301ce729091b496b477c28f548bcba285d59d86d", + "shasum": "" + }, + "require": { + "php": ">= 7.4" + }, + "require-dev": { + "illuminate/database": ">= 9.0", + "phpunit/phpunit": "^9" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Pgvector\\Laravel\\PgvectorServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Pgvector\\": "src/", + "Pgvector\\Laravel\\": "src/laravel/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andrew Kane", + "email": "andrew@ankane.org" + } + ], + "description": "pgvector support for PHP", + "support": { + "issues": "https://github.com/pgvector/pgvector-php/issues", + "source": "https://github.com/pgvector/pgvector-php" + }, + "time": "2023-11-15T02:20:37+00:00" + }, { "name": "phpmd/phpmd", "version": "2.14.1", @@ -6478,6 +6530,90 @@ ], "time": "2023-08-23T09:04:39+00:00" }, + { + "name": "spatie/laravel-responsecache", + "version": "7.4.10", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-responsecache.git", + "reference": "cf0305f73fcc49dacfadd0f2228887a92fa736ac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-responsecache/zipball/cf0305f73fcc49dacfadd0f2228887a92fa736ac", + "reference": "cf0305f73fcc49dacfadd0f2228887a92fa736ac", + "shasum": "" + }, + "require": { + "illuminate/cache": "^8.71|^9.0|^10.0", + "illuminate/console": "^8.71|^9.0|^10.0", + "illuminate/container": "^8.71|^9.0|^10.0", + "illuminate/http": "^8.71|^9.0|^10.0", + "illuminate/support": "^8.71|^9.0|^10.0", + "nesbot/carbon": "^2.63", + "php": "^8.0", + "spatie/laravel-package-tools": "^1.9" + }, + "require-dev": { + "laravel/framework": "^9.0|^10.0", + "mockery/mockery": "^1.4", + "orchestra/testbench": "^6.23|^7.0|^8.0", + "pestphp/pest": "^1.22", + "phpunit/phpunit": "^9.4" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Spatie\\ResponseCache\\ResponseCacheServiceProvider" + ], + "aliases": { + "ResponseCache": "Spatie\\ResponseCache\\Facades\\ResponseCache" + } + } + }, + "autoload": { + "psr-4": { + "Spatie\\ResponseCache\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "Speed up a Laravel application by caching the entire response", + "homepage": "https://github.com/spatie/laravel-responsecache", + "keywords": [ + "cache", + "laravel", + "laravel-responsecache", + "performance", + "response", + "spatie" + ], + "support": { + "source": "https://github.com/spatie/laravel-responsecache/tree/7.4.10" + }, + "funding": [ + { + "url": "https://spatie.be/open-source/support-us", + "type": "custom" + }, + { + "url": "https://github.com/spatie", + "type": "github" + } + ], + "time": "2023-10-28T18:47:12+00:00" + }, { "name": "spatie/laravel-sitemap", "version": "6.3.1", @@ -9522,6 +9658,61 @@ }, "time": "2023-01-03T09:29:04+00:00" }, + { + "name": "torann/json-ld", + "version": "0.0.19", + "source": { + "type": "git", + "url": "https://github.com/Torann/json-ld.git", + "reference": "45738178c8eeea28a30925826537e87c3020de5a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Torann/json-ld/zipball/45738178c8eeea28a30925826537e87c3020de5a", + "reference": "45738178c8eeea28a30925826537e87c3020de5a", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "~5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.1-dev" + } + }, + "autoload": { + "psr-4": { + "JsonLd\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Daniel Stainback", + "email": "torann@gmail.com" + } + ], + "description": "Extremely simple JSON-LD markup generator.", + "keywords": [ + "JSON-LD", + "generator", + "schema", + "structured-data" + ], + "support": { + "issues": "https://github.com/Torann/json-ld/issues", + "source": "https://github.com/Torann/json-ld/tree/0.0.19" + }, + "time": "2020-03-10T17:25:19+00:00" + }, { "name": "vlucas/phpdotenv", "version": "v5.5.0", diff --git a/config/dataforseo.php b/config/dataforseo.php index c7852aa..ca13e7e 100644 --- a/config/dataforseo.php +++ b/config/dataforseo.php @@ -1,6 +1,9 @@ <?php return [ + + 'sandbox_mode' => env('SANDBOX_MODE', false), + 'login' => env('DATAFORSEO_LOGIN', 'login'), 'password' => env('DATAFORSEO_PASSWORD', 'password'), @@ -11,4 +14,6 @@ 'url' => 'https://api.dataforseo.com', + 'sandbox_url' => 'https://sandbox.dataforseo.com', + ]; diff --git a/config/platform/uploads.php b/config/platform/uploads.php new file mode 100644 index 0000000..b6a7f92 --- /dev/null +++ b/config/platform/uploads.php @@ -0,0 +1,19 @@ +<?php + +return [ + + 'ai_tools' => [ + + 'screenshot' => [ + + 'path' => '/ai_tool/screenshot/', + + 'driver' => 'r2', + + 'file_prefix' => '', + + ], + + ], + +]; diff --git a/config/responsecache.php b/config/responsecache.php new file mode 100644 index 0000000..e0f04b3 --- /dev/null +++ b/config/responsecache.php @@ -0,0 +1,94 @@ +<?php + +return [ + /* + * Determine if the response cache middleware should be enabled. + */ + 'enabled' => env('RESPONSE_CACHE_ENABLED', true), + + /* + * The given class will determinate if a request should be cached. The + * default class will cache all successful GET-requests. + * + * You can provide your own class given that it implements the + * CacheProfile interface. + */ + 'cache_profile' => Spatie\ResponseCache\CacheProfiles\CacheAllSuccessfulGetRequests::class, + + /* + * Optionally, you can specify a header that will force a cache bypass. + * This can be useful to monitor the performance of your application. + */ + 'cache_bypass_header' => [ + 'name' => env('CACHE_BYPASS_HEADER_NAME', null), + 'value' => env('CACHE_BYPASS_HEADER_VALUE', null), + ], + + /* + * When using the default CacheRequestFilter this setting controls the + * default number of seconds responses must be cached. + */ + 'cache_lifetime_in_seconds' => env('RESPONSE_CACHE_LIFETIME', 60 * 60 * 24 * 7), + + /* + * This setting determines if a http header named with the cache time + * should be added to a cached response. This can be handy when + * debugging. + */ + 'add_cache_time_header' => env('APP_DEBUG', false), + + /* + * This setting determines the name of the http header that contains + * the time at which the response was cached + */ + 'cache_time_header_name' => env('RESPONSE_CACHE_HEADER_NAME', 'laravel-responsecache'), + + /* + * This setting determines if a http header named with the cache age + * should be added to a cached response. This can be handy when + * debugging. + * ONLY works when "add_cache_time_header" is also active! + */ + 'add_cache_age_header' => env('RESPONSE_CACHE_AGE_HEADER', false), + + /* + * This setting determines the name of the http header that contains + * the age of cache + */ + 'cache_age_header_name' => env('RESPONSE_CACHE_AGE_HEADER_NAME', 'laravel-responsecache-age'), + + /* + * Here you may define the cache store that should be used to store + * requests. This can be the name of any store that is + * configured in app/config/cache.php + */ + 'cache_store' => env('RESPONSE_CACHE_DRIVER', 'file'), + + /* + * Here you may define replacers that dynamically replace content from the response. + * Each replacer must implement the Replacer interface. + */ + 'replacers' => [ + \Spatie\ResponseCache\Replacers\CsrfTokenReplacer::class, + ], + + /* + * If the cache driver you configured supports tags, you may specify a tag name + * here. All responses will be tagged. When clearing the responsecache only + * items with that tag will be flushed. + * + * You may use a string or an array here. + */ + 'cache_tag' => '', + + /* + * This class is responsible for generating a hash for a request. This hash + * is used to look up a cached response. + */ + 'hasher' => \Spatie\ResponseCache\Hasher\DefaultHasher::class, + + /* + * This class is responsible for serializing responses. + */ + 'serializer' => \Spatie\ResponseCache\Serializers\DefaultSerializer::class, +]; diff --git a/database/migrations/2022_08_03_000000_create_vector_extension.php b/database/migrations/2022_08_03_000000_create_vector_extension.php new file mode 100644 index 0000000..fccfe19 --- /dev/null +++ b/database/migrations/2022_08_03_000000_create_vector_extension.php @@ -0,0 +1,27 @@ +<?php + +use Illuminate\Database\Migrations\Migration; +use Illuminate\Support\Facades\DB; + +return new class extends Migration +{ + /** + * Run the migrations. + * + * @return void + */ + public function up() + { + DB::statement('CREATE EXTENSION IF NOT EXISTS vector'); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + DB::statement('DROP EXTENSION vector'); + } +}; diff --git a/database/migrations/2023_07_24_154301_create_categories_table.php b/database/migrations/2023_07_24_154301_create_categories_table.php index 3e1e69e..c0b3480 100644 --- a/database/migrations/2023_07_24_154301_create_categories_table.php +++ b/database/migrations/2023_07_24_154301_create_categories_table.php @@ -13,22 +13,16 @@ public function up(): void { Schema::create('categories', function (Blueprint $table) { $table->id(); - $table->enum('type', ['review', 'launch', 'deals'])->default('review'); - $table->foreignId('country_locale_id'); - $table->string('country_locale_slug')->default('my'); - $table->string('name')->nullable(); - $table->string('short_name')->nullable(); + $table->string('name'); + $table->string('emoji')->nullable(); $table->string('slug')->nullable(); $table->mediumText('description')->nullable(); $table->boolean('enabled')->default(true); - $table->boolean('is_top')->default(true); + $table->boolean('is_top')->default(false); $table->nestedSet(); $table->softDeletes(); $table->timestamps(); - $table->foreign('country_locale_id')->references('id')->on('country_locales'); - $table->foreign('country_locale_slug')->references('slug')->on('country_locales'); - }); } diff --git a/database/migrations/2023_11_24_140206_create_url_to_crawls_table.php b/database/migrations/2023_11_24_140206_create_url_to_crawls_table.php new file mode 100644 index 0000000..e2007c9 --- /dev/null +++ b/database/migrations/2023_11_24_140206_create_url_to_crawls_table.php @@ -0,0 +1,35 @@ +<?php + +use Illuminate\Database\Migrations\Migration; +use Illuminate\Database\Schema\Blueprint; +use Illuminate\Support\Facades\Schema; + +return new class extends Migration +{ + /** + * Run the migrations. + */ + public function up(): void + { + Schema::create('url_to_crawls', function (Blueprint $table) { + $table->id(); + $table->string('domain'); + $table->string('url'); + $table->boolean('is_crawling')->default(false); + $table->boolean('is_crawled')->default(false); + $table->enum('output_type', ['html', 'markdown', 'file'])->nullable(); + $table->text('output')->nullable(); + $table->json('metadata')->nullable(); + $table->enum('status', ['initial', 'complete', 'blocked', 'trashed'])->default('initial'); + $table->timestamps(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('url_to_crawls'); + } +}; diff --git a/database/migrations/2023_11_26_052806_create_service_cost_usages_table.php b/database/migrations/2023_11_26_052806_create_service_cost_usages_table.php new file mode 100644 index 0000000..ab7d01d --- /dev/null +++ b/database/migrations/2023_11_26_052806_create_service_cost_usages_table.php @@ -0,0 +1,34 @@ +<?php + +use Illuminate\Database\Migrations\Migration; +use Illuminate\Database\Schema\Blueprint; +use Illuminate\Support\Facades\Schema; + +return new class extends Migration +{ + /** + * Run the migrations. + */ + public function up(): void + { + Schema::create('service_cost_usages', function (Blueprint $table) { + $table->id(); + $table->double('cost', 5, 5); + $table->string('name'); + $table->string('reference_1')->nullable(); + $table->string('reference_2')->nullable(); + $table->jsonb('output'); + $table->text('input_1')->nullable(); + $table->text('input_2')->nullable(); + $table->timestamps(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('service_cost_usages'); + } +}; diff --git a/database/migrations/2023_11_26_071759_create_ai_tools_table.php b/database/migrations/2023_11_26_071759_create_ai_tools_table.php new file mode 100644 index 0000000..37eafe8 --- /dev/null +++ b/database/migrations/2023_11_26_071759_create_ai_tools_table.php @@ -0,0 +1,45 @@ +<?php + +use Illuminate\Database\Migrations\Migration; +use Illuminate\Database\Schema\Blueprint; +use Illuminate\Support\Facades\Schema; + +return new class extends Migration +{ + /** + * Run the migrations. + */ + public function up(): void + { + Schema::create('ai_tools', function (Blueprint $table) { + $table->id(); + + $table->foreignId('category_id'); + $table->foreignId('url_to_crawl_id'); + + $table->string('screenshot_img')->nullable(); + + $table->boolean('is_ai_tool')->default(true); + $table->string('tool_name'); + + $table->string('is_app_web_both'); + $table->text('tagline')->nullable(); + $table->text('summary')->nullable(); + $table->string('pricing_type'); + $table->mediumText('keyword_string')->nullable(); + $table->jsonb('qna')->nullable(); + $table->timestamps(); + + $table->foreign('category_id')->references('id')->on('categories'); + $table->foreign('url_to_crawl_id')->references('id')->on('url_to_crawls'); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('ai_tools'); + } +}; diff --git a/database/migrations/2023_11_26_072107_create_ai_tool_keywords_table.php b/database/migrations/2023_11_26_072107_create_ai_tool_keywords_table.php new file mode 100644 index 0000000..c048b66 --- /dev/null +++ b/database/migrations/2023_11_26_072107_create_ai_tool_keywords_table.php @@ -0,0 +1,37 @@ +<?php + +use Illuminate\Database\Migrations\Migration; +use Illuminate\Database\Schema\Blueprint; +use Illuminate\Support\Facades\Schema; + +return new class extends Migration +{ + /** + * Run the migrations. + */ + public function up(): void + { + Schema::create('ai_tool_keywords', function (Blueprint $table) { + $table->id(); + + $table->foreignId('category_id'); + $table->foreignId('ai_tool_id'); + + $table->string('value'); + $table->string('value_lowercased'); + + $table->timestamps(); + + $table->foreign('category_id')->references('id')->on('categories'); + $table->foreign('ai_tool_id')->references('id')->on('ai_tools'); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('ai_tool_keywords'); + } +}; diff --git a/database/migrations/2023_11_26_072145_create_search_embeddings_table.php b/database/migrations/2023_11_26_072145_create_search_embeddings_table.php new file mode 100644 index 0000000..9bea264 --- /dev/null +++ b/database/migrations/2023_11_26_072145_create_search_embeddings_table.php @@ -0,0 +1,38 @@ +<?php + +use Illuminate\Database\Migrations\Migration; +use Illuminate\Database\Schema\Blueprint; +use Illuminate\Support\Facades\Schema; + +return new class extends Migration +{ + /** + * Run the migrations. + */ + public function up(): void + { + Schema::create('search_embeddings', function (Blueprint $table) { + $table->id(); + $table->enum('type', ['ai_tool', 'ai_tool_keyword', 'qna']); + + $table->foreignId('category_id')->nullable(); + $table->foreignId('ai_tool_id')->nullable(); + + $table->text('query'); + $table->vector('embedding', 384)->nullable(); + + $table->timestamps(); + + $table->foreign('ai_tool_id')->references('id')->on('ai_tools'); + $table->foreign('category_id')->references('id')->on('categories'); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('search_embeddings'); + } +}; diff --git a/database/migrations/2023_07_24_154258_create_country_locales_table.php b/database/migrations/disabled/2023_07_24_154258_create_country_locales_table.php similarity index 100% rename from database/migrations/2023_07_24_154258_create_country_locales_table.php rename to database/migrations/disabled/2023_07_24_154258_create_country_locales_table.php diff --git a/database/migrations/2023_07_26_155110_create_authors_table.php b/database/migrations/disabled/2023_07_26_155110_create_authors_table.php similarity index 100% rename from database/migrations/2023_07_26_155110_create_authors_table.php rename to database/migrations/disabled/2023_07_26_155110_create_authors_table.php diff --git a/database/migrations/2023_07_26_155118_create_posts_table.php b/database/migrations/disabled/2023_07_26_155118_create_posts_table.php similarity index 100% rename from database/migrations/2023_07_26_155118_create_posts_table.php rename to database/migrations/disabled/2023_07_26_155118_create_posts_table.php diff --git a/database/migrations/2023_07_26_161726_create_post_categories_table.php b/database/migrations/disabled/2023_07_26_161726_create_post_categories_table.php similarity index 100% rename from database/migrations/2023_07_26_161726_create_post_categories_table.php rename to database/migrations/disabled/2023_07_26_161726_create_post_categories_table.php diff --git a/database/migrations/2023_09_29_123805_create_shopee_seller_scrapes_table.php b/database/migrations/disabled/2023_09_29_123805_create_shopee_seller_scrapes_table.php similarity index 100% rename from database/migrations/2023_09_29_123805_create_shopee_seller_scrapes_table.php rename to database/migrations/disabled/2023_09_29_123805_create_shopee_seller_scrapes_table.php diff --git a/database/migrations/2023_09_29_144924_create_shopee_seller_scraped_images_table.php b/database/migrations/disabled/2023_09_29_144924_create_shopee_seller_scraped_images_table.php similarity index 100% rename from database/migrations/2023_09_29_144924_create_shopee_seller_scraped_images_table.php rename to database/migrations/disabled/2023_09_29_144924_create_shopee_seller_scraped_images_table.php diff --git a/database/migrations/2023_09_30_060521_create_ai_writeups_table.php b/database/migrations/disabled/2023_09_30_060521_create_ai_writeups_table.php similarity index 100% rename from database/migrations/2023_09_30_060521_create_ai_writeups_table.php rename to database/migrations/disabled/2023_09_30_060521_create_ai_writeups_table.php diff --git a/database/migrations/2023_10_01_132038_create_shopee_categories_table.php b/database/migrations/disabled/2023_10_01_132038_create_shopee_categories_table.php similarity index 100% rename from database/migrations/2023_10_01_132038_create_shopee_categories_table.php rename to database/migrations/disabled/2023_10_01_132038_create_shopee_categories_table.php diff --git a/database/migrations/2023_10_01_144735_create_daily_task_schedules_table.php b/database/migrations/disabled/2023_10_01_144735_create_daily_task_schedules_table.php similarity index 100% rename from database/migrations/2023_10_01_144735_create_daily_task_schedules_table.php rename to database/migrations/disabled/2023_10_01_144735_create_daily_task_schedules_table.php diff --git a/database/seeders/CountryLocaleSeeder.php b/database/seeders/CountryLocaleSeeder.php deleted file mode 100644 index 967a05f..0000000 --- a/database/seeders/CountryLocaleSeeder.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php - -namespace Database\Seeders; - -use App\Models\CountryLocale; -use Illuminate\Database\Seeder; - -class CountryLocaleSeeder extends Seeder -{ - /** - * Run the database seeds. - */ - public function run(): void - { - $global_country_locale = CountryLocale::where('slug', 'global')->first(); - - if (is_null($global_country_locale)) { - $global_country_locale = new CountryLocale; - $global_country_locale->name = 'Global'; - $global_country_locale->slug = 'global'; - $global_country_locale->i18n = 'en'; - $global_country_locale->lang = 'en'; - $global_country_locale->country_iso = '*'; - $global_country_locale->enabled = true; - $global_country_locale->save(); - } - } -} diff --git a/database/seeders/ParentCategorySeeder.php b/database/seeders/ParentCategorySeeder.php new file mode 100644 index 0000000..fbdc988 --- /dev/null +++ b/database/seeders/ParentCategorySeeder.php @@ -0,0 +1,74 @@ +<?php + +namespace Database\Seeders; + +use App\Models\Category; +use Illuminate\Database\Seeder; + +class ParentCategorySeeder extends Seeder +{ + /** + * Run the database seeds. + */ + public function run(): void + { + + $parent_categories = [ + ['name' => 'AI Training', 'emoji' => '🤖', 'is_top' => false], + ['name' => 'Art', 'emoji' => '🎨', 'is_top' => true], + ['name' => 'Audio', 'emoji' => '🔊', 'is_top' => true], + ['name' => 'Avatars', 'emoji' => '👤', 'is_top' => false], + ['name' => 'Business', 'emoji' => '💼', 'is_top' => true], + ['name' => 'Chatbots', 'emoji' => '💬', 'is_top' => true], + ['name' => 'Coaching', 'emoji' => '🏋️‍♂️', 'is_top' => false], + ['name' => 'Data', 'emoji' => '📊', 'is_top' => false], + ['name' => 'Dating', 'emoji' => '💞', 'is_top' => true], + ['name' => 'Design', 'emoji' => '🖌️', 'is_top' => true], + ['name' => 'Education', 'emoji' => '📚', 'is_top' => false], + ['name' => 'Emailing', 'emoji' => '📧', 'is_top' => false], + ['name' => 'Finance', 'emoji' => '💰', 'is_top' => false], + ['name' => 'Gaming', 'emoji' => '🎮', 'is_top' => false], + ['name' => 'GPTs', 'emoji' => '🤖', 'is_top' => true], + ['name' => 'Legal', 'emoji' => '⚖️', 'is_top' => false], + ['name' => 'Marketing', 'emoji' => '📈', 'is_top' => true], + ['name' => 'Music', 'emoji' => '🎵', 'is_top' => false], + ['name' => 'Podcasting', 'emoji' => '🎙️', 'is_top' => false], + ['name' => 'Productivity', 'emoji' => '⏱️', 'is_top' => false], + ['name' => 'Prompting', 'emoji' => '💡', 'is_top' => true], + ['name' => 'Research', 'emoji' => '🔍', 'is_top' => false], + ['name' => 'SEO', 'emoji' => '🌐', 'is_top' => false], + ['name' => 'Social', 'emoji' => '👥', 'is_top' => false], + ['name' => 'Speech', 'emoji' => '🗣️', 'is_top' => true], + ['name' => 'Translation', 'emoji' => '🌎', 'is_top' => false], + ['name' => 'Video', 'emoji' => '📹', 'is_top' => true], + ['name' => 'Writing', 'emoji' => '✍️', 'is_top' => true], + ['name' => 'Content Generation', 'emoji' => '📝', 'is_top' => true], + ['name' => 'Support', 'emoji' => '🛠️', 'is_top' => false], + ['name' => 'Health', 'emoji' => '🍏', 'is_top' => false], + ['name' => 'Networking', 'emoji' => '🔗', 'is_top' => false], + ['name' => 'Personal Assistance', 'emoji' => '🤝', 'is_top' => false], + ['name' => 'Planning', 'emoji' => '📅', 'is_top' => false], + ['name' => 'Project Management', 'emoji' => '📈', 'is_top' => false], + ['name' => 'Reporting', 'emoji' => '📑', 'is_top' => false], + ['name' => 'Sales', 'emoji' => '🏷️', 'is_top' => false], + ['name' => 'Security', 'emoji' => '🔒', 'is_top' => false], + ['name' => 'Shopping', 'emoji' => '🛍️', 'is_top' => false], + ['name' => 'Simulation', 'emoji' => '🕹️', 'is_top' => false], + ['name' => 'Task', 'emoji' => '✅', 'is_top' => true], + ['name' => 'Dev', 'emoji' => '👨‍💻', 'is_top' => true], + ['name' => 'Testing', 'emoji' => '🔬', 'is_top' => false], + ['name' => 'Training', 'emoji' => '🏋️', 'is_top' => false], + ['name' => 'UI/UX', 'emoji' => '🖌️', 'is_top' => false], + ['name' => 'Workflow', 'emoji' => '🔄', 'is_top' => false], + ]; + + foreach ($parent_categories as $item) { + $node = Category::create([ + 'name' => $item['name'], + 'slug' => str_slug($item['name']), + 'emoji' => $item['emoji'], + 'is_top' => $item['is_top'], + ]); + } + } +} diff --git a/database/seeders/PostsSeeder.php b/database/seeders/PostsSeeder.php deleted file mode 100644 index b89ef29..0000000 --- a/database/seeders/PostsSeeder.php +++ /dev/null @@ -1,61 +0,0 @@ -<?php - -namespace Database\Seeders; - -use App\Models\Author; -use App\Models\Category; -use App\Models\Post; -use App\Models\PostCategory; -use Faker\Factory as FakerFactory; -use Illuminate\Database\Seeder; -use Illuminate\Support\Str; - -class PostsSeeder extends Seeder -{ - /* - * Run the database seeds. - */ - public function run(): void - { - $authors = Author::where('enabled', true)->get(); - - $categories = Category::where('enabled', true)->get(); - - $faker = FakerFactory::create(); - - for ($i = 0; $i < 20; $i++) { - - $photo_id = (($i + 1) % 16); // placekitten has only 16 photos - - $post_title = $faker->sentence; - $post_slug = Str::slug($post_title, '-'); - - $cloned_authors = clone $authors; - $cloned_categories = clone $categories; - - $createdAt = $faker->dateTimeBetween('-1 year', 'now'); - - $post = Post::create([ - 'title' => $post_title, - 'slug' => $post_slug, - 'excerpt' => $faker->paragraph, - 'author_id' => $cloned_authors->shuffle()->first()->id, - 'featured' => rand(0, 1), - 'featured_image' => "https://placekitten.com/1920/1080?image={$photo_id}", - 'editor' => 'editorjs', - 'post_format' => 'standard', - 'comment_count' => rand(0, 100), - 'likes_count' => rand(0, 100), - 'status' => 'publish', - 'body' => "{\"time\":1563816717958,\"blocks\":[{\"data\":{\"text\":\"Editor.js\",\"level\":2},\"type\":\"header\"},{\"data\":{\"text\":\"Hey. Meet the new Editor. On this page you can see it in action \\u2014 try to edit this text.\"},\"type\":\"paragraph\"},{\"data\":{\"text\":\"Key features\",\"level\":3},\"type\":\"header\"},{\"data\":{\"items\":[\"It is a block-styled editor\",\"It returns clean data output in JSON\",\"Designed to be extendable and pluggable with a simple API\"],\"style\":\"unordered\"},\"type\":\"list\"},{\"data\":{\"text\":\"What does it mean \\u00abblock-styled editor\\u00bb\",\"level\":3},\"type\":\"header\"},{\"data\":{\"text\":\"Workspace in classic editors is made of a single contenteditable element, used to create different HTML markups. Editor.js <mark class=\\\"cdx-marker\\\">workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc<\\\/mark>. Each of them is an independent contenteditable element (or more complex structure) provided by Plugin and united by Editor's Core.\"},\"type\":\"paragraph\"},{\"data\":{\"text\":\"There are dozens of <a href=\\\"https:\\\/\\\/github.com\\\/editor-js\\\">ready-to-use Blocks<\\\/a> and the <a href=\\\"https:\\\/\\\/editorjs.io\\\/creating-a-block-tool\\\">simple API<\\\/a> for creation any Block you need. For example, you can implement Blocks for Tweets, Instagram posts, surveys and polls, CTA-buttons and even games.\"},\"type\":\"paragraph\"},{\"data\":{\"text\":\"What does it mean clean data output\",\"level\":3},\"type\":\"header\"},{\"data\":{\"text\":\"Classic WYSIWYG-editors produce raw HTML-markup with both content data and content appearance. On the contrary, Editor.js outputs JSON object with data of each Block. You can see an example below\"},\"type\":\"paragraph\"},{\"data\":{\"text\":\"Given data can be used as you want: render with HTML for <code class=\\\"inline-code\\\">Web clients<\\\/code>, render natively for <code class=\\\"inline-code\\\">mobile apps<\\\/code>, create markup for <code class=\\\"inline-code\\\">Facebook Instant Articles<\\\/code> or <code class=\\\"inline-code\\\">Google AMP<\\\/code>, generate an <code class=\\\"inline-code\\\">audio version<\\\/code> and so on.\"},\"type\":\"paragraph\"},{\"data\":{\"text\":\"Clean data is useful to sanitize, validate and process on the backend.\"},\"type\":\"paragraph\"},{\"data\":[],\"type\":\"delimiter\"},{\"data\":{\"text\":\"We have been working on this project more than three years. Several large media projects help us to test and debug the Editor, to make it's core more stable. At the same time we significantly improved the API. Now, it can be used to create any plugin for any task. Hope you enjoy. \\ud83d\\ude0f\"},\"type\":\"paragraph\"},{\"data\":{\"file\":{\"url\":\"https:\\\/\\\/codex.so\\\/upload\\\/redactor_images\\\/o_e48549d1855c7fc1807308dd14990126.jpg\"},\"caption\":\"Image caption\",\"stretched\":false,\"withBorder\":true,\"withBackground\":false},\"type\":\"image\"}],\"version\":\"2.15.0\"}", - 'created_at' => $createdAt, - 'updated_at' => $createdAt, - ]); - - $post_category = PostCategory::create([ - 'post_id' => $post->id, - 'category_id' => $cloned_categories->shuffle()->first()->id, - ]); - } - } -} diff --git a/database/seeders/SampleDomainSeeder.php b/database/seeders/SampleDomainSeeder.php new file mode 100644 index 0000000..ce57164 --- /dev/null +++ b/database/seeders/SampleDomainSeeder.php @@ -0,0 +1,57 @@ +<?php + +namespace Database\Seeders; + +use App\Models\UrlToCrawl; +use Illuminate\Database\Seeder; + +class SampleDomainSeeder extends Seeder +{ + /** + * Run the database seeds. + */ + public function run(): void + { + + // Path to the text file + $filePath = resource_path('data/domains/topaitools.txt'); + + // Check if the file exists + if (file_exists($filePath)) { + // Open the file for reading + $file = fopen($filePath, 'r'); + + if ($file) { + while (($url_link = fgets($file)) !== false) { + + $domain = get_domain_from_url($url_link); + + // dump($url_link); + + $url_link = remove_query_parameters($url_link); + + // dd($url_link); + + $url_to_crawl = UrlToCrawl::where('url', $url_link)->first(); + + if (is_null($url_to_crawl)) { + $url_to_crawl = new UrlToCrawl; + $url_to_crawl->domain = $domain; + $url_to_crawl->url = $url_link; + $url_to_crawl->save(); + } + + } + + if (! feof($file)) { + dump('Error: unexpected fgets() fail'); + } + + // Close the file + fclose($file); + } + } else { + dump('The file does not exist.'); + } + } +} diff --git a/database/seeders/ShopeeBeautyCategorySeeder.php b/database/seeders/ShopeeBeautyCategorySeeder.php deleted file mode 100644 index 7d890bb..0000000 --- a/database/seeders/ShopeeBeautyCategorySeeder.php +++ /dev/null @@ -1,664 +0,0 @@ -<?php - -namespace Database\Seeders; - -use App\Models\Category; -use App\Models\ShopeeSellerCategory; -use Illuminate\Database\Seeder; - -class ShopeeBeautyCategorySeeder extends Seeder -{ - /** - * Run the database seeds. - */ - public function run(): void - { - $shopee_sellers = [ - 'algothermmy', - 'abonnemy', - 'abib.os', - 'acelabs.my', - 'acneaiddequadindifflis', - 'adidaspersonalcarestore', - 'aekyung.os', - 'aekyungcosmetics.os', - 'aerisbeaute.my', - 'aestura.os', - 'aetem.os', - 'agiftwithcare', - 'ahcbeauty.os', - 'aisasea.my', - 'aishitotomalaysia', - 'dermacolmalaysia', - 'alliesuisaimy.os', - 'alobabymalaysia', - 'dr.wolff.os.my', - 'altruistdermatologist.os', - 'alwaysbepure.os', - 'amazinghair', - 'amortalsofficialstore', - 'amosprofessionalofficial.my', - 'anascosmetics.os', - 'andis.os', - 'andsonsmy', - 'anessa.os', - 'naturemax.os', - 'anlan.my', - 'antidox.os', - 'anua.os', - 'aplb.my', - 'aprilskinmy', - 'aquamarisofficialstore', - 'aquapickmalaysia', - 'argania.os', - 'ariul.my', - 'attenir.my', - 'aumu8888.os', - 'auracare.official', - 'aurawhite2u', - 'aurel.os', - 'aurorad.os', - 'johnsonandjohnson.os', - 'axisy.os', - 'azarinecosmetic.os', - 'aztecsecret.os', - 'bioessencemy', - 'clinelle.os', - 'babormy', - 'bieune', - 'babyliss.os', - 'babylisspro.os', - 'balmainmy', - 'marslabs.os', - 'barenbliss.os', - 'bayfreebeauty.os', - 'beaubelle.malaysia', - 'beautybuffet.os', - 'beautyhaulindo.os', - 'beautyofjoseon.os', - 'beautyscents.os', - 'beautymall.os', - 'beautyonthego.os', - 'beautyra.os', - 'beautystall.my', - 'beippuni', - 'bentonmalaysia.os', - 'beplain.os', - 'betterself.my', - 'mandom.os', - 'rorecmalaysia.os', - 'biodermaofficial', - 'biolanemy', - 'bioshield.os', - 'biotherm.os', - 'bioxsinemy', - 'mybisou.co', - 'b.liv', - 'bluniesmy.os', - 'bmsorganics', - 'bnblabs', - 'bodyearth.os', - 'bommalaysia.os', - 'bombayshavingcompany.my', - 'bomidiflagship', - 'botanistcyh.os', - 'brandssuntory', - 'braun.os', - 'breenabeauty', - 'breyleemalaysiaofficial', - 'breylee.os', - 'budsorganics.os', - 'byterry.os', - 'bywishtrend.os', - 'cloud9.os', - 'camianekorea.os', - 'teenibeauty.os', - 'carslanofficial.os', - 'caryacosmetics.os', - 'catricecosmetics.os', - 'catricetw.os', - 'caudalie.my', - 'cbd.malaysia', - 'celimax.os', - 'cellact.os', - 'cellgen.os', - 'cellina1940.os', - 'cellnique.os', - 'centellian24.os', - 'cetaphil.os', - 'chandohimalaya.os', - 'chandohimalayamy', - 'kikididi.os', - 'chifure', - 'chriszen', - 'chucks.co', - 'churacos.my', - 'citychemo.os', - 'ckeyin.os', - 'claireorganics.os', - 'clearbluemy.os', - 'clefskincare', - 'clio.os', - 'cocoandeve.officialstore', - 'cocochicosme.os', - 'cofoemedical.os', - 'colorkey.os', - 'coremetrics.os', - 'cosmejapan.os', - 'comfortzone.os', - 'cosmed.tw.os', - 'cosmedixmy', - 'cosmoderm', - 'cosrx.os', - 'cothekoo.os', - 'rimmelmy.os', - 'crabtreeevelyn.os', - 'cs12skincare.os', - 'dalbakorea.my', - 'daenggimeori.os', - 'daiichisankyohcofficialmy', - 'damahmalaysia.os', - 'darliemy.os', - 'wiprounzamy', - 'dashingdiva.os', - 'dashukoreaofficial.my', - 'dazzleme.os', - 'debaletsofficial', - 'dermalogica.os', - 'deservelabs', - 'dhc.os', - 'diblanc.os', - 'dnarskincare', - 'doctox.os', - 'unilevermy', - 'dr.douximalaysia', - 'simplyo.malaysia.os', - 'dr.moritamalaysia', - 'drwumalaysia', - 'beautymask.os', - 'drcinktw.os', - 'drdermis', - 'drforhair.os', - 'dr.hsieh.os', - 'onlypercent.official.my', - 'drbudsorganics.os', - 'dryope.os', - 'fytducare.my', - 'ethereal.my.os', - 'eau.thermale.avene', - 'ecostore.os', - 'eileengrace001.os', - 'elemislondon.os', - 'eliantomakeup', - 'elizabetharden.os', - 'elsheskin.os', - 'embryolisse.os', - 'emina.os', - 'enchenos', - 'enchenofficialstore.os', - 'eosika.os', - 'epunolofficialml.my', - 'essencecosmetics.os', - 'lovelyessence.os', - 'etudehouse.os', - 'eucerin.my', - 'evolcare', - 'evoludermmalaysia.os', - 'extramineraltw2019.os', - 'epure.os', - 'thebeautymattersmy', - 'facerepublicmy.os', - 'facultyofhair.my', - 'fadeoutmalaysia', - 'faithinface.os', - 'fanbocosmetics.os', - 'farmskin.os', - 'fazuraofficialstore', - 'farmasibeautymy', - 'feelxomalaysia.my', - 'florasis.os', - 'flortte.os', - 'flowerknows.os', - 'focallure.os', - 'foellie.os', - 'followmemy', - 'forencos.my', - 'forum.shopee', - 'fragrancenote.os', - 'freemanbeauty.os', - 'freeplusmy.os', - 'pgstoremy', - 'australiancream', - 'gamardemy', - 'gardenofeden', - 'gardenofwisdom.os', - 'garniermy', - 'geekandgorgeous.os', - 'geemyofficialstore', - 'glamorousu', - 'glampick.os', - 'glolaser', - 'gmeelanskincare', - 'lac.officialstore', - 'gogotales.officialstore', - 'gogotales.os', - 'skinlab.os', - 'goodaldermatory', - 'graceandglow.my', - 'grafen.os', - 'greenvinestw.os', - 'gubonchotw.os', - 'guerisson.os', - 'guinotmy', - 'hatherine.os', - 'holikaholikamy', - 'mymentholatum', - 'hairquarters.os', - 'hanasuiofficial.os', - 'hanasui.os', - 'handmadeheroes.os', - 'hannanmedispa.os', - 'headsprofessionalparis.os', - 'heimish.os', - 'iloveheme.os', - 'herbaline.os', - 'hermomalaysia', - 'hiruscar.digital.my.os', - 'holdlive.os', - 'hydropeptide.os', - 'lpmy', - 'herrich.my', - 'ibcccndc.my', - 'imagic.os', - 'immeme.os', - 'in2itofficialshopgk.my', - 'insight.os', - 'iproduct.my', - 'irisacosmetics', - 'irise.shopee', - 'isabella.signature', - 'isoi.myos', - 'itcosmetics.os', - 'skinkare.os', - 'itfermalaysia', - 'itsskinofficialod.my', - 'jacquelleofficial.os', - 'sephia.os', - 'jealousness.os', - 'jeaniebotanicals', - 'jennyhouse.os', - 'jillleen.os', - 'jmsolution.os', - 'joylabbeauty.os', - 'julyme.os', - 'judydoll.os', - 'juicetocleanse.os', - 'jumisoofficial.os', - 'jurliquemy.os', - 'justforhermegami.os', - 'kojihonpo.os', - 'kundal.os', - 'kskin.os', - 'kahf.os', - 'kakell.os', - 'kanebomy', - 'katemy.os', - 'kay.collection.os', - 'kemei.os', - 'kiehls.os', - 'kimtrue.os', - 'kimuse.os', - 'kinabeauty.os', - 'kingers.os', - 'kissnewyork.os', - 'kittieyiyibeauty.os', - 'klairs.os', - 'klorane.my', - 'kocskin.os', - 'konvy.os', - 'kose.os', - 'kskin.my', - 'reihakumalaysia.os', - 'kundallocalmy', - 'lorealmy', - 'larocheposay.my', - 'lerbolariomy.os', - 'lagirlmalaysiaofficial', - 'lariveofficial', - 'lacabine.os', - 'lagomofficialstore', - 'laifenshopee.my', - 'laikou.official.os', - 'laikou.os', - 'lakmemy', - 'lamuseland.os', - 'lanbenamalaysiaofficial', - 'laneige.os', - 'lavojoy.os', - 'lclairnature', - 'lghousehold.os', - 'lilien.os', - 'livchicofficial.my', - 'liyalan.os', - 'loccitane.os', - 'logicallyskin.my', - 'lolanetaiwan.os', - 'lonkoom', - 'lorealprofessionnel.os', - 'lamsamyick.os', - 'lucenbase.os', - 'lululun.os', - 'lumi.os', - 'lyconmalaysia', - 'tonymoly.os', - 'maange.os', - 'madformakeupofficial.os', - 'madhippie.os', - 'madamegieofficial.os', - 'makeover.os', - 'makeprem.os', - 'mamonde.os', - 'mancodes.os', - 'mangosteenjoy', - 'manyo.os', - 'marcanthonymy', - 'maro.os', - 'marshwillow.official.os', - 'martidermmalaysia', - 'marycohrmy', - 'masecosmeticsmalaysia', - 'maskfamilytrading', - 'maxclinic.os', - 'maybellinemy', - 'medipeel.official.my', - 'medicubemy', - 'mediheal.os', - 'omni2', - 'meiyanqiong.os', - 'melissachens.os', - 'melixmalaysia', - 'melvita.malaysia', - 'menarini.os', - 'merythodofficial.my', - 'romand.os', - 'mhairstudio.os', - 'miguharaofficialqg.my', - 'miin.my', - 'millebeautemalaysia', - 'mimone.wellness', - 'minimalistsciencesdnbhd', - 'mirae.os', - 'miseenscene.os', - 'miseoul.os', - 'missaimy', - 'mistine.os', - 'mixsoon.os', - 'mizon.os', - 'mkuptw.os', - 'mkupofficialshopum.my', - 'beautime.os', - 'modelones.os', - 'moncheri.os', - 'moogoomalaysia.os', - 'morebymare', - 'moremo.os', - 'msq.official', - 'mucotamy', - 'museeplatinumtokyomy', - 'mybeautydiary.my', - 'myschemingtw.os', - 'normalnomore.os', - 'nanamahazan', - 'nagaraku.os', - 'nakizmalaysia', - 'nalcdirectshop.my', - 'nanamall.os', - 'nanowhitemy', - 'narukomalaysia', - 'nateskin.os', - 'nattacosme.os', - 'natura.malaysia', - 'naturalbeauty.malaysia', - 'naturerepublicofficial.os', - 'naturvitalmy', - 'navallihill.os', - 'nealsyardremediesmy.os', - 'needlymy', - 'neogenlab.os', - 'neopharmofficial.my', - 'newarthaircare.os', - 'nineless9', - 'nionbeautymy', - 'nioxin.os', - 'nivea.my', - 'noirhealthbeauty.os', - 'norah.os', - 'noriofficial', - 'noughtymy', - 'novexpert.os', - 'nrcosmetics.os', - 'nudedate.os', - 'numbuzin.os', - 'nunhaco.os', - 'nurishorganiq.os', - 'nutox.os', - 'nuxemy', - 'nobelsociety', - 'oclean.os', - 'ode.scent.os', - 'oedo1.my', - 'ohmostwanted.os', - 'dailyskin.co', - 'nunaturemy.os', - 'olay.my', - 'oliveyoung.my', - 'onethingofficialmy', - 'onedaysyoumalaysia', - 'onlykoreaofficial', - 'opi.os', - 'orbis.os', - 'orightofficialstore', - 'orikcos.os', - 'o.two.o.os', - 'outofcolours', - 'owlet.os', - 'p.calm.os', - 'psknudsen', - 'pamnroymy', - 'papafeel.my', - 'paparecipe.my', - 'parfumsbeaute.os', - 'paris.ting.os', - 'passiontrading.os', - 'paulaschoice.os', - 'perfectdiarymy', - 'perfectdiary.os', - 'peripera.os', - 'pestlo', - 'peterthomasroth.os', - 'philipsofficialmyos', - 'philipspersonalcare.os', - 'philosophy.os', - 'physiogel.os', - 'phytomy.os', - 'phytoceanemy', - 'pinkflash.os', - 'pinkprincess.os', - 'pinshile.os', - 'plantorigins.os', - 'plu.os', - 'plummpclub', - 'ponyeffect.os', - 'pramyofficialstore.os', - 'prettycaked.os', - 'profhaircaremy', - 'proya.os', - 'mypuras', - 'purc.os', - 'qv.os', - 'revlon.os', - 'roundlab.my', - 'ravielkoreacs.my', - 'realbarrier.my', - 'realtechniques.os', - 'refa.os', - 'rejuran.os', - 'relovemy.os', - 'apiyoo.officialstore', - 'revermalaysiaofficial', - 'revuele.os', - 'rilastilmy', - 'rovectinmy.os', - 'rubycell.os', - 'ruruberry.os', - 'ryo.os', - 'sasa.os', - 'sacelady.os', - 'saholea.os', - 'saintbysandra.os', - 'salsacosmetics.os', - 'saltoftheearth.my', - 'saltoftheearth.os', - 'samtilla', - 'sandandsky.officialstore', - 'sasamalaysia.os', - 'saturdayskinmy', - 'scarlettofficialshop.os', - 'scentsesandco.os', - 'schickasia.os', - 'sebamedmalaysia', - 'aviderm.mall', - 'senka.official', - 'sensualskincareofficial', - 'seoul4pm.os', - 'sevich.os', - 'sexylookofficial.os', - 'sheroglobal', - 'shinsmy', - 'shiseido.os', - 'shurah.shopee', - 'silkygirlmalaysia', - 'bioaqua.my', - 'simpleskincare.os', - 'simplebeaute.os', - 'simplysiti', - 'sisterann.os', - 'skinhygiene', - 'skinrenew', - 'skinnlab.os', - 'skin1004korea.os', - 'skin1004malaysia.os', - 'skinarmamy', - 'skincode2u', - 'skinfood.os', - 'skinlycious.os', - 'skintificofficialstore', - 'slaehq', - 'smoothskin.os', - 'snp.os', - 'solekcosmetics.os', - 'somebymi.os', - 'somethinc.os', - 'somethincmalaysia', - 'soocas.os', - 'sothys.os', - 'spaluxetique.os', - 'st28623422.os', - 'strawberrynet.os', - 'stripmalaysia', - 'studio.tropik.my', - 'sukinmy', - 'sulwhasoo.malaysia', - 'sunniesfaceofficial.os', - 'sweetpeachier', - 'swissline.os', - 'swissvita.os', - 'thecoloristmalaysia', - 'nivea.taiwan.os', - 'tangleteezer.os', - 'teineijapan', - 'thalianaturalbeauty', - 'thankyoufarmer.official', - 'thebodyshop.os', - 'thefaceinc.os', - 'thefaceshop.os', - 'thehistoryofwhoo.os', - 'thelab.official', - 'theolivetree.os', - 'theoriginote.my', - 'thepastelsshop.os', - 'theraw.skin', - 'timageofficial.my', - 'timeless.os', - 'ttmaskofficialstoremy', - 'tnsskinlab', - 'kbeauty.my', - 'tcfs.malaysia', - 'topicrem.os', - 'toppikmalaysia.os', - 'torridenofficial.os', - 'tracia.shopee', - 'treecellofficial.os', - 'trendasia.os', - 'truetoskin.my', - 'truutw.os', - 'uriagemy', - 'ubeator.os', - 'ubermenmy', - 'ukiss.official.my', - 'ulike.os', - 'umieaida.os', - 'uneolive.os', - 'unleashia.os', - 'unnieoppa.official', - 'untshop.os', - 'upinipinstore.os', - 'uppercut.deluxe', - 'urbaner.os', - 'usmile.os', - 'vasia.my', - 'vasecreation', - 'grocerybazaar.my', - 'veganifectofficialzk.my', - 'velvetvanitycosmetics.os', - 'vibrantglamour.os', - 'vividvogue', - 'vividvogue.os', - 'vtcosmetics.os', - 'wardah.os', - 'tsubaki.official', - 'wahlofficial', - 'watsons.my', - 'wawawax.os', - 'wbkshop.os', - 'wellsen.os', - 'whitelabmyofficial', - 'winona.os', - 'wis.os', - 'bfflove.os', - 'wonjin.tw.os', - 'wortheecosmetics.os', - 'wosado.my', - 'you.os', - 'yvesrocherofficial2161', - 'zeesea.os', - 'zacosmetics.os', - 'zeesea.official', - 'zenyum.os', - '1028visualtherapy.os', - '3ce.os', - '3wclinic.os', - '4allbeauty', - 'daichunlin.my', - ]; - - $category = Category::where('country_locale_slug', 'my')->where('name', 'Beauty')->first(); - - foreach ($shopee_sellers as $seller) { - $shopee_seller_category = new ShopeeSellerCategory; - $shopee_seller_category->seller = $seller; - $shopee_seller_category->category_id = $category->id; - $shopee_seller_category->save(); - } - } -} diff --git a/database/seeders/ShopeeFitnessCategorySeeder.php b/database/seeders/ShopeeFitnessCategorySeeder.php deleted file mode 100644 index 0b0fd99..0000000 --- a/database/seeders/ShopeeFitnessCategorySeeder.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php - -namespace Database\Seeders; - -use App\Models\Category; -use App\Models\ShopeeSellerCategory; -use Illuminate\Database\Seeder; - -class ShopeeFitnessCategorySeeder extends Seeder -{ - /** - * Run the database seeds. - */ - public function run(): void - { - $shopee_sellers = ['abugarcia.os', 'acrossports.os', 'adidasmy.os', 'aibifitness.os', 'alikhsansports.os', 'alonefire.os', 'alpsport.os', 'altrarunningmy.os', 'ambroscorp', 'antamalaysia.os', 'antaofficial.os', 'aonijie.os', 'apacsofficialflagshipstore', 'aqsupport.os', 'asicsmalaysia.os', 'athletelq.os', 'avivaactive.os', 'brooks.os', 'badmintonfactory', 'blenderbottle.os', 'bullzenfishing.os', 'bushnell.os', 'carlton.os', 'camelcrownoutdoor.os', 'cameloutdoor.os', 'capbarbellasia.os', 'chaopai.os', 'cinellimalaysia.os', 'cm2.os', 'coleman.os', 'consinaofficial.os', 'crazeecausa', 'dahon.os', 'decathlon.official.store', 'desiregym.os', 'deutermy.os', 'dhs.os', 'diadoramy.os', 'durakingoutdoorandsports.os', 'donicmalaysia.os', 'drskin.os', 'egosports.os', 'endurancesports', 'expfishing.os', 'prokennex.os', 'felet.os', 'fenin.os', 'wums0310.os', 'tokushima.os', 'fitnessconcept.os', 'gattimalaysia', 'gearupmy.os', 'gintell', 'gomexus.os', 'gosengs.sports.world', 'gsgill.os', 'db3686', 'hedgrenmy.os', 'herschelmy.os', 'hiervnofficial.my', 'hoopsstation.os', 'hydroflaskmy.os', 'hypergear.os', 'inbike.os', 'pa20085566.os', 'jakroomy.os', 'johnsonfitness.os', 'jdtstore', 'kalibre.os', 'kastking.os', 'kingdomfishing.my', 'kingsmith.os', 'kshbicycle.os', 'kuckreja.os', 'kawasakibadmintonmalaysia', 'lasonaofficial.my', 'lining.os', 'litepro.my', 'lixada.os', 'lpmy.os', 'lpm.os', 'montanic.os', 'matsumotostore', 'mavllos.os', 'maxboltmy', 'maxfind.os', 'maxx.os', 'mobigarden.os', 'mcdavidmy.os', 'minelabmalaysia', 'mobigarden.kj.os', 'spacey.os', 'montbell.os', 'monton.malaysia.os', 'moonaz.os', 'naturehike.os', 'naturehikeglobal.my', 'langgou.my', 'newbalancemy.os', 'nicronmy', 'ogevkin.my', 'ogawacorp.', 'ogival.os', 'one.two.fit', 'onetwofitofficial.my', 'originalclassicmy.os', 'ortuseightofficialshop.os', 'osprey.os', 'exploreroutfitter.os', 'outpost.os', 'outsidemy.os', 'outtobe.os', 'ovicx.os', 'peak.os', 'peaksportsmy.os', 'pgmgolf.os', 'pinknproper.os', 'prestigesports.os', 'proapparel.os', 'probiker.my', 'pronic.os', 'prosun.os', 'protech.os', 'protechbysupercourt', 'prspsports', 'pumamy.os', 'purefishingmalaysia.os', 'rcl.os', 'rainbowstyle333.os', 'rapalamy.os', 'reechooutdoor.my', 'rigidfitness.os', 'ripcurlmy.os', 'rockbros.os', 'cycling1.my', 'rstaichi.os', 'runninglabmy.os', 'oceansportmy', 's2hcyclemall.os', 'salomonmy.os', 'sanctbandactive.os', 'santic.os', 'seahawkfishing.os', 'selleitaliamalaysia', 'shimanomalaysiacycling.os', 'shimanofishingmy.os', 'shipwreckskateboards.os', 'skelcoremy.os', 'kelvenchang.os', 'slmbicycle.os', 'smilingshark.os', 'xunmenglong.my', 'sneakerlabmy.os', 'snugsport.os', 'sofirnlight.my', 'sougayilang.os', 'sparkprotein.os', 'whaledream563', 'speedoofficial.os', 'sportplanet.os', 'sportsdirectmy.os', 'stridermalaysia.os', 'sunparadisemy', '18138419167.my', 'swimfitmy.os', 'themarathonshop.os', 'thenorthfacemy.os', 'tankebicycle.os', 'tcetacklesestore', 'tecnifibremy', 'tenxionofficial.os', 'cinemark0621.os', 'thirddayco.os', 'thkfish.os', 'treesandsunoutdoor', 'trs.os', 'trudivemalaysiasingapore', 'tulldent.os', 'twinbrothers.os', 'underarmourmy.os', 'uponumbrella.os', 'uscamel1.my', 'velo88.os', 'victorbysinma', 'victormalaysia.os', 'victorinox.os', 'vigorfitness.os', 'viq.os', 'vsmash.os', 'warrixofficialju.my', 'westbiking.os', 'worldofsports.os', 'xtiger.os', 'xcorefitness.os', 'xinpower.os', 'xiom.os', 'xtep.os', 'yinhe.os', 'yonex.os', 'youngofficial.os', 'zeromarketplace', 'zttobike.my', '2xu.os', '361degrees.os', '910sportswear.os', - ]; - - $category = Category::where('country_locale_slug', 'my')->where('name', 'Fitness')->first(); - - foreach ($shopee_sellers as $seller) { - $shopee_seller_category = new ShopeeSellerCategory; - $shopee_seller_category->seller = $seller; - $shopee_seller_category->category_id = $category->id; - $shopee_seller_category->save(); - } - } -} diff --git a/database/seeders/ShopeeHealthCategorySeeder.php b/database/seeders/ShopeeHealthCategorySeeder.php deleted file mode 100644 index 9ea7719..0000000 --- a/database/seeders/ShopeeHealthCategorySeeder.php +++ /dev/null @@ -1,301 +0,0 @@ -<?php - -namespace Database\Seeders; - -use App\Models\Category; -use App\Models\ShopeeSellerCategory; -use Illuminate\Database\Seeder; - -class ShopeeHealthCategorySeeder extends Seeder -{ - /** - * Run the database seeds. - */ - public function run(): void - { - $shopee_sellers = [ - 'isawmedical', - 'rochediagnostic.digital.my', - 'euyansang.os', - 'a27139200.os', - 'abbioticsmy.os', - 'agnutrition.os', - 'airinummy', - 'activelifemalaysia', - 'alpro', - 'apexpharmacy', - 'appeton.os', - 'ash2.os', - 'a.plus.os', - 'babybee.os', - 'backjoymalaysia', - 'bamnatural', - 'bardox.co', - 'bayerconsumerhealth.os', - 'bengkungmedikalturki', - 'benourish.os', - 'berryc.hq', - 'bhbhealth', - 'feeksempire.os', - 'biogro', - 'bioaquacelmalaysia', - 'biolife.malaysia', - 'biocareofficialstore', - 'biogreenofficial', - 'biogrow.os', - 'bioley.os', - 'bloomylotus.os', - 'bloomfood.co', - 'bonlife.os', - 'bgdrug.os', - 'morehope.my', - 'comvita.os', - 'caremarkofficial.os', - 'catalo.os', - 'certaintyofficialstore', - 'champs.os', - 'changefit.os', - 'cleverinmalaysia', - 'care.os', - 'capkakitiga.os', - 'callie.os', - 'cosway.os', - 'durex.os', - 'comfier.my', - 'coreblueepro', - 'curaproxmy', - 'darco.os', - 'deeyeo.os', - 'dermaltherapy.os', - 'dettol.os', - 'dfenze', - 'deltamart.os', - 'ntpm.my', - 'doctoroncall.os', - 'drbei.os', - 'drclo.os', - 'dr.elizabeths', - 'dr.isla.my', - 'dr.isla', - 'drmoshealthcaresdnbhd', - 'duopharma.os', - 'easytomorrowmy', - 'egreenbeans', - 'eldonhealthcare.os', - 'elkenofficial', - 'empromalaysia', - 'eucapro.os', - 'ezywipes.os', - 'extreme.my', - 'finefoodsmy.os', - 'freestylelibre.os', - 'wiproconsumercare.my', - 'gazillionnutrition.os', - 'gintell', - 'gkbio.official.store', - 'gote.club', - 'grapeking.os', - 'greencyh.os', - 'grnkorea.os', - 'guardian.os', - 'soapberrygubao.os', - 'halagelmalaysia', - 'hanamedicofficial', - 'hannaancient.my.os', - 'hansaplast.my', - 'pgstoremy', - 'healthlanefamilypharmacy', - 'hansherbs', - 'haoyikangmy', - 'supreprobiotics', - 'healnutrition.os', - 'herbalfarmer', - 'healthparadise.os', - 'healthyhugqn.my', - 'nhdetoxlim.os', - 'herbion.os', - 'herbsofgold.os', - 'hoyanhor', - 'houmhygiene', - 'hovidnutriworld', - 'wyatt760513.os', - 'horigenmy.my', - 'homecareshop.os', - 'holy.shopee.my', - 'himalayamalaysia', - 'himalaya.natural', - 'hh.herbhealth.os', - 'itsuworld.os', - 'ideal.beauty.alliance88', - 'idsmedmalaysia', - 'ihoco', - 'imfrom.my', - 'incrediwear.os', - 'insmartofficialstore.my', - 'isoderm.os', - 'jamujelita.my', - 'a0907512010.os', - 'jinkairui.os', - 'jointwell', - 'jordan.os', - 'joyofoiling', - 'jsnhorizon', - 'jt0886.os', - 'jynns.os', - 'kacangmacha.os', - 'kalbe.my', - 'kcare.os', - 'kedaidiabetes.luka', - 'kedaimasalahlututkaki', - 'kinohimitsu.os', - 'kitsui.my.hq', - 'kobee.os', - 'huggies.os', - 'labelletea51.my', - 'laohuangju.os', - 'lennox.os', - 'vinegarbless.my', - 'lifespace.os', - 'lifespaceofficial.my.my', - 'loveearth.os', - 'unilevermy', - 'mirafilzah.os', - 'lushproteinmy', - 'm2.os', - 'manfortlab', - 'mariafaridasignature.os', - 'medicos.os', - 'medicurve', - 'mediqtto.os', - 'medisanaofficialstore', - 'medishield.regretless', - 'mf3.os', - 'mijep.my', - 'mobees.os', - 'mpdsummit', - 'muscletech.official', - 'mutyara.os', - 'myprotein.official', - 'nestidante.os', - 'naamskin', - 'nanojapan', - 'nanosingaporemy', - 'naturahousemalaysia', - 'natureswaymy.os', - 'neutrovis.os', - 'manukahealth.my', - 'nitrione.os', - 'nixoderm.os', - 'nowfoodsofficialmy', - 'nulatexmy', - 'nutrafem.os', - 'nutrione.os', - 'nusamedic.os', - 'nutriva888', - 'nutrixgold.os', - 'one.os', - 'offen.os', - 'ogawacorp.', - 'olivenol.os', - 'oilypod', - 'olo.os', - 'earthvitamins.os', - 'omron.os', - 'onecare.os', - 'onetouch.os', - 'oppo.os', - 'optimumnutrition.os', - 'oradexhb', - 'organicule', - 'orthosoft.os', - 'osim.os', - 'osteoactiv.os', - 'myostricare', - 'ostrovit.os', - 'p.love.os', - 'pghealth.my', - 'pandababytw.os', - 'pharmanutrihq', - 'pharmsvilleofficial.os', - 'pk24advanced.os', - 'playsafeunlimitedmalaysia', - 'popi.os', - 'psang.os', - 'bloodofficialstoremy', - 'purelyb123', - 'puremed.os', - 'quanstarbiotech.os', - 'quinlivan.os', - 'rossmax.os', - 'rafyaakob.os', - 'restore.os', - 'rosken.os', - 'rtopr.os', - 'scitecnutrition.os', - 'sambucol.os', - 'sanofiofficialstore', - 'scentpur.os', - 'scseven', - 'simply.os', - 'sinocare.os', - 'kyuwlcdcu5', - 'snowfit.os', - 'solaray', - 'soluxe', - 'southerncrescent.malaysia', - 'spaceylon.com.my', - 'splat.os', - 'springhealthofficial', - 'functionalfoodclub', - 'sunstar.os', - 'suubalm.os', - 'naturaloptions.os', - 'swisseoverseas.os', - 'swisse.malaysia', - 'tanameraofficial', - 'find.us.here.tenga.my', - 'tenga.os', - 'theaprilab2vq.my', - 'therabreath.os', - 'theragun.os', - 'tigerbalm.os', - 'timo1q.os', - 'topglove', - 'totalimage', - 'haniszalikhaofficial', - 'tremella.os', - 'trudolly.os', - 'trulife.os', - 'sofnonshop.os', - 'tyt1957', - 'ujuwon.os', - 'unicaremalaysia', - 'vitahealth.os', - 'vnutripharm.os', - 'valens.nutrition', - 'vircast.os', - 'vitagreen.official.my', - 'vitascience.os', - 'oujiwalch', - 'winwa.os', - 'wrightlife.my', - 'xkoomy', - 'yohopower.os', - 'youvitmalaysia', - 'yukazan', - 'yummihousemy', - 'yuwell.os', - '3mlittmann.os', - 'medicareproducts', - ]; - - $category = Category::where('country_locale_slug', 'my')->where('name', 'Health')->first(); - - foreach ($shopee_sellers as $seller) { - $shopee_seller_category = new ShopeeSellerCategory; - $shopee_seller_category->seller = $seller; - $shopee_seller_category->category_id = $category->id; - $shopee_seller_category->save(); - } - } -} diff --git a/database/seeders/ShopeeHomeLivingCategorySeeder.php b/database/seeders/ShopeeHomeLivingCategorySeeder.php deleted file mode 100644 index c02da1b..0000000 --- a/database/seeders/ShopeeHomeLivingCategorySeeder.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php - -namespace Database\Seeders; - -use App\Models\Category; -use App\Models\ShopeeSellerCategory; -use Illuminate\Database\Seeder; - -class ShopeeHomeLivingCategorySeeder extends Seeder -{ - /** - * Run the database seeds. - */ - public function run(): void - { - $shopee_sellers = ['aands.os', 'acerpure.os', 'acsonmalaysia.os', 'aicook.my', 'airbotmalaysia', 'alphaofficialstore', 'aolonmalaysia.os', 'aolon.os', 'aqara.os', 'bacony.my', 'bearofficialstore.os', 'butterflymalaysia.os', 'bacfree.os', 'bearglobal.my', 'beko.os', 'bestdenkimy', 'biolomix.os', 'biolomixlocal.my', 'bissellmy', 'blueair.os', 'boschhomeappliancesmy.os', 'boschmy', 'bossmankaden', 'brunomalaysia', 'corvan.os', 'charlcomy', 'chiqmalaysia', 'valeo.os', 'cookraze', 'cornell.os', 'cosori.os', 'courts.os', 'cuckoo.os', 'delonghi.os', 'desahome.os', 'daikinmy.os', 'daytech.os', 'deerma.malaysia', 'delfino.os', 'amazefanbrandshop.my', 'delonghi.os', 'panasonic888.os', 'deroma.os', 'dibea.os', 'domus18', 'dreamecopperconnect', 'dreamemy.os', 'officialdysonstore', 'ecoluxemalaysia', 'ecovacs.os', 'edgewall.os', 'eksexprez', 'elba.os', 'electricalshopmy', 'electrolux.os', 'electrova', 'shinghing', 'erainetmy', 'eroc.my', 'etouchplus.os', 'europlus.os', 'ezilah.os', 'faber.os', 'fanzomalaysia', 'fotile.os', 'gaabor.os', 'gell.os', 'giselleha', 'gogeousofficial', 'haier.os', 'hanriver.malaysia.my', 'hanriver.official', 'hanabishi.os', 'haniertv', 'hatarimalaysia', 'hericaine.os', 'hetch', 'hibrew.os', 'hiconos', 'hiraki.os', 'hisensecertifiedstore.os', 'hitachi.os', 'homeessentialmall.os', 'hitec.os', 'hizero.os', 'hodekt.official.my', 'homeessentialmall.os', 'huashengonlineshop', 'huromofficial', 'igadgets', 'ilife.os', 'imaxx', 'innofoodstore', 'instantpot.os', 'irisohyama.os', 'irobot.os', 'isonicofficialstore', 'jabenmalaysia', 'jafairsolution.os', 'jamaystore.my', 'jeeteemalaysia.os', 'jhhomeappliances', 'jimmy.os', 'jisulife.my', 'wendykao.os', 'joyamios', 'tenkaryohin', 'kadonio.my', 'kaizendenkimy', 'baolijie123.my', 'kgcadvance', 'khind.os', 'khindborneo.os', 'kimviento.os', 'kimviento.my', 'kitchenaid.os', 'konkacreative', 'konkadirect.os', 'kpielectrical', 'kronoshop', 'kuvings.os', 'lebensstil.os', 'lemax.official', 'levoit.os', 'lg.os', 'lionmas', 'morphyrichards.os', 'mayer.os', 'morgan.kings', 'mbh.os', 'maxiestore', 'maxiestore', 'meckmy.os', 'megraos', 'miui.os', 'mmxmalaysia', 'muzen.os', 'nakadagroup.os', 'mynarwal', 'nescafedolcegusto.os', 'nesh.os', 'sharkninjaofficial', 'njoi.os', 'norviamalaysia', 'olayksmy.os', 'onehomeappliance', 'itsasomarketing', 'onemoon.os', 'philips.my', 'panasonic.malaysia', 'panasonic.authorised.partner', 'panasonic.elite', 'panasonic.partner', 'panasonicsignaturemall', 'pensonic', 'pensonic', 'perysmith', 'philipstv.os', 'picogram.os', 'proscenic.os', 'retekess.my', 'rezo.os', 'riino.os', 'rinnai.os', 'robam.os', 'roborockmalaysia', 'rubine.os', 'russelltaylors.os', 'selamat.os', 'sonystore.os', 'sakura.os', 'samsungappliancesos', 'samsungbrandstoremy.os', 'samugiken.os', 'samview.os', 'sanus.os', 'scottmiller', 'sensonic.my', 'shibuifujiaire', 'shimonomalaysia.os', 'simplusmalaysia', 'sincero.os', 'singermy', 'skmagicmy.os', 'skyworth.os', 'smartlifestyle99', 'smartmi.os', 'snfonline', 'sodaxpress', 'soundteohmy.os', 'sterramy', 'sunatur', 'sureloc.os', 'swissthomas.os', 'switchbot.os', 'tbm.os', 'tanradio.com', 'tanradio.com', 'tcl.os', 'thebaker.os', 'thermomixmalaysia', 'tineco.os', 'tjean.os', 'tonze.my', 'toshibatv.os', 'urban.home', 'uwantmalaysia', 'vcomm.os', 'viewsonic.os', 'vizon.os', 'yeedi.os', 'yetair', 'yilizomana.os', '360smartlife.os', - ]; - - $category = Category::where('country_locale_slug', 'my')->where('name', 'Home & Living')->first(); - - foreach ($shopee_sellers as $seller) { - $shopee_seller_category = new ShopeeSellerCategory; - $shopee_seller_category->seller = $seller; - $shopee_seller_category->category_id = $category->id; - $shopee_seller_category->save(); - } - } -} diff --git a/database/seeders/ShopeeTechCategorySeeder.php b/database/seeders/ShopeeTechCategorySeeder.php deleted file mode 100644 index fb0af67..0000000 --- a/database/seeders/ShopeeTechCategorySeeder.php +++ /dev/null @@ -1,531 +0,0 @@ -<?php - -namespace Database\Seeders; - -use App\Models\Category; -use App\Models\ShopeeSellerCategory; -use Illuminate\Database\Seeder; - -class ShopeeTechCategorySeeder extends Seeder -{ - /** - * Run the database seeds. - */ - public function run(): void - { - $shopee_sellers = [ - 'akaso.my', - 'anbiux.os', - 'andoer.os', - 'aputure.os', - 'azdome.os', - 'blackmagicdesignbrandstore', - 'canon.os', - 'eatechnology.os', - 'daytech.os', - 'ddpai.my', - 'djimalaysia', - 'tianyi2017.my', - 'ezvizmalaysia.os', - 'gnet.os', - 'gopro.os', - 'goprolifestyle.os', - 'goprolifestyle.my', - 'goqmy.os', - 'hikvisionmy.os', - 'troniq', - 'imoumalaysia', - 'imoumalaysia.os', - 'insta360.os', - 'jiekemi.my', - 'jiwei.my', - 'olympusmalaysia.os', - 'obsbot.os', - 'paperang.os', - 'kodakphotoprinterandcamera', - 'selens.os', - 'safecam.os', - 'sony.os', - 'southocean', - 'srihome.os', - 'v380malaysia', - 'xiaovv.my.os', - 'yimalaysia.os', - 'anker.os', - 'alienworld.os', - 'amazfit.os', - 'amazingthingmy', - 'amazme', - 'ampaudio.os', - 'ankerinnovationmyofficial', - 'ansty.os', - 'aolonmalaysia.os', - 'aolonstore.my', - 'arzpower.os', - 'asusmobile.os', - 'audiotechnica.os', - 'audiotechnica.os.ecogadget', - 'aukey.official', - 'samsungsenq.os', - 'awei.os', - 'beoplay.os', - 'baseus.official.local', - 'baseusofficial.os', - 'belkin.os', - 'blackshark.os', - 'blackviewofficial.my', - 'blitzwolf.my', - 'bosemalaysia', - 'boyastore1.my', - 'unioncamera.my', - 'casestudi.os', - 'catalystofficialstore', - 'megaworldmall.os', - 'cloud555101.os', - 'comsat.os', - 'coros.os', - 'creativemy', - 'dasherprime', - 'defunc.os', - 'xiaomilocalstore.os', - 'directd.official', - 'disney3c.my', - 'disneyaudio.official.my', - 'dizo.os', - 'dizo.official.my', - 'earfun.os', - 'ecoflowos', - 'ecoflow.os', - 'edifiermalaysia.os', - 'elago.os', - 'ec.os', - 'energizerpowerbank', - 'eposgaming.os', - 'esr.official', - 'essager.os', - 'eydmalaysia', - 'eydstore.my', - 'flashgadgets.os', - 'fitbit.os', - 'flashgadgets.os', - 'bigbox1168.os', - 'fonken.os', - 'freeyondmalaysia', - 'gadgetsworld666.os', - 'garmin.os', - 'linez1x2c3v4286.os', - 'gloryfitmalaysia', - 'goalzeromy.os', - 'goojodoq.os', - 'gsshop.tw.os', - 'realfit.official.os', - 'halosure.os', - 'handphoneworld', - 'harmankardon.os', - 'hayloudirect2.my', - 'hayloumalaysia.os', - 'haylou.os', - 'hdoorlink.os', - 'skill.my', - 'hellomalaysia', - 'hocomalaysiaofficial', - 'hoda.os', - 'honor.os', - 'huaweios', - 'ienjoy.my', - 'ibeli', - 'iclevermalaysia', - 'idmixmalaysia.os', - 'ksnycoach.os', - 'infinitylifestyleos', - 'infinitylabmy.os', - 'infinix.shop', - 'infinix.officialstore', - 'inku3663.os', - 'innergie.os', - 'iqoo.os', - 'itskinsmy', - 'itworld.store', - 'iwalkmy', - 'j5create.os', - 'jabenmalaysia', - 'jabra.os', - 'jbl.os', - 'jlab.os', - 'joway.os', - 'joyroomshop.my', - 'joyroommy', - 'jvcmalaysia', - 'jystore01.os', - 'kaxoe.os', - 'kieslect.os', - 'klipsch.os', - 'kuulaaofficial.my', - 'lammcou.os', - 'lanex.os', - 'leagoo.os', - 'lenovo.tech.my', - 'thinkplus.my', - 'lenovo.official.my', - 'lenovothinkplus.my', - 'llano.os', - 'logitech.os', - 'mcdodo.os', - 'mcdodoofficial.os', - 'machinesos', - 'maimo.os', - 'ldniomalaysia.os', - 'maono.my', - 'marshall.os', - 'miglobal.os', - 'mionee.my', - 'miworldmy', - 'mjshop.os', - 'moft.us.my', - 'mojoskins', - 'momax.os', - 'mnsteraudiostore.my', - 'soundpeats.os', - 'monsteraudio.my', - 'moshitw.os', - 'lenovo.moto.os', - 'moxom.my', - 'mpow.official', - 'myeestore', - 'nillkin.os', - 'nillkin.my.os', - 'niye.os', - 'macpied.os', - 'nokiaaudio.os', - 'nokiamobile', - 'mynomad', - 'nothingos', - 'tecombee.my', - 'oppoos', - 'eary.my', - 'officialarareestore', - 'divoomstore', - 'thatsos', - 'oneplusos', - 'oneplusmy.os', - 'onikuma.os', - 'oppofbs', - 'oraimo.os', - 'orico.os', - 'bestaccessoriessolutionstore', - 'otterboxofficialmalaysia', - 'oukitelofficialstore.my', - 'pinengmalaysia.os', - 'phl.os', - 'kodakphotoprinterandcamera', - 'picoxr', - 'sptonline88', - 'pinergy.os', - 'pitakaofficial', - 'plextone.os', - 'pococertifiedstore.os', - 'pocolocal.os', - 'poco.os', - 'polarwatch.os', - 'popsockets.my', - 'prodamalaysia.os', - 'qcy.os', - 'qoovi.my', - 'wyzeos', - 'realmeos', - 'realme.outlet', - 'recci.my', - 'redclick', - 'redmagicos', - 'nubiaredmagic.my', - 'remax.os', - 'remaxmalaysia.os', - 'rhinoshieldofficialmalaysia', - 'ringke.em', - 'ringkeofficial.os', - 'ringke.my', - 'rjconcept.os', - 'rolton.os', - 'pantrade.os', - 'selens.os', - 'suntaiho.os', - 'sabbat.os', - 'samsungaccessoriesos', - 'samsungmalaysiaos', - 'samsungmobileos', - 'samsung.swap', - 'sandisk.os', - 'satugadgetofficialstore', - 'scosche.my', - 'sennheiser.os', - 'senqarros', - 'sentriq.my', - 'shidu.os', - 'shokz.os', - 'sigelei.os', - 'smartdevilofficialstore.my', - 'soaiy.my', - 'sonicgear.os', - 'sony.my', - 'sony.os', - 'sonystoreonline.os', - 'soul.os', - 'soundpeatsaudio.my', - 'distexpressspigen', - 'spriselocalstore.my', - 'sptofficialstore', - 'sudio.os', - 'summer.store', - 'switchos', - 'switcheasyofficialmalaysia', - 'syncomalaysia', - 'wowancore.os', - 'topk.os', - 'taotronics.os', - 'teclast.os', - 'tecnomalaysia', - 'samsung.thehopzos', - 'thronmaxmalaysia', - 'thunderos', - 'toockiflagshipstore.my', - 'topkofficial.os', - 'tranya.os', - 'tresgadget', - 'tribitmalaysia', - 'tronsmart.malaysia', - 'ugreen.os', - 'ugreenofficial', - 'ugreen.my', - 'umidigi.my', - 'uniqmy', - 'unitek.os', - 'urbanrepublic.samsung', - 'usams.os', - 'vinnfier.os', - 'youxuan888.my', - 'vention.os', - 'visiongadgetry.os', - 'smartmi.os', - 'vivomalaysia.os', - 'vivo.fbs', - 'wiresto.os', - 'wanbo.my.official', - 'xiaomiglobal.os', - 'xiaomicertifiedstore.os', - 'xinji.os', - 'plextoneofficial.os', - 'yamahaav.os', - 'yanmaielectronic.os', - 'yimalaysia.os', - 'yisen.os', - 'yoobao', - 'zaggbrands.os', - 'zeblazeofficial.my', - 'zmi.os', - 'ztemalaysia.os', - 'zuzg.os', - 'omthingos', - '70mai.os', - 'apes', - 'acerosmy', - 'armaggeddon.os', - 'acasisofficialshop.os', - 'acer.os.clicknet', - 'acer.os.justit', - 'acer.os.nbp', - 'acer.os.pcimage', - 'adatamalaysia.os', - 'alcatroz.os', - 'ampcomchina.my', - 'aoc.os', - 'apacer.my', - 'apcbyschneiderelectric.os', - 'focuscomputerarp', - 'asrocklink2buy', - 'asuslaptop.os', - 'asus.os.mybest', - 'asus.os.onetech', - 'asus.os.superbmultimedia', - 'asuspc.os', - 'aulamy.os', - 'aula.official.my', - 'aula.os', - 'avitastore.sns', - 'avitastore.sns', - 'benqmalaysia', - 'o9tech.os', - 'bmax.os', - 'brother.os', - 'lenovo.os.brightstar', - 'canonprinteros', - 'jb.canon', - 'canonbb', - 'canonswk', - 'canonallit.os', - 'canon.os.pcimage', - 'canon.pineapple', - 'canon.sunshine', - 'lenovo.os.etika', - 'philipsmonitoros', - 'cliptec', - 'colorful.os', - 'coolermaster.my', - 'crucialmalaysia', - 'cytron.os', - 'dareumyofficial', - 'deli.os', - 'dell.commercialstore', - 'deluxworld.my', - 'dereofficial.os', - 'macospice.my', - 'diymore.my', - 'dlink.os', - 'dmes.os', - 'docooler.os', - 'edifiermalaysia.os', - 'elitesoftasia.os', - 'epson.os', - 'eset.os', - 'cardy0728.os', - 'fantech.os', - 'flashgadgets.os', - 'flujomalaysia.os', - 'fnatic.os', - 'fujitsu.os.nbp', - 'stanley1968.os', - 'gamingfreak.malaysia', - 'gigabytenb.os', - 'gigabyte.os', - 'goldenfir.my', - 'gracepc.os', - 'lipolakeu.os', - 'hponlinestore', - 'hpstore.pineapple', - 'hpbestbuy', - 'hpclicknet', - 'hphexacom', - 'hp.nbp', - 'hp.onetech', - 'hppcimage', - 'sns.hpstore', - 'hp.mobilitysquare', - 'hpaoneplus', - 'hpstore.mono', - 'hpsuperbmultimedia', - 'hpssd.os', - 'huaweios', - 'huionmy.my', - 'huion.os', - 'huntkey.os', - 'hydersonmalaysia.my', - 'ibeli', - 'ibuyonlinenow', - 'llanoofficialstore.my', - 'jaditoner', - 'jan0103.os', - 'jayacom.my', - 'jumper.my', - 'kioxia.os', - 'leaven.os', - 'lenovo.my.os', - 'lenovo.os.mybest', - 'lenovo.os.clicknet', - 'lenovo.os.eit', - 'lenovo.os.grex', - 'lenovo.os.onetech', - 'lenovo.os.pcimage', - 'lenovo.os.wit', - 'lenovo.os.nbp', - 'lenovo.os.tmt', - 'lexarmalaysia.os', - 'lgmytechstore.os', - 'livinggears', - 'logitech.os', - 'logitechg.os', - 'mcafee.os', - 'machenike.my', - 'machinesos', - 'miiiw.os', - 'canonmit', - 'mofii.os', - 'moft.us.my', - 'mon.king.my', - 'monodigital.os', - 'msi.os', - 'msi.os.eit', - 'msi.os.eit', - 'navotech.os', - 'northbayou', - 'netgear.os', - 'nvidia.geforce.official.store', - 'ookas', - 'oricoofficialstore.my', - 'pantumofficialstore', - 'philipsaccessories.os', - 'picoxr', - 'play3c.os', - 'prolink', - 'qnap.official', - 'haveatech.os', - 'rapoo.os', - 'razer.os', - 'eyooso..my', - 'rfsolutionsenterprise', - 'rigear.os', - 'royalkludge.os', - 'rkgamingos.my', - 'roccat.os', - 'rog.os', - 'royalkludgeofficialstore.my', - 'samsungmemoryos', - 'skullcandy.os', - 'sricomputers', - 'salpido.os', - 'samsungmonitoros', - 'samsungviewnet.os', - 'sandisk.os', - 'seagate.os', - 'senqarros', - 'delltechpartner', - 'siliconpowermy.os', - 'steelseriesofficialstore', - 'strontium.os', - 'sunfar3c.os', - 'switchos', - 'synology.os', - 'toshiba.os', - 'targus.os', - 'teamgroupmy.os', - 'tecware.os', - 'tendamalaysia', - 'thrustmaster.os', - 'thunderobotglobalstore.my', - 'titanarmy.os', - 'totolinkmalaysia', - 'tplinkmy.os', - 'transcend.os', - 'trendmicro.os', - 'turtlebeach.os', - 'uagmalaysia', - 'veikk.os', - 'ventionmy.os', - 'ventionofficial.my', - 'viewnet.os', - 'wacom.os', - 'wavlink.os', - 'wd.os', - 'xppenglobal.os', - 'xppen.os', - 'smart.life.my', - ]; - - $category = Category::where('country_locale_slug', 'my')->where('name', 'Technology')->first(); - - foreach ($shopee_sellers as $seller) { - $shopee_seller_category = new ShopeeSellerCategory; - $shopee_seller_category->seller = $seller; - $shopee_seller_category->category_id = $category->id; - $shopee_seller_category->save(); - } - } -} diff --git a/public/build/assets/NativeImageBlock-78162560.js b/public/build/assets/NativeImageBlock-78162560.js index 15aa6c5..c38db14 100644 --- a/public/build/assets/NativeImageBlock-78162560.js +++ b/public/build/assets/NativeImageBlock-78162560.js @@ -1 +1,426 @@ -import{Y as _,_ as y,a as b,i as g,D as c,G as w,I as $,h as f,Z as S,$ as I}from"./admin-app-62da08c5.js";var m=_();class p{constructor(e,t,r){this.name=e,this.definition=t,this.bindings=t.bindings??{},this.wheres=t.wheres??{},this.config=r}get template(){return`${this.origin}/${this.definition.uri}`.replace(/\/+$/,"")}get origin(){return this.config.absolute?this.definition.domain?`${this.config.url.match(/^\w+:\/\//)[0]}${this.definition.domain}${this.config.port?`:${this.config.port}`:""}`:this.config.url:""}get parameterSegments(){var e;return((e=this.template.match(/{[^}?]+\??}/g))==null?void 0:e.map(t=>({name:t.replace(/{|\??}/g,""),required:!/\?}$/.test(t)})))??[]}matchesUrl(e){if(!this.definition.methods.includes("GET"))return!1;const t=this.template.replace(/(\/?){([^}?]*)(\??)}/g,(n,l,u,h)=>{var d;const a=`(?<${u}>${((d=this.wheres[u])==null?void 0:d.replace(/(^\^)|(\$$)/g,""))||"[^/?]+"})`;return h?`(${l}${a})?`:`${l}${a}`}).replace(/^\w+:\/\//,""),[r,s]=e.replace(/^\w+:\/\//,"").split("?"),i=new RegExp(`^${t}/?$`).exec(r);if(i){for(const n in i.groups)i.groups[n]=typeof i.groups[n]=="string"?decodeURIComponent(i.groups[n]):i.groups[n];return{params:i.groups,query:m.parse(s)}}return!1}compile(e){const t=this.parameterSegments;return t.length?this.template.replace(/{([^}?]+)(\??)}/g,(r,s,i)=>{if(!i&&[null,void 0].includes(e[s]))throw new Error(`Ziggy error: '${s}' parameter is required for route '${this.name}'.`);if(this.wheres[s]){if(!new RegExp(`^${i?`(${this.wheres[s]})?`:this.wheres[s]}$`).test(e[s]??""))throw new Error(`Ziggy error: '${s}' parameter does not match required format '${this.wheres[s]}' for route '${this.name}'.`);if(t[t.length-1].name===s)return encodeURIComponent(e[s]??"").replace(/%2F/g,"/")}return encodeURIComponent(e[s]??"")}).replace(`${this.origin}//`,`${this.origin}/`).replace(/\/+$/,""):this.template}}class v extends String{constructor(e,t,r=!0,s){if(super(),this._config=s??(typeof Ziggy<"u"?Ziggy:globalThis==null?void 0:globalThis.Ziggy),this._config={...this._config,absolute:r},e){if(!this._config.routes[e])throw new Error(`Ziggy error: route '${e}' is not in the route list.`);this._route=new p(e,this._config.routes[e],this._config),this._params=this._parse(t)}}toString(){const e=Object.keys(this._params).filter(t=>!this._route.parameterSegments.some(({name:r})=>r===t)).filter(t=>t!=="_query").reduce((t,r)=>({...t,[r]:this._params[r]}),{});return this._route.compile(this._params)+m.stringify({...e,...this._params._query},{addQueryPrefix:!0,arrayFormat:"indices",encodeValuesOnly:!0,skipNulls:!0,encoder:(t,r)=>typeof t=="boolean"?Number(t):r(t)})}_unresolve(e){e?this._config.absolute&&e.startsWith("/")&&(e=this._location().host+e):e=this._currentUrl();let t={};const[r,s]=Object.entries(this._config.routes).find(([i,n])=>t=new p(i,n,this._config).matchesUrl(e))||[void 0,void 0];return{name:r,...t,route:s}}_currentUrl(){const{host:e,pathname:t,search:r}=this._location();return(this._config.absolute?e+t:t.replace(this._config.url.replace(/^\w*:\/\/[^/]+/,""),"").replace(/^\/+/,"/"))+r}current(e,t){const{name:r,params:s,query:i,route:n}=this._unresolve();if(!e)return r;const l=new RegExp(`^${e.replace(/\./g,"\\.").replace(/\*/g,".*")}$`).test(r);if([null,void 0].includes(t)||!l)return l;const u=new p(r,n,this._config);t=this._parse(t,u);const h={...s,...i};return Object.values(t).every(a=>!a)&&!Object.values(h).some(a=>a!==void 0)?!0:Object.entries(t).every(([a,d])=>h[a]==d)}_location(){var s,i,n;const{host:e="",pathname:t="",search:r=""}=typeof window<"u"?window.location:{};return{host:((s=this._config.location)==null?void 0:s.host)??e,pathname:((i=this._config.location)==null?void 0:i.pathname)??t,search:((n=this._config.location)==null?void 0:n.search)??r}}get params(){const{params:e,query:t}=this._unresolve();return{...e,...t}}has(e){return Object.keys(this._config.routes).includes(e)}_parse(e={},t=this._route){e??(e={}),e=["string","number"].includes(typeof e)?[e]:e;const r=t.parameterSegments.filter(({name:s})=>!this._config.defaults[s]);return Array.isArray(e)?e=e.reduce((s,i,n)=>r[n]?{...s,[r[n].name]:i}:typeof i=="object"?{...s,...i}:{...s,[i]:""},{}):r.length===1&&!e[r[0].name]&&(e.hasOwnProperty(Object.values(t.bindings)[0])||e.hasOwnProperty("id"))&&(e={[r[0].name]:e}),{...this._defaults(t),...this._substituteBindings(e,t)}}_defaults(e){return e.parameterSegments.filter(({name:t})=>this._config.defaults[t]).reduce((t,{name:r},s)=>({...t,[r]:this._config.defaults[r]}),{})}_substituteBindings(e,{bindings:t,parameterSegments:r}){return Object.entries(e).reduce((s,[i,n])=>{if(!n||typeof n!="object"||Array.isArray(n)||!r.some(({name:l})=>l===i))return{...s,[i]:n};if(!n.hasOwnProperty(t[i]))if(n.hasOwnProperty("id"))t[i]="id";else throw new Error(`Ziggy error: object passed as '${i}' parameter is missing route model binding key '${t[i]}'.`);return{...s,[i]:n[t[i]]}},{})}valueOf(){return this.toString()}check(e){return this.has(e)}}function x(o,e,t,r){const s=new v(o,e,t,r);return o?s.toString():s}const O={name:"NativeImageBlock",props:{inputImage:{type:String,default:null}},data:()=>({isLoaded:!1,isUploading:!1,imgSrc:null,placeholderSrc:"https://placekitten.com/g/2100/900"}),computed:{getButtonName(){var o;return this.imgSrc!=null&&((o=this.imgSrc)==null?void 0:o.length)>0?"Change featured image":"Upload featured image"},getBlurPx(){return this.imgSrc?0:12},bgStyle(){return{backgroundImage:`url(${this.getImgSrc})`,backgroundPosition:"center",backgroundSize:"cover",filter:`blur(${this.getBlurPx}px)`,webkitFilter:`blur(${this.getBlurPx}px)`}},getImgSrc(){var o;return this.imgSrc!=null&&((o=this.imgSrc)==null?void 0:o.length)>0?this.imgSrc:this.placeholderSrc}},methods:{openFileInput(){this.$refs.fileInput.click()},handleFileChange(o){const e=o.target.files[0];e&&this.uploadImage(e)},uploadImage(o){this.isUploading=!0;const e=new FormData;e.append("file",o),e.append("forceSize","true"),b.post(x("api.admin.upload.cloud.image"),e,{headers:{"Content-Type":"multipart/form-data"}}).then(t=>{t.data.success===1&&t.data.file&&t.data.file.url?(this.imgSrc=t.data.file.url,this.$emit("saved",t.data.file.url)):console.error("Image upload failed. Invalid response format.")}).catch(t=>{console.error("Image upload failed:",t.response)}).finally(()=>{this.isUploading=!1})},setInputImage(){var o;this.inputImage!=null&&((o=this.inputImage)==null?void 0:o.length)>0&&(this.imgSrc=this.inputImage),this.isLoaded=!0}},mounted(){this.isUploading=!1,setTimeout((function(){this.setInputImage(),this.isLoaded=!0}).bind(this),3e3)}},j=o=>(S("data-v-d3857a0e"),o=o(),I(),o),k={class:"card"},B={class:"card-body ratio ratio-21x9 bg-dark overflow-hidden"},P={class:"position-absolute w-100 h-100 d-flex justify-content-center text-center"},U={key:0,class:"align-self-center"},q=j(()=>c("div",{class:"spinner-border text-light",role:"status"},[c("span",{class:"visually-hidden"},"Loading...")],-1)),C=[q],E={key:1,class:"align-self-center"};function F(o,e,t,r,s,i){return f(),g("div",null,[c("div",k,[c("div",B,[c("div",{class:"d-flex justify-content-center text-center rounded-2",style:w(i.bgStyle)},null,4),c("div",P,[o.isUploading||!o.isLoaded?(f(),g("div",U,C)):(f(),g("div",E,[c("input",{type:"file",onChange:e[0]||(e[0]=(...n)=>i.handleFileChange&&i.handleFileChange(...n)),accept:"image/*",ref:"fileInput",style:{display:"none"}},null,544),c("button",{class:"btn btn-primary",onClick:e[1]||(e[1]=(...n)=>i.openFileInput&&i.openFileInput(...n))},$(i.getButtonName),1)]))])])])])}const N=y(O,[["render",F],["__scopeId","data-v-d3857a0e"]]),Z=Object.freeze(Object.defineProperty({__proto__:null,default:N},Symbol.toStringTag,{value:"Module"}));export{Z as N,N as _,x as r}; +import { + Y as _, + _ as y, + a as b, + i as g, + D as c, + G as w, + I as $, + h as f, + Z as S, + $ as I, +} from "./app-admin-62da08c5.js"; +var m = _(); +class p { + constructor(e, t, r) { + (this.name = e), + (this.definition = t), + (this.bindings = t.bindings ?? {}), + (this.wheres = t.wheres ?? {}), + (this.config = r); + } + get template() { + return `${this.origin}/${this.definition.uri}`.replace(/\/+$/, ""); + } + get origin() { + return this.config.absolute + ? this.definition.domain + ? `${this.config.url.match(/^\w+:\/\//)[0]}${this.definition.domain}${ + this.config.port ? `:${this.config.port}` : "" + }` + : this.config.url + : ""; + } + get parameterSegments() { + var e; + return ( + ((e = this.template.match(/{[^}?]+\??}/g)) == null + ? void 0 + : e.map((t) => ({ + name: t.replace(/{|\??}/g, ""), + required: !/\?}$/.test(t), + }))) ?? [] + ); + } + matchesUrl(e) { + if (!this.definition.methods.includes("GET")) return !1; + const t = this.template + .replace(/(\/?){([^}?]*)(\??)}/g, (n, l, u, h) => { + var d; + const a = `(?<${u}>${ + ((d = this.wheres[u]) == null + ? void 0 + : d.replace(/(^\^)|(\$$)/g, "")) || "[^/?]+" + })`; + return h ? `(${l}${a})?` : `${l}${a}`; + }) + .replace(/^\w+:\/\//, ""), + [r, s] = e.replace(/^\w+:\/\//, "").split("?"), + i = new RegExp(`^${t}/?$`).exec(r); + if (i) { + for (const n in i.groups) + i.groups[n] = + typeof i.groups[n] == "string" + ? decodeURIComponent(i.groups[n]) + : i.groups[n]; + return { params: i.groups, query: m.parse(s) }; + } + return !1; + } + compile(e) { + const t = this.parameterSegments; + return t.length + ? this.template + .replace(/{([^}?]+)(\??)}/g, (r, s, i) => { + if (!i && [null, void 0].includes(e[s])) + throw new Error( + `Ziggy error: '${s}' parameter is required for route '${this.name}'.`, + ); + if (this.wheres[s]) { + if ( + !new RegExp( + `^${i ? `(${this.wheres[s]})?` : this.wheres[s]}$`, + ).test(e[s] ?? "") + ) + throw new Error( + `Ziggy error: '${s}' parameter does not match required format '${this.wheres[s]}' for route '${this.name}'.`, + ); + if (t[t.length - 1].name === s) + return encodeURIComponent(e[s] ?? "").replace(/%2F/g, "/"); + } + return encodeURIComponent(e[s] ?? ""); + }) + .replace(`${this.origin}//`, `${this.origin}/`) + .replace(/\/+$/, "") + : this.template; + } +} +class v extends String { + constructor(e, t, r = !0, s) { + if ( + (super(), + (this._config = + s ?? + (typeof Ziggy < "u" + ? Ziggy + : globalThis == null + ? void 0 + : globalThis.Ziggy)), + (this._config = { ...this._config, absolute: r }), + e) + ) { + if (!this._config.routes[e]) + throw new Error(`Ziggy error: route '${e}' is not in the route list.`); + (this._route = new p(e, this._config.routes[e], this._config)), + (this._params = this._parse(t)); + } + } + toString() { + const e = Object.keys(this._params) + .filter( + (t) => !this._route.parameterSegments.some(({ name: r }) => r === t), + ) + .filter((t) => t !== "_query") + .reduce((t, r) => ({ ...t, [r]: this._params[r] }), {}); + return ( + this._route.compile(this._params) + + m.stringify( + { ...e, ...this._params._query }, + { + addQueryPrefix: !0, + arrayFormat: "indices", + encodeValuesOnly: !0, + skipNulls: !0, + encoder: (t, r) => (typeof t == "boolean" ? Number(t) : r(t)), + }, + ) + ); + } + _unresolve(e) { + e + ? this._config.absolute && + e.startsWith("/") && + (e = this._location().host + e) + : (e = this._currentUrl()); + let t = {}; + const [r, s] = Object.entries(this._config.routes).find( + ([i, n]) => (t = new p(i, n, this._config).matchesUrl(e)), + ) || [void 0, void 0]; + return { name: r, ...t, route: s }; + } + _currentUrl() { + const { host: e, pathname: t, search: r } = this._location(); + return ( + (this._config.absolute + ? e + t + : t + .replace(this._config.url.replace(/^\w*:\/\/[^/]+/, ""), "") + .replace(/^\/+/, "/")) + r + ); + } + current(e, t) { + const { name: r, params: s, query: i, route: n } = this._unresolve(); + if (!e) return r; + const l = new RegExp( + `^${e.replace(/\./g, "\\.").replace(/\*/g, ".*")}$`, + ).test(r); + if ([null, void 0].includes(t) || !l) return l; + const u = new p(r, n, this._config); + t = this._parse(t, u); + const h = { ...s, ...i }; + return Object.values(t).every((a) => !a) && + !Object.values(h).some((a) => a !== void 0) + ? !0 + : Object.entries(t).every(([a, d]) => h[a] == d); + } + _location() { + var s, i, n; + const { + host: e = "", + pathname: t = "", + search: r = "", + } = typeof window < "u" ? window.location : {}; + return { + host: ((s = this._config.location) == null ? void 0 : s.host) ?? e, + pathname: + ((i = this._config.location) == null ? void 0 : i.pathname) ?? t, + search: ((n = this._config.location) == null ? void 0 : n.search) ?? r, + }; + } + get params() { + const { params: e, query: t } = this._unresolve(); + return { ...e, ...t }; + } + has(e) { + return Object.keys(this._config.routes).includes(e); + } + _parse(e = {}, t = this._route) { + e ?? (e = {}), (e = ["string", "number"].includes(typeof e) ? [e] : e); + const r = t.parameterSegments.filter( + ({ name: s }) => !this._config.defaults[s], + ); + return ( + Array.isArray(e) + ? (e = e.reduce( + (s, i, n) => + r[n] + ? { ...s, [r[n].name]: i } + : typeof i == "object" + ? { ...s, ...i } + : { ...s, [i]: "" }, + {}, + )) + : r.length === 1 && + !e[r[0].name] && + (e.hasOwnProperty(Object.values(t.bindings)[0]) || + e.hasOwnProperty("id")) && + (e = { [r[0].name]: e }), + { ...this._defaults(t), ...this._substituteBindings(e, t) } + ); + } + _defaults(e) { + return e.parameterSegments + .filter(({ name: t }) => this._config.defaults[t]) + .reduce( + (t, { name: r }, s) => ({ ...t, [r]: this._config.defaults[r] }), + {}, + ); + } + _substituteBindings(e, { bindings: t, parameterSegments: r }) { + return Object.entries(e).reduce((s, [i, n]) => { + if ( + !n || + typeof n != "object" || + Array.isArray(n) || + !r.some(({ name: l }) => l === i) + ) + return { ...s, [i]: n }; + if (!n.hasOwnProperty(t[i])) + if (n.hasOwnProperty("id")) t[i] = "id"; + else + throw new Error( + `Ziggy error: object passed as '${i}' parameter is missing route model binding key '${t[i]}'.`, + ); + return { ...s, [i]: n[t[i]] }; + }, {}); + } + valueOf() { + return this.toString(); + } + check(e) { + return this.has(e); + } +} +function x(o, e, t, r) { + const s = new v(o, e, t, r); + return o ? s.toString() : s; +} +const O = { + name: "NativeImageBlock", + props: { inputImage: { type: String, default: null } }, + data: () => ({ + isLoaded: !1, + isUploading: !1, + imgSrc: null, + placeholderSrc: "https://placekitten.com/g/2100/900", + }), + computed: { + getButtonName() { + var o; + return this.imgSrc != null && + ((o = this.imgSrc) == null ? void 0 : o.length) > 0 + ? "Change featured image" + : "Upload featured image"; + }, + getBlurPx() { + return this.imgSrc ? 0 : 12; + }, + bgStyle() { + return { + backgroundImage: `url(${this.getImgSrc})`, + backgroundPosition: "center", + backgroundSize: "cover", + filter: `blur(${this.getBlurPx}px)`, + webkitFilter: `blur(${this.getBlurPx}px)`, + }; + }, + getImgSrc() { + var o; + return this.imgSrc != null && + ((o = this.imgSrc) == null ? void 0 : o.length) > 0 + ? this.imgSrc + : this.placeholderSrc; + }, + }, + methods: { + openFileInput() { + this.$refs.fileInput.click(); + }, + handleFileChange(o) { + const e = o.target.files[0]; + e && this.uploadImage(e); + }, + uploadImage(o) { + this.isUploading = !0; + const e = new FormData(); + e.append("file", o), + e.append("forceSize", "true"), + b + .post(x("api.admin.upload.cloud.image"), e, { + headers: { "Content-Type": "multipart/form-data" }, + }) + .then((t) => { + t.data.success === 1 && t.data.file && t.data.file.url + ? ((this.imgSrc = t.data.file.url), + this.$emit("saved", t.data.file.url)) + : console.error( + "Image upload failed. Invalid response format.", + ); + }) + .catch((t) => { + console.error("Image upload failed:", t.response); + }) + .finally(() => { + this.isUploading = !1; + }); + }, + setInputImage() { + var o; + this.inputImage != null && + ((o = this.inputImage) == null ? void 0 : o.length) > 0 && + (this.imgSrc = this.inputImage), + (this.isLoaded = !0); + }, + }, + mounted() { + (this.isUploading = !1), + setTimeout( + function () { + this.setInputImage(), (this.isLoaded = !0); + }.bind(this), + 3e3, + ); + }, + }, + j = (o) => (S("data-v-d3857a0e"), (o = o()), I(), o), + k = { class: "card" }, + B = { class: "card-body ratio ratio-21x9 bg-dark overflow-hidden" }, + P = { + class: + "position-absolute w-100 h-100 d-flex justify-content-center text-center", + }, + U = { key: 0, class: "align-self-center" }, + q = j(() => + c( + "div", + { class: "spinner-border text-light", role: "status" }, + [c("span", { class: "visually-hidden" }, "Loading...")], + -1, + ), + ), + C = [q], + E = { key: 1, class: "align-self-center" }; +function F(o, e, t, r, s, i) { + return ( + f(), + g("div", null, [ + c("div", k, [ + c("div", B, [ + c( + "div", + { + class: "d-flex justify-content-center text-center rounded-2", + style: w(i.bgStyle), + }, + null, + 4, + ), + c("div", P, [ + o.isUploading || !o.isLoaded + ? (f(), g("div", U, C)) + : (f(), + g("div", E, [ + c( + "input", + { + type: "file", + onChange: + e[0] || + (e[0] = (...n) => + i.handleFileChange && i.handleFileChange(...n)), + accept: "image/*", + ref: "fileInput", + style: { display: "none" }, + }, + null, + 544, + ), + c( + "button", + { + class: "btn btn-primary", + onClick: + e[1] || + (e[1] = (...n) => + i.openFileInput && i.openFileInput(...n)), + }, + $(i.getButtonName), + 1, + ), + ])), + ]), + ]), + ]), + ]) + ); +} +const N = y(O, [ + ["render", F], + ["__scopeId", "data-v-d3857a0e"], + ]), + Z = Object.freeze( + Object.defineProperty({ __proto__: null, default: N }, Symbol.toStringTag, { + value: "Module", + }), + ); +export { Z as N, N as _, x as r }; diff --git a/public/build/assets/PostEditor-5f10a2ff.js b/public/build/assets/PostEditor-5f10a2ff.js index fdbe404..73a384d 100644 --- a/public/build/assets/PostEditor-5f10a2ff.js +++ b/public/build/assets/PostEditor-5f10a2ff.js @@ -1,14 +1,1769 @@ -import Qn from"./VueEditorJs-8bfa8291.js";import{r as Ft,_ as Mr}from"./NativeImageBlock-78162560.js";import{L as hn}from"./bundle-13ffaba5.js";import{H as yn}from"./bundle-9b767e03.js";import{g as Cr,d as Pr,a as ua,r as zt,b as ne,c as vt,u as nn,t as da,o as ct,e as rn,w as Nt,f as Z,h as R,i as Q,j as _t,k as nt,l as Fe,m as _e,n as ie,p as ze,q as ft,s as j,v as Qe,x as gn,y as Pe,z as G,A as Gn,T as Sr,B as Ce,C as he,D as J,E as ot,F as we,G as It,H as rt,I as Ve,J as Zt,K as At,L as yt,M as wa,N as Or,O as Nr,P as Ar,_ as $r,Q as Ir,R as Er,S as Yr,U as Ia,V as Ur,W as Lr,X as wn}from"./admin-app-62da08c5.js";import"./index-8746c87e.js";var Xn={exports:{}};/*! +import Qn from "./VueEditorJs-8bfa8291.js"; +import { r as Ft, _ as Mr } from "./NativeImageBlock-78162560.js"; +import { L as hn } from "./bundle-13ffaba5.js"; +import { H as yn } from "./bundle-9b767e03.js"; +import { + g as Cr, + d as Pr, + a as ua, + r as zt, + b as ne, + c as vt, + u as nn, + t as da, + o as ct, + e as rn, + w as Nt, + f as Z, + h as R, + i as Q, + j as _t, + k as nt, + l as Fe, + m as _e, + n as ie, + p as ze, + q as ft, + s as j, + v as Qe, + x as gn, + y as Pe, + z as G, + A as Gn, + T as Sr, + B as Ce, + C as he, + D as J, + E as ot, + F as we, + G as It, + H as rt, + I as Ve, + J as Zt, + K as At, + L as yt, + M as wa, + N as Or, + O as Nr, + P as Ar, + _ as $r, + Q as Ir, + R as Er, + S as Yr, + U as Ia, + V as Ur, + W as Lr, + X as wn, +} from "./app-admin-62da08c5.js"; +import "./index-8746c87e.js"; +var Xn = { exports: {} }; +/*! * Image tool - * + * * @version 2.8.1 - * + * * @package https://github.com/editor-js/image * @licence MIT * @author CodeX <https://codex.so> - */(function(t,n){(function(a,e){t.exports=e()})(window,function(){return function(a){var e={};function r(i){if(e[i])return e[i].exports;var o=e[i]={i,l:!1,exports:{}};return a[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=a,r.c=e,r.d=function(i,o,l){r.o(i,o)||Object.defineProperty(i,o,{enumerable:!0,get:l})},r.r=function(i){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})},r.t=function(i,o){if(1&o&&(i=r(i)),8&o||4&o&&typeof i=="object"&&i&&i.__esModule)return i;var l=Object.create(null);if(r.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:i}),2&o&&typeof i!="string")for(var d in i)r.d(l,d,(function(u){return i[u]}).bind(null,d));return l},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="/",r(r.s=9)}([function(a,e){function r(i,o){for(var l=0;l<o.length;l++){var d=o[l];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(i,d.key,d)}}a.exports=function(i,o,l){return o&&r(i.prototype,o),l&&r(i,l),i}},function(a,e,r){a.exports=function(i){var o={};function l(d){if(o[d])return o[d].exports;var u=o[d]={i:d,l:!1,exports:{}};return i[d].call(u.exports,u,u.exports,l),u.l=!0,u.exports}return l.m=i,l.c=o,l.d=function(d,u,y){l.o(d,u)||Object.defineProperty(d,u,{enumerable:!0,get:y})},l.r=function(d){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(d,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(d,"__esModule",{value:!0})},l.t=function(d,u){if(1&u&&(d=l(d)),8&u||4&u&&typeof d=="object"&&d&&d.__esModule)return d;var y=Object.create(null);if(l.r(y),Object.defineProperty(y,"default",{enumerable:!0,value:d}),2&u&&typeof d!="string")for(var m in d)l.d(y,m,(function(c){return d[c]}).bind(null,m));return y},l.n=function(d){var u=d&&d.__esModule?function(){return d.default}:function(){return d};return l.d(u,"a",u),u},l.o=function(d,u){return Object.prototype.hasOwnProperty.call(d,u)},l.p="",l(l.s=3)}([function(i,o){var l;l=function(){return this}();try{l=l||new Function("return this")()}catch{typeof window=="object"&&(l=window)}i.exports=l},function(i,o,l){(function(d){var u=l(2),y=setTimeout;function m(){}function c(_){if(!(this instanceof c))throw new TypeError("Promises must be constructed via new");if(typeof _!="function")throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],k(_,this)}function p(_,S){for(;_._state===3;)_=_._value;_._state!==0?(_._handled=!0,c._immediateFn(function(){var w=_._state===1?S.onFulfilled:S.onRejected;if(w!==null){var O;try{O=w(_._value)}catch(Y){return void A(S.promise,Y)}$(S.promise,O)}else(_._state===1?$:A)(S.promise,_._value)})):_._deferreds.push(S)}function $(_,S){try{if(S===_)throw new TypeError("A promise cannot be resolved with itself.");if(S&&(typeof S=="object"||typeof S=="function")){var w=S.then;if(S instanceof c)return _._state=3,_._value=S,void N(_);if(typeof w=="function")return void k((O=w,Y=S,function(){O.apply(Y,arguments)}),_)}_._state=1,_._value=S,N(_)}catch(U){A(_,U)}var O,Y}function A(_,S){_._state=2,_._value=S,N(_)}function N(_){_._state===2&&_._deferreds.length===0&&c._immediateFn(function(){_._handled||c._unhandledRejectionFn(_._value)});for(var S=0,w=_._deferreds.length;S<w;S++)p(_,_._deferreds[S]);_._deferreds=null}function X(_,S,w){this.onFulfilled=typeof _=="function"?_:null,this.onRejected=typeof S=="function"?S:null,this.promise=w}function k(_,S){var w=!1;try{_(function(O){w||(w=!0,$(S,O))},function(O){w||(w=!0,A(S,O))})}catch(O){if(w)return;w=!0,A(S,O)}}c.prototype.catch=function(_){return this.then(null,_)},c.prototype.then=function(_,S){var w=new this.constructor(m);return p(this,new X(_,S,w)),w},c.prototype.finally=u.a,c.all=function(_){return new c(function(S,w){if(!_||_.length===void 0)throw new TypeError("Promise.all accepts an array");var O=Array.prototype.slice.call(_);if(O.length===0)return S([]);var Y=O.length;function U(H,v){try{if(v&&(typeof v=="object"||typeof v=="function")){var g=v.then;if(typeof g=="function")return void g.call(v,function(P){U(H,P)},w)}O[H]=v,--Y==0&&S(O)}catch(P){w(P)}}for(var L=0;L<O.length;L++)U(L,O[L])})},c.resolve=function(_){return _&&typeof _=="object"&&_.constructor===c?_:new c(function(S){S(_)})},c.reject=function(_){return new c(function(S,w){w(_)})},c.race=function(_){return new c(function(S,w){for(var O=0,Y=_.length;O<Y;O++)_[O].then(S,w)})},c._immediateFn=typeof d=="function"&&function(_){d(_)}||function(_){y(_,0)},c._unhandledRejectionFn=function(_){typeof console<"u"&&console&&console.warn("Possible Unhandled Promise Rejection:",_)},o.a=c}).call(this,l(5).setImmediate)},function(i,o,l){o.a=function(d){var u=this.constructor;return this.then(function(y){return u.resolve(d()).then(function(){return y})},function(y){return u.resolve(d()).then(function(){return u.reject(y)})})}},function(i,o,l){function d(k){return(d=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(_){return typeof _}:function(_){return _&&typeof Symbol=="function"&&_.constructor===Symbol&&_!==Symbol.prototype?"symbol":typeof _})(k)}l(4);var u,y,m,c,p,$,A,N=l(8),X=(y=function(k){return new Promise(function(_,S){k=c(k),(k=p(k)).beforeSend&&k.beforeSend();var w=window.XMLHttpRequest?new window.XMLHttpRequest:new window.ActiveXObject("Microsoft.XMLHTTP");w.open(k.method,k.url),w.setRequestHeader("X-Requested-With","XMLHttpRequest"),Object.keys(k.headers).forEach(function(Y){var U=k.headers[Y];w.setRequestHeader(Y,U)});var O=k.ratio;w.upload.addEventListener("progress",function(Y){var U=Math.round(Y.loaded/Y.total*100),L=Math.ceil(U*O/100);k.progress(Math.min(L,100))},!1),w.addEventListener("progress",function(Y){var U=Math.round(Y.loaded/Y.total*100),L=Math.ceil(U*(100-O)/100)+O;k.progress(Math.min(L,100))},!1),w.onreadystatechange=function(){if(w.readyState===4){var Y=w.response;try{Y=JSON.parse(Y)}catch{}var U=N.parseHeaders(w.getAllResponseHeaders()),L={body:Y,code:w.status,headers:U};A(w.status)?_(L):S(L)}},w.send(k.data)})},m=function(k){return k.method="POST",y(k)},c=function(){var k=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(k.url&&typeof k.url!="string")throw new Error("Url must be a string");if(k.url=k.url||"",k.method&&typeof k.method!="string")throw new Error("`method` must be a string or null");if(k.method=k.method?k.method.toUpperCase():"GET",k.headers&&d(k.headers)!=="object")throw new Error("`headers` must be an object or null");if(k.headers=k.headers||{},k.type&&(typeof k.type!="string"||!Object.values(u).includes(k.type)))throw new Error("`type` must be taken from module's «contentType» library");if(k.progress&&typeof k.progress!="function")throw new Error("`progress` must be a function or null");if(k.progress=k.progress||function(_){},k.beforeSend=k.beforeSend||function(_){},k.ratio&&typeof k.ratio!="number")throw new Error("`ratio` must be a number");if(k.ratio<0||k.ratio>100)throw new Error("`ratio` must be in a 0-100 interval");if(k.ratio=k.ratio||90,k.accept&&typeof k.accept!="string")throw new Error("`accept` must be a string with a list of allowed mime-types");if(k.accept=k.accept||"*/*",k.multiple&&typeof k.multiple!="boolean")throw new Error("`multiple` must be a true or false");if(k.multiple=k.multiple||!1,k.fieldName&&typeof k.fieldName!="string")throw new Error("`fieldName` must be a string");return k.fieldName=k.fieldName||"files",k},p=function(k){switch(k.method){case"GET":var _=$(k.data,u.URLENCODED);delete k.data,k.url=/\?/.test(k.url)?k.url+"&"+_:k.url+"?"+_;break;case"POST":case"PUT":case"DELETE":case"UPDATE":var S=function(){return(arguments.length>0&&arguments[0]!==void 0?arguments[0]:{}).type||u.JSON}(k);(N.isFormData(k.data)||N.isFormElement(k.data))&&(S=u.FORM),k.data=$(k.data,S),S!==X.contentType.FORM&&(k.headers["content-type"]=S)}return k},$=function(){var k=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};switch(arguments.length>1?arguments[1]:void 0){case u.URLENCODED:return N.urlEncode(k);case u.JSON:return N.jsonEncode(k);case u.FORM:return N.formEncode(k);default:return k}},A=function(k){return k>=200&&k<300},{contentType:u={URLENCODED:"application/x-www-form-urlencoded; charset=utf-8",FORM:"multipart/form-data",JSON:"application/json; charset=utf-8"},request:y,get:function(k){return k.method="GET",y(k)},post:m,transport:function(k){return k=c(k),N.selectFiles(k).then(function(_){for(var S=new FormData,w=0;w<_.length;w++)S.append(k.fieldName,_[w],_[w].name);N.isObject(k.data)&&Object.keys(k.data).forEach(function(Y){var U=k.data[Y];S.append(Y,U)});var O=k.beforeSend;return k.beforeSend=function(){return O(_)},k.data=S,m(k)})},selectFiles:function(k){return delete(k=c(k)).beforeSend,N.selectFiles(k)}});i.exports=X},function(i,o,l){l.r(o);var d=l(1);window.Promise=window.Promise||d.a},function(i,o,l){(function(d){var u=d!==void 0&&d||typeof self<"u"&&self||window,y=Function.prototype.apply;function m(c,p){this._id=c,this._clearFn=p}o.setTimeout=function(){return new m(y.call(setTimeout,u,arguments),clearTimeout)},o.setInterval=function(){return new m(y.call(setInterval,u,arguments),clearInterval)},o.clearTimeout=o.clearInterval=function(c){c&&c.close()},m.prototype.unref=m.prototype.ref=function(){},m.prototype.close=function(){this._clearFn.call(u,this._id)},o.enroll=function(c,p){clearTimeout(c._idleTimeoutId),c._idleTimeout=p},o.unenroll=function(c){clearTimeout(c._idleTimeoutId),c._idleTimeout=-1},o._unrefActive=o.active=function(c){clearTimeout(c._idleTimeoutId);var p=c._idleTimeout;p>=0&&(c._idleTimeoutId=setTimeout(function(){c._onTimeout&&c._onTimeout()},p))},l(6),o.setImmediate=typeof self<"u"&&self.setImmediate||d!==void 0&&d.setImmediate||this&&this.setImmediate,o.clearImmediate=typeof self<"u"&&self.clearImmediate||d!==void 0&&d.clearImmediate||this&&this.clearImmediate}).call(this,l(0))},function(i,o,l){(function(d,u){(function(y,m){if(!y.setImmediate){var c,p,$,A,N,X=1,k={},_=!1,S=y.document,w=Object.getPrototypeOf&&Object.getPrototypeOf(y);w=w&&w.setTimeout?w:y,{}.toString.call(y.process)==="[object process]"?c=function(U){u.nextTick(function(){Y(U)})}:function(){if(y.postMessage&&!y.importScripts){var U=!0,L=y.onmessage;return y.onmessage=function(){U=!1},y.postMessage("","*"),y.onmessage=L,U}}()?(A="setImmediate$"+Math.random()+"$",N=function(U){U.source===y&&typeof U.data=="string"&&U.data.indexOf(A)===0&&Y(+U.data.slice(A.length))},y.addEventListener?y.addEventListener("message",N,!1):y.attachEvent("onmessage",N),c=function(U){y.postMessage(A+U,"*")}):y.MessageChannel?(($=new MessageChannel).port1.onmessage=function(U){Y(U.data)},c=function(U){$.port2.postMessage(U)}):S&&"onreadystatechange"in S.createElement("script")?(p=S.documentElement,c=function(U){var L=S.createElement("script");L.onreadystatechange=function(){Y(U),L.onreadystatechange=null,p.removeChild(L),L=null},p.appendChild(L)}):c=function(U){setTimeout(Y,0,U)},w.setImmediate=function(U){typeof U!="function"&&(U=new Function(""+U));for(var L=new Array(arguments.length-1),H=0;H<L.length;H++)L[H]=arguments[H+1];var v={callback:U,args:L};return k[X]=v,c(X),X++},w.clearImmediate=O}function O(U){delete k[U]}function Y(U){if(_)setTimeout(Y,0,U);else{var L=k[U];if(L){_=!0;try{(function(H){var v=H.callback,g=H.args;switch(g.length){case 0:v();break;case 1:v(g[0]);break;case 2:v(g[0],g[1]);break;case 3:v(g[0],g[1],g[2]);break;default:v.apply(void 0,g)}})(L)}finally{O(U),_=!1}}}}})(typeof self>"u"?d===void 0?this:d:self)}).call(this,l(0),l(7))},function(i,o){var l,d,u=i.exports={};function y(){throw new Error("setTimeout has not been defined")}function m(){throw new Error("clearTimeout has not been defined")}function c(w){if(l===setTimeout)return setTimeout(w,0);if((l===y||!l)&&setTimeout)return l=setTimeout,setTimeout(w,0);try{return l(w,0)}catch{try{return l.call(null,w,0)}catch{return l.call(this,w,0)}}}(function(){try{l=typeof setTimeout=="function"?setTimeout:y}catch{l=y}try{d=typeof clearTimeout=="function"?clearTimeout:m}catch{d=m}})();var p,$=[],A=!1,N=-1;function X(){A&&p&&(A=!1,p.length?$=p.concat($):N=-1,$.length&&k())}function k(){if(!A){var w=c(X);A=!0;for(var O=$.length;O;){for(p=$,$=[];++N<O;)p&&p[N].run();N=-1,O=$.length}p=null,A=!1,function(Y){if(d===clearTimeout)return clearTimeout(Y);if((d===m||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(Y);try{d(Y)}catch{try{return d.call(null,Y)}catch{return d.call(this,Y)}}}(w)}}function _(w,O){this.fun=w,this.array=O}function S(){}u.nextTick=function(w){var O=new Array(arguments.length-1);if(arguments.length>1)for(var Y=1;Y<arguments.length;Y++)O[Y-1]=arguments[Y];$.push(new _(w,O)),$.length!==1||A||c(k)},_.prototype.run=function(){this.fun.apply(null,this.array)},u.title="browser",u.browser=!0,u.env={},u.argv=[],u.version="",u.versions={},u.on=S,u.addListener=S,u.once=S,u.off=S,u.removeListener=S,u.removeAllListeners=S,u.emit=S,u.prependListener=S,u.prependOnceListener=S,u.listeners=function(w){return[]},u.binding=function(w){throw new Error("process.binding is not supported")},u.cwd=function(){return"/"},u.chdir=function(w){throw new Error("process.chdir is not supported")},u.umask=function(){return 0}},function(i,o,l){function d(y,m){for(var c=0;c<m.length;c++){var p=m[c];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(y,p.key,p)}}var u=l(9);i.exports=function(){function y(){(function(p,$){if(!(p instanceof $))throw new TypeError("Cannot call a class as a function")})(this,y)}var m,c;return m=y,(c=[{key:"urlEncode",value:function(p){return u(p)}},{key:"jsonEncode",value:function(p){return JSON.stringify(p)}},{key:"formEncode",value:function(p){if(this.isFormData(p))return p;if(this.isFormElement(p))return new FormData(p);if(this.isObject(p)){var $=new FormData;return Object.keys(p).forEach(function(A){var N=p[A];$.append(A,N)}),$}throw new Error("`data` must be an instance of Object, FormData or <FORM> HTMLElement")}},{key:"isObject",value:function(p){return Object.prototype.toString.call(p)==="[object Object]"}},{key:"isFormData",value:function(p){return p instanceof FormData}},{key:"isFormElement",value:function(p){return p instanceof HTMLFormElement}},{key:"selectFiles",value:function(){var p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return new Promise(function($,A){var N=document.createElement("INPUT");N.type="file",p.multiple&&N.setAttribute("multiple","multiple"),p.accept&&N.setAttribute("accept",p.accept),N.style.display="none",document.body.appendChild(N),N.addEventListener("change",function(X){var k=X.target.files;$(k),document.body.removeChild(N)},!1),N.click()})}},{key:"parseHeaders",value:function(p){var $=p.trim().split(/[\r\n]+/),A={};return $.forEach(function(N){var X=N.split(": "),k=X.shift(),_=X.join(": ");k&&(A[k]=_)}),A}}])&&d(m,c),y}()},function(i,o){var l=function(u){return encodeURIComponent(u).replace(/[!'()*]/g,escape).replace(/%20/g,"+")},d=function(u,y,m,c){return y=y||null,m=m||"&",c=c||null,u?function(p){for(var $=new Array,A=0;A<p.length;A++)p[A]&&$.push(p[A]);return $}(Object.keys(u).map(function(p){var $,A,N=p;if(c&&(N=c+"["+N+"]"),typeof u[p]=="object"&&u[p]!==null)$=d(u[p],null,m,N);else{y&&(A=N,N=!isNaN(parseFloat(A))&&isFinite(A)?y+Number(N):N);var X=u[p];X=(X=(X=(X=X===!0?"1":X)===!1?"0":X)===0?"0":X)||"",$=l(N)+"="+l(X)}return $})).join(m).replace(/[!'()*]/g,""):""};i.exports=d}])},function(a,e){a.exports=function(r,i){if(!(r instanceof i))throw new TypeError("Cannot call a class as a function")}},function(a,e,r){a.exports=r(10)},function(a,e){a.exports=function(r,i){(i==null||i>r.length)&&(i=r.length);for(var o=0,l=new Array(i);o<i;o++)l[o]=r[o];return l}},function(a,e,r){var i=r(4);a.exports=function(o,l){if(o){if(typeof o=="string")return i(o,l);var d=Object.prototype.toString.call(o).slice(8,-1);return d==="Object"&&o.constructor&&(d=o.constructor.name),d==="Map"||d==="Set"?Array.from(d):d==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(d)?i(o,l):void 0}}},function(a,e){function r(i,o,l,d,u,y,m){try{var c=i[y](m),p=c.value}catch($){return void l($)}c.done?o(p):Promise.resolve(p).then(d,u)}a.exports=function(i){return function(){var o=this,l=arguments;return new Promise(function(d,u){var y=i.apply(o,l);function m(p){r(y,d,u,m,c,"next",p)}function c(p){r(y,d,u,m,c,"throw",p)}m(void 0)})}}},function(a,e,r){var i=r(15),o=r(16),l=r(5),d=r(17);a.exports=function(u){return i(u)||o(u)||l(u)||d()}},function(a,e,r){var i=r(18),o=r(19),l=r(5),d=r(20);a.exports=function(u,y){return i(u)||o(u,y)||l(u,y)||d()}},function(a,e,r){a.exports=r(21)},function(a,e,r){var i=function(o){var l=Object.prototype,d=l.hasOwnProperty,u=typeof Symbol=="function"?Symbol:{},y=u.iterator||"@@iterator",m=u.asyncIterator||"@@asyncIterator",c=u.toStringTag||"@@toStringTag";function p(D,M,C,x){var s=M&&M.prototype instanceof N?M:N,E=Object.create(s.prototype),K=new g(x||[]);return E._invoke=function(W,T,f){var h="suspendedStart";return function(I,z){if(h==="executing")throw new Error("Generator is already running");if(h==="completed"){if(I==="throw")throw z;return F()}for(f.method=I,f.arg=z;;){var oe=f.delegate;if(oe){var ae=L(oe,f);if(ae){if(ae===A)continue;return ae}}if(f.method==="next")f.sent=f._sent=f.arg;else if(f.method==="throw"){if(h==="suspendedStart")throw h="completed",f.arg;f.dispatchException(f.arg)}else f.method==="return"&&f.abrupt("return",f.arg);h="executing";var ye=$(W,T,f);if(ye.type==="normal"){if(h=f.done?"completed":"suspendedYield",ye.arg===A)continue;return{value:ye.arg,done:f.done}}ye.type==="throw"&&(h="completed",f.method="throw",f.arg=ye.arg)}}}(D,C,K),E}function $(D,M,C){try{return{type:"normal",arg:D.call(M,C)}}catch(x){return{type:"throw",arg:x}}}o.wrap=p;var A={};function N(){}function X(){}function k(){}var _={};_[y]=function(){return this};var S=Object.getPrototypeOf,w=S&&S(S(P([])));w&&w!==l&&d.call(w,y)&&(_=w);var O=k.prototype=N.prototype=Object.create(_);function Y(D){["next","throw","return"].forEach(function(M){D[M]=function(C){return this._invoke(M,C)}})}function U(D,M){var C;this._invoke=function(x,s){function E(){return new M(function(K,W){(function T(f,h,I,z){var oe=$(D[f],D,h);if(oe.type!=="throw"){var ae=oe.arg,ye=ae.value;return ye&&typeof ye=="object"&&d.call(ye,"__await")?M.resolve(ye.__await).then(function(be){T("next",be,I,z)},function(be){T("throw",be,I,z)}):M.resolve(ye).then(function(be){ae.value=be,I(ae)},function(be){return T("throw",be,I,z)})}z(oe.arg)})(x,s,K,W)})}return C=C?C.then(E,E):E()}}function L(D,M){var C=D.iterator[M.method];if(C===void 0){if(M.delegate=null,M.method==="throw"){if(D.iterator.return&&(M.method="return",M.arg=void 0,L(D,M),M.method==="throw"))return A;M.method="throw",M.arg=new TypeError("The iterator does not provide a 'throw' method")}return A}var x=$(C,D.iterator,M.arg);if(x.type==="throw")return M.method="throw",M.arg=x.arg,M.delegate=null,A;var s=x.arg;return s?s.done?(M[D.resultName]=s.value,M.next=D.nextLoc,M.method!=="return"&&(M.method="next",M.arg=void 0),M.delegate=null,A):s:(M.method="throw",M.arg=new TypeError("iterator result is not an object"),M.delegate=null,A)}function H(D){var M={tryLoc:D[0]};1 in D&&(M.catchLoc=D[1]),2 in D&&(M.finallyLoc=D[2],M.afterLoc=D[3]),this.tryEntries.push(M)}function v(D){var M=D.completion||{};M.type="normal",delete M.arg,D.completion=M}function g(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(H,this),this.reset(!0)}function P(D){if(D){var M=D[y];if(M)return M.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var C=-1,x=function s(){for(;++C<D.length;)if(d.call(D,C))return s.value=D[C],s.done=!1,s;return s.value=void 0,s.done=!0,s};return x.next=x}}return{next:F}}function F(){return{value:void 0,done:!0}}return X.prototype=O.constructor=k,k.constructor=X,k[c]=X.displayName="GeneratorFunction",o.isGeneratorFunction=function(D){var M=typeof D=="function"&&D.constructor;return!!M&&(M===X||(M.displayName||M.name)==="GeneratorFunction")},o.mark=function(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,k):(D.__proto__=k,c in D||(D[c]="GeneratorFunction")),D.prototype=Object.create(O),D},o.awrap=function(D){return{__await:D}},Y(U.prototype),U.prototype[m]=function(){return this},o.AsyncIterator=U,o.async=function(D,M,C,x,s){s===void 0&&(s=Promise);var E=new U(p(D,M,C,x),s);return o.isGeneratorFunction(M)?E:E.next().then(function(K){return K.done?K.value:E.next()})},Y(O),O[c]="Generator",O[y]=function(){return this},O.toString=function(){return"[object Generator]"},o.keys=function(D){var M=[];for(var C in D)M.push(C);return M.reverse(),function x(){for(;M.length;){var s=M.pop();if(s in D)return x.value=s,x.done=!1,x}return x.done=!0,x}},o.values=P,g.prototype={constructor:g,reset:function(D){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(v),!D)for(var M in this)M.charAt(0)==="t"&&d.call(this,M)&&!isNaN(+M.slice(1))&&(this[M]=void 0)},stop:function(){this.done=!0;var D=this.tryEntries[0].completion;if(D.type==="throw")throw D.arg;return this.rval},dispatchException:function(D){if(this.done)throw D;var M=this;function C(T,f){return E.type="throw",E.arg=D,M.next=T,f&&(M.method="next",M.arg=void 0),!!f}for(var x=this.tryEntries.length-1;x>=0;--x){var s=this.tryEntries[x],E=s.completion;if(s.tryLoc==="root")return C("end");if(s.tryLoc<=this.prev){var K=d.call(s,"catchLoc"),W=d.call(s,"finallyLoc");if(K&&W){if(this.prev<s.catchLoc)return C(s.catchLoc,!0);if(this.prev<s.finallyLoc)return C(s.finallyLoc)}else if(K){if(this.prev<s.catchLoc)return C(s.catchLoc,!0)}else{if(!W)throw new Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return C(s.finallyLoc)}}}},abrupt:function(D,M){for(var C=this.tryEntries.length-1;C>=0;--C){var x=this.tryEntries[C];if(x.tryLoc<=this.prev&&d.call(x,"finallyLoc")&&this.prev<x.finallyLoc){var s=x;break}}s&&(D==="break"||D==="continue")&&s.tryLoc<=M&&M<=s.finallyLoc&&(s=null);var E=s?s.completion:{};return E.type=D,E.arg=M,s?(this.method="next",this.next=s.finallyLoc,A):this.complete(E)},complete:function(D,M){if(D.type==="throw")throw D.arg;return D.type==="break"||D.type==="continue"?this.next=D.arg:D.type==="return"?(this.rval=this.arg=D.arg,this.method="return",this.next="end"):D.type==="normal"&&M&&(this.next=M),A},finish:function(D){for(var M=this.tryEntries.length-1;M>=0;--M){var C=this.tryEntries[M];if(C.finallyLoc===D)return this.complete(C.completion,C.afterLoc),v(C),A}},catch:function(D){for(var M=this.tryEntries.length-1;M>=0;--M){var C=this.tryEntries[M];if(C.tryLoc===D){var x=C.completion;if(x.type==="throw"){var s=x.arg;v(C)}return s}}throw new Error("illegal catch attempt")},delegateYield:function(D,M,C){return this.delegate={iterator:P(D),resultName:M,nextLoc:C},this.method==="next"&&(this.arg=void 0),A}},o}(a.exports);try{regeneratorRuntime=i}catch{Function("r","regeneratorRuntime = r")(i)}},function(a,e,r){var i=r(12),o=r(13);typeof(o=o.__esModule?o.default:o)=="string"&&(o=[[a.i,o,""]]);var l={insert:"head",singleton:!1},d=(i(o,l),o.locals?o.locals:{});a.exports=d},function(a,e,r){var i,o=function(){return i===void 0&&(i=!!(window&&document&&document.all&&!window.atob)),i},l=function(){var _={};return function(S){if(_[S]===void 0){var w=document.querySelector(S);if(window.HTMLIFrameElement&&w instanceof window.HTMLIFrameElement)try{w=w.contentDocument.head}catch{w=null}_[S]=w}return _[S]}}(),d=[];function u(_){for(var S=-1,w=0;w<d.length;w++)if(d[w].identifier===_){S=w;break}return S}function y(_,S){for(var w={},O=[],Y=0;Y<_.length;Y++){var U=_[Y],L=S.base?U[0]+S.base:U[0],H=w[L]||0,v="".concat(L," ").concat(H);w[L]=H+1;var g=u(v),P={css:U[1],media:U[2],sourceMap:U[3]};g!==-1?(d[g].references++,d[g].updater(P)):d.push({identifier:v,updater:k(P,S),references:1}),O.push(v)}return O}function m(_){var S=document.createElement("style"),w=_.attributes||{};if(w.nonce===void 0){var O=r.nc;O&&(w.nonce=O)}if(Object.keys(w).forEach(function(U){S.setAttribute(U,w[U])}),typeof _.insert=="function")_.insert(S);else{var Y=l(_.insert||"head");if(!Y)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");Y.appendChild(S)}return S}var c,p=(c=[],function(_,S){return c[_]=S,c.filter(Boolean).join(` -`)});function $(_,S,w,O){var Y=w?"":O.media?"@media ".concat(O.media," {").concat(O.css,"}"):O.css;if(_.styleSheet)_.styleSheet.cssText=p(S,Y);else{var U=document.createTextNode(Y),L=_.childNodes;L[S]&&_.removeChild(L[S]),L.length?_.insertBefore(U,L[S]):_.appendChild(U)}}function A(_,S,w){var O=w.css,Y=w.media,U=w.sourceMap;if(Y?_.setAttribute("media",Y):_.removeAttribute("media"),U&&btoa&&(O+=` -/*# sourceMappingURL=data:application/json;base64,`.concat(btoa(unescape(encodeURIComponent(JSON.stringify(U))))," */")),_.styleSheet)_.styleSheet.cssText=O;else{for(;_.firstChild;)_.removeChild(_.firstChild);_.appendChild(document.createTextNode(O))}}var N=null,X=0;function k(_,S){var w,O,Y;if(S.singleton){var U=X++;w=N||(N=m(S)),O=$.bind(null,w,U,!1),Y=$.bind(null,w,U,!0)}else w=m(S),O=A.bind(null,w,S),Y=function(){(function(L){if(L.parentNode===null)return!1;L.parentNode.removeChild(L)})(w)};return O(_),function(L){if(L){if(L.css===_.css&&L.media===_.media&&L.sourceMap===_.sourceMap)return;O(_=L)}else Y()}}a.exports=function(_,S){(S=S||{}).singleton||typeof S.singleton=="boolean"||(S.singleton=o());var w=y(_=_||[],S);return function(O){if(O=O||[],Object.prototype.toString.call(O)==="[object Array]"){for(var Y=0;Y<w.length;Y++){var U=u(w[Y]);d[U].references--}for(var L=y(O,S),H=0;H<w.length;H++){var v=u(w[H]);d[v].references===0&&(d[v].updater(),d.splice(v,1))}w=L}}}},function(a,e,r){(e=r(14)(!1)).push([a.i,`.image-tool { + */ (function (t, n) { + (function (a, e) { + t.exports = e(); + })(window, function () { + return (function (a) { + var e = {}; + function r(i) { + if (e[i]) return e[i].exports; + var o = (e[i] = { i, l: !1, exports: {} }); + return a[i].call(o.exports, o, o.exports, r), (o.l = !0), o.exports; + } + return ( + (r.m = a), + (r.c = e), + (r.d = function (i, o, l) { + r.o(i, o) || Object.defineProperty(i, o, { enumerable: !0, get: l }); + }), + (r.r = function (i) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(i, Symbol.toStringTag, { value: "Module" }), + Object.defineProperty(i, "__esModule", { value: !0 }); + }), + (r.t = function (i, o) { + if ( + (1 & o && (i = r(i)), + 8 & o || (4 & o && typeof i == "object" && i && i.__esModule)) + ) + return i; + var l = Object.create(null); + if ( + (r.r(l), + Object.defineProperty(l, "default", { enumerable: !0, value: i }), + 2 & o && typeof i != "string") + ) + for (var d in i) + r.d( + l, + d, + function (u) { + return i[u]; + }.bind(null, d), + ); + return l; + }), + (r.n = function (i) { + var o = + i && i.__esModule + ? function () { + return i.default; + } + : function () { + return i; + }; + return r.d(o, "a", o), o; + }), + (r.o = function (i, o) { + return Object.prototype.hasOwnProperty.call(i, o); + }), + (r.p = "/"), + r((r.s = 9)) + ); + })([ + function (a, e) { + function r(i, o) { + for (var l = 0; l < o.length; l++) { + var d = o[l]; + (d.enumerable = d.enumerable || !1), + (d.configurable = !0), + "value" in d && (d.writable = !0), + Object.defineProperty(i, d.key, d); + } + } + a.exports = function (i, o, l) { + return o && r(i.prototype, o), l && r(i, l), i; + }; + }, + function (a, e, r) { + a.exports = (function (i) { + var o = {}; + function l(d) { + if (o[d]) return o[d].exports; + var u = (o[d] = { i: d, l: !1, exports: {} }); + return i[d].call(u.exports, u, u.exports, l), (u.l = !0), u.exports; + } + return ( + (l.m = i), + (l.c = o), + (l.d = function (d, u, y) { + l.o(d, u) || + Object.defineProperty(d, u, { enumerable: !0, get: y }); + }), + (l.r = function (d) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(d, Symbol.toStringTag, { + value: "Module", + }), + Object.defineProperty(d, "__esModule", { value: !0 }); + }), + (l.t = function (d, u) { + if ( + (1 & u && (d = l(d)), + 8 & u || (4 & u && typeof d == "object" && d && d.__esModule)) + ) + return d; + var y = Object.create(null); + if ( + (l.r(y), + Object.defineProperty(y, "default", { + enumerable: !0, + value: d, + }), + 2 & u && typeof d != "string") + ) + for (var m in d) + l.d( + y, + m, + function (c) { + return d[c]; + }.bind(null, m), + ); + return y; + }), + (l.n = function (d) { + var u = + d && d.__esModule + ? function () { + return d.default; + } + : function () { + return d; + }; + return l.d(u, "a", u), u; + }), + (l.o = function (d, u) { + return Object.prototype.hasOwnProperty.call(d, u); + }), + (l.p = ""), + l((l.s = 3)) + ); + })([ + function (i, o) { + var l; + l = (function () { + return this; + })(); + try { + l = l || new Function("return this")(); + } catch { + typeof window == "object" && (l = window); + } + i.exports = l; + }, + function (i, o, l) { + (function (d) { + var u = l(2), + y = setTimeout; + function m() {} + function c(_) { + if (!(this instanceof c)) + throw new TypeError("Promises must be constructed via new"); + if (typeof _ != "function") + throw new TypeError("not a function"); + (this._state = 0), + (this._handled = !1), + (this._value = void 0), + (this._deferreds = []), + k(_, this); + } + function p(_, S) { + for (; _._state === 3; ) _ = _._value; + _._state !== 0 + ? ((_._handled = !0), + c._immediateFn(function () { + var w = _._state === 1 ? S.onFulfilled : S.onRejected; + if (w !== null) { + var O; + try { + O = w(_._value); + } catch (Y) { + return void A(S.promise, Y); + } + $(S.promise, O); + } else (_._state === 1 ? $ : A)(S.promise, _._value); + })) + : _._deferreds.push(S); + } + function $(_, S) { + try { + if (S === _) + throw new TypeError( + "A promise cannot be resolved with itself.", + ); + if (S && (typeof S == "object" || typeof S == "function")) { + var w = S.then; + if (S instanceof c) + return (_._state = 3), (_._value = S), void N(_); + if (typeof w == "function") + return void k( + ((O = w), + (Y = S), + function () { + O.apply(Y, arguments); + }), + _, + ); + } + (_._state = 1), (_._value = S), N(_); + } catch (U) { + A(_, U); + } + var O, Y; + } + function A(_, S) { + (_._state = 2), (_._value = S), N(_); + } + function N(_) { + _._state === 2 && + _._deferreds.length === 0 && + c._immediateFn(function () { + _._handled || c._unhandledRejectionFn(_._value); + }); + for (var S = 0, w = _._deferreds.length; S < w; S++) + p(_, _._deferreds[S]); + _._deferreds = null; + } + function X(_, S, w) { + (this.onFulfilled = typeof _ == "function" ? _ : null), + (this.onRejected = typeof S == "function" ? S : null), + (this.promise = w); + } + function k(_, S) { + var w = !1; + try { + _( + function (O) { + w || ((w = !0), $(S, O)); + }, + function (O) { + w || ((w = !0), A(S, O)); + }, + ); + } catch (O) { + if (w) return; + (w = !0), A(S, O); + } + } + (c.prototype.catch = function (_) { + return this.then(null, _); + }), + (c.prototype.then = function (_, S) { + var w = new this.constructor(m); + return p(this, new X(_, S, w)), w; + }), + (c.prototype.finally = u.a), + (c.all = function (_) { + return new c(function (S, w) { + if (!_ || _.length === void 0) + throw new TypeError("Promise.all accepts an array"); + var O = Array.prototype.slice.call(_); + if (O.length === 0) return S([]); + var Y = O.length; + function U(H, v) { + try { + if ( + v && + (typeof v == "object" || typeof v == "function") + ) { + var g = v.then; + if (typeof g == "function") + return void g.call( + v, + function (P) { + U(H, P); + }, + w, + ); + } + (O[H] = v), --Y == 0 && S(O); + } catch (P) { + w(P); + } + } + for (var L = 0; L < O.length; L++) U(L, O[L]); + }); + }), + (c.resolve = function (_) { + return _ && typeof _ == "object" && _.constructor === c + ? _ + : new c(function (S) { + S(_); + }); + }), + (c.reject = function (_) { + return new c(function (S, w) { + w(_); + }); + }), + (c.race = function (_) { + return new c(function (S, w) { + for (var O = 0, Y = _.length; O < Y; O++) _[O].then(S, w); + }); + }), + (c._immediateFn = + (typeof d == "function" && + function (_) { + d(_); + }) || + function (_) { + y(_, 0); + }), + (c._unhandledRejectionFn = function (_) { + typeof console < "u" && + console && + console.warn("Possible Unhandled Promise Rejection:", _); + }), + (o.a = c); + }.call(this, l(5).setImmediate)); + }, + function (i, o, l) { + o.a = function (d) { + var u = this.constructor; + return this.then( + function (y) { + return u.resolve(d()).then(function () { + return y; + }); + }, + function (y) { + return u.resolve(d()).then(function () { + return u.reject(y); + }); + }, + ); + }; + }, + function (i, o, l) { + function d(k) { + return (d = + typeof Symbol == "function" && + typeof Symbol.iterator == "symbol" + ? function (_) { + return typeof _; + } + : function (_) { + return _ && + typeof Symbol == "function" && + _.constructor === Symbol && + _ !== Symbol.prototype + ? "symbol" + : typeof _; + })(k); + } + l(4); + var u, + y, + m, + c, + p, + $, + A, + N = l(8), + X = + ((y = function (k) { + return new Promise(function (_, S) { + (k = c(k)), (k = p(k)).beforeSend && k.beforeSend(); + var w = window.XMLHttpRequest + ? new window.XMLHttpRequest() + : new window.ActiveXObject("Microsoft.XMLHTTP"); + w.open(k.method, k.url), + w.setRequestHeader("X-Requested-With", "XMLHttpRequest"), + Object.keys(k.headers).forEach(function (Y) { + var U = k.headers[Y]; + w.setRequestHeader(Y, U); + }); + var O = k.ratio; + w.upload.addEventListener( + "progress", + function (Y) { + var U = Math.round((Y.loaded / Y.total) * 100), + L = Math.ceil((U * O) / 100); + k.progress(Math.min(L, 100)); + }, + !1, + ), + w.addEventListener( + "progress", + function (Y) { + var U = Math.round((Y.loaded / Y.total) * 100), + L = Math.ceil((U * (100 - O)) / 100) + O; + k.progress(Math.min(L, 100)); + }, + !1, + ), + (w.onreadystatechange = function () { + if (w.readyState === 4) { + var Y = w.response; + try { + Y = JSON.parse(Y); + } catch {} + var U = N.parseHeaders(w.getAllResponseHeaders()), + L = { body: Y, code: w.status, headers: U }; + A(w.status) ? _(L) : S(L); + } + }), + w.send(k.data); + }); + }), + (m = function (k) { + return (k.method = "POST"), y(k); + }), + (c = function () { + var k = + arguments.length > 0 && arguments[0] !== void 0 + ? arguments[0] + : {}; + if (k.url && typeof k.url != "string") + throw new Error("Url must be a string"); + if ( + ((k.url = k.url || ""), + k.method && typeof k.method != "string") + ) + throw new Error("`method` must be a string or null"); + if ( + ((k.method = k.method ? k.method.toUpperCase() : "GET"), + k.headers && d(k.headers) !== "object") + ) + throw new Error("`headers` must be an object or null"); + if ( + ((k.headers = k.headers || {}), + k.type && + (typeof k.type != "string" || + !Object.values(u).includes(k.type))) + ) + throw new Error( + "`type` must be taken from module's «contentType» library", + ); + if (k.progress && typeof k.progress != "function") + throw new Error("`progress` must be a function or null"); + if ( + ((k.progress = k.progress || function (_) {}), + (k.beforeSend = k.beforeSend || function (_) {}), + k.ratio && typeof k.ratio != "number") + ) + throw new Error("`ratio` must be a number"); + if (k.ratio < 0 || k.ratio > 100) + throw new Error("`ratio` must be in a 0-100 interval"); + if ( + ((k.ratio = k.ratio || 90), + k.accept && typeof k.accept != "string") + ) + throw new Error( + "`accept` must be a string with a list of allowed mime-types", + ); + if ( + ((k.accept = k.accept || "*/*"), + k.multiple && typeof k.multiple != "boolean") + ) + throw new Error("`multiple` must be a true or false"); + if ( + ((k.multiple = k.multiple || !1), + k.fieldName && typeof k.fieldName != "string") + ) + throw new Error("`fieldName` must be a string"); + return (k.fieldName = k.fieldName || "files"), k; + }), + (p = function (k) { + switch (k.method) { + case "GET": + var _ = $(k.data, u.URLENCODED); + delete k.data, + (k.url = /\?/.test(k.url) + ? k.url + "&" + _ + : k.url + "?" + _); + break; + case "POST": + case "PUT": + case "DELETE": + case "UPDATE": + var S = (function () { + return ( + (arguments.length > 0 && arguments[0] !== void 0 + ? arguments[0] + : {} + ).type || u.JSON + ); + })(k); + (N.isFormData(k.data) || N.isFormElement(k.data)) && + (S = u.FORM), + (k.data = $(k.data, S)), + S !== X.contentType.FORM && + (k.headers["content-type"] = S); + } + return k; + }), + ($ = function () { + var k = + arguments.length > 0 && arguments[0] !== void 0 + ? arguments[0] + : {}; + switch (arguments.length > 1 ? arguments[1] : void 0) { + case u.URLENCODED: + return N.urlEncode(k); + case u.JSON: + return N.jsonEncode(k); + case u.FORM: + return N.formEncode(k); + default: + return k; + } + }), + (A = function (k) { + return k >= 200 && k < 300; + }), + { + contentType: (u = { + URLENCODED: + "application/x-www-form-urlencoded; charset=utf-8", + FORM: "multipart/form-data", + JSON: "application/json; charset=utf-8", + }), + request: y, + get: function (k) { + return (k.method = "GET"), y(k); + }, + post: m, + transport: function (k) { + return ( + (k = c(k)), + N.selectFiles(k).then(function (_) { + for (var S = new FormData(), w = 0; w < _.length; w++) + S.append(k.fieldName, _[w], _[w].name); + N.isObject(k.data) && + Object.keys(k.data).forEach(function (Y) { + var U = k.data[Y]; + S.append(Y, U); + }); + var O = k.beforeSend; + return ( + (k.beforeSend = function () { + return O(_); + }), + (k.data = S), + m(k) + ); + }) + ); + }, + selectFiles: function (k) { + return delete (k = c(k)).beforeSend, N.selectFiles(k); + }, + }); + i.exports = X; + }, + function (i, o, l) { + l.r(o); + var d = l(1); + window.Promise = window.Promise || d.a; + }, + function (i, o, l) { + (function (d) { + var u = + (d !== void 0 && d) || (typeof self < "u" && self) || window, + y = Function.prototype.apply; + function m(c, p) { + (this._id = c), (this._clearFn = p); + } + (o.setTimeout = function () { + return new m(y.call(setTimeout, u, arguments), clearTimeout); + }), + (o.setInterval = function () { + return new m( + y.call(setInterval, u, arguments), + clearInterval, + ); + }), + (o.clearTimeout = o.clearInterval = + function (c) { + c && c.close(); + }), + (m.prototype.unref = m.prototype.ref = function () {}), + (m.prototype.close = function () { + this._clearFn.call(u, this._id); + }), + (o.enroll = function (c, p) { + clearTimeout(c._idleTimeoutId), (c._idleTimeout = p); + }), + (o.unenroll = function (c) { + clearTimeout(c._idleTimeoutId), (c._idleTimeout = -1); + }), + (o._unrefActive = o.active = + function (c) { + clearTimeout(c._idleTimeoutId); + var p = c._idleTimeout; + p >= 0 && + (c._idleTimeoutId = setTimeout(function () { + c._onTimeout && c._onTimeout(); + }, p)); + }), + l(6), + (o.setImmediate = + (typeof self < "u" && self.setImmediate) || + (d !== void 0 && d.setImmediate) || + (this && this.setImmediate)), + (o.clearImmediate = + (typeof self < "u" && self.clearImmediate) || + (d !== void 0 && d.clearImmediate) || + (this && this.clearImmediate)); + }.call(this, l(0))); + }, + function (i, o, l) { + (function (d, u) { + (function (y, m) { + if (!y.setImmediate) { + var c, + p, + $, + A, + N, + X = 1, + k = {}, + _ = !1, + S = y.document, + w = Object.getPrototypeOf && Object.getPrototypeOf(y); + (w = w && w.setTimeout ? w : y), + {}.toString.call(y.process) === "[object process]" + ? (c = function (U) { + u.nextTick(function () { + Y(U); + }); + }) + : (function () { + if (y.postMessage && !y.importScripts) { + var U = !0, + L = y.onmessage; + return ( + (y.onmessage = function () { + U = !1; + }), + y.postMessage("", "*"), + (y.onmessage = L), + U + ); + } + })() + ? ((A = "setImmediate$" + Math.random() + "$"), + (N = function (U) { + U.source === y && + typeof U.data == "string" && + U.data.indexOf(A) === 0 && + Y(+U.data.slice(A.length)); + }), + y.addEventListener + ? y.addEventListener("message", N, !1) + : y.attachEvent("onmessage", N), + (c = function (U) { + y.postMessage(A + U, "*"); + })) + : y.MessageChannel + ? ((($ = new MessageChannel()).port1.onmessage = + function (U) { + Y(U.data); + }), + (c = function (U) { + $.port2.postMessage(U); + })) + : S && "onreadystatechange" in S.createElement("script") + ? ((p = S.documentElement), + (c = function (U) { + var L = S.createElement("script"); + (L.onreadystatechange = function () { + Y(U), + (L.onreadystatechange = null), + p.removeChild(L), + (L = null); + }), + p.appendChild(L); + })) + : (c = function (U) { + setTimeout(Y, 0, U); + }), + (w.setImmediate = function (U) { + typeof U != "function" && (U = new Function("" + U)); + for ( + var L = new Array(arguments.length - 1), H = 0; + H < L.length; + H++ + ) + L[H] = arguments[H + 1]; + var v = { callback: U, args: L }; + return (k[X] = v), c(X), X++; + }), + (w.clearImmediate = O); + } + function O(U) { + delete k[U]; + } + function Y(U) { + if (_) setTimeout(Y, 0, U); + else { + var L = k[U]; + if (L) { + _ = !0; + try { + (function (H) { + var v = H.callback, + g = H.args; + switch (g.length) { + case 0: + v(); + break; + case 1: + v(g[0]); + break; + case 2: + v(g[0], g[1]); + break; + case 3: + v(g[0], g[1], g[2]); + break; + default: + v.apply(void 0, g); + } + })(L); + } finally { + O(U), (_ = !1); + } + } + } + } + })(typeof self > "u" ? (d === void 0 ? this : d) : self); + }.call(this, l(0), l(7))); + }, + function (i, o) { + var l, + d, + u = (i.exports = {}); + function y() { + throw new Error("setTimeout has not been defined"); + } + function m() { + throw new Error("clearTimeout has not been defined"); + } + function c(w) { + if (l === setTimeout) return setTimeout(w, 0); + if ((l === y || !l) && setTimeout) + return (l = setTimeout), setTimeout(w, 0); + try { + return l(w, 0); + } catch { + try { + return l.call(null, w, 0); + } catch { + return l.call(this, w, 0); + } + } + } + (function () { + try { + l = typeof setTimeout == "function" ? setTimeout : y; + } catch { + l = y; + } + try { + d = typeof clearTimeout == "function" ? clearTimeout : m; + } catch { + d = m; + } + })(); + var p, + $ = [], + A = !1, + N = -1; + function X() { + A && + p && + ((A = !1), + p.length ? ($ = p.concat($)) : (N = -1), + $.length && k()); + } + function k() { + if (!A) { + var w = c(X); + A = !0; + for (var O = $.length; O; ) { + for (p = $, $ = []; ++N < O; ) p && p[N].run(); + (N = -1), (O = $.length); + } + (p = null), + (A = !1), + (function (Y) { + if (d === clearTimeout) return clearTimeout(Y); + if ((d === m || !d) && clearTimeout) + return (d = clearTimeout), clearTimeout(Y); + try { + d(Y); + } catch { + try { + return d.call(null, Y); + } catch { + return d.call(this, Y); + } + } + })(w); + } + } + function _(w, O) { + (this.fun = w), (this.array = O); + } + function S() {} + (u.nextTick = function (w) { + var O = new Array(arguments.length - 1); + if (arguments.length > 1) + for (var Y = 1; Y < arguments.length; Y++) + O[Y - 1] = arguments[Y]; + $.push(new _(w, O)), $.length !== 1 || A || c(k); + }), + (_.prototype.run = function () { + this.fun.apply(null, this.array); + }), + (u.title = "browser"), + (u.browser = !0), + (u.env = {}), + (u.argv = []), + (u.version = ""), + (u.versions = {}), + (u.on = S), + (u.addListener = S), + (u.once = S), + (u.off = S), + (u.removeListener = S), + (u.removeAllListeners = S), + (u.emit = S), + (u.prependListener = S), + (u.prependOnceListener = S), + (u.listeners = function (w) { + return []; + }), + (u.binding = function (w) { + throw new Error("process.binding is not supported"); + }), + (u.cwd = function () { + return "/"; + }), + (u.chdir = function (w) { + throw new Error("process.chdir is not supported"); + }), + (u.umask = function () { + return 0; + }); + }, + function (i, o, l) { + function d(y, m) { + for (var c = 0; c < m.length; c++) { + var p = m[c]; + (p.enumerable = p.enumerable || !1), + (p.configurable = !0), + "value" in p && (p.writable = !0), + Object.defineProperty(y, p.key, p); + } + } + var u = l(9); + i.exports = (function () { + function y() { + (function (p, $) { + if (!(p instanceof $)) + throw new TypeError("Cannot call a class as a function"); + })(this, y); + } + var m, c; + return ( + (m = y), + (c = [ + { + key: "urlEncode", + value: function (p) { + return u(p); + }, + }, + { + key: "jsonEncode", + value: function (p) { + return JSON.stringify(p); + }, + }, + { + key: "formEncode", + value: function (p) { + if (this.isFormData(p)) return p; + if (this.isFormElement(p)) return new FormData(p); + if (this.isObject(p)) { + var $ = new FormData(); + return ( + Object.keys(p).forEach(function (A) { + var N = p[A]; + $.append(A, N); + }), + $ + ); + } + throw new Error( + "`data` must be an instance of Object, FormData or <FORM> HTMLElement", + ); + }, + }, + { + key: "isObject", + value: function (p) { + return ( + Object.prototype.toString.call(p) === "[object Object]" + ); + }, + }, + { + key: "isFormData", + value: function (p) { + return p instanceof FormData; + }, + }, + { + key: "isFormElement", + value: function (p) { + return p instanceof HTMLFormElement; + }, + }, + { + key: "selectFiles", + value: function () { + var p = + arguments.length > 0 && arguments[0] !== void 0 + ? arguments[0] + : {}; + return new Promise(function ($, A) { + var N = document.createElement("INPUT"); + (N.type = "file"), + p.multiple && N.setAttribute("multiple", "multiple"), + p.accept && N.setAttribute("accept", p.accept), + (N.style.display = "none"), + document.body.appendChild(N), + N.addEventListener( + "change", + function (X) { + var k = X.target.files; + $(k), document.body.removeChild(N); + }, + !1, + ), + N.click(); + }); + }, + }, + { + key: "parseHeaders", + value: function (p) { + var $ = p.trim().split(/[\r\n]+/), + A = {}; + return ( + $.forEach(function (N) { + var X = N.split(": "), + k = X.shift(), + _ = X.join(": "); + k && (A[k] = _); + }), + A + ); + }, + }, + ]) && d(m, c), + y + ); + })(); + }, + function (i, o) { + var l = function (u) { + return encodeURIComponent(u) + .replace(/[!'()*]/g, escape) + .replace(/%20/g, "+"); + }, + d = function (u, y, m, c) { + return ( + (y = y || null), + (m = m || "&"), + (c = c || null), + u + ? (function (p) { + for (var $ = new Array(), A = 0; A < p.length; A++) + p[A] && $.push(p[A]); + return $; + })( + Object.keys(u).map(function (p) { + var $, + A, + N = p; + if ( + (c && (N = c + "[" + N + "]"), + typeof u[p] == "object" && u[p] !== null) + ) + $ = d(u[p], null, m, N); + else { + y && + ((A = N), + (N = + !isNaN(parseFloat(A)) && isFinite(A) + ? y + Number(N) + : N)); + var X = u[p]; + (X = + (X = + (X = + (X = X === !0 ? "1" : X) === !1 ? "0" : X) === + 0 + ? "0" + : X) || ""), + ($ = l(N) + "=" + l(X)); + } + return $; + }), + ) + .join(m) + .replace(/[!'()*]/g, "") + : "" + ); + }; + i.exports = d; + }, + ]); + }, + function (a, e) { + a.exports = function (r, i) { + if (!(r instanceof i)) + throw new TypeError("Cannot call a class as a function"); + }; + }, + function (a, e, r) { + a.exports = r(10); + }, + function (a, e) { + a.exports = function (r, i) { + (i == null || i > r.length) && (i = r.length); + for (var o = 0, l = new Array(i); o < i; o++) l[o] = r[o]; + return l; + }; + }, + function (a, e, r) { + var i = r(4); + a.exports = function (o, l) { + if (o) { + if (typeof o == "string") return i(o, l); + var d = Object.prototype.toString.call(o).slice(8, -1); + return ( + d === "Object" && o.constructor && (d = o.constructor.name), + d === "Map" || d === "Set" + ? Array.from(d) + : d === "Arguments" || + /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(d) + ? i(o, l) + : void 0 + ); + } + }; + }, + function (a, e) { + function r(i, o, l, d, u, y, m) { + try { + var c = i[y](m), + p = c.value; + } catch ($) { + return void l($); + } + c.done ? o(p) : Promise.resolve(p).then(d, u); + } + a.exports = function (i) { + return function () { + var o = this, + l = arguments; + return new Promise(function (d, u) { + var y = i.apply(o, l); + function m(p) { + r(y, d, u, m, c, "next", p); + } + function c(p) { + r(y, d, u, m, c, "throw", p); + } + m(void 0); + }); + }; + }; + }, + function (a, e, r) { + var i = r(15), + o = r(16), + l = r(5), + d = r(17); + a.exports = function (u) { + return i(u) || o(u) || l(u) || d(); + }; + }, + function (a, e, r) { + var i = r(18), + o = r(19), + l = r(5), + d = r(20); + a.exports = function (u, y) { + return i(u) || o(u, y) || l(u, y) || d(); + }; + }, + function (a, e, r) { + a.exports = r(21); + }, + function (a, e, r) { + var i = (function (o) { + var l = Object.prototype, + d = l.hasOwnProperty, + u = typeof Symbol == "function" ? Symbol : {}, + y = u.iterator || "@@iterator", + m = u.asyncIterator || "@@asyncIterator", + c = u.toStringTag || "@@toStringTag"; + function p(D, M, C, x) { + var s = M && M.prototype instanceof N ? M : N, + E = Object.create(s.prototype), + K = new g(x || []); + return ( + (E._invoke = (function (W, T, f) { + var h = "suspendedStart"; + return function (I, z) { + if (h === "executing") + throw new Error("Generator is already running"); + if (h === "completed") { + if (I === "throw") throw z; + return F(); + } + for (f.method = I, f.arg = z; ; ) { + var oe = f.delegate; + if (oe) { + var ae = L(oe, f); + if (ae) { + if (ae === A) continue; + return ae; + } + } + if (f.method === "next") f.sent = f._sent = f.arg; + else if (f.method === "throw") { + if (h === "suspendedStart") + throw ((h = "completed"), f.arg); + f.dispatchException(f.arg); + } else f.method === "return" && f.abrupt("return", f.arg); + h = "executing"; + var ye = $(W, T, f); + if (ye.type === "normal") { + if ( + ((h = f.done ? "completed" : "suspendedYield"), + ye.arg === A) + ) + continue; + return { value: ye.arg, done: f.done }; + } + ye.type === "throw" && + ((h = "completed"), + (f.method = "throw"), + (f.arg = ye.arg)); + } + }; + })(D, C, K)), + E + ); + } + function $(D, M, C) { + try { + return { type: "normal", arg: D.call(M, C) }; + } catch (x) { + return { type: "throw", arg: x }; + } + } + o.wrap = p; + var A = {}; + function N() {} + function X() {} + function k() {} + var _ = {}; + _[y] = function () { + return this; + }; + var S = Object.getPrototypeOf, + w = S && S(S(P([]))); + w && w !== l && d.call(w, y) && (_ = w); + var O = (k.prototype = N.prototype = Object.create(_)); + function Y(D) { + ["next", "throw", "return"].forEach(function (M) { + D[M] = function (C) { + return this._invoke(M, C); + }; + }); + } + function U(D, M) { + var C; + this._invoke = function (x, s) { + function E() { + return new M(function (K, W) { + (function T(f, h, I, z) { + var oe = $(D[f], D, h); + if (oe.type !== "throw") { + var ae = oe.arg, + ye = ae.value; + return ye && + typeof ye == "object" && + d.call(ye, "__await") + ? M.resolve(ye.__await).then( + function (be) { + T("next", be, I, z); + }, + function (be) { + T("throw", be, I, z); + }, + ) + : M.resolve(ye).then( + function (be) { + (ae.value = be), I(ae); + }, + function (be) { + return T("throw", be, I, z); + }, + ); + } + z(oe.arg); + })(x, s, K, W); + }); + } + return (C = C ? C.then(E, E) : E()); + }; + } + function L(D, M) { + var C = D.iterator[M.method]; + if (C === void 0) { + if (((M.delegate = null), M.method === "throw")) { + if ( + D.iterator.return && + ((M.method = "return"), + (M.arg = void 0), + L(D, M), + M.method === "throw") + ) + return A; + (M.method = "throw"), + (M.arg = new TypeError( + "The iterator does not provide a 'throw' method", + )); + } + return A; + } + var x = $(C, D.iterator, M.arg); + if (x.type === "throw") + return ( + (M.method = "throw"), (M.arg = x.arg), (M.delegate = null), A + ); + var s = x.arg; + return s + ? s.done + ? ((M[D.resultName] = s.value), + (M.next = D.nextLoc), + M.method !== "return" && + ((M.method = "next"), (M.arg = void 0)), + (M.delegate = null), + A) + : s + : ((M.method = "throw"), + (M.arg = new TypeError("iterator result is not an object")), + (M.delegate = null), + A); + } + function H(D) { + var M = { tryLoc: D[0] }; + 1 in D && (M.catchLoc = D[1]), + 2 in D && ((M.finallyLoc = D[2]), (M.afterLoc = D[3])), + this.tryEntries.push(M); + } + function v(D) { + var M = D.completion || {}; + (M.type = "normal"), delete M.arg, (D.completion = M); + } + function g(D) { + (this.tryEntries = [{ tryLoc: "root" }]), + D.forEach(H, this), + this.reset(!0); + } + function P(D) { + if (D) { + var M = D[y]; + if (M) return M.call(D); + if (typeof D.next == "function") return D; + if (!isNaN(D.length)) { + var C = -1, + x = function s() { + for (; ++C < D.length; ) + if (d.call(D, C)) + return (s.value = D[C]), (s.done = !1), s; + return (s.value = void 0), (s.done = !0), s; + }; + return (x.next = x); + } + } + return { next: F }; + } + function F() { + return { value: void 0, done: !0 }; + } + return ( + (X.prototype = O.constructor = k), + (k.constructor = X), + (k[c] = X.displayName = "GeneratorFunction"), + (o.isGeneratorFunction = function (D) { + var M = typeof D == "function" && D.constructor; + return ( + !!M && + (M === X || (M.displayName || M.name) === "GeneratorFunction") + ); + }), + (o.mark = function (D) { + return ( + Object.setPrototypeOf + ? Object.setPrototypeOf(D, k) + : ((D.__proto__ = k), c in D || (D[c] = "GeneratorFunction")), + (D.prototype = Object.create(O)), + D + ); + }), + (o.awrap = function (D) { + return { __await: D }; + }), + Y(U.prototype), + (U.prototype[m] = function () { + return this; + }), + (o.AsyncIterator = U), + (o.async = function (D, M, C, x, s) { + s === void 0 && (s = Promise); + var E = new U(p(D, M, C, x), s); + return o.isGeneratorFunction(M) + ? E + : E.next().then(function (K) { + return K.done ? K.value : E.next(); + }); + }), + Y(O), + (O[c] = "Generator"), + (O[y] = function () { + return this; + }), + (O.toString = function () { + return "[object Generator]"; + }), + (o.keys = function (D) { + var M = []; + for (var C in D) M.push(C); + return ( + M.reverse(), + function x() { + for (; M.length; ) { + var s = M.pop(); + if (s in D) return (x.value = s), (x.done = !1), x; + } + return (x.done = !0), x; + } + ); + }), + (o.values = P), + (g.prototype = { + constructor: g, + reset: function (D) { + if ( + ((this.prev = 0), + (this.next = 0), + (this.sent = this._sent = void 0), + (this.done = !1), + (this.delegate = null), + (this.method = "next"), + (this.arg = void 0), + this.tryEntries.forEach(v), + !D) + ) + for (var M in this) + M.charAt(0) === "t" && + d.call(this, M) && + !isNaN(+M.slice(1)) && + (this[M] = void 0); + }, + stop: function () { + this.done = !0; + var D = this.tryEntries[0].completion; + if (D.type === "throw") throw D.arg; + return this.rval; + }, + dispatchException: function (D) { + if (this.done) throw D; + var M = this; + function C(T, f) { + return ( + (E.type = "throw"), + (E.arg = D), + (M.next = T), + f && ((M.method = "next"), (M.arg = void 0)), + !!f + ); + } + for (var x = this.tryEntries.length - 1; x >= 0; --x) { + var s = this.tryEntries[x], + E = s.completion; + if (s.tryLoc === "root") return C("end"); + if (s.tryLoc <= this.prev) { + var K = d.call(s, "catchLoc"), + W = d.call(s, "finallyLoc"); + if (K && W) { + if (this.prev < s.catchLoc) return C(s.catchLoc, !0); + if (this.prev < s.finallyLoc) return C(s.finallyLoc); + } else if (K) { + if (this.prev < s.catchLoc) return C(s.catchLoc, !0); + } else { + if (!W) + throw new Error( + "try statement without catch or finally", + ); + if (this.prev < s.finallyLoc) return C(s.finallyLoc); + } + } + } + }, + abrupt: function (D, M) { + for (var C = this.tryEntries.length - 1; C >= 0; --C) { + var x = this.tryEntries[C]; + if ( + x.tryLoc <= this.prev && + d.call(x, "finallyLoc") && + this.prev < x.finallyLoc + ) { + var s = x; + break; + } + } + s && + (D === "break" || D === "continue") && + s.tryLoc <= M && + M <= s.finallyLoc && + (s = null); + var E = s ? s.completion : {}; + return ( + (E.type = D), + (E.arg = M), + s + ? ((this.method = "next"), (this.next = s.finallyLoc), A) + : this.complete(E) + ); + }, + complete: function (D, M) { + if (D.type === "throw") throw D.arg; + return ( + D.type === "break" || D.type === "continue" + ? (this.next = D.arg) + : D.type === "return" + ? ((this.rval = this.arg = D.arg), + (this.method = "return"), + (this.next = "end")) + : D.type === "normal" && M && (this.next = M), + A + ); + }, + finish: function (D) { + for (var M = this.tryEntries.length - 1; M >= 0; --M) { + var C = this.tryEntries[M]; + if (C.finallyLoc === D) + return this.complete(C.completion, C.afterLoc), v(C), A; + } + }, + catch: function (D) { + for (var M = this.tryEntries.length - 1; M >= 0; --M) { + var C = this.tryEntries[M]; + if (C.tryLoc === D) { + var x = C.completion; + if (x.type === "throw") { + var s = x.arg; + v(C); + } + return s; + } + } + throw new Error("illegal catch attempt"); + }, + delegateYield: function (D, M, C) { + return ( + (this.delegate = { + iterator: P(D), + resultName: M, + nextLoc: C, + }), + this.method === "next" && (this.arg = void 0), + A + ); + }, + }), + o + ); + })(a.exports); + try { + regeneratorRuntime = i; + } catch { + Function("r", "regeneratorRuntime = r")(i); + } + }, + function (a, e, r) { + var i = r(12), + o = r(13); + typeof (o = o.__esModule ? o.default : o) == "string" && + (o = [[a.i, o, ""]]); + var l = { insert: "head", singleton: !1 }, + d = (i(o, l), o.locals ? o.locals : {}); + a.exports = d; + }, + function (a, e, r) { + var i, + o = function () { + return ( + i === void 0 && + (i = !!(window && document && document.all && !window.atob)), + i + ); + }, + l = (function () { + var _ = {}; + return function (S) { + if (_[S] === void 0) { + var w = document.querySelector(S); + if ( + window.HTMLIFrameElement && + w instanceof window.HTMLIFrameElement + ) + try { + w = w.contentDocument.head; + } catch { + w = null; + } + _[S] = w; + } + return _[S]; + }; + })(), + d = []; + function u(_) { + for (var S = -1, w = 0; w < d.length; w++) + if (d[w].identifier === _) { + S = w; + break; + } + return S; + } + function y(_, S) { + for (var w = {}, O = [], Y = 0; Y < _.length; Y++) { + var U = _[Y], + L = S.base ? U[0] + S.base : U[0], + H = w[L] || 0, + v = "".concat(L, " ").concat(H); + w[L] = H + 1; + var g = u(v), + P = { css: U[1], media: U[2], sourceMap: U[3] }; + g !== -1 + ? (d[g].references++, d[g].updater(P)) + : d.push({ identifier: v, updater: k(P, S), references: 1 }), + O.push(v); + } + return O; + } + function m(_) { + var S = document.createElement("style"), + w = _.attributes || {}; + if (w.nonce === void 0) { + var O = r.nc; + O && (w.nonce = O); + } + if ( + (Object.keys(w).forEach(function (U) { + S.setAttribute(U, w[U]); + }), + typeof _.insert == "function") + ) + _.insert(S); + else { + var Y = l(_.insert || "head"); + if (!Y) + throw new Error( + "Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.", + ); + Y.appendChild(S); + } + return S; + } + var c, + p = + ((c = []), + function (_, S) { + return ( + (c[_] = S), + c.filter(Boolean).join(` +`) + ); + }); + function $(_, S, w, O) { + var Y = w + ? "" + : O.media + ? "@media ".concat(O.media, " {").concat(O.css, "}") + : O.css; + if (_.styleSheet) _.styleSheet.cssText = p(S, Y); + else { + var U = document.createTextNode(Y), + L = _.childNodes; + L[S] && _.removeChild(L[S]), + L.length ? _.insertBefore(U, L[S]) : _.appendChild(U); + } + } + function A(_, S, w) { + var O = w.css, + Y = w.media, + U = w.sourceMap; + if ( + (Y ? _.setAttribute("media", Y) : _.removeAttribute("media"), + U && + btoa && + (O += ` +/*# sourceMappingURL=data:application/json;base64,`.concat( + btoa(unescape(encodeURIComponent(JSON.stringify(U)))), + " */", + )), + _.styleSheet) + ) + _.styleSheet.cssText = O; + else { + for (; _.firstChild; ) _.removeChild(_.firstChild); + _.appendChild(document.createTextNode(O)); + } + } + var N = null, + X = 0; + function k(_, S) { + var w, O, Y; + if (S.singleton) { + var U = X++; + (w = N || (N = m(S))), + (O = $.bind(null, w, U, !1)), + (Y = $.bind(null, w, U, !0)); + } else + (w = m(S)), + (O = A.bind(null, w, S)), + (Y = function () { + (function (L) { + if (L.parentNode === null) return !1; + L.parentNode.removeChild(L); + })(w); + }); + return ( + O(_), + function (L) { + if (L) { + if ( + L.css === _.css && + L.media === _.media && + L.sourceMap === _.sourceMap + ) + return; + O((_ = L)); + } else Y(); + } + ); + } + a.exports = function (_, S) { + (S = S || {}).singleton || + typeof S.singleton == "boolean" || + (S.singleton = o()); + var w = y((_ = _ || []), S); + return function (O) { + if ( + ((O = O || []), + Object.prototype.toString.call(O) === "[object Array]") + ) { + for (var Y = 0; Y < w.length; Y++) { + var U = u(w[Y]); + d[U].references--; + } + for (var L = y(O, S), H = 0; H < w.length; H++) { + var v = u(w[H]); + d[v].references === 0 && (d[v].updater(), d.splice(v, 1)); + } + w = L; + } + }; + }; + }, + function (a, e, r) { + (e = r(14)(!1)).push([ + a.i, + `.image-tool { --bg-color: #cdd1e0; --front-color: #388ae5; --border-color: #e8e8eb; @@ -144,39 +1899,13468 @@ import Qn from"./VueEditorJs-8bfa8291.js";import{r as Ft,_ as Mr}from"./NativeIm transform: rotate(360deg); } } -`,""]),a.exports=e},function(a,e,r){a.exports=function(i){var o=[];return o.toString=function(){return this.map(function(l){var d=function(u,y){var m=u[1]||"",c=u[3];if(!c)return m;if(y&&typeof btoa=="function"){var p=(A=c,N=btoa(unescape(encodeURIComponent(JSON.stringify(A)))),X="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(N),"/*# ".concat(X," */")),$=c.sources.map(function(k){return"/*# sourceURL=".concat(c.sourceRoot||"").concat(k," */")});return[m].concat($).concat([p]).join(` -`)}var A,N,X;return[m].join(` -`)}(l,i);return l[2]?"@media ".concat(l[2]," {").concat(d,"}"):d}).join("")},o.i=function(l,d,u){typeof l=="string"&&(l=[[null,l,""]]);var y={};if(u)for(var m=0;m<this.length;m++){var c=this[m][0];c!=null&&(y[c]=!0)}for(var p=0;p<l.length;p++){var $=[].concat(l[p]);u&&y[$[0]]||(d&&($[2]?$[2]="".concat(d," and ").concat($[2]):$[2]=d),o.push($))}},o}},function(a,e,r){var i=r(4);a.exports=function(o){if(Array.isArray(o))return i(o)}},function(a,e){a.exports=function(r){if(typeof Symbol<"u"&&Symbol.iterator in Object(r))return Array.from(r)}},function(a,e){a.exports=function(){throw new TypeError(`Invalid attempt to spread non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}},function(a,e){a.exports=function(r){if(Array.isArray(r))return r}},function(a,e){a.exports=function(r,i){if(typeof Symbol<"u"&&Symbol.iterator in Object(r)){var o=[],l=!0,d=!1,u=void 0;try{for(var y,m=r[Symbol.iterator]();!(l=(y=m.next()).done)&&(o.push(y.value),!i||o.length!==i);l=!0);}catch(c){d=!0,u=c}finally{try{l||m.return==null||m.return()}finally{if(d)throw u}}return o}}},function(a,e){a.exports=function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}},function(a,e,r){r.r(e),r.d(e,"default",function(){return U});var i=r(3),o=r.n(i),l=r(6),d=r.n(l),u=r(2),y=r.n(u),m=r(0),c=r.n(m);r(11);const p='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="14" height="14" x="5" y="5" stroke="currentColor" stroke-width="2" rx="4"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.13968 15.32L8.69058 11.5661C9.02934 11.2036 9.48873 11 9.96774 11C10.4467 11 10.9061 11.2036 11.2449 11.5661L15.3871 16M13.5806 14.0664L15.0132 12.533C15.3519 12.1705 15.8113 11.9668 16.2903 11.9668C16.7693 11.9668 17.2287 12.1705 17.5675 12.533L18.841 13.9634"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.7778 9.33331H13.7867"/></svg>';var $=r(7),A=r.n($);function N(L){var H,v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,g=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},P=document.createElement(L);Array.isArray(v)?(H=P.classList).add.apply(H,A()(v)):v&&P.classList.add(v);for(var F in g)P[F]=g[F];return P}var X=function(){function L(H){var v=H.api,g=H.config,P=H.onSelectFile,F=H.readOnly;y()(this,L),this.api=v,this.config=g,this.onSelectFile=P,this.readOnly=F,this.nodes={wrapper:N("div",[this.CSS.baseClass,this.CSS.wrapper]),imageContainer:N("div",[this.CSS.imageContainer]),fileButton:this.createFileButton(),imageEl:void 0,imagePreloader:N("div",this.CSS.imagePreloader),caption:N("div",[this.CSS.input,this.CSS.caption],{contentEditable:!this.readOnly})},this.nodes.caption.dataset.placeholder=this.config.captionPlaceholder,this.nodes.imageContainer.appendChild(this.nodes.imagePreloader),this.nodes.wrapper.appendChild(this.nodes.imageContainer),this.nodes.wrapper.appendChild(this.nodes.caption),this.nodes.wrapper.appendChild(this.nodes.fileButton)}return c()(L,[{key:"render",value:function(H){return H.file&&Object.keys(H.file).length!==0?this.toggleStatus(L.status.UPLOADING):this.toggleStatus(L.status.EMPTY),this.nodes.wrapper}},{key:"createFileButton",value:function(){var H=this,v=N("div",[this.CSS.button]);return v.innerHTML=this.config.buttonContent||"".concat(p," ").concat(this.api.i18n.t("Select an Image")),v.addEventListener("click",function(){H.onSelectFile()}),v}},{key:"showPreloader",value:function(H){this.nodes.imagePreloader.style.backgroundImage="url(".concat(H,")"),this.toggleStatus(L.status.UPLOADING)}},{key:"hidePreloader",value:function(){this.nodes.imagePreloader.style.backgroundImage="",this.toggleStatus(L.status.EMPTY)}},{key:"fillImage",value:function(H){var v=this,g=/\.mp4$/.test(H)?"VIDEO":"IMG",P={src:H},F="load";g==="VIDEO"&&(P.autoplay=!0,P.loop=!0,P.muted=!0,P.playsinline=!0,F="loadeddata"),this.nodes.imageEl=N(g,this.CSS.imageEl,P),this.nodes.imageEl.addEventListener(F,function(){v.toggleStatus(L.status.FILLED),v.nodes.imagePreloader&&(v.nodes.imagePreloader.style.backgroundImage="")}),this.nodes.imageContainer.appendChild(this.nodes.imageEl)}},{key:"fillCaption",value:function(H){this.nodes.caption&&(this.nodes.caption.innerHTML=H)}},{key:"toggleStatus",value:function(H){for(var v in L.status)Object.prototype.hasOwnProperty.call(L.status,v)&&this.nodes.wrapper.classList.toggle("".concat(this.CSS.wrapper,"--").concat(L.status[v]),H===L.status[v])}},{key:"applyTune",value:function(H,v){this.nodes.wrapper.classList.toggle("".concat(this.CSS.wrapper,"--").concat(H),v)}},{key:"CSS",get:function(){return{baseClass:this.api.styles.block,loading:this.api.styles.loader,input:this.api.styles.input,button:this.api.styles.button,wrapper:"image-tool",imageContainer:"image-tool__image",imagePreloader:"image-tool__image-preloader",imageEl:"image-tool__image-picture",caption:"image-tool__caption"}}}],[{key:"status",get:function(){return{EMPTY:"empty",UPLOADING:"loading",FILLED:"filled"}}}]),L}(),k=r(8),_=r.n(k),S=r(1),w=r.n(S);function O(L){return L&&typeof L.then=="function"}var Y=function(){function L(H){var v=H.config,g=H.onUpload,P=H.onError;y()(this,L),this.config=v,this.onUpload=g,this.onError=P}return c()(L,[{key:"uploadSelectedFile",value:function(H){var v=this,g=H.onPreview,P=function(F){var D=new FileReader;D.readAsDataURL(F),D.onload=function(M){g(M.target.result)}};(this.config.uploader&&typeof this.config.uploader.uploadByFile=="function"?w.a.selectFiles({accept:this.config.types}).then(function(F){P(F[0]);var D=v.config.uploader.uploadByFile(F[0]);return O(D)||console.warn("Custom uploader method uploadByFile should return a Promise"),D}):w.a.transport({url:this.config.endpoints.byFile,data:this.config.additionalRequestData,accept:this.config.types,headers:this.config.additionalRequestHeaders,beforeSend:function(F){P(F[0])},fieldName:this.config.field}).then(function(F){return F.body})).then(function(F){v.onUpload(F)}).catch(function(F){v.onError(F)})}},{key:"uploadByUrl",value:function(H){var v,g=this;this.config.uploader&&typeof this.config.uploader.uploadByUrl=="function"?O(v=this.config.uploader.uploadByUrl(H))||console.warn("Custom uploader method uploadByUrl should return a Promise"):v=w.a.post({url:this.config.endpoints.byUrl,data:Object.assign({url:H},this.config.additionalRequestData),type:w.a.contentType.JSON,headers:this.config.additionalRequestHeaders}).then(function(P){return P.body}),v.then(function(P){g.onUpload(P)}).catch(function(P){g.onError(P)})}},{key:"uploadByFile",value:function(H,v){var g,P=this,F=v.onPreview,D=new FileReader;if(D.readAsDataURL(H),D.onload=function(C){F(C.target.result)},this.config.uploader&&typeof this.config.uploader.uploadByFile=="function")O(g=this.config.uploader.uploadByFile(H))||console.warn("Custom uploader method uploadByFile should return a Promise");else{var M=new FormData;M.append(this.config.field,H),this.config.additionalRequestData&&Object.keys(this.config.additionalRequestData).length&&Object.entries(this.config.additionalRequestData).forEach(function(C){var x=_()(C,2),s=x[0],E=x[1];M.append(s,E)}),g=w.a.post({url:this.config.endpoints.byFile,data:M,type:w.a.contentType.JSON,headers:this.config.additionalRequestHeaders}).then(function(C){return C.body})}g.then(function(C){P.onUpload(C)}).catch(function(C){P.onError(C)})}}]),L}(),U=function(){function L(v){var g=this,P=v.data,F=v.config,D=v.api,M=v.readOnly;y()(this,L),this.api=D,this.readOnly=M,this.config={endpoints:F.endpoints||"",additionalRequestData:F.additionalRequestData||{},additionalRequestHeaders:F.additionalRequestHeaders||{},field:F.field||"image",types:F.types||"image/*",captionPlaceholder:this.api.i18n.t(F.captionPlaceholder||"Caption"),buttonContent:F.buttonContent||"",uploader:F.uploader||void 0,actions:F.actions||[]},this.uploader=new Y({config:this.config,onUpload:function(C){return g.onUpload(C)},onError:function(C){return g.uploadingFailed(C)}}),this.ui=new X({api:D,config:this.config,onSelectFile:function(){g.uploader.uploadSelectedFile({onPreview:function(C){g.ui.showPreloader(C)}})},readOnly:M}),this._data={},this.data=P}var H;return c()(L,null,[{key:"isReadOnlySupported",get:function(){return!0}},{key:"toolbox",get:function(){return{icon:p,title:"Image"}}},{key:"tunes",get:function(){return[{name:"withBorder",icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.9919 9.5H19.0015"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.5 5H14.5096"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M14.625 5H15C17.2091 5 19 6.79086 19 9V9.375"/><path stroke="currentColor" stroke-width="2" d="M9.375 5L9 5C6.79086 5 5 6.79086 5 9V9.375"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.3725 5H9.38207"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 9.5H5.00957"/><path stroke="currentColor" stroke-width="2" d="M9.375 19H9C6.79086 19 5 17.2091 5 15V14.625"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.3725 19H9.38207"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 14.55H5.00957"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 13V16M16 19V16M19 16H16M16 16H13"/></svg>',title:"With border",toggle:!0},{name:"stretched",icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 9L20 12L17 15"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 12H20"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 9L4 12L7 15"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 12H10"/></svg>',title:"Stretch image",toggle:!0},{name:"withBackground",icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 19V19C9.13623 19 8.20435 19 7.46927 18.6955C6.48915 18.2895 5.71046 17.5108 5.30448 16.5307C5 15.7956 5 14.8638 5 13V12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5H13.5C14.8956 5 15.5933 5 16.1611 5.17224C17.4395 5.56004 18.44 6.56046 18.8278 7.83886C19 8.40666 19 9.10444 19 10.5V10.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 13V16M16 19V16M19 16H16M16 16H13"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.5 17.5L17.5 6.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.9919 10.5H19.0015"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.9919 19H11.0015"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13L13 5"/></svg>',title:"With background",toggle:!0}]}}]),c()(L,[{key:"render",value:function(){return this.ui.render(this.data)}},{key:"validate",value:function(v){return v.file&&v.file.url}},{key:"save",value:function(){var v=this.ui.nodes.caption;return this._data.caption=v.innerHTML,this.data}},{key:"renderSettings",value:function(){var v=this;return L.tunes.concat(this.config.actions).map(function(g){return{icon:g.icon,label:v.api.i18n.t(g.title),name:g.name,toggle:g.toggle,isActive:v.data[g.name],onActivate:function(){typeof g.action!="function"?v.tuneToggled(g.name):g.action(g.name)}}})}},{key:"appendCallback",value:function(){this.ui.nodes.fileButton.click()}},{key:"onPaste",value:(H=d()(o.a.mark(function v(g){var P,F,D,M,C;return o.a.wrap(function(x){for(;;)switch(x.prev=x.next){case 0:x.t0=g.type,x.next=x.t0==="tag"?3:x.t0==="pattern"?15:x.t0==="file"?18:21;break;case 3:if(P=g.detail.data,!/^blob:/.test(P.src)){x.next=13;break}return x.next=7,fetch(P.src);case 7:return F=x.sent,x.next=10,F.blob();case 10:return D=x.sent,this.uploadFile(D),x.abrupt("break",21);case 13:return this.uploadUrl(P.src),x.abrupt("break",21);case 15:return M=g.detail.data,this.uploadUrl(M),x.abrupt("break",21);case 18:return C=g.detail.file,this.uploadFile(C),x.abrupt("break",21);case 21:case"end":return x.stop()}},v,this)})),function(v){return H.apply(this,arguments)})},{key:"onUpload",value:function(v){v.success&&v.file?this.image=v.file:this.uploadingFailed("incorrect response: "+JSON.stringify(v))}},{key:"uploadingFailed",value:function(v){console.log("Image Tool: uploading failed because of",v),this.api.notifier.show({message:this.api.i18n.t("Couldn’t upload image. Please try another."),style:"error"}),this.ui.hidePreloader()}},{key:"tuneToggled",value:function(v){this.setTune(v,!this._data[v])}},{key:"setTune",value:function(v,g){var P=this;this._data[v]=g,this.ui.applyTune(v,g),v==="stretched"&&Promise.resolve().then(function(){var F=P.api.blocks.getCurrentBlockIndex();P.api.blocks.stretchBlock(F,g)}).catch(function(F){console.error(F)})}},{key:"uploadFile",value:function(v){var g=this;this.uploader.uploadByFile(v,{onPreview:function(P){g.ui.showPreloader(P)}})}},{key:"uploadUrl",value:function(v){this.ui.showPreloader(v),this.uploader.uploadByUrl(v)}},{key:"data",set:function(v){var g=this;this.image=v.file,this._data.caption=v.caption||"",this.ui.fillCaption(this._data.caption),L.tunes.forEach(function(P){var F=P.name,D=v[F]!==void 0&&(v[F]===!0||v[F]==="true");g.setTune(F,D)})},get:function(){return this._data}},{key:"image",set:function(v){this._data.file=v||{},v&&v.url&&this.ui.fillImage(v.url)}}],[{key:"pasteConfig",get:function(){return{tags:[{img:{src:!0}}],patterns:{image:/https?:\/\/\S+\.(gif|jpe?g|tiff|png|svg|webp)(\?[a-z0-9=]*)?$/i},files:{mimeTypes:["image/*"]}}}}]),L}();/** - * Image Tool for the Editor.js - * - * @author CodeX <team@codex.so> - * @license MIT - * @see {@link https://github.com/editor-js/image} - * - * To developers. - * To simplify Tool structure, we split it to 4 parts: - * 1) index.js — main Tool's interface, public API and methods for working with data - * 2) uploader.js — module that has methods for sending files via AJAX: from device, by URL or File pasting - * 3) ui.js — module for UI manipulations: render, showing preloader, etc - * 4) tunes.js — working with Block Tunes: render buttons, handle clicks - * - * For debug purposes there is a testing server - * that can save uploaded files and return a Response {@link UploadResponseFormat} - * - * $ node dev/server.js - * - * It will expose 8008 port, so you can pass http://localhost:8008 with the Tools config: - * - * image: { - * class: ImageTool, - * config: { - * endpoints: { - * byFile: 'http://localhost:8008/uploadFile', - * byUrl: 'http://localhost:8008/fetchUrl', - * } - * }, - * }, - */}]).default})})(Xn);var Rr=Xn.exports;const Fr=Cr(Rr),bn=Pr("postStore",{state:()=>({data:{defaultLocaleSlug:"my",countryLocales:[],localeCategories:[],authors:[]}}),getters:{defaultLocaleSlug(t){return t.data.defaultLocaleSlug},countryLocales(t){return t.data.countryLocales},localeCategories(t){return t.data.localeCategories},authors(t){return t.data.authors}},actions:{async fetchAuthors(){try{const t=await ua.get(Ft("api.admin.authors"));console.log(t),this.data.authors=t.data.authors}catch(t){console.log(t)}},async fetchCountryLocales(){try{const t=await ua.get(Ft("api.admin.country-locales"));console.log(t),this.data.countryLocales=t.data.country_locales,this.data.defaultLocaleSlug=t.data.default_locale_slug}catch(t){console.log(t)}},async fetchLocaleCategories(t){try{const n=await ua.get(Ft("api.admin.categories",{country_locale_slug:t}));console.log(n),this.data.localeCategories=n.data.categories}catch(n){console.log(n)}}}});function st(t){"@babel/helpers - typeof";return st=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},st(t)}function fe(t){if(t===null||t===!0||t===!1)return NaN;var n=Number(t);return isNaN(n)?n:n<0?Math.ceil(n):Math.floor(n)}function le(t,n){if(n.length<t)throw new TypeError(t+" argument"+(t>1?"s":"")+" required, but only "+n.length+" present")}function ve(t){le(1,arguments);var n=Object.prototype.toString.call(t);return t instanceof Date||st(t)==="object"&&n==="[object Date]"?new Date(t.getTime()):typeof t=="number"||n==="[object Number]"?new Date(t):((typeof t=="string"||n==="[object String]")&&typeof console<"u"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function St(t,n){le(2,arguments);var a=ve(t),e=fe(n);return isNaN(e)?new Date(NaN):(e&&a.setDate(a.getDate()+e),a)}function bt(t,n){le(2,arguments);var a=ve(t),e=fe(n);if(isNaN(e))return new Date(NaN);if(!e)return a;var r=a.getDate(),i=new Date(a.getTime());i.setMonth(a.getMonth()+e+1,0);var o=i.getDate();return r>=o?i:(a.setFullYear(i.getFullYear(),i.getMonth(),r),a)}function Jn(t,n){if(le(2,arguments),!n||st(n)!=="object")return new Date(NaN);var a=n.years?fe(n.years):0,e=n.months?fe(n.months):0,r=n.weeks?fe(n.weeks):0,i=n.days?fe(n.days):0,o=n.hours?fe(n.hours):0,l=n.minutes?fe(n.minutes):0,d=n.seconds?fe(n.seconds):0,u=ve(t),y=e||a?bt(u,e+a*12):u,m=i||r?St(y,i+r*7):y,c=l+o*60,p=d+c*60,$=p*1e3,A=new Date(m.getTime()+$);return A}function Vr(t,n){le(2,arguments);var a=ve(t).getTime(),e=fe(n);return new Date(a+e)}var Br={};function kt(){return Br}function Ht(t,n){var a,e,r,i,o,l,d,u;le(1,arguments);var y=kt(),m=fe((a=(e=(r=(i=n==null?void 0:n.weekStartsOn)!==null&&i!==void 0?i:n==null||(o=n.locale)===null||o===void 0||(l=o.options)===null||l===void 0?void 0:l.weekStartsOn)!==null&&r!==void 0?r:y.weekStartsOn)!==null&&e!==void 0?e:(d=y.locale)===null||d===void 0||(u=d.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&a!==void 0?a:0);if(!(m>=0&&m<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=ve(t),p=c.getDay(),$=(p<m?7:0)+p-m;return c.setDate(c.getDate()-$),c.setHours(0,0,0,0),c}function _a(t){return le(1,arguments),Ht(t,{weekStartsOn:1})}function Wr(t){le(1,arguments);var n=ve(t),a=n.getFullYear(),e=new Date(0);e.setFullYear(a+1,0,4),e.setHours(0,0,0,0);var r=_a(e),i=new Date(0);i.setFullYear(a,0,4),i.setHours(0,0,0,0);var o=_a(i);return n.getTime()>=r.getTime()?a+1:n.getTime()>=o.getTime()?a:a-1}function Hr(t){le(1,arguments);var n=Wr(t),a=new Date(0);a.setFullYear(n,0,4),a.setHours(0,0,0,0);var e=_a(a);return e}function ka(t){var n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),t.getTime()-n.getTime()}function _n(t){le(1,arguments);var n=ve(t);return n.setHours(0,0,0,0),n}var jr=864e5;function qr(t,n){le(2,arguments);var a=_n(t),e=_n(n),r=a.getTime()-ka(a),i=e.getTime()-ka(e);return Math.round((r-i)/jr)}function Kn(t,n){le(2,arguments);var a=fe(n);return bt(t,a*12)}var on=6e4,ln=36e5,Qr=1e3;function zn(t){return le(1,arguments),t instanceof Date||st(t)==="object"&&Object.prototype.toString.call(t)==="[object Date]"}function sa(t){if(le(1,arguments),!zn(t)&&typeof t!="number")return!1;var n=ve(t);return!isNaN(Number(n))}function kn(t,n){var a;le(1,arguments);var e=t||{},r=ve(e.start),i=ve(e.end),o=i.getTime();if(!(r.getTime()<=o))throw new RangeError("Invalid interval");var l=[],d=r;d.setHours(0,0,0,0);var u=Number((a=n==null?void 0:n.step)!==null&&a!==void 0?a:1);if(u<1||isNaN(u))throw new RangeError("`options.step` must be a number greater than 1");for(;d.getTime()<=o;)l.push(ve(d)),d.setDate(d.getDate()+u),d.setHours(0,0,0,0);return l}function Gr(t,n){var a,e,r,i,o,l,d,u;le(1,arguments);var y=kt(),m=fe((a=(e=(r=(i=n==null?void 0:n.weekStartsOn)!==null&&i!==void 0?i:n==null||(o=n.locale)===null||o===void 0||(l=o.options)===null||l===void 0?void 0:l.weekStartsOn)!==null&&r!==void 0?r:y.weekStartsOn)!==null&&e!==void 0?e:(d=y.locale)===null||d===void 0||(u=d.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&a!==void 0?a:0);if(!(m>=0&&m<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=ve(t),p=c.getDay(),$=(p<m?-7:0)+6-(p-m);return c.setDate(c.getDate()+$),c.setHours(23,59,59,999),c}function Zn(t,n){le(2,arguments);var a=fe(n);return Vr(t,-a)}var Xr=864e5;function Jr(t){le(1,arguments);var n=ve(t),a=n.getTime();n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0);var e=n.getTime(),r=a-e;return Math.floor(r/Xr)+1}function Jt(t){le(1,arguments);var n=1,a=ve(t),e=a.getUTCDay(),r=(e<n?7:0)+e-n;return a.setUTCDate(a.getUTCDate()-r),a.setUTCHours(0,0,0,0),a}function er(t){le(1,arguments);var n=ve(t),a=n.getUTCFullYear(),e=new Date(0);e.setUTCFullYear(a+1,0,4),e.setUTCHours(0,0,0,0);var r=Jt(e),i=new Date(0);i.setUTCFullYear(a,0,4),i.setUTCHours(0,0,0,0);var o=Jt(i);return n.getTime()>=r.getTime()?a+1:n.getTime()>=o.getTime()?a:a-1}function Kr(t){le(1,arguments);var n=er(t),a=new Date(0);a.setUTCFullYear(n,0,4),a.setUTCHours(0,0,0,0);var e=Jt(a);return e}var zr=6048e5;function tr(t){le(1,arguments);var n=ve(t),a=Jt(n).getTime()-Kr(n).getTime();return Math.round(a/zr)+1}function jt(t,n){var a,e,r,i,o,l,d,u;le(1,arguments);var y=kt(),m=fe((a=(e=(r=(i=n==null?void 0:n.weekStartsOn)!==null&&i!==void 0?i:n==null||(o=n.locale)===null||o===void 0||(l=o.options)===null||l===void 0?void 0:l.weekStartsOn)!==null&&r!==void 0?r:y.weekStartsOn)!==null&&e!==void 0?e:(d=y.locale)===null||d===void 0||(u=d.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&a!==void 0?a:0);if(!(m>=0&&m<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=ve(t),p=c.getUTCDay(),$=(p<m?7:0)+p-m;return c.setUTCDate(c.getUTCDate()-$),c.setUTCHours(0,0,0,0),c}function un(t,n){var a,e,r,i,o,l,d,u;le(1,arguments);var y=ve(t),m=y.getUTCFullYear(),c=kt(),p=fe((a=(e=(r=(i=n==null?void 0:n.firstWeekContainsDate)!==null&&i!==void 0?i:n==null||(o=n.locale)===null||o===void 0||(l=o.options)===null||l===void 0?void 0:l.firstWeekContainsDate)!==null&&r!==void 0?r:c.firstWeekContainsDate)!==null&&e!==void 0?e:(d=c.locale)===null||d===void 0||(u=d.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&a!==void 0?a:1);if(!(p>=1&&p<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var $=new Date(0);$.setUTCFullYear(m+1,0,p),$.setUTCHours(0,0,0,0);var A=jt($,n),N=new Date(0);N.setUTCFullYear(m,0,p),N.setUTCHours(0,0,0,0);var X=jt(N,n);return y.getTime()>=A.getTime()?m+1:y.getTime()>=X.getTime()?m:m-1}function Zr(t,n){var a,e,r,i,o,l,d,u;le(1,arguments);var y=kt(),m=fe((a=(e=(r=(i=n==null?void 0:n.firstWeekContainsDate)!==null&&i!==void 0?i:n==null||(o=n.locale)===null||o===void 0||(l=o.options)===null||l===void 0?void 0:l.firstWeekContainsDate)!==null&&r!==void 0?r:y.firstWeekContainsDate)!==null&&e!==void 0?e:(d=y.locale)===null||d===void 0||(u=d.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&a!==void 0?a:1),c=un(t,n),p=new Date(0);p.setUTCFullYear(c,0,m),p.setUTCHours(0,0,0,0);var $=jt(p,n);return $}var eo=6048e5;function ar(t,n){le(1,arguments);var a=ve(t),e=jt(a,n).getTime()-Zr(a,n).getTime();return Math.round(e/eo)+1}function Oe(t,n){for(var a=t<0?"-":"",e=Math.abs(t).toString();e.length<n;)e="0"+e;return a+e}var to={y:function(n,a){var e=n.getUTCFullYear(),r=e>0?e:1-e;return Oe(a==="yy"?r%100:r,a.length)},M:function(n,a){var e=n.getUTCMonth();return a==="M"?String(e+1):Oe(e+1,2)},d:function(n,a){return Oe(n.getUTCDate(),a.length)},a:function(n,a){var e=n.getUTCHours()/12>=1?"pm":"am";switch(a){case"a":case"aa":return e.toUpperCase();case"aaa":return e;case"aaaaa":return e[0];case"aaaa":default:return e==="am"?"a.m.":"p.m."}},h:function(n,a){return Oe(n.getUTCHours()%12||12,a.length)},H:function(n,a){return Oe(n.getUTCHours(),a.length)},m:function(n,a){return Oe(n.getUTCMinutes(),a.length)},s:function(n,a){return Oe(n.getUTCSeconds(),a.length)},S:function(n,a){var e=a.length,r=n.getUTCMilliseconds(),i=Math.floor(r*Math.pow(10,e-3));return Oe(i,a.length)}};const $t=to;var qt={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},ao={G:function(n,a,e){var r=n.getUTCFullYear()>0?1:0;switch(a){case"G":case"GG":case"GGG":return e.era(r,{width:"abbreviated"});case"GGGGG":return e.era(r,{width:"narrow"});case"GGGG":default:return e.era(r,{width:"wide"})}},y:function(n,a,e){if(a==="yo"){var r=n.getUTCFullYear(),i=r>0?r:1-r;return e.ordinalNumber(i,{unit:"year"})}return $t.y(n,a)},Y:function(n,a,e,r){var i=un(n,r),o=i>0?i:1-i;if(a==="YY"){var l=o%100;return Oe(l,2)}return a==="Yo"?e.ordinalNumber(o,{unit:"year"}):Oe(o,a.length)},R:function(n,a){var e=er(n);return Oe(e,a.length)},u:function(n,a){var e=n.getUTCFullYear();return Oe(e,a.length)},Q:function(n,a,e){var r=Math.ceil((n.getUTCMonth()+1)/3);switch(a){case"Q":return String(r);case"QQ":return Oe(r,2);case"Qo":return e.ordinalNumber(r,{unit:"quarter"});case"QQQ":return e.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return e.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return e.quarter(r,{width:"wide",context:"formatting"})}},q:function(n,a,e){var r=Math.ceil((n.getUTCMonth()+1)/3);switch(a){case"q":return String(r);case"qq":return Oe(r,2);case"qo":return e.ordinalNumber(r,{unit:"quarter"});case"qqq":return e.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return e.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return e.quarter(r,{width:"wide",context:"standalone"})}},M:function(n,a,e){var r=n.getUTCMonth();switch(a){case"M":case"MM":return $t.M(n,a);case"Mo":return e.ordinalNumber(r+1,{unit:"month"});case"MMM":return e.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return e.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return e.month(r,{width:"wide",context:"formatting"})}},L:function(n,a,e){var r=n.getUTCMonth();switch(a){case"L":return String(r+1);case"LL":return Oe(r+1,2);case"Lo":return e.ordinalNumber(r+1,{unit:"month"});case"LLL":return e.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return e.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return e.month(r,{width:"wide",context:"standalone"})}},w:function(n,a,e,r){var i=ar(n,r);return a==="wo"?e.ordinalNumber(i,{unit:"week"}):Oe(i,a.length)},I:function(n,a,e){var r=tr(n);return a==="Io"?e.ordinalNumber(r,{unit:"week"}):Oe(r,a.length)},d:function(n,a,e){return a==="do"?e.ordinalNumber(n.getUTCDate(),{unit:"date"}):$t.d(n,a)},D:function(n,a,e){var r=Jr(n);return a==="Do"?e.ordinalNumber(r,{unit:"dayOfYear"}):Oe(r,a.length)},E:function(n,a,e){var r=n.getUTCDay();switch(a){case"E":case"EE":case"EEE":return e.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return e.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return e.day(r,{width:"short",context:"formatting"});case"EEEE":default:return e.day(r,{width:"wide",context:"formatting"})}},e:function(n,a,e,r){var i=n.getUTCDay(),o=(i-r.weekStartsOn+8)%7||7;switch(a){case"e":return String(o);case"ee":return Oe(o,2);case"eo":return e.ordinalNumber(o,{unit:"day"});case"eee":return e.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return e.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return e.day(i,{width:"short",context:"formatting"});case"eeee":default:return e.day(i,{width:"wide",context:"formatting"})}},c:function(n,a,e,r){var i=n.getUTCDay(),o=(i-r.weekStartsOn+8)%7||7;switch(a){case"c":return String(o);case"cc":return Oe(o,a.length);case"co":return e.ordinalNumber(o,{unit:"day"});case"ccc":return e.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return e.day(i,{width:"narrow",context:"standalone"});case"cccccc":return e.day(i,{width:"short",context:"standalone"});case"cccc":default:return e.day(i,{width:"wide",context:"standalone"})}},i:function(n,a,e){var r=n.getUTCDay(),i=r===0?7:r;switch(a){case"i":return String(i);case"ii":return Oe(i,a.length);case"io":return e.ordinalNumber(i,{unit:"day"});case"iii":return e.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return e.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return e.day(r,{width:"short",context:"formatting"});case"iiii":default:return e.day(r,{width:"wide",context:"formatting"})}},a:function(n,a,e){var r=n.getUTCHours(),i=r/12>=1?"pm":"am";switch(a){case"a":case"aa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return e.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return e.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(n,a,e){var r=n.getUTCHours(),i;switch(r===12?i=qt.noon:r===0?i=qt.midnight:i=r/12>=1?"pm":"am",a){case"b":case"bb":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return e.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return e.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(n,a,e){var r=n.getUTCHours(),i;switch(r>=17?i=qt.evening:r>=12?i=qt.afternoon:r>=4?i=qt.morning:i=qt.night,a){case"B":case"BB":case"BBB":return e.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return e.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return e.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(n,a,e){if(a==="ho"){var r=n.getUTCHours()%12;return r===0&&(r=12),e.ordinalNumber(r,{unit:"hour"})}return $t.h(n,a)},H:function(n,a,e){return a==="Ho"?e.ordinalNumber(n.getUTCHours(),{unit:"hour"}):$t.H(n,a)},K:function(n,a,e){var r=n.getUTCHours()%12;return a==="Ko"?e.ordinalNumber(r,{unit:"hour"}):Oe(r,a.length)},k:function(n,a,e){var r=n.getUTCHours();return r===0&&(r=24),a==="ko"?e.ordinalNumber(r,{unit:"hour"}):Oe(r,a.length)},m:function(n,a,e){return a==="mo"?e.ordinalNumber(n.getUTCMinutes(),{unit:"minute"}):$t.m(n,a)},s:function(n,a,e){return a==="so"?e.ordinalNumber(n.getUTCSeconds(),{unit:"second"}):$t.s(n,a)},S:function(n,a){return $t.S(n,a)},X:function(n,a,e,r){var i=r._originalDate||n,o=i.getTimezoneOffset();if(o===0)return"Z";switch(a){case"X":return Dn(o);case"XXXX":case"XX":return Rt(o);case"XXXXX":case"XXX":default:return Rt(o,":")}},x:function(n,a,e,r){var i=r._originalDate||n,o=i.getTimezoneOffset();switch(a){case"x":return Dn(o);case"xxxx":case"xx":return Rt(o);case"xxxxx":case"xxx":default:return Rt(o,":")}},O:function(n,a,e,r){var i=r._originalDate||n,o=i.getTimezoneOffset();switch(a){case"O":case"OO":case"OOO":return"GMT"+Tn(o,":");case"OOOO":default:return"GMT"+Rt(o,":")}},z:function(n,a,e,r){var i=r._originalDate||n,o=i.getTimezoneOffset();switch(a){case"z":case"zz":case"zzz":return"GMT"+Tn(o,":");case"zzzz":default:return"GMT"+Rt(o,":")}},t:function(n,a,e,r){var i=r._originalDate||n,o=Math.floor(i.getTime()/1e3);return Oe(o,a.length)},T:function(n,a,e,r){var i=r._originalDate||n,o=i.getTime();return Oe(o,a.length)}};function Tn(t,n){var a=t>0?"-":"+",e=Math.abs(t),r=Math.floor(e/60),i=e%60;if(i===0)return a+String(r);var o=n||"";return a+String(r)+o+Oe(i,2)}function Dn(t,n){if(t%60===0){var a=t>0?"-":"+";return a+Oe(Math.abs(t)/60,2)}return Rt(t,n)}function Rt(t,n){var a=n||"",e=t>0?"-":"+",r=Math.abs(t),i=Oe(Math.floor(r/60),2),o=Oe(r%60,2);return e+i+a+o}const no=ao;var xn=function(n,a){switch(n){case"P":return a.date({width:"short"});case"PP":return a.date({width:"medium"});case"PPP":return a.date({width:"long"});case"PPPP":default:return a.date({width:"full"})}},nr=function(n,a){switch(n){case"p":return a.time({width:"short"});case"pp":return a.time({width:"medium"});case"ppp":return a.time({width:"long"});case"pppp":default:return a.time({width:"full"})}},ro=function(n,a){var e=n.match(/(P+)(p+)?/)||[],r=e[1],i=e[2];if(!i)return xn(n,a);var o;switch(r){case"P":o=a.dateTime({width:"short"});break;case"PP":o=a.dateTime({width:"medium"});break;case"PPP":o=a.dateTime({width:"long"});break;case"PPPP":default:o=a.dateTime({width:"full"});break}return o.replace("{{date}}",xn(r,a)).replace("{{time}}",nr(i,a))},oo={p:nr,P:ro};const Ga=oo;var io=["D","DD"],lo=["YY","YYYY"];function rr(t){return io.indexOf(t)!==-1}function or(t){return lo.indexOf(t)!==-1}function Ta(t,n,a){if(t==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(n,"`) for formatting years to the input `").concat(a,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(t==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(n,"`) for formatting years to the input `").concat(a,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(t==="D")throw new RangeError("Use `d` instead of `D` (in `".concat(n,"`) for formatting days of the month to the input `").concat(a,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(t==="DD")throw new RangeError("Use `dd` instead of `DD` (in `".concat(n,"`) for formatting days of the month to the input `").concat(a,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var uo={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},so=function(n,a,e){var r,i=uo[n];return typeof i=="string"?r=i:a===1?r=i.one:r=i.other.replace("{{count}}",a.toString()),e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"in "+r:r+" ago":r};const co=so;function Ea(t){return function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=n.width?String(n.width):t.defaultWidth,e=t.formats[a]||t.formats[t.defaultWidth];return e}}var fo={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},vo={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},po={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},mo={date:Ea({formats:fo,defaultWidth:"full"}),time:Ea({formats:vo,defaultWidth:"full"}),dateTime:Ea({formats:po,defaultWidth:"full"})};const ho=mo;var yo={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},go=function(n,a,e,r){return yo[n]};const wo=go;function na(t){return function(n,a){var e=a!=null&&a.context?String(a.context):"standalone",r;if(e==="formatting"&&t.formattingValues){var i=t.defaultFormattingWidth||t.defaultWidth,o=a!=null&&a.width?String(a.width):i;r=t.formattingValues[o]||t.formattingValues[i]}else{var l=t.defaultWidth,d=a!=null&&a.width?String(a.width):t.defaultWidth;r=t.values[d]||t.values[l]}var u=t.argumentCallback?t.argumentCallback(n):n;return r[u]}}var bo={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},_o={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},ko={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},To={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Do={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},xo={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},Mo=function(n,a){var e=Number(n),r=e%100;if(r>20||r<10)switch(r%10){case 1:return e+"st";case 2:return e+"nd";case 3:return e+"rd"}return e+"th"},Co={ordinalNumber:Mo,era:na({values:bo,defaultWidth:"wide"}),quarter:na({values:_o,defaultWidth:"wide",argumentCallback:function(n){return n-1}}),month:na({values:ko,defaultWidth:"wide"}),day:na({values:To,defaultWidth:"wide"}),dayPeriod:na({values:Do,defaultWidth:"wide",formattingValues:xo,defaultFormattingWidth:"wide"})};const Po=Co;function ra(t){return function(n){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=a.width,r=e&&t.matchPatterns[e]||t.matchPatterns[t.defaultMatchWidth],i=n.match(r);if(!i)return null;var o=i[0],l=e&&t.parsePatterns[e]||t.parsePatterns[t.defaultParseWidth],d=Array.isArray(l)?Oo(l,function(m){return m.test(o)}):So(l,function(m){return m.test(o)}),u;u=t.valueCallback?t.valueCallback(d):d,u=a.valueCallback?a.valueCallback(u):u;var y=n.slice(o.length);return{value:u,rest:y}}}function So(t,n){for(var a in t)if(t.hasOwnProperty(a)&&n(t[a]))return a}function Oo(t,n){for(var a=0;a<t.length;a++)if(n(t[a]))return a}function No(t){return function(n){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=n.match(t.matchPattern);if(!e)return null;var r=e[0],i=n.match(t.parsePattern);if(!i)return null;var o=t.valueCallback?t.valueCallback(i[0]):i[0];o=a.valueCallback?a.valueCallback(o):o;var l=n.slice(r.length);return{value:o,rest:l}}}var Ao=/^(\d+)(th|st|nd|rd)?/i,$o=/\d+/i,Io={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},Eo={any:[/^b/i,/^(a|c)/i]},Yo={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},Uo={any:[/1/i,/2/i,/3/i,/4/i]},Lo={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Ro={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Fo={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},Vo={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},Bo={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},Wo={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},Ho={ordinalNumber:No({matchPattern:Ao,parsePattern:$o,valueCallback:function(n){return parseInt(n,10)}}),era:ra({matchPatterns:Io,defaultMatchWidth:"wide",parsePatterns:Eo,defaultParseWidth:"any"}),quarter:ra({matchPatterns:Yo,defaultMatchWidth:"wide",parsePatterns:Uo,defaultParseWidth:"any",valueCallback:function(n){return n+1}}),month:ra({matchPatterns:Lo,defaultMatchWidth:"wide",parsePatterns:Ro,defaultParseWidth:"any"}),day:ra({matchPatterns:Fo,defaultMatchWidth:"wide",parsePatterns:Vo,defaultParseWidth:"any"}),dayPeriod:ra({matchPatterns:Bo,defaultMatchWidth:"any",parsePatterns:Wo,defaultParseWidth:"any"})};const jo=Ho;var qo={code:"en-US",formatDistance:co,formatLong:ho,formatRelative:wo,localize:Po,match:jo,options:{weekStartsOn:0,firstWeekContainsDate:1}};const ir=qo;var Qo=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Go=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Xo=/^'([^]*?)'?$/,Jo=/''/g,Ko=/[a-zA-Z]/;function Wt(t,n,a){var e,r,i,o,l,d,u,y,m,c,p,$,A,N,X,k,_,S;le(2,arguments);var w=String(n),O=kt(),Y=(e=(r=a==null?void 0:a.locale)!==null&&r!==void 0?r:O.locale)!==null&&e!==void 0?e:ir,U=fe((i=(o=(l=(d=a==null?void 0:a.firstWeekContainsDate)!==null&&d!==void 0?d:a==null||(u=a.locale)===null||u===void 0||(y=u.options)===null||y===void 0?void 0:y.firstWeekContainsDate)!==null&&l!==void 0?l:O.firstWeekContainsDate)!==null&&o!==void 0?o:(m=O.locale)===null||m===void 0||(c=m.options)===null||c===void 0?void 0:c.firstWeekContainsDate)!==null&&i!==void 0?i:1);if(!(U>=1&&U<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var L=fe((p=($=(A=(N=a==null?void 0:a.weekStartsOn)!==null&&N!==void 0?N:a==null||(X=a.locale)===null||X===void 0||(k=X.options)===null||k===void 0?void 0:k.weekStartsOn)!==null&&A!==void 0?A:O.weekStartsOn)!==null&&$!==void 0?$:(_=O.locale)===null||_===void 0||(S=_.options)===null||S===void 0?void 0:S.weekStartsOn)!==null&&p!==void 0?p:0);if(!(L>=0&&L<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!Y.localize)throw new RangeError("locale must contain localize property");if(!Y.formatLong)throw new RangeError("locale must contain formatLong property");var H=ve(t);if(!sa(H))throw new RangeError("Invalid time value");var v=ka(H),g=Zn(H,v),P={firstWeekContainsDate:U,weekStartsOn:L,locale:Y,_originalDate:H},F=w.match(Go).map(function(D){var M=D[0];if(M==="p"||M==="P"){var C=Ga[M];return C(D,Y.formatLong)}return D}).join("").match(Qo).map(function(D){if(D==="''")return"'";var M=D[0];if(M==="'")return zo(D);var C=no[M];if(C)return!(a!=null&&a.useAdditionalWeekYearTokens)&&or(D)&&Ta(D,n,String(t)),!(a!=null&&a.useAdditionalDayOfYearTokens)&&rr(D)&&Ta(D,n,String(t)),C(g,D,Y.localize,P);if(M.match(Ko))throw new RangeError("Format string contains an unescaped latin alphabet character `"+M+"`");return D}).join("");return F}function zo(t){var n=t.match(Xo);return n?n[1].replace(Jo,"'"):t}function Zo(t,n){if(t==null)throw new TypeError("assign requires that input parameter not be null or undefined");for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a]);return t}function ei(t){le(1,arguments);var n=ve(t),a=n.getDay();return a}function ti(t){le(1,arguments);var n=ve(t),a=n.getFullYear(),e=n.getMonth(),r=new Date(0);return r.setFullYear(a,e+1,0),r.setHours(0,0,0,0),r.getDate()}function Ct(t){le(1,arguments);var n=ve(t),a=n.getHours();return a}var ai=6048e5;function ni(t){le(1,arguments);var n=ve(t),a=_a(n).getTime()-Hr(n).getTime();return Math.round(a/ai)+1}function Pt(t){le(1,arguments);var n=ve(t),a=n.getMinutes();return a}function Ae(t){le(1,arguments);var n=ve(t),a=n.getMonth();return a}function Kt(t){le(1,arguments);var n=ve(t),a=n.getSeconds();return a}function ri(t,n){var a,e,r,i,o,l,d,u;le(1,arguments);var y=ve(t),m=y.getFullYear(),c=kt(),p=fe((a=(e=(r=(i=n==null?void 0:n.firstWeekContainsDate)!==null&&i!==void 0?i:n==null||(o=n.locale)===null||o===void 0||(l=o.options)===null||l===void 0?void 0:l.firstWeekContainsDate)!==null&&r!==void 0?r:c.firstWeekContainsDate)!==null&&e!==void 0?e:(d=c.locale)===null||d===void 0||(u=d.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&a!==void 0?a:1);if(!(p>=1&&p<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var $=new Date(0);$.setFullYear(m+1,0,p),$.setHours(0,0,0,0);var A=Ht($,n),N=new Date(0);N.setFullYear(m,0,p),N.setHours(0,0,0,0);var X=Ht(N,n);return y.getTime()>=A.getTime()?m+1:y.getTime()>=X.getTime()?m:m-1}function oi(t,n){var a,e,r,i,o,l,d,u;le(1,arguments);var y=kt(),m=fe((a=(e=(r=(i=n==null?void 0:n.firstWeekContainsDate)!==null&&i!==void 0?i:n==null||(o=n.locale)===null||o===void 0||(l=o.options)===null||l===void 0?void 0:l.firstWeekContainsDate)!==null&&r!==void 0?r:y.firstWeekContainsDate)!==null&&e!==void 0?e:(d=y.locale)===null||d===void 0||(u=d.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&a!==void 0?a:1),c=ri(t,n),p=new Date(0);p.setFullYear(c,0,m),p.setHours(0,0,0,0);var $=Ht(p,n);return $}var ii=6048e5;function li(t,n){le(1,arguments);var a=ve(t),e=Ht(a,n).getTime()-oi(a,n).getTime();return Math.round(e/ii)+1}function Ie(t){return le(1,arguments),ve(t).getFullYear()}function fa(t,n){le(2,arguments);var a=ve(t),e=ve(n);return a.getTime()>e.getTime()}function va(t,n){le(2,arguments);var a=ve(t),e=ve(n);return a.getTime()<e.getTime()}function Vt(t,n){le(2,arguments);var a=ve(t),e=ve(n);return a.getTime()===e.getTime()}function Mn(t,n){(n==null||n>t.length)&&(n=t.length);for(var a=0,e=new Array(n);a<n;a++)e[a]=t[a];return e}function ui(t,n){if(t){if(typeof t=="string")return Mn(t,n);var a=Object.prototype.toString.call(t).slice(8,-1);if(a==="Object"&&t.constructor&&(a=t.constructor.name),a==="Map"||a==="Set")return Array.from(t);if(a==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return Mn(t,n)}}function Cn(t,n){var a=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!a){if(Array.isArray(t)||(a=ui(t))||n&&t&&typeof t.length=="number"){a&&(t=a);var e=0,r=function(){};return{s:r,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(u){throw u},f:r}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i=!0,o=!1,l;return{s:function(){a=a.call(t)},n:function(){var u=a.next();return i=u.done,u},e:function(u){o=!0,l=u},f:function(){try{!i&&a.return!=null&&a.return()}finally{if(o)throw l}}}}function re(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Xa(t,n){return Xa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,r){return e.__proto__=r,e},Xa(t,n)}function xe(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),n&&Xa(t,n)}function Da(t){return Da=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(a){return a.__proto__||Object.getPrototypeOf(a)},Da(t)}function si(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function ci(t,n){if(n&&(st(n)==="object"||typeof n=="function"))return n;if(n!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return re(t)}function Me(t){var n=si();return function(){var e=Da(t),r;if(n){var i=Da(this).constructor;r=Reflect.construct(e,arguments,i)}else r=e.apply(this,arguments);return ci(this,r)}}function ke(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function di(t,n){if(st(t)!=="object"||t===null)return t;var a=t[Symbol.toPrimitive];if(a!==void 0){var e=a.call(t,n||"default");if(st(e)!=="object")return e;throw new TypeError("@@toPrimitive must return a primitive value.")}return(n==="string"?String:Number)(t)}function lr(t){var n=di(t,"string");return st(n)==="symbol"?n:String(n)}function Pn(t,n){for(var a=0;a<n.length;a++){var e=n[a];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(t,lr(e.key),e)}}function Te(t,n,a){return n&&Pn(t.prototype,n),a&&Pn(t,a),Object.defineProperty(t,"prototype",{writable:!1}),t}function ee(t,n,a){return n=lr(n),n in t?Object.defineProperty(t,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[n]=a,t}var fi=10,ur=function(){function t(){ke(this,t),ee(this,"priority",void 0),ee(this,"subPriority",0)}return Te(t,[{key:"validate",value:function(a,e){return!0}}]),t}(),vi=function(t){xe(a,t);var n=Me(a);function a(e,r,i,o,l){var d;return ke(this,a),d=n.call(this),d.value=e,d.validateValue=r,d.setValue=i,d.priority=o,l&&(d.subPriority=l),d}return Te(a,[{key:"validate",value:function(r,i){return this.validateValue(r,this.value,i)}},{key:"set",value:function(r,i,o){return this.setValue(r,i,this.value,o)}}]),a}(ur),pi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",fi),ee(re(e),"subPriority",-1),e}return Te(a,[{key:"set",value:function(r,i){if(i.timestampIsSet)return r;var o=new Date(0);return o.setFullYear(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate()),o.setHours(r.getUTCHours(),r.getUTCMinutes(),r.getUTCSeconds(),r.getUTCMilliseconds()),o}}]),a}(ur),Se=function(){function t(){ke(this,t),ee(this,"incompatibleTokens",void 0),ee(this,"priority",void 0),ee(this,"subPriority",void 0)}return Te(t,[{key:"run",value:function(a,e,r,i){var o=this.parse(a,e,r,i);return o?{setter:new vi(o.value,this.validate,this.set,this.priority,this.subPriority),rest:o.rest}:null}},{key:"validate",value:function(a,e,r){return!0}}]),t}(),mi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",140),ee(re(e),"incompatibleTokens",["R","u","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"G":case"GG":case"GGG":return o.era(r,{width:"abbreviated"})||o.era(r,{width:"narrow"});case"GGGGG":return o.era(r,{width:"narrow"});case"GGGG":default:return o.era(r,{width:"wide"})||o.era(r,{width:"abbreviated"})||o.era(r,{width:"narrow"})}}},{key:"set",value:function(r,i,o){return i.era=o,r.setUTCFullYear(o,0,1),r.setUTCHours(0,0,0,0),r}}]),a}(Se),He={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},gt={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function je(t,n){return t&&{value:n(t.value),rest:t.rest}}function Ee(t,n){var a=n.match(t);return a?{value:parseInt(a[0],10),rest:n.slice(a[0].length)}:null}function wt(t,n){var a=n.match(t);if(!a)return null;if(a[0]==="Z")return{value:0,rest:n.slice(1)};var e=a[1]==="+"?1:-1,r=a[2]?parseInt(a[2],10):0,i=a[3]?parseInt(a[3],10):0,o=a[5]?parseInt(a[5],10):0;return{value:e*(r*ln+i*on+o*Qr),rest:n.slice(a[0].length)}}function sr(t){return Ee(He.anyDigitsSigned,t)}function Be(t,n){switch(t){case 1:return Ee(He.singleDigit,n);case 2:return Ee(He.twoDigits,n);case 3:return Ee(He.threeDigits,n);case 4:return Ee(He.fourDigits,n);default:return Ee(new RegExp("^\\d{1,"+t+"}"),n)}}function xa(t,n){switch(t){case 1:return Ee(He.singleDigitSigned,n);case 2:return Ee(He.twoDigitsSigned,n);case 3:return Ee(He.threeDigitsSigned,n);case 4:return Ee(He.fourDigitsSigned,n);default:return Ee(new RegExp("^-?\\d{1,"+t+"}"),n)}}function sn(t){switch(t){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function cr(t,n){var a=n>0,e=a?n:1-n,r;if(e<=50)r=t||100;else{var i=e+50,o=Math.floor(i/100)*100,l=t>=i%100;r=t+o-(l?100:0)}return a?r:1-r}function dr(t){return t%400===0||t%4===0&&t%100!==0}var hi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",130),ee(re(e),"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){var l=function(u){return{year:u,isTwoDigitYear:i==="yy"}};switch(i){case"y":return je(Be(4,r),l);case"yo":return je(o.ordinalNumber(r,{unit:"year"}),l);default:return je(Be(i.length,r),l)}}},{key:"validate",value:function(r,i){return i.isTwoDigitYear||i.year>0}},{key:"set",value:function(r,i,o){var l=r.getUTCFullYear();if(o.isTwoDigitYear){var d=cr(o.year,l);return r.setUTCFullYear(d,0,1),r.setUTCHours(0,0,0,0),r}var u=!("era"in i)||i.era===1?o.year:1-o.year;return r.setUTCFullYear(u,0,1),r.setUTCHours(0,0,0,0),r}}]),a}(Se),yi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",130),ee(re(e),"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){var l=function(u){return{year:u,isTwoDigitYear:i==="YY"}};switch(i){case"Y":return je(Be(4,r),l);case"Yo":return je(o.ordinalNumber(r,{unit:"year"}),l);default:return je(Be(i.length,r),l)}}},{key:"validate",value:function(r,i){return i.isTwoDigitYear||i.year>0}},{key:"set",value:function(r,i,o,l){var d=un(r,l);if(o.isTwoDigitYear){var u=cr(o.year,d);return r.setUTCFullYear(u,0,l.firstWeekContainsDate),r.setUTCHours(0,0,0,0),jt(r,l)}var y=!("era"in i)||i.era===1?o.year:1-o.year;return r.setUTCFullYear(y,0,l.firstWeekContainsDate),r.setUTCHours(0,0,0,0),jt(r,l)}}]),a}(Se),gi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",130),ee(re(e),"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i){return xa(i==="R"?4:i.length,r)}},{key:"set",value:function(r,i,o){var l=new Date(0);return l.setUTCFullYear(o,0,4),l.setUTCHours(0,0,0,0),Jt(l)}}]),a}(Se),wi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",130),ee(re(e),"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i){return xa(i==="u"?4:i.length,r)}},{key:"set",value:function(r,i,o){return r.setUTCFullYear(o,0,1),r.setUTCHours(0,0,0,0),r}}]),a}(Se),bi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",120),ee(re(e),"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"Q":case"QQ":return Be(i.length,r);case"Qo":return o.ordinalNumber(r,{unit:"quarter"});case"QQQ":return o.quarter(r,{width:"abbreviated",context:"formatting"})||o.quarter(r,{width:"narrow",context:"formatting"});case"QQQQQ":return o.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return o.quarter(r,{width:"wide",context:"formatting"})||o.quarter(r,{width:"abbreviated",context:"formatting"})||o.quarter(r,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(r,i){return i>=1&&i<=4}},{key:"set",value:function(r,i,o){return r.setUTCMonth((o-1)*3,1),r.setUTCHours(0,0,0,0),r}}]),a}(Se),_i=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",120),ee(re(e),"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"q":case"qq":return Be(i.length,r);case"qo":return o.ordinalNumber(r,{unit:"quarter"});case"qqq":return o.quarter(r,{width:"abbreviated",context:"standalone"})||o.quarter(r,{width:"narrow",context:"standalone"});case"qqqqq":return o.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return o.quarter(r,{width:"wide",context:"standalone"})||o.quarter(r,{width:"abbreviated",context:"standalone"})||o.quarter(r,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(r,i){return i>=1&&i<=4}},{key:"set",value:function(r,i,o){return r.setUTCMonth((o-1)*3,1),r.setUTCHours(0,0,0,0),r}}]),a}(Se),ki=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]),ee(re(e),"priority",110),e}return Te(a,[{key:"parse",value:function(r,i,o){var l=function(u){return u-1};switch(i){case"M":return je(Ee(He.month,r),l);case"MM":return je(Be(2,r),l);case"Mo":return je(o.ordinalNumber(r,{unit:"month"}),l);case"MMM":return o.month(r,{width:"abbreviated",context:"formatting"})||o.month(r,{width:"narrow",context:"formatting"});case"MMMMM":return o.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return o.month(r,{width:"wide",context:"formatting"})||o.month(r,{width:"abbreviated",context:"formatting"})||o.month(r,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(r,i){return i>=0&&i<=11}},{key:"set",value:function(r,i,o){return r.setUTCMonth(o,1),r.setUTCHours(0,0,0,0),r}}]),a}(Se),Ti=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",110),ee(re(e),"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){var l=function(u){return u-1};switch(i){case"L":return je(Ee(He.month,r),l);case"LL":return je(Be(2,r),l);case"Lo":return je(o.ordinalNumber(r,{unit:"month"}),l);case"LLL":return o.month(r,{width:"abbreviated",context:"standalone"})||o.month(r,{width:"narrow",context:"standalone"});case"LLLLL":return o.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return o.month(r,{width:"wide",context:"standalone"})||o.month(r,{width:"abbreviated",context:"standalone"})||o.month(r,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(r,i){return i>=0&&i<=11}},{key:"set",value:function(r,i,o){return r.setUTCMonth(o,1),r.setUTCHours(0,0,0,0),r}}]),a}(Se);function Di(t,n,a){le(2,arguments);var e=ve(t),r=fe(n),i=ar(e,a)-r;return e.setUTCDate(e.getUTCDate()-i*7),e}var xi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",100),ee(re(e),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"w":return Ee(He.week,r);case"wo":return o.ordinalNumber(r,{unit:"week"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=1&&i<=53}},{key:"set",value:function(r,i,o,l){return jt(Di(r,o,l),l)}}]),a}(Se);function Mi(t,n){le(2,arguments);var a=ve(t),e=fe(n),r=tr(a)-e;return a.setUTCDate(a.getUTCDate()-r*7),a}var Ci=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",100),ee(re(e),"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"I":return Ee(He.week,r);case"Io":return o.ordinalNumber(r,{unit:"week"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=1&&i<=53}},{key:"set",value:function(r,i,o){return Jt(Mi(r,o))}}]),a}(Se),Pi=[31,28,31,30,31,30,31,31,30,31,30,31],Si=[31,29,31,30,31,30,31,31,30,31,30,31],Oi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",90),ee(re(e),"subPriority",1),ee(re(e),"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"d":return Ee(He.date,r);case"do":return o.ordinalNumber(r,{unit:"date"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){var o=r.getUTCFullYear(),l=dr(o),d=r.getUTCMonth();return l?i>=1&&i<=Si[d]:i>=1&&i<=Pi[d]}},{key:"set",value:function(r,i,o){return r.setUTCDate(o),r.setUTCHours(0,0,0,0),r}}]),a}(Se),Ni=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",90),ee(re(e),"subpriority",1),ee(re(e),"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"D":case"DD":return Ee(He.dayOfYear,r);case"Do":return o.ordinalNumber(r,{unit:"date"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){var o=r.getUTCFullYear(),l=dr(o);return l?i>=1&&i<=366:i>=1&&i<=365}},{key:"set",value:function(r,i,o){return r.setUTCMonth(0,o),r.setUTCHours(0,0,0,0),r}}]),a}(Se);function cn(t,n,a){var e,r,i,o,l,d,u,y;le(2,arguments);var m=kt(),c=fe((e=(r=(i=(o=a==null?void 0:a.weekStartsOn)!==null&&o!==void 0?o:a==null||(l=a.locale)===null||l===void 0||(d=l.options)===null||d===void 0?void 0:d.weekStartsOn)!==null&&i!==void 0?i:m.weekStartsOn)!==null&&r!==void 0?r:(u=m.locale)===null||u===void 0||(y=u.options)===null||y===void 0?void 0:y.weekStartsOn)!==null&&e!==void 0?e:0);if(!(c>=0&&c<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var p=ve(t),$=fe(n),A=p.getUTCDay(),N=$%7,X=(N+7)%7,k=(X<c?7:0)+$-A;return p.setUTCDate(p.getUTCDate()+k),p}var Ai=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",90),ee(re(e),"incompatibleTokens",["D","i","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"E":case"EE":case"EEE":return o.day(r,{width:"abbreviated",context:"formatting"})||o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"});case"EEEEE":return o.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"});case"EEEE":default:return o.day(r,{width:"wide",context:"formatting"})||o.day(r,{width:"abbreviated",context:"formatting"})||o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(r,i){return i>=0&&i<=6}},{key:"set",value:function(r,i,o,l){return r=cn(r,o,l),r.setUTCHours(0,0,0,0),r}}]),a}(Se),$i=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",90),ee(re(e),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o,l){var d=function(y){var m=Math.floor((y-1)/7)*7;return(y+l.weekStartsOn+6)%7+m};switch(i){case"e":case"ee":return je(Be(i.length,r),d);case"eo":return je(o.ordinalNumber(r,{unit:"day"}),d);case"eee":return o.day(r,{width:"abbreviated",context:"formatting"})||o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"});case"eeeee":return o.day(r,{width:"narrow",context:"formatting"});case"eeeeee":return o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"});case"eeee":default:return o.day(r,{width:"wide",context:"formatting"})||o.day(r,{width:"abbreviated",context:"formatting"})||o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(r,i){return i>=0&&i<=6}},{key:"set",value:function(r,i,o,l){return r=cn(r,o,l),r.setUTCHours(0,0,0,0),r}}]),a}(Se),Ii=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",90),ee(re(e),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o,l){var d=function(y){var m=Math.floor((y-1)/7)*7;return(y+l.weekStartsOn+6)%7+m};switch(i){case"c":case"cc":return je(Be(i.length,r),d);case"co":return je(o.ordinalNumber(r,{unit:"day"}),d);case"ccc":return o.day(r,{width:"abbreviated",context:"standalone"})||o.day(r,{width:"short",context:"standalone"})||o.day(r,{width:"narrow",context:"standalone"});case"ccccc":return o.day(r,{width:"narrow",context:"standalone"});case"cccccc":return o.day(r,{width:"short",context:"standalone"})||o.day(r,{width:"narrow",context:"standalone"});case"cccc":default:return o.day(r,{width:"wide",context:"standalone"})||o.day(r,{width:"abbreviated",context:"standalone"})||o.day(r,{width:"short",context:"standalone"})||o.day(r,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(r,i){return i>=0&&i<=6}},{key:"set",value:function(r,i,o,l){return r=cn(r,o,l),r.setUTCHours(0,0,0,0),r}}]),a}(Se);function Ei(t,n){le(2,arguments);var a=fe(n);a%7===0&&(a=a-7);var e=1,r=ve(t),i=r.getUTCDay(),o=a%7,l=(o+7)%7,d=(l<e?7:0)+a-i;return r.setUTCDate(r.getUTCDate()+d),r}var Yi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",90),ee(re(e),"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){var l=function(u){return u===0?7:u};switch(i){case"i":case"ii":return Be(i.length,r);case"io":return o.ordinalNumber(r,{unit:"day"});case"iii":return je(o.day(r,{width:"abbreviated",context:"formatting"})||o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"}),l);case"iiiii":return je(o.day(r,{width:"narrow",context:"formatting"}),l);case"iiiiii":return je(o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"}),l);case"iiii":default:return je(o.day(r,{width:"wide",context:"formatting"})||o.day(r,{width:"abbreviated",context:"formatting"})||o.day(r,{width:"short",context:"formatting"})||o.day(r,{width:"narrow",context:"formatting"}),l)}}},{key:"validate",value:function(r,i){return i>=1&&i<=7}},{key:"set",value:function(r,i,o){return r=Ei(r,o),r.setUTCHours(0,0,0,0),r}}]),a}(Se),Ui=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",80),ee(re(e),"incompatibleTokens",["b","B","H","k","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"a":case"aa":case"aaa":return o.dayPeriod(r,{width:"abbreviated",context:"formatting"})||o.dayPeriod(r,{width:"narrow",context:"formatting"});case"aaaaa":return o.dayPeriod(r,{width:"narrow",context:"formatting"});case"aaaa":default:return o.dayPeriod(r,{width:"wide",context:"formatting"})||o.dayPeriod(r,{width:"abbreviated",context:"formatting"})||o.dayPeriod(r,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(r,i,o){return r.setUTCHours(sn(o),0,0,0),r}}]),a}(Se),Li=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",80),ee(re(e),"incompatibleTokens",["a","B","H","k","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"b":case"bb":case"bbb":return o.dayPeriod(r,{width:"abbreviated",context:"formatting"})||o.dayPeriod(r,{width:"narrow",context:"formatting"});case"bbbbb":return o.dayPeriod(r,{width:"narrow",context:"formatting"});case"bbbb":default:return o.dayPeriod(r,{width:"wide",context:"formatting"})||o.dayPeriod(r,{width:"abbreviated",context:"formatting"})||o.dayPeriod(r,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(r,i,o){return r.setUTCHours(sn(o),0,0,0),r}}]),a}(Se),Ri=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",80),ee(re(e),"incompatibleTokens",["a","b","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"B":case"BB":case"BBB":return o.dayPeriod(r,{width:"abbreviated",context:"formatting"})||o.dayPeriod(r,{width:"narrow",context:"formatting"});case"BBBBB":return o.dayPeriod(r,{width:"narrow",context:"formatting"});case"BBBB":default:return o.dayPeriod(r,{width:"wide",context:"formatting"})||o.dayPeriod(r,{width:"abbreviated",context:"formatting"})||o.dayPeriod(r,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(r,i,o){return r.setUTCHours(sn(o),0,0,0),r}}]),a}(Se),Fi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",70),ee(re(e),"incompatibleTokens",["H","K","k","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"h":return Ee(He.hour12h,r);case"ho":return o.ordinalNumber(r,{unit:"hour"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=1&&i<=12}},{key:"set",value:function(r,i,o){var l=r.getUTCHours()>=12;return l&&o<12?r.setUTCHours(o+12,0,0,0):!l&&o===12?r.setUTCHours(0,0,0,0):r.setUTCHours(o,0,0,0),r}}]),a}(Se),Vi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",70),ee(re(e),"incompatibleTokens",["a","b","h","K","k","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"H":return Ee(He.hour23h,r);case"Ho":return o.ordinalNumber(r,{unit:"hour"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=0&&i<=23}},{key:"set",value:function(r,i,o){return r.setUTCHours(o,0,0,0),r}}]),a}(Se),Bi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",70),ee(re(e),"incompatibleTokens",["h","H","k","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"K":return Ee(He.hour11h,r);case"Ko":return o.ordinalNumber(r,{unit:"hour"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=0&&i<=11}},{key:"set",value:function(r,i,o){var l=r.getUTCHours()>=12;return l&&o<12?r.setUTCHours(o+12,0,0,0):r.setUTCHours(o,0,0,0),r}}]),a}(Se),Wi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",70),ee(re(e),"incompatibleTokens",["a","b","h","H","K","t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"k":return Ee(He.hour24h,r);case"ko":return o.ordinalNumber(r,{unit:"hour"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=1&&i<=24}},{key:"set",value:function(r,i,o){var l=o<=24?o%24:o;return r.setUTCHours(l,0,0,0),r}}]),a}(Se),Hi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",60),ee(re(e),"incompatibleTokens",["t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"m":return Ee(He.minute,r);case"mo":return o.ordinalNumber(r,{unit:"minute"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=0&&i<=59}},{key:"set",value:function(r,i,o){return r.setUTCMinutes(o,0,0),r}}]),a}(Se),ji=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",50),ee(re(e),"incompatibleTokens",["t","T"]),e}return Te(a,[{key:"parse",value:function(r,i,o){switch(i){case"s":return Ee(He.second,r);case"so":return o.ordinalNumber(r,{unit:"second"});default:return Be(i.length,r)}}},{key:"validate",value:function(r,i){return i>=0&&i<=59}},{key:"set",value:function(r,i,o){return r.setUTCSeconds(o,0),r}}]),a}(Se),qi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",30),ee(re(e),"incompatibleTokens",["t","T"]),e}return Te(a,[{key:"parse",value:function(r,i){var o=function(d){return Math.floor(d*Math.pow(10,-i.length+3))};return je(Be(i.length,r),o)}},{key:"set",value:function(r,i,o){return r.setUTCMilliseconds(o),r}}]),a}(Se),Qi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",10),ee(re(e),"incompatibleTokens",["t","T","x"]),e}return Te(a,[{key:"parse",value:function(r,i){switch(i){case"X":return wt(gt.basicOptionalMinutes,r);case"XX":return wt(gt.basic,r);case"XXXX":return wt(gt.basicOptionalSeconds,r);case"XXXXX":return wt(gt.extendedOptionalSeconds,r);case"XXX":default:return wt(gt.extended,r)}}},{key:"set",value:function(r,i,o){return i.timestampIsSet?r:new Date(r.getTime()-o)}}]),a}(Se),Gi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",10),ee(re(e),"incompatibleTokens",["t","T","X"]),e}return Te(a,[{key:"parse",value:function(r,i){switch(i){case"x":return wt(gt.basicOptionalMinutes,r);case"xx":return wt(gt.basic,r);case"xxxx":return wt(gt.basicOptionalSeconds,r);case"xxxxx":return wt(gt.extendedOptionalSeconds,r);case"xxx":default:return wt(gt.extended,r)}}},{key:"set",value:function(r,i,o){return i.timestampIsSet?r:new Date(r.getTime()-o)}}]),a}(Se),Xi=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",40),ee(re(e),"incompatibleTokens","*"),e}return Te(a,[{key:"parse",value:function(r){return sr(r)}},{key:"set",value:function(r,i,o){return[new Date(o*1e3),{timestampIsSet:!0}]}}]),a}(Se),Ji=function(t){xe(a,t);var n=Me(a);function a(){var e;ke(this,a);for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];return e=n.call.apply(n,[this].concat(i)),ee(re(e),"priority",20),ee(re(e),"incompatibleTokens","*"),e}return Te(a,[{key:"parse",value:function(r){return sr(r)}},{key:"set",value:function(r,i,o){return[new Date(o),{timestampIsSet:!0}]}}]),a}(Se),Ki={G:new mi,y:new hi,Y:new yi,R:new gi,u:new wi,Q:new bi,q:new _i,M:new ki,L:new Ti,w:new xi,I:new Ci,d:new Oi,D:new Ni,E:new Ai,e:new $i,c:new Ii,i:new Yi,a:new Ui,b:new Li,B:new Ri,h:new Fi,H:new Vi,K:new Bi,k:new Wi,m:new Hi,s:new ji,S:new qi,X:new Qi,x:new Gi,t:new Xi,T:new Ji},zi=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Zi=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,el=/^'([^]*?)'?$/,tl=/''/g,al=/\S/,nl=/[a-zA-Z]/;function Ja(t,n,a,e){var r,i,o,l,d,u,y,m,c,p,$,A,N,X,k,_,S,w;le(3,arguments);var O=String(t),Y=String(n),U=kt(),L=(r=(i=e==null?void 0:e.locale)!==null&&i!==void 0?i:U.locale)!==null&&r!==void 0?r:ir;if(!L.match)throw new RangeError("locale must contain match property");var H=fe((o=(l=(d=(u=e==null?void 0:e.firstWeekContainsDate)!==null&&u!==void 0?u:e==null||(y=e.locale)===null||y===void 0||(m=y.options)===null||m===void 0?void 0:m.firstWeekContainsDate)!==null&&d!==void 0?d:U.firstWeekContainsDate)!==null&&l!==void 0?l:(c=U.locale)===null||c===void 0||(p=c.options)===null||p===void 0?void 0:p.firstWeekContainsDate)!==null&&o!==void 0?o:1);if(!(H>=1&&H<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var v=fe(($=(A=(N=(X=e==null?void 0:e.weekStartsOn)!==null&&X!==void 0?X:e==null||(k=e.locale)===null||k===void 0||(_=k.options)===null||_===void 0?void 0:_.weekStartsOn)!==null&&N!==void 0?N:U.weekStartsOn)!==null&&A!==void 0?A:(S=U.locale)===null||S===void 0||(w=S.options)===null||w===void 0?void 0:w.weekStartsOn)!==null&&$!==void 0?$:0);if(!(v>=0&&v<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(Y==="")return O===""?ve(a):new Date(NaN);var g={firstWeekContainsDate:H,weekStartsOn:v,locale:L},P=[new pi],F=Y.match(Zi).map(function(oe){var ae=oe[0];if(ae in Ga){var ye=Ga[ae];return ye(oe,L.formatLong)}return oe}).join("").match(zi),D=[],M=Cn(F),C;try{var x=function(){var ae=C.value;!(e!=null&&e.useAdditionalWeekYearTokens)&&or(ae)&&Ta(ae,Y,t),!(e!=null&&e.useAdditionalDayOfYearTokens)&&rr(ae)&&Ta(ae,Y,t);var ye=ae[0],be=Ki[ye];if(be){var de=be.incompatibleTokens;if(Array.isArray(de)){var We=D.find(function(qe){return de.includes(qe.token)||qe.token===ye});if(We)throw new RangeError("The format string mustn't contain `".concat(We.fullToken,"` and `").concat(ae,"` at the same time"))}else if(be.incompatibleTokens==="*"&&D.length>0)throw new RangeError("The format string mustn't contain `".concat(ae,"` and any other token at the same time"));D.push({token:ye,fullToken:ae});var Je=be.run(O,ae,L.match,g);if(!Je)return{v:new Date(NaN)};P.push(Je.setter),O=Je.rest}else{if(ye.match(nl))throw new RangeError("Format string contains an unescaped latin alphabet character `"+ye+"`");if(ae==="''"?ae="'":ye==="'"&&(ae=rl(ae)),O.indexOf(ae)===0)O=O.slice(ae.length);else return{v:new Date(NaN)}}};for(M.s();!(C=M.n()).done;){var s=x();if(st(s)==="object")return s.v}}catch(oe){M.e(oe)}finally{M.f()}if(O.length>0&&al.test(O))return new Date(NaN);var E=P.map(function(oe){return oe.priority}).sort(function(oe,ae){return ae-oe}).filter(function(oe,ae,ye){return ye.indexOf(oe)===ae}).map(function(oe){return P.filter(function(ae){return ae.priority===oe}).sort(function(ae,ye){return ye.subPriority-ae.subPriority})}).map(function(oe){return oe[0]}),K=ve(a);if(isNaN(K.getTime()))return new Date(NaN);var W=Zn(K,ka(K)),T={},f=Cn(E),h;try{for(f.s();!(h=f.n()).done;){var I=h.value;if(!I.validate(W,g))return new Date(NaN);var z=I.set(W,T,g);Array.isArray(z)?(W=z[0],Zo(T,z[1])):W=z}}catch(oe){f.e(oe)}finally{f.f()}return W}function rl(t){return t.match(el)[1].replace(tl,"'")}function ol(t,n){le(2,arguments);var a=fe(n);return St(t,-a)}function il(t,n){var a;le(1,arguments);var e=fe((a=n==null?void 0:n.additionalDigits)!==null&&a!==void 0?a:2);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(!(typeof t=="string"||Object.prototype.toString.call(t)==="[object String]"))return new Date(NaN);var r=cl(t),i;if(r.date){var o=dl(r.date,e);i=fl(o.restDateString,o.year)}if(!i||isNaN(i.getTime()))return new Date(NaN);var l=i.getTime(),d=0,u;if(r.time&&(d=vl(r.time),isNaN(d)))return new Date(NaN);if(r.timezone){if(u=pl(r.timezone),isNaN(u))return new Date(NaN)}else{var y=new Date(l+d),m=new Date(0);return m.setFullYear(y.getUTCFullYear(),y.getUTCMonth(),y.getUTCDate()),m.setHours(y.getUTCHours(),y.getUTCMinutes(),y.getUTCSeconds(),y.getUTCMilliseconds()),m}return new Date(l+d+u)}var ha={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},ll=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,ul=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,sl=/^([+-])(\d{2})(?::?(\d{2}))?$/;function cl(t){var n={},a=t.split(ha.dateTimeDelimiter),e;if(a.length>2)return n;if(/:/.test(a[0])?e=a[0]:(n.date=a[0],e=a[1],ha.timeZoneDelimiter.test(n.date)&&(n.date=t.split(ha.timeZoneDelimiter)[0],e=t.substr(n.date.length,t.length))),e){var r=ha.timezone.exec(e);r?(n.time=e.replace(r[1],""),n.timezone=r[1]):n.time=e}return n}function dl(t,n){var a=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+n)+"})|(\\d{2}|[+-]\\d{"+(2+n)+"})$)"),e=t.match(a);if(!e)return{year:NaN,restDateString:""};var r=e[1]?parseInt(e[1]):null,i=e[2]?parseInt(e[2]):null;return{year:i===null?r:i*100,restDateString:t.slice((e[1]||e[2]).length)}}function fl(t,n){if(n===null)return new Date(NaN);var a=t.match(ll);if(!a)return new Date(NaN);var e=!!a[4],r=oa(a[1]),i=oa(a[2])-1,o=oa(a[3]),l=oa(a[4]),d=oa(a[5])-1;if(e)return wl(n,l,d)?ml(n,l,d):new Date(NaN);var u=new Date(0);return!yl(n,i,o)||!gl(n,r)?new Date(NaN):(u.setUTCFullYear(n,i,Math.max(r,o)),u)}function oa(t){return t?parseInt(t):1}function vl(t){var n=t.match(ul);if(!n)return NaN;var a=Ya(n[1]),e=Ya(n[2]),r=Ya(n[3]);return bl(a,e,r)?a*ln+e*on+r*1e3:NaN}function Ya(t){return t&&parseFloat(t.replace(",","."))||0}function pl(t){if(t==="Z")return 0;var n=t.match(sl);if(!n)return 0;var a=n[1]==="+"?-1:1,e=parseInt(n[2]),r=n[3]&&parseInt(n[3])||0;return _l(e,r)?a*(e*ln+r*on):NaN}function ml(t,n,a){var e=new Date(0);e.setUTCFullYear(t,0,4);var r=e.getUTCDay()||7,i=(n-1)*7+a+1-r;return e.setUTCDate(e.getUTCDate()+i),e}var hl=[31,null,31,30,31,30,31,31,30,31,30,31];function fr(t){return t%400===0||t%4===0&&t%100!==0}function yl(t,n,a){return n>=0&&n<=11&&a>=1&&a<=(hl[n]||(fr(t)?29:28))}function gl(t,n){return n>=1&&n<=(fr(t)?366:365)}function wl(t,n,a){return n>=1&&n<=53&&a>=0&&a<=6}function bl(t,n,a){return t===24?n===0&&a===0:a>=0&&a<60&&n>=0&&n<60&&t>=0&&t<25}function _l(t,n){return n>=0&&n<=59}function Gt(t,n){le(2,arguments);var a=ve(t),e=fe(n),r=a.getFullYear(),i=a.getDate(),o=new Date(0);o.setFullYear(r,e,15),o.setHours(0,0,0,0);var l=ti(o);return a.setMonth(e,Math.min(i,l)),a}function Ge(t,n){if(le(2,arguments),st(n)!=="object"||n===null)throw new RangeError("values parameter must be an object");var a=ve(t);return isNaN(a.getTime())?new Date(NaN):(n.year!=null&&a.setFullYear(n.year),n.month!=null&&(a=Gt(a,n.month)),n.date!=null&&a.setDate(fe(n.date)),n.hours!=null&&a.setHours(fe(n.hours)),n.minutes!=null&&a.setMinutes(fe(n.minutes)),n.seconds!=null&&a.setSeconds(fe(n.seconds)),n.milliseconds!=null&&a.setMilliseconds(fe(n.milliseconds)),a)}function vr(t,n){le(2,arguments);var a=ve(t),e=fe(n);return a.setHours(e),a}function dn(t,n){le(2,arguments);var a=ve(t),e=fe(n);return a.setMilliseconds(e),a}function pr(t,n){le(2,arguments);var a=ve(t),e=fe(n);return a.setMinutes(e),a}function mr(t,n){le(2,arguments);var a=ve(t),e=fe(n);return a.setSeconds(e),a}function Ot(t,n){le(2,arguments);var a=ve(t),e=fe(n);return isNaN(a.getTime())?new Date(NaN):(a.setFullYear(e),a)}function Xt(t,n){le(2,arguments);var a=fe(n);return bt(t,-a)}function kl(t,n){if(le(2,arguments),!n||st(n)!=="object")return new Date(NaN);var a=n.years?fe(n.years):0,e=n.months?fe(n.months):0,r=n.weeks?fe(n.weeks):0,i=n.days?fe(n.days):0,o=n.hours?fe(n.hours):0,l=n.minutes?fe(n.minutes):0,d=n.seconds?fe(n.seconds):0,u=Xt(t,e+a*12),y=ol(u,i+r*7),m=l+o*60,c=d+m*60,p=c*1e3,$=new Date(y.getTime()-p);return $}function Tl(t,n){le(2,arguments);var a=fe(n);return Kn(t,-a)}function Ca(){return R(),Q("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon"},[J("path",{d:"M29.333 8c0-2.208-1.792-4-4-4h-18.667c-2.208 0-4 1.792-4 4v18.667c0 2.208 1.792 4 4 4h18.667c2.208 0 4-1.792 4-4v-18.667zM26.667 8v18.667c0 0.736-0.597 1.333-1.333 1.333 0 0-18.667 0-18.667 0-0.736 0-1.333-0.597-1.333-1.333 0 0 0-18.667 0-18.667 0-0.736 0.597-1.333 1.333-1.333 0 0 18.667 0 18.667 0 0.736 0 1.333 0.597 1.333 1.333z"}),J("path",{d:"M20 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),J("path",{d:"M9.333 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),J("path",{d:"M4 14.667h24c0.736 0 1.333-0.597 1.333-1.333s-0.597-1.333-1.333-1.333h-24c-0.736 0-1.333 0.597-1.333 1.333s0.597 1.333 1.333 1.333z"})])}function Dl(){return R(),Q("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon"},[J("path",{d:"M23.057 7.057l-16 16c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l16-16c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0z"}),J("path",{d:"M7.057 8.943l16 16c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885l-16-16c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}function Sn(){return R(),Q("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon"},[J("path",{d:"M20.943 23.057l-7.057-7.057c0 0 7.057-7.057 7.057-7.057 0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-8 8c-0.521 0.521-0.521 1.365 0 1.885l8 8c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}function On(){return R(),Q("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon"},[J("path",{d:"M12.943 24.943l8-8c0.521-0.521 0.521-1.365 0-1.885l-8-8c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885l7.057 7.057c0 0-7.057 7.057-7.057 7.057-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0z"})])}function hr(){return R(),Q("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon"},[J("path",{d:"M16 1.333c-8.095 0-14.667 6.572-14.667 14.667s6.572 14.667 14.667 14.667c8.095 0 14.667-6.572 14.667-14.667s-6.572-14.667-14.667-14.667zM16 4c6.623 0 12 5.377 12 12s-5.377 12-12 12c-6.623 0-12-5.377-12-12s5.377-12 12-12z"}),J("path",{d:"M14.667 8v8c0 0.505 0.285 0.967 0.737 1.193l5.333 2.667c0.658 0.329 1.46 0.062 1.789-0.596s0.062-1.46-0.596-1.789l-4.596-2.298c0 0 0-7.176 0-7.176 0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"})])}function yr(){return R(),Q("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon"},[J("path",{d:"M24.943 19.057l-8-8c-0.521-0.521-1.365-0.521-1.885 0l-8 8c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l7.057-7.057c0 0 7.057 7.057 7.057 7.057 0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}function gr(){return R(),Q("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon"},[J("path",{d:"M7.057 12.943l8 8c0.521 0.521 1.365 0.521 1.885 0l8-8c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-7.057 7.057c0 0-7.057-7.057-7.057-7.057-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}const Nn=(t,n,a,e,r)=>{const i=Ja(t,n.slice(0,t.length),new Date);return sa(i)&&zn(i)?e||r?i:Ge(i,{hours:+a.hours,minutes:+(a==null?void 0:a.minutes),seconds:+(a==null?void 0:a.seconds),milliseconds:0}):null},xl=(t,n,a,e,r)=>{const i=Array.isArray(a)?a[0]:a;if(typeof n=="string")return Nn(t,n,i,e,r);if(Array.isArray(n)){let o=null;for(const l of n)if(o=Nn(t,l,i,e,r),o)break;return o}return typeof n=="function"?n(t):null},q=t=>t?new Date(t):new Date,Ml=(t,n,a)=>{if(n){const r=(t.getMonth()+1).toString().padStart(2,"0"),i=t.getDate().toString().padStart(2,"0"),o=t.getHours().toString().padStart(2,"0"),l=t.getMinutes().toString().padStart(2,"0"),d=a?t.getSeconds().toString().padStart(2,"0"):"00";return`${t.getFullYear()}-${r}-${i}T${o}:${l}:${d}.000Z`}const e=Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds());return new Date(e).toISOString()},ut=t=>{let n=q(JSON.parse(JSON.stringify(t)));return n=vr(n,0),n=pr(n,0),n=mr(n,0),n=dn(n,0),n},lt=(t,n,a,e)=>{let r=t?q(t):q();return(n||n===0)&&(r=vr(r,+n)),(a||a===0)&&(r=pr(r,+a)),(e||e===0)&&(r=mr(r,+e)),dn(r,0)},Ze=(t,n)=>!t||!n?!1:va(ut(t),ut(n)),Ne=(t,n)=>!t||!n?!1:Vt(ut(t),ut(n)),at=(t,n)=>!t||!n?!1:fa(ut(t),ut(n)),wr=(t,n,a)=>t&&t[0]&&t[1]?at(a,t[0])&&Ze(a,t[1]):t&&t[0]&&n?at(a,t[0])&&Ze(a,n)||Ze(a,t[0])&&at(a,n):!1,ia=t=>{const n=Ge(new Date(t),{date:1});return ut(n)},Ua=(t,n,a)=>n&&(a||a===0)?Object.fromEntries(["hours","minutes","seconds"].map(e=>e===n?[e,a]:[e,isNaN(+t[e])?void 0:+t[e]])):{hours:isNaN(+t.hours)?void 0:+t.hours,minutes:isNaN(+t.minutes)?void 0:+t.minutes,seconds:isNaN(+t.seconds)?void 0:+t.seconds},ya=t=>({hours:Ct(t),minutes:Pt(t),seconds:Kt(t)}),la=zt({menuFocused:!1,shiftKeyInMenu:!1}),br=()=>{const t=a=>{la.menuFocused=a},n=a=>{la.shiftKeyInMenu!==a&&(la.shiftKeyInMenu=a)};return{control:Z(()=>({shiftKeyInMenu:la.shiftKeyInMenu,menuFocused:la.menuFocused})),setMenuFocused:t,setShiftKey:n}};function fn(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var _r={exports:{}};(function(t){function n(a){return a&&a.__esModule?a:{default:a}}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports})(_r);var Cl=_r.exports,Ka={exports:{}};(function(t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=a;function a(e){if(e===null||e===!0||e===!1)return NaN;var r=Number(e);return isNaN(r)?r:r<0?Math.ceil(r):Math.floor(r)}t.exports=n.default})(Ka,Ka.exports);var Pl=Ka.exports;const Sl=fn(Pl);var za={exports:{}};(function(t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=a;function a(e){var r=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return r.setUTCFullYear(e.getFullYear()),e.getTime()-r.getTime()}t.exports=n.default})(za,za.exports);var Ol=za.exports;const An=fn(Ol);function Nl(t,n){var a=El(n);return a.formatToParts?$l(a,t):Il(a,t)}var Al={year:0,month:1,day:2,hour:3,minute:4,second:5};function $l(t,n){try{for(var a=t.formatToParts(n),e=[],r=0;r<a.length;r++){var i=Al[a[r].type];i>=0&&(e[i]=parseInt(a[r].value,10))}return e}catch(o){if(o instanceof RangeError)return[NaN];throw o}}function Il(t,n){var a=t.format(n).replace(/\u200E/g,""),e=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(a);return[e[3],e[1],e[2],e[4],e[5],e[6]]}var La={};function El(t){if(!La[t]){var n=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:"America/New_York",year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),a=n==="06/25/2014, 00:00:00"||n==="‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";La[t]=a?new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:t,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})}return La[t]}function vn(t,n,a,e,r,i,o){var l=new Date(0);return l.setUTCFullYear(t,n,a),l.setUTCHours(e,r,i,o),l}var $n=36e5,Yl=6e4,Ra={timezone:/([Z+-].*)$/,timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-]\d{2}):?(\d{2})$/};function pn(t,n,a){var e,r;if(!t||(e=Ra.timezoneZ.exec(t),e))return 0;var i;if(e=Ra.timezoneHH.exec(t),e)return i=parseInt(e[1],10),In(i)?-(i*$n):NaN;if(e=Ra.timezoneHHMM.exec(t),e){i=parseInt(e[1],10);var o=parseInt(e[2],10);return In(i,o)?(r=Math.abs(i)*$n+o*Yl,i>0?-r:r):NaN}if(Rl(t)){n=new Date(n||Date.now());var l=a?n:Ul(n),d=Za(l,t),u=a?d:Ll(n,d,t);return-u}return NaN}function Ul(t){return vn(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds())}function Za(t,n){var a=Nl(t,n),e=vn(a[0],a[1]-1,a[2],a[3]%24,a[4],a[5],0).getTime(),r=t.getTime(),i=r%1e3;return r-=i>=0?i:1e3+i,e-r}function Ll(t,n,a){var e=t.getTime(),r=e-n,i=Za(new Date(r),a);if(n===i)return n;r-=i-n;var o=Za(new Date(r),a);return i===o?i:Math.max(i,o)}function In(t,n){return-23<=t&&t<=23&&(n==null||0<=n&&n<=59)}var En={};function Rl(t){if(En[t])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:t}),En[t]=!0,!0}catch{return!1}}var Fl=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/;const kr=Fl;var Fa=36e5,Yn=6e4,Vl=2,tt={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,plainTime:/:/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:kr};function en(t,n){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(t===null)return new Date(NaN);var a=n||{},e=a.additionalDigits==null?Vl:Sl(a.additionalDigits);if(e!==2&&e!==1&&e!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(t instanceof Date||typeof t=="object"&&Object.prototype.toString.call(t)==="[object Date]")return new Date(t.getTime());if(typeof t=="number"||Object.prototype.toString.call(t)==="[object Number]")return new Date(t);if(!(typeof t=="string"||Object.prototype.toString.call(t)==="[object String]"))return new Date(NaN);var r=Bl(t),i=Wl(r.date,e),o=i.year,l=i.restDateString,d=Hl(l,o);if(isNaN(d))return new Date(NaN);if(d){var u=d.getTime(),y=0,m;if(r.time&&(y=jl(r.time),isNaN(y)))return new Date(NaN);if(r.timeZone||a.timeZone){if(m=pn(r.timeZone||a.timeZone,new Date(u+y)),isNaN(m))return new Date(NaN)}else m=An(new Date(u+y)),m=An(new Date(u+y+m));return new Date(u+y+m)}else return new Date(NaN)}function Bl(t){var n={},a=tt.dateTimePattern.exec(t),e;if(a?(n.date=a[1],e=a[3]):(a=tt.datePattern.exec(t),a?(n.date=a[1],e=a[2]):(n.date=null,e=t)),e){var r=tt.timeZone.exec(e);r?(n.time=e.replace(r[1],""),n.timeZone=r[1].trim()):n.time=e}return n}function Wl(t,n){var a=tt.YYY[n],e=tt.YYYYY[n],r;if(r=tt.YYYY.exec(t)||e.exec(t),r){var i=r[1];return{year:parseInt(i,10),restDateString:t.slice(i.length)}}if(r=tt.YY.exec(t)||a.exec(t),r){var o=r[1];return{year:parseInt(o,10)*100,restDateString:t.slice(o.length)}}return{year:null}}function Hl(t,n){if(n===null)return null;var a,e,r,i;if(t.length===0)return e=new Date(0),e.setUTCFullYear(n),e;if(a=tt.MM.exec(t),a)return e=new Date(0),r=parseInt(a[1],10)-1,Ln(n,r)?(e.setUTCFullYear(n,r),e):new Date(NaN);if(a=tt.DDD.exec(t),a){e=new Date(0);var o=parseInt(a[1],10);return Gl(n,o)?(e.setUTCFullYear(n,0,o),e):new Date(NaN)}if(a=tt.MMDD.exec(t),a){e=new Date(0),r=parseInt(a[1],10)-1;var l=parseInt(a[2],10);return Ln(n,r,l)?(e.setUTCFullYear(n,r,l),e):new Date(NaN)}if(a=tt.Www.exec(t),a)return i=parseInt(a[1],10)-1,Rn(n,i)?Un(n,i):new Date(NaN);if(a=tt.WwwD.exec(t),a){i=parseInt(a[1],10)-1;var d=parseInt(a[2],10)-1;return Rn(n,i,d)?Un(n,i,d):new Date(NaN)}return null}function jl(t){var n,a,e;if(n=tt.HH.exec(t),n)return a=parseFloat(n[1].replace(",",".")),Va(a)?a%24*Fa:NaN;if(n=tt.HHMM.exec(t),n)return a=parseInt(n[1],10),e=parseFloat(n[2].replace(",",".")),Va(a,e)?a%24*Fa+e*Yn:NaN;if(n=tt.HHMMSS.exec(t),n){a=parseInt(n[1],10),e=parseInt(n[2],10);var r=parseFloat(n[3].replace(",","."));return Va(a,e,r)?a%24*Fa+e*Yn+r*1e3:NaN}return null}function Un(t,n,a){n=n||0,a=a||0;var e=new Date(0);e.setUTCFullYear(t,0,4);var r=e.getUTCDay()||7,i=n*7+a+1-r;return e.setUTCDate(e.getUTCDate()+i),e}var ql=[31,28,31,30,31,30,31,31,30,31,30,31],Ql=[31,29,31,30,31,30,31,31,30,31,30,31];function Tr(t){return t%400===0||t%4===0&&t%100!==0}function Ln(t,n,a){if(n<0||n>11)return!1;if(a!=null){if(a<1)return!1;var e=Tr(t);if(e&&a>Ql[n]||!e&&a>ql[n])return!1}return!0}function Gl(t,n){if(n<1)return!1;var a=Tr(t);return!(a&&n>366||!a&&n>365)}function Rn(t,n,a){return!(n<0||n>52||a!=null&&(a<0||a>6))}function Va(t,n,a){return!(t!=null&&(t<0||t>=25)||n!=null&&(n<0||n>=60)||a!=null&&(a<0||a>=60))}var tn={exports:{}},an={exports:{}};(function(t,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=a;function a(e,r){if(e==null)throw new TypeError("assign requires that input parameter not be null or undefined");for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i]);return e}t.exports=n.default})(an,an.exports);var Xl=an.exports;(function(t,n){var a=Cl.default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=r;var e=a(Xl);function r(i){return(0,e.default)({},i)}t.exports=n.default})(tn,tn.exports);var Jl=tn.exports;const Kl=fn(Jl);function zl(t,n,a){var e=en(t,a),r=pn(n,e,!0),i=new Date(e.getTime()-r),o=new Date(0);return o.setFullYear(i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()),o.setHours(i.getUTCHours(),i.getUTCMinutes(),i.getUTCSeconds(),i.getUTCMilliseconds()),o}function Zl(t,n,a){if(typeof t=="string"&&!t.match(kr)){var e=Kl(a);return e.timeZone=n,en(t,e)}var r=en(t,a),i=vn(r.getFullYear(),r.getMonth(),r.getDate(),r.getHours(),r.getMinutes(),r.getSeconds(),r.getMilliseconds()).getTime(),o=pn(n,new Date(i));return new Date(i+o)}const eu=(t,n=3)=>{const a=[];for(let e=0;e<t.length;e+=n)a.push([t[e],t[e+1],t[e+2]]);return a};function Fn(t){return n=>new Intl.DateTimeFormat(t,{weekday:"short",timeZone:"UTC"}).format(new Date(`2017-01-0${n}T00:00:00+00:00`)).slice(0,2)}function tu(t){return n=>Wt(new Date(`2017-01-0${n}T00:00:00+00:00`),"EEEEEE",{locale:t})}const au=(t,n,a)=>{const e=[1,2,3,4,5,6,7];let r;if(t!==null)try{r=e.map(tu(t))}catch{r=e.map(Fn(n))}else r=e.map(Fn(n));const i=r.slice(0,a),o=r.slice(a+1,r.length);return[r[a]].concat(...o).concat(...i)},nu=(t,n)=>{const a=[];for(let e=+t[0];e<=+t[1];e++)a.push({value:+e,text:`${e}`});return n?a.reverse():a},ru=(t,n,a)=>{const e=[1,2,3,4,5,6,7,8,9,10,11,12].map(i=>{const o=i<10?`0${i}`:i;return new Date(`2017-${o}-01T00:00:00+00:00`)});if(t!==null)try{const i=a==="long"?"MMMM":"MMM";return e.map((o,l)=>{const d=Wt(o,i,{locale:t});return{text:d.charAt(0).toUpperCase()+d.substring(1),value:l}})}catch{}const r=new Intl.DateTimeFormat(n,{month:a,timeZone:"UTC"});return e.map((i,o)=>{const l=r.format(i);return{text:l.charAt(0).toUpperCase()+l.substring(1),value:o}})},ou=t=>[12,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11][t],Re=t=>{const n=j(t);return n!=null&&n.$el?n==null?void 0:n.$el:n},iu=t=>Object.assign({type:"dot"},t),Dr=t=>Array.isArray(t)?!!t[0]&&!!t[1]:!1,Ma={prop:t=>`"${t}" prop must be enabled!`,dateArr:t=>`You need to use array as "model-value" binding in order to support "${t}"`},Ke=t=>t,Vn=t=>t===0?t:!t||isNaN(+t)?null:+t,lu=t=>t===0?!0:!!t,Bn=t=>t===null,uu=t=>{if(t)return[...t.querySelectorAll("input, button, select, textarea, a[href]")][0]},Wn=t=>Object.assign({menuAppear:"",open:"dp-slide-down",close:"dp-slide-up",next:"calendar-next",previous:"calendar-prev",vNext:"dp-slide-up",vPrevious:"dp-slide-down"},t),su=t=>Object.assign({toggleOverlay:"Toggle overlay",menu:"Datepicker menu",input:"Datepicker input",calendarWrap:"Calendar wrapper",calendarDays:"Calendar days",openTimePicker:"Open time picker",closeTimePicker:"Close time Picker",incrementValue:n=>`Increment ${n}`,decrementValue:n=>`Decrement ${n}`,openTpOverlay:n=>`Open ${n} overlay`,amPmButton:"Switch AM/PM mode",openYearsOverlay:"Open years overlay",openMonthsOverlay:"Open months overlay",nextMonth:"Next month",prevMonth:"Previous month",day:()=>""},t),cu=t=>t===null?0:typeof t=="boolean"?t?2:0:+t>=2?+t:2,du=(t,n,a)=>t||(typeof a=="string"?a:n),fu=t=>typeof t=="boolean"?t?Wn({}):!1:Wn(t),vu=()=>({enterSubmit:!0,tabSubmit:!0,openMenu:!0,rangeSeparator:" - "}),pu=t=>Object.assign({months:[],years:[],times:{hours:[],minutes:[],seconds:[]}},t),mu=t=>Object.assign({showSelect:!0,showCancel:!0,showNow:!1,showPreview:!0},t),it=t=>{const n=()=>{if(t.partialRange)return null;throw new Error(Ma.prop("partial-range"))},a=Z(()=>({ariaLabels:su(t.ariaLabels),textInputOptions:Object.assign(vu(),t.textInputOptions),multiCalendars:cu(t.multiCalendars),previewFormat:du(t.previewFormat,t.format,i()),filters:pu(t.filters),transitions:fu(t.transitions),startTime:p(),actionRow:mu(t.actionRow)})),e=T=>{if(t.range)return T();throw new Error(Ma.prop("range"))},r=()=>{const T=t.enableSeconds?":ss":"";return t.is24?`HH:mm${T}`:`hh:mm${T} aa`},i=()=>t.format?t.format:t.monthPicker?"MM/yyyy":t.timePicker?r():t.weekPicker?"MM/dd/yyyy":t.yearPicker?"yyyy":t.enableTimePicker?`MM/dd/yyyy, ${r()}`:"MM/dd/yyyy",o=(T,f)=>{if(typeof t.format=="function")return t.format(T);const h=f||i(),I=t.formatLocale?{locale:t.formatLocale}:void 0;return Array.isArray(T)?`${Wt(T[0],h,I)}${t.modelAuto&&!T[1]?"":a.value.textInputOptions.rangeSeparator||"-"}${T[1]?Wt(T[1],h,I):""}`:Wt(T,h,I)},l=T=>t.timezone?zl(T,t.timezone):T,d=T=>t.timezone?Zl(T,t.timezone):T,u=Z(()=>T=>{var f;return(f=t.hideNavigation)==null?void 0:f.includes(T)}),y=T=>{var f,h,I,z;return Array.isArray(t.allowedDates)&&!((f=t.allowedDates)!=null&&f.length)?!0:(h=t.arrMapValues)!=null&&h.allowedDates?!k(T,t.arrMapValues.allowedDates):(I=t.allowedDates)!=null&&I.length?!((z=t.allowedDates)!=null&&z.some(oe=>Ne(l(q(oe)),l(T)))):!1},m=T=>{var f;const h=t.maxDate?at(l(T),l(q(t.maxDate))):!1,I=t.minDate?Ze(l(T),l(q(t.minDate))):!1,z=k(T,(f=t.arrMapValues)!=null&&f.disabledDates?t.arrMapValues.disabledDates:t.disabledDates),oe=a.value.filters.months.map(We=>+We).includes(Ae(T)),ae=t.disabledWeekDays.length?t.disabledWeekDays.some(We=>+We===ei(T)):!1,ye=y(T),be=Ie(T),de=be<+t.yearRange[0]||be>+t.yearRange[1];return!(h||I||z||oe||de||ae||ye)},c=T=>{const f={hours:Ct(q()),minutes:Pt(q()),seconds:t.enableSeconds?Kt(q()):0};return Object.assign(f,T)},p=()=>t.range?t.startTime&&Array.isArray(t.startTime)?[c(t.startTime[0]),c(t.startTime[1])]:null:t.startTime&&!Array.isArray(t.startTime)?c(t.startTime):null,$=T=>!m(T),A=T=>Array.isArray(T)?sa(T[0])&&(T[1]?sa(T[1]):!0):T?sa(T):!1,N=T=>T instanceof Date?T:il(T),X=T=>{const f=Ht(l(T),{weekStartsOn:+t.weekStart}),h=Gr(l(T),{weekStartsOn:+t.weekStart});return[f,h]},k=(T,f)=>T?f instanceof Map?!!f.get(E(T)):Array.isArray(f)?f.some(h=>Ne(l(q(h)),l(T))):f(q(JSON.parse(JSON.stringify(T)))):!0,_=(T,f,h)=>{let I=T?q(T):q();return(f||f===0)&&(I=Gt(I,f)),h&&(I=Ot(I,h)),I},S=T=>Ge(q(),ya(T)),w=T=>Ge(q(),{hours:+T.hours||0,minutes:+T.minutes||0,seconds:+T.seconds||0}),O=(T,f,h,I)=>{if(!T)return!0;if(I){const z=h==="max"?va(T,f):fa(T,f),oe={seconds:0,milliseconds:0};return z||Vt(Ge(T,oe),Ge(f,oe))}return h==="max"?T.getTime()<=f.getTime():T.getTime()>=f.getTime()},Y=()=>!t.enableTimePicker||t.monthPicker||t.yearPicker||t.ignoreTimeValidation,U=T=>Array.isArray(T)?[T[0]?S(T[0]):null,T[1]?S(T[1]):null]:S(T),L=T=>{const f=t.maxTime?w(t.maxTime):q(t.maxDate);return Array.isArray(T)?O(T[0],f,"max",!!t.maxDate)&&O(T[1],f,"max",!!t.maxDate):O(T,f,"max",!!t.maxDate)},H=(T,f)=>{const h=t.minTime?w(t.minTime):q(t.minDate);return Array.isArray(T)?O(T[0],h,"min",!!t.minDate)&&O(T[1],h,"min",!!t.minDate)&&f:O(T,h,"min",!!t.minDate)&&f},v=T=>{let f=!0;if(!T||Y())return!0;const h=!t.minDate&&!t.maxDate?U(T):T;if((t.maxTime||t.maxDate)&&(f=L(Ke(h))),(t.minTime||t.minDate)&&(f=H(Ke(h),f)),t.disabledTimes){const I=Array.isArray(T)?[ya(T[0]),T[1]?ya(T[1]):void 0]:ya(T);f=!t.disabledTimes(I)}return f},g=(T,f)=>{const h=q(JSON.parse(JSON.stringify(T))),I=[];for(let z=0;z<7;z++){const oe=St(h,z),ae=Ae(oe)!==f;I.push({text:t.hideOffsetDates&&ae?"":oe.getDate(),value:oe,current:!ae,classData:{}})}return I},P=(T,f)=>{switch(t.sixWeeks===!0?"append":t.sixWeeks){case"prepend":return[!0,!1];case"center":return[T==0,!0];case"fair":return[T==0||f>T,!0];case"append":return[!1,!1];default:return[!1,!1]}},F=(T,f)=>{const h=[],I=q(l(new Date(f,T))),z=q(l(new Date(f,T+1,0))),oe=t.weekStart,ae=Ht(I,{weekStartsOn:oe}),ye=be=>{const de=g(be,T);if(h.push({days:de}),!h[h.length-1].days.some(We=>Ne(ut(We.value),ut(z)))){const We=St(be,7);ye(We)}};if(ye(ae),t.sixWeeks&&h.length<6){const be=6-h.length,de=(I.getDay()+7-oe)%7,We=6-(z.getDay()+7-oe)%7,[Je,qe]=P(de,We);for(let dt=1;dt<=be;dt++)if(qe?!!(dt%2)==Je:Je){const pt=h[0].days[0],Tt=g(St(pt.value,-7),Ae(I));h.unshift({days:Tt})}else{const pt=h[h.length-1],Tt=pt.days[pt.days.length-1],Dt=g(St(Tt.value,1),Ae(I));h.push({days:Dt})}}return h},D=(T,f,h)=>[Ge(q(T),{date:1}),Ge(q(),{month:f,year:h,date:1})],M=(T,f)=>Ze(...D(t.minDate,T,f))||Ne(...D(t.minDate,T,f)),C=(T,f)=>at(...D(t.maxDate,T,f))||Ne(...D(t.maxDate,T,f)),x=(T,f,h)=>{let I=!1;return t.maxDate&&h&&C(T,f)&&(I=!0),t.minDate&&!h&&M(T,f)&&(I=!0),I},s=(T,f,h,I)=>{let z=!1;return I?t.minDate&&t.maxDate?z=x(T,f,h):(t.minDate&&M(T,f)||t.maxDate&&C(T,f))&&(z=!0):z=!0,z},E=T=>{const f=ut(l(q(T))).toISOString(),[h]=f.split("T");return h},K=T=>new Map(T.map(f=>[E(f),!0])),W=T=>Array.isArray(T)&&T.length>0;return{checkPartialRangeValue:n,checkRangeEnabled:e,getZonedDate:l,getZonedToUtc:d,formatDate:o,getDefaultPattern:i,validateDate:m,getDefaultStartTime:p,isDisabled:$,isValidDate:A,sanitizeDate:N,getWeekFromDate:X,matchDate:k,setDateMonthOrYear:_,isValidTime:v,getCalendarDays:F,validateMonthYearInRange:s,validateMaxDate:C,validateMinDate:M,assignDefaultTime:c,mapDatesArrToMap:T=>{W(t.allowedDates)&&(T.allowedDates=K(t.allowedDates)),W(t.highlight)&&(T.highlightedDates=K(t.highlight)),W(t.disabledDates)&&(T.disabledDates=K(t.disabledDates))},defaults:a,hideNavigationButtons:u}},$e=zt({monthYear:[],calendar:[],time:[],actionRow:[],selectionGrid:[],timePicker:{0:[],1:[]},monthPicker:[]}),Ba=ne(null),ga=ne(!1),Wa=ne(!1),Ha=ne(!1),ja=ne(!1),et=ne(0),Xe=ne(0),Et=()=>{const t=Z(()=>ga.value?[...$e.selectionGrid,$e.actionRow].filter(m=>m.length):Wa.value?[...$e.timePicker[0],...$e.timePicker[1],ja.value?[]:[Ba.value],$e.actionRow].filter(m=>m.length):Ha.value?[...$e.monthPicker,$e.actionRow]:[$e.monthYear,...$e.calendar,$e.time,$e.actionRow].filter(m=>m.length)),n=m=>{et.value=m?et.value+1:et.value-1;let c=null;t.value[Xe.value]&&(c=t.value[Xe.value][et.value]),c||(et.value=m?et.value-1:et.value+1)},a=m=>{Xe.value===0&&!m||Xe.value===t.value.length&&m||(Xe.value=m?Xe.value+1:Xe.value-1,t.value[Xe.value]?t.value[Xe.value]&&!t.value[Xe.value][et.value]&&et.value!==0&&(et.value=t.value[Xe.value].length-1):Xe.value=m?Xe.value-1:Xe.value+1)},e=m=>{let c=null;t.value[Xe.value]&&(c=t.value[Xe.value][et.value]),c?c.focus({preventScroll:!ga.value}):et.value=m?et.value-1:et.value+1},r=()=>{n(!0),e(!0)},i=()=>{n(!1),e(!1)},o=()=>{a(!1),e(!0)},l=()=>{a(!0),e(!0)},d=(m,c)=>{$e[c]=m},u=(m,c)=>{$e[c]=m},y=()=>{et.value=0,Xe.value=0};return{buildMatrix:d,buildMultiLevelMatrix:u,setTimePickerBackRef:m=>{Ba.value=m},setSelectionGrid:m=>{ga.value=m,y(),m||($e.selectionGrid=[])},setTimePicker:(m,c=!1)=>{Wa.value=m,ja.value=c,y(),m||($e.timePicker[0]=[],$e.timePicker[1]=[])},setTimePickerElements:(m,c=0)=>{$e.timePicker[c]=m},arrowRight:r,arrowLeft:i,arrowUp:o,arrowDown:l,clearArrowNav:()=>{$e.monthYear=[],$e.calendar=[],$e.time=[],$e.actionRow=[],$e.selectionGrid=[],$e.timePicker[0]=[],$e.timePicker[1]=[],ga.value=!1,Wa.value=!1,ja.value=!1,Ha.value=!1,y(),Ba.value=null},setMonthPicker:m=>{Ha.value=m,y()},refSets:$e}},Hn=t=>Array.isArray(t),Lt=t=>Array.isArray(t),jn=t=>Array.isArray(t)&&t.length===2,hu=(t,n,a,e,r)=>{const{getDefaultStartTime:i,isDisabled:o,sanitizeDate:l,getWeekFromDate:d,setDateMonthOrYear:u,validateMonthYearInRange:y,defaults:m}=it(t),c=Z({get:()=>t.internalModelValue,set:b=>{!t.readonly&&!t.disabled&&n("update:internal-model-value",b)}}),p=ne([]);Nt(c,(b,V)=>{t.range?Y():Vt(b,V)||Y()});const $=da(t,"multiCalendars");Nt($,()=>{se(0)});const A=ne([{month:Ae(q()),year:Ie(q())}]);Nt(A,()=>{A.value.forEach((b,V)=>{n("update-month-year",{instance:V,month:b.month,year:b.year})})},{deep:!0});const N=zt({hours:t.range?[Ct(q()),Ct(q())]:Ct(q()),minutes:t.range?[Pt(q()),Pt(q())]:Pt(q()),seconds:t.range?[0,0]:0}),X=Z(()=>b=>A.value[b]?A.value[b].month:0),k=Z(()=>b=>A.value[b]?A.value[b].year:0),_=Z(()=>{var b;return(b=t.flow)!=null&&b.length&&!t.partialFlow?r.value===t.flow.length:!0}),S=(b,V,ce)=>{var pe,Ye;A.value[b]||(A.value[b]={month:0,year:0}),A.value[b].month=Bn(V)?(pe=A.value[b])==null?void 0:pe.month:V,A.value[b].year=Bn(ce)?(Ye=A.value[b])==null?void 0:Ye.year:ce},w=(b,V)=>{N[b]=V},O=()=>{t.startDate&&(S(0,Ae(q(t.startDate)),Ie(q(t.startDate))),m.value.multiCalendars&&se(0))};ct(()=>{c.value||(O(),m.value.startTime&&C()),Y(!0),t.focusStartDate&&t.startDate&&O()});const Y=(b=!1)=>{if(c.value)return Array.isArray(c.value)?(p.value=c.value,g(b)):L(c.value,b);if(t.timePicker)return P();if(t.monthPicker&&!t.range)return F();if(t.yearPicker&&!t.range)return D();if(m.value.multiCalendars&&b&&!t.startDate)return U(q(),b)},U=(b,V=!1)=>{if((!m.value.multiCalendars||!t.multiStatic||V)&&S(0,Ae(b),Ie(b)),m.value.multiCalendars)for(let ce=1;ce<m.value.multiCalendars;ce++){const pe=Ge(q(),{month:X.value(ce-1),year:k.value(ce-1)}),Ye=Jn(pe,{months:1});A.value[ce]={month:Ae(Ye),year:Ie(Ye)}}},L=(b,V)=>{U(b),w("hours",Ct(b)),w("minutes",Pt(b)),w("seconds",Kt(b)),m.value.multiCalendars&&V&&s()},H=(b,V)=>{b[1]&&t.showLastInRange?U(b[1],V):U(b[0],V);const ce=(pe,Ye)=>[pe(b[0]),b[1]?pe(b[1]):N[Ye][1]];w("hours",ce(Ct,"hours")),w("minutes",ce(Pt,"minutes")),w("seconds",ce(Kt,"seconds"))},v=(b,V)=>{if((t.range||t.weekPicker)&&!t.multiDates)return H(b,V);if(t.multiDates){const ce=b[b.length-1];return L(ce,V)}},g=b=>{const V=c.value;v(V,b),m.value.multiCalendars&&t.multiCalendarsSolo&&s()},P=()=>{if(C(),!t.range)c.value=lt(q(),N.hours,N.minutes,M());else{const b=N.hours,V=N.minutes;c.value=[lt(q(),b[0],V[0],M()),lt(q(),b[1],V[1],M(!1))]}},F=()=>{t.multiDates?c.value=[u(q(),X.value(0),k.value(0))]:c.value=u(q(),X.value(0),k.value(0))},D=()=>{c.value=q()},M=(b=!0)=>t.enableSeconds?Array.isArray(N.seconds)?b?N.seconds[0]:N.seconds[1]:N.seconds:0,C=()=>{const b=i();if(b){const V=Array.isArray(b),ce=V?[+b[0].hours,+b[1].hours]:+b.hours,pe=V?[+b[0].minutes,+b[1].minutes]:+b.minutes,Ye=V?[+b[0].seconds,+b[1].seconds]:+b.seconds;w("hours",ce),w("minutes",pe),t.enableSeconds&&w("seconds",Ye)}},x=()=>Array.isArray(c.value)&&c.value.length?c.value[c.value.length-1]:null,s=()=>{if(Array.isArray(c.value)&&c.value.length===2){const b=q(q(c.value[1]?c.value[1]:bt(c.value[0],1))),[V,ce]=[Ae(c.value[0]),Ie(c.value[0])],[pe,Ye]=[Ae(c.value[1]),Ie(c.value[1])];(V!==pe||V===pe&&ce!==Ye)&&t.multiCalendarsSolo&&S(1,Ae(b),Ie(b))}else c.value&&!Array.isArray(c.value)&&S(0,Ae(c.value),Ie(c.value))},E=b=>{const V=bt(b,1);return{month:Ae(V),year:Ie(V)}},K=b=>{const V=Ae(q(b)),ce=Ie(q(b));if(S(0,V,ce),m.value.multiCalendars>0)for(let pe=1;pe<m.value.multiCalendars;pe++){const Ye=E(Ge(q(b),{year:X.value(pe-1),month:k.value(pe-1)}));S(pe,Ye.month,Ye.year)}},W=b=>{if(c.value&&Array.isArray(c.value))if(c.value.some(V=>Ne(b,V))){const V=c.value.filter(ce=>!Ne(ce,b));c.value=V.length?V:null}else(t.multiDatesLimit&&+t.multiDatesLimit>c.value.length||!t.multiDatesLimit)&&c.value.push(b);else c.value=[b]},T=(b,V)=>{const ce=at(b,V)?V:b,pe=at(V,b)?V:b;return kn({start:ce,end:pe})},f=(b,V=0)=>{if(Array.isArray(c.value)&&c.value[V]){const ce=qr(b,c.value[V]),pe=T(c.value[V],b),Ye=pe.length===1?0:pe.filter(xt=>o(xt)).length,mt=Math.abs(ce)-Ye;if(t.minRange&&t.maxRange)return mt>=+t.minRange&&mt<=+t.maxRange;if(t.minRange)return mt>=+t.minRange;if(t.maxRange)return mt<=+t.maxRange}return!0},h=b=>Array.isArray(c.value)&&c.value.length===2?t.fixedStart&&(at(b,c.value[0])||Ne(b,c.value[0]))?[c.value[0],b]:t.fixedEnd&&(Ze(b,c.value[1])||Ne(b,c.value[1]))?[b,c.value[1]]:(n("invalid-fixed-range",b),c.value):[],I=()=>{t.autoApply&&_.value&&n("auto-apply",t.partialFlow)},z=()=>{t.autoApply&&n("select-date")},oe=b=>!kn({start:b[0],end:b[1]}).some(V=>o(V)),ae=b=>(c.value=d(q(b.value)),I()),ye=b=>{const V=lt(q(b.value),N.hours,N.minutes,M());t.multiDates?W(V):c.value=V,a(),I()},be=()=>{p.value=c.value?c.value.slice():[],p.value.length===2&&!(t.fixedStart||t.fixedEnd)&&(p.value=[])},de=(b,V)=>{const ce=[q(b.value),St(q(b.value),+t.autoRange)];oe(ce)&&(V&&K(b.value),p.value=ce)},We=b=>{Je(b.value)||!f(b.value,t.fixedStart?0:1)||(p.value=h(q(b.value)))},Je=b=>t.noDisabledRange?T(p.value[0],b).some(V=>o(V)):!1,qe=(b,V)=>{if(be(),t.autoRange)return de(b,V);if(t.fixedStart||t.fixedEnd)return We(b);p.value[0]?f(q(b.value))&&!Je(b.value)&&(Ze(q(b.value),q(p.value[0]))?(p.value.unshift(q(b.value)),n("range-end",p.value[0])):(p.value[1]=q(b.value),n("range-end",p.value[1]))):(p.value[0]=q(b.value),n("range-start",p.value[0]))},dt=b=>{p.value[b]=lt(p.value[b],N.hours[b],N.minutes[b],M(b!==1))},pt=()=>{var b,V;p.value[0]&&p.value[1]&&+((b=p.value)==null?void 0:b[0])>+((V=p.value)==null?void 0:V[1])&&(p.value.reverse(),n("range-start",p.value[0]),n("range-end",p.value[1]))},Tt=()=>{p.value.length&&(p.value[0]&&!p.value[1]?dt(0):(dt(0),dt(1),a()),pt(),c.value=p.value.slice(),p.value[0]&&p.value[1]&&t.autoApply&&n("auto-apply"),p.value[0]&&!p.value[1]&&t.modelAuto&&t.autoApply&&n("auto-apply"))},Dt=(b,V=!1)=>{if(!(o(b.value)||!b.current&&t.hideOffsetDates)){if(t.weekPicker)return ae(b);if(!t.range)return ye(b);Lt(N.hours)&&Lt(N.minutes)&&!t.multiDates&&(qe(b,V),Tt())}},ea=b=>{const V=b[0];return t.weekNumbers==="local"?li(V.value,{weekStartsOn:+t.weekStart}):t.weekNumbers==="iso"?ni(V.value):typeof t.weekNumbers=="function"?t.weekNumbers(V.value):""},se=b=>{for(let V=b-1;V>=0;V--){const ce=Xt(Ge(q(),{month:X.value(V+1),year:k.value(V+1)}),1);S(V,Ae(ce),Ie(ce))}for(let V=b+1;V<=m.value.multiCalendars-1;V++){const ce=bt(Ge(q(),{month:X.value(V-1),year:k.value(V-1)}),1);S(V,Ae(ce),Ie(ce))}},me=b=>u(q(),X.value(b),k.value(b)),ge=b=>lt(b,N.hours,N.minutes,M()),ta=b=>{W(me(b))},Ut=(b,V)=>{const ce=t.monthPicker?X.value(b)!==V.month||!V.fromNav:k.value(b)!==V.year||!V.fromNav;if(S(b,V.month,V.year),m.value.multiCalendars&&!t.multiCalendarsSolo&&se(b),t.monthPicker||t.yearPicker)if(t.multiDates)ce&&ta(b);else if(t.range){if(ce&&f(me(b))){let pe=c.value?c.value.slice():[];pe.length===2&&pe[1]!==null&&(pe=[]),pe.length?Ze(me(b),pe[0])?pe.unshift(me(b)):pe[1]=me(b):pe=[me(b)],c.value=pe}}else(t.autoApplyMonth||ce)&&(c.value=me(b));e(t.multiCalendarsSolo?b:void 0)},Sa=async(b=!1)=>{if(t.autoApply&&(t.monthPicker||t.yearPicker)){await At();const V=t.monthPicker?b:!1;t.range?n("auto-apply",V||!c.value||c.value.length===1):n("auto-apply",V)}a()},pa=(b,V)=>{const ce=Ge(q(),{month:X.value(V),year:k.value(V)}),pe=b<0?bt(ce,1):Xt(ce,1);y(Ae(pe),Ie(pe),b<0,t.preventMinMaxNavigation)&&(S(V,Ae(pe),Ie(pe)),m.value.multiCalendars&&!t.multiCalendarsSolo&&se(V),e())},aa=b=>{Hn(b)&&Hn(c.value)&&Lt(N.hours)&&Lt(N.minutes)?(b[0]&&c.value[0]&&(c.value[0]=lt(b[0],N.hours[0],N.minutes[0],M())),b[1]&&c.value[1]&&(c.value[1]=lt(b[1],N.hours[1],N.minutes[1],M(!1)))):t.multiDates&&Array.isArray(c.value)?c.value[c.value.length-1]=ge(b):!t.range&&!jn(b)&&(c.value=ge(b)),n("time-update")},Oa=(b,V=!0,ce=!1)=>{const pe=V?b:N.hours,Ye=!V&&!ce?b:N.minutes,mt=ce?b:N.seconds;if(t.range&&jn(c.value)&&Lt(pe)&&Lt(Ye)&&Lt(mt)&&!t.disableTimeRangeValidation){const xt=te=>lt(c.value[te],pe[te],Ye[te],mt[te]),B=te=>dn(c.value[te],0);if(Ne(c.value[0],c.value[1])&&(fa(xt(0),B(1))||va(xt(1),B(0))))return}if(w("hours",pe),w("minutes",Ye),w("seconds",mt),c.value)if(t.multiDates){const xt=x();xt&&aa(xt)}else aa(c.value);else t.timePicker&&aa(t.range?[q(),q()]:q());a()},Na=(b,V)=>{t.monthChangeOnScroll&&pa(t.monthChangeOnScroll!=="inverse"?-b.deltaY:b.deltaY,V)},Aa=(b,V,ce=!1)=>{t.monthChangeOnArrows&&t.vertical===ce&&ma(b,V)},ma=(b,V)=>{pa(b==="right"?-1:1,V)};return{time:N,month:X,year:k,modelValue:c,calendars:A,monthYearSelect:Sa,isDisabled:o,updateTime:Oa,getWeekNum:ea,selectDate:Dt,updateMonthYear:Ut,handleScroll:Na,getMarker:b=>t.markers.find(V=>Ne(l(b.value),l(V.date))),handleArrow:Aa,handleSwipe:ma,selectCurrentDate:()=>{t.range?c.value&&Array.isArray(c.value)&&c.value[0]?c.value=Ze(q(),c.value[0])?[q(),c.value[0]]:[c.value[0],q()]:c.value=[q()]:c.value=q(),z()},presetDateRange:(b,V)=>{V||b.length&&b.length<=2&&t.range&&(c.value=b.map(ce=>q(ce)),z(),t.multiCalendars&&At().then(()=>Y(!0)))}}},yu=(t,n,a)=>{const e=ne(),{getZonedToUtc:r,getZonedDate:i,formatDate:o,getDefaultPattern:l,checkRangeEnabled:d,checkPartialRangeValue:u,isValidDate:y,setDateMonthOrYear:m,defaults:c}=it(n),p=ne(""),$=da(n,"format");Nt(e,()=>{t("internal-model-change",e.value)}),Nt($,()=>{x()});const A=f=>{const h=f||q();return n.modelType?E(h):{hours:Ct(h),minutes:Pt(h),seconds:n.enableSeconds?Kt(h):0}},N=f=>n.modelType?E(f):{month:Ae(f),year:Ie(f)},X=f=>Array.isArray(f)?d(()=>[Ot(q(),f[0]),f[1]?Ot(q(),f[1]):u()]):Ot(q(),+f),k=(f,h)=>(typeof f=="string"||typeof f=="number")&&n.modelType?s(f):h,_=f=>Array.isArray(f)?[k(f[0],lt(null,+f[0].hours,+f[0].minutes,f[0].seconds)),k(f[1],lt(null,+f[1].hours,+f[1].minutes,f[1].seconds))]:k(f,lt(null,f.hours,f.minutes,f.seconds)),S=f=>Array.isArray(f)?n.multiDates?f.map(h=>k(h,m(null,+h.month,+h.year))):d(()=>[k(f[0],m(null,+f[0].month,+f[0].year)),k(f[1],f[1]?m(null,+f[1].month,+f[1].year):u())]):k(f,m(null,+f.month,+f.year)),w=f=>{if(Array.isArray(f))return f.map(h=>s(h));throw new Error(Ma.dateArr("multi-dates"))},O=f=>{if(Array.isArray(f))return[q(f[0]),q(f[1])];throw new Error(Ma.dateArr("week-picker"))},Y=f=>n.modelAuto?Array.isArray(f)?[s(f[0]),s(f[1])]:n.autoApply?[s(f)]:[s(f),null]:Array.isArray(f)?d(()=>[s(f[0]),f[1]?s(f[1]):u()]):s(f),U=()=>{Array.isArray(e.value)&&n.range&&e.value.length===1&&e.value.push(u())},L=()=>{const f=e.value;return[E(f[0]),f[1]?E(f[1]):u()]},H=()=>e.value[1]?L():E(Ke(e.value[0])),v=()=>(e.value||[]).map(f=>E(f)),g=()=>(U(),n.modelAuto?H():n.multiDates?v():Array.isArray(e.value)?d(()=>L()):E(Ke(e.value))),P=f=>f?n.timePicker?_(Ke(f)):n.monthPicker?S(Ke(f)):n.yearPicker?X(Ke(f)):n.multiDates?w(Ke(f)):n.weekPicker?O(Ke(f)):Y(Ke(f)):null,F=f=>{const h=P(f);y(Ke(h))?(e.value=Ke(h),x()):(e.value=null,p.value="")},D=()=>{var f;const h=I=>{var z;return Wt(I,(z=c.value.textInputOptions)==null?void 0:z.format)};return`${h(e.value[0])} ${(f=c.value.textInputOptions)==null?void 0:f.rangeSeparator} ${e.value[1]?h(e.value[1]):""}`},M=()=>{var f;return a.value&&e.value?Array.isArray(e.value)?D():Wt(e.value,(f=c.value.textInputOptions)==null?void 0:f.format):o(e.value)},C=()=>{var f;return e.value?n.multiDates?e.value.map(h=>o(h)).join("; "):n.textInput&&typeof((f=c.value.textInputOptions)==null?void 0:f.format)=="string"?M():o(e.value):""},x=()=>{!n.format||typeof n.format=="string"||n.textInput&&typeof n.textInputOptions.format=="string"?p.value=C():p.value=n.format(e.value)},s=f=>{if(n.utc){const h=new Date(f);return n.utc==="preserve"?new Date(h.getTime()+h.getTimezoneOffset()*6e4):h}return n.modelType?n.modelType==="date"||n.modelType==="timestamp"?i(new Date(f)):n.modelType==="format"&&(typeof n.format=="string"||!n.format)?Ja(f,l(),new Date):i(Ja(f,n.modelType,new Date)):i(new Date(f))},E=f=>f?n.utc?Ml(f,n.utc==="preserve",n.enableSeconds):n.modelType?n.modelType==="timestamp"?+r(f):n.modelType==="format"&&(typeof n.format=="string"||!n.format)?o(r(f)):o(r(f),n.modelType):r(f):"",K=f=>{t("update:model-value",f)},W=f=>Array.isArray(e.value)?n.multiDates?e.value.map(h=>f(h)):[f(e.value[0]),e.value[1]?f(e.value[1]):u()]:f(Ke(e.value)),T=f=>K(Ke(W(f)));return{inputValue:p,internalModelValue:e,checkBeforeEmit:()=>e.value?n.range?n.partialRange?e.value.length>=1:e.value.length===2:!!e.value:!1,parseExternalModelValue:F,formatInputValue:x,emitModelValue:()=>(x(),n.monthPicker?T(N):n.timePicker?T(A):n.yearPicker?T(Ie):n.weekPicker?K(e.value):K(g()))}},gu=(t,n)=>{const{validateMonthYearInRange:a,validateMaxDate:e,validateMinDate:r,defaults:i}=it(t),o=(m,c)=>{let p=m;return i.value.filters.months.includes(Ae(p))?(p=c?bt(m,1):Xt(m,1),o(p,c)):p},l=(m,c)=>{let p=m;return i.value.filters.years.includes(Ie(p))?(p=c?Kn(m,1):Tl(m,1),l(p,c)):p},d=m=>{const c=Ge(new Date,{month:t.month,year:t.year});let p=m?bt(c,1):Xt(c,1);t.disableYearSelect&&(p=Ot(p,t.year));let $=Ae(p),A=Ie(p);i.value.filters.months.includes($)&&(p=o(p,m),$=Ae(p),A=Ie(p)),i.value.filters.years.includes(A)&&(p=l(p,m),A=Ie(p)),a($,A,m,t.preventMinMaxNavigation)&&u($,A)},u=(m,c)=>{n("update-month-year",{month:m,year:c})},y=Z(()=>m=>{if(!t.preventMinMaxNavigation||m&&!t.maxDate||!m&&!t.minDate)return!1;const c=Ge(new Date,{month:t.month,year:t.year}),p=m?bt(c,1):Xt(c,1),$=[Ae(p),Ie(p)];return m?!e(...$):!r(...$)});return{handleMonthYearChange:d,isDisabled:y,updateMonthYear:u}};var ba=(t=>(t.center="center",t.left="left",t.right="right",t))(ba||{});const wu=(t,n,a,e)=>{const r=ne({top:"0",left:"0",transform:"none",opacity:"0"}),i=ne(!1),o=da(e,"teleportCenter"),l=Z(()=>i.value?"-100%":"0"),d=()=>{u(),r.value.opacity="0"};Nt(o,()=>{k()}),ct(()=>{u()});const u=()=>{const g=Re(n);if(g){const{top:P,left:F,width:D,height:M}=$(g);r.value.top=`${P+M/2}px`,p(F,D,50)}},y=g=>{if(e.teleport){const P=g.getBoundingClientRect();return{left:P.left+window.scrollX,top:P.top+window.scrollY}}return{top:0,left:0}},m=(g,P)=>{r.value.left=`${g+P}px`,r.value.transform=`translate(-100%, ${l.value})`},c=g=>{r.value.left=`${g}px`,r.value.transform=`translate(0, ${l.value})`},p=(g,P,F)=>{e.position===ba.left&&c(g),e.position===ba.right&&m(g,P),e.position===ba.center&&(r.value.left=`${g+P/2}px`,r.value.transform=F?`translate(-50%, -${F}%)`:`translate(-50%, ${l.value})`)},$=g=>{const{width:P,height:F}=g.getBoundingClientRect(),{top:D,left:M}=e.altPosition?e.altPosition(g):y(g);return{top:+D,left:+M,width:P,height:F}},A=()=>{const g=Re(n);if(g){const{top:P,left:F,width:D,height:M}=$(g),C=Y();r.value.top=`${P+M/2}px`,p(F,D,C==="top"?100:0)}},N=()=>{r.value.left="50%",r.value.top="50%",r.value.transform="translate(-50%, -50%)",r.value.position="fixed",delete r.value.opacity},X=()=>{const g=Re(n),{top:P,left:F,transform:D}=e.altPosition(g);r.value={top:`${P}px`,left:`${F}px`,transform:D||""}},k=(g=!0)=>{if(!e.inline)return o.value?N():e.altPosition!==null?X():(g&&a("recalculate-position"),L())},_=({inputEl:g,menuEl:P,left:F,width:D})=>{window.screen.width>768&&p(F,D),O(g,P)},S=(g,P)=>{const{top:F,left:D,height:M,width:C}=$(g);r.value.top=`${M+F+ +e.offset}px`,i.value=!1,_({inputEl:g,menuEl:P,left:D,width:C})},w=(g,P)=>{const{top:F,left:D,width:M}=$(g);r.value.top=`${F-+e.offset}px`,i.value=!0,_({inputEl:g,menuEl:P,left:D,width:M})},O=(g,P)=>{if(e.autoPosition){const{left:F,width:D}=$(g),{left:M,right:C}=P.getBoundingClientRect();return M<=0?c(F):C>=document.documentElement.clientWidth?m(F,D):p(F,D)}},Y=()=>{const g=Re(t),P=Re(n);if(g&&P){const{height:F}=g.getBoundingClientRect(),{top:D,height:M}=P.getBoundingClientRect(),C=window.innerHeight-D-M,x=D;return F<=C?"bottom":F>C&&F<=x?"top":C>=x?"bottom":"top"}return"bottom"},U=(g,P)=>Y()==="bottom"?S(g,P):w(g,P),L=()=>{const g=Re(n),P=Re(t);if(g&&P)return e.autoPosition?U(g,P):S(g,P)},H=function(g){if(g){const P=g.scrollHeight>g.clientHeight,F=window.getComputedStyle(g).overflowY.indexOf("hidden")!==-1;return P&&!F}return!0},v=function(g){return!g||g===document.body||g.nodeType===Node.DOCUMENT_FRAGMENT_NODE?window:H(g)?g:v(g.parentNode)};return{openOnTop:i,menuStyle:r,resetPosition:d,setMenuPosition:k,setInitialPosition:A,getScrollableParent:v}},Qt=[{name:"clock-icon",use:["time","calendar"]},{name:"arrow-left",use:["month-year","calendar"]},{name:"arrow-right",use:["month-year","calendar"]},{name:"arrow-up",use:["time","calendar","month-year"]},{name:"arrow-down",use:["time","calendar","month-year"]},{name:"calendar-icon",use:["month-year","time","calendar"]},{name:"day",use:["calendar"]},{name:"month-overlay-value",use:["calendar","month-year"]},{name:"year-overlay-value",use:["calendar","month-year"]},{name:"year-overlay",use:["month-year"]},{name:"month-overlay",use:["month-year"]},{name:"month-overlay-header",use:["month-year"]},{name:"year-overlay-header",use:["month-year"]},{name:"hours-overlay-value",use:["calendar","time"]},{name:"minutes-overlay-value",use:["calendar","time"]},{name:"seconds-overlay-value",use:["calendar","time"]},{name:"hours",use:["calendar","time"]},{name:"minutes",use:["calendar","time"]},{name:"month",use:["calendar","month-year"]},{name:"year",use:["calendar","month-year"]},{name:"action-buttons",use:["action"]},{name:"action-preview",use:["action"]},{name:"calendar-header",use:["calendar"]},{name:"marker-tooltip",use:["calendar"]},{name:"action-extra",use:["menu"]},{name:"time-picker-overlay",use:["calendar","time"]},{name:"am-pm-button",use:["calendar","time"]},{name:"left-sidebar",use:["menu"]},{name:"right-sidebar",use:["menu"]},{name:"month-year",use:["month-year"]},{name:"time-picker",use:["menu"]},{name:"action-row",use:["action"]},{name:"marker",use:["calendar"]}],bu=[{name:"trigger"},{name:"input-icon"},{name:"clear-icon"},{name:"dp-input"}],_u={all:()=>Qt,monthYear:()=>Qt.filter(t=>t.use.includes("month-year")),input:()=>bu,timePicker:()=>Qt.filter(t=>t.use.includes("time")),action:()=>Qt.filter(t=>t.use.includes("action")),calendar:()=>Qt.filter(t=>t.use.includes("calendar")),menu:()=>Qt.filter(t=>t.use.includes("menu"))},Bt=(t,n,a)=>{const e=[];return _u[n]().forEach(r=>{t[r.name]&&e.push(r.name)}),a&&a.length&&a.forEach(r=>{r.slot&&e.push(r.slot)}),e},Pa=t=>({transitionName:Z(()=>n=>t&&typeof t!="boolean"?n?t.open:t.close:""),showTransition:!!t}),Yt={multiCalendars:{type:[Boolean,Number,String],default:null},modelValue:{type:[String,Date,Array,Object,Number],default:null},modelType:{type:String,default:null},position:{type:String,default:"center"},dark:{type:Boolean,default:!1},format:{type:[String,Function],default:()=>null},closeOnScroll:{type:Boolean,default:!1},autoPosition:{type:Boolean,default:!0},closeOnAutoApply:{type:Boolean,default:!0},altPosition:{type:Function,default:null},transitions:{type:[Boolean,Object],default:!0},formatLocale:{type:Object,default:null},utc:{type:[Boolean,String],default:!1},ariaLabels:{type:Object,default:()=>({})},offset:{type:[Number,String],default:10},hideNavigation:{type:Array,default:()=>[]},timezone:{type:String,default:null},vertical:{type:Boolean,default:!1},disableMonthYearSelect:{type:Boolean,default:!1},disableYearSelect:{type:Boolean,default:!1},menuClassName:{type:String,default:null},dayClass:{type:Function,default:null},yearRange:{type:Array,default:()=>[1900,2100]},multiCalendarsSolo:{type:Boolean,default:!1},calendarCellClassName:{type:String,default:null},enableTimePicker:{type:Boolean,default:!0},autoApply:{type:Boolean,default:!1},disabledDates:{type:[Array,Function],default:()=>[]},monthNameFormat:{type:String,default:"short"},startDate:{type:[Date,String],default:null},startTime:{type:[Object,Array],default:null},hideOffsetDates:{type:Boolean,default:!1},autoRange:{type:[Number,String],default:null},noToday:{type:Boolean,default:!1},disabledWeekDays:{type:Array,default:()=>[]},allowedDates:{type:Array,default:null},showNowButton:{type:Boolean,default:!1},nowButtonLabel:{type:String,default:"Now"},markers:{type:Array,default:()=>[]},modeHeight:{type:[Number,String],default:255},escClose:{type:Boolean,default:!0},spaceConfirm:{type:Boolean,default:!0},monthChangeOnArrows:{type:Boolean,default:!0},presetRanges:{type:Array,default:()=>[]},flow:{type:Array,default:()=>[]},partialFlow:{type:Boolean,default:!1},preventMinMaxNavigation:{type:Boolean,default:!1},minRange:{type:[Number,String],default:null},maxRange:{type:[Number,String],default:null},multiDatesLimit:{type:[Number,String],default:null},reverseYears:{type:Boolean,default:!1},keepActionRow:{type:Boolean,default:!1},weekPicker:{type:Boolean,default:!1},filters:{type:Object,default:()=>({})},arrowNavigation:{type:Boolean,default:!1},multiStatic:{type:Boolean,default:!0},disableTimeRangeValidation:{type:Boolean,default:!1},highlight:{type:[Array,Function],default:null},highlightWeekDays:{type:Array,default:null},highlightDisabledDays:{type:Boolean,default:!1},teleport:{type:[String,Boolean],default:null},teleportCenter:{type:Boolean,default:!1},locale:{type:String,default:"en-Us"},weekNumName:{type:String,default:"W"},weekStart:{type:[Number,String],default:1},weekNumbers:{type:[String,Function],default:null},calendarClassName:{type:String,default:null},noSwipe:{type:Boolean,default:!1},monthChangeOnScroll:{type:[Boolean,String],default:!0},dayNames:{type:[Function,Array],default:null},monthPicker:{type:Boolean,default:!1},customProps:{type:Object,default:null},yearPicker:{type:Boolean,default:!1},modelAuto:{type:Boolean,default:!1},selectText:{type:String,default:"Select"},cancelText:{type:String,default:"Cancel"},previewFormat:{type:[String,Function],default:()=>""},multiDates:{type:Boolean,default:!1},partialRange:{type:Boolean,default:!0},ignoreTimeValidation:{type:Boolean,default:!1},minDate:{type:[Date,String],default:null},maxDate:{type:[Date,String],default:null},minTime:{type:Object,default:null},maxTime:{type:Object,default:null},name:{type:String,default:null},placeholder:{type:String,default:""},hideInputIcon:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},state:{type:Boolean,default:null},required:{type:Boolean,default:!1},autocomplete:{type:String,default:"off"},inputClassName:{type:String,default:null},inlineWithInput:{type:Boolean,default:!1},textInputOptions:{type:Object,default:()=>null},fixedStart:{type:Boolean,default:!1},fixedEnd:{type:Boolean,default:!1},timePicker:{type:Boolean,default:!1},enableSeconds:{type:Boolean,default:!1},is24:{type:Boolean,default:!0},noHoursOverlay:{type:Boolean,default:!1},noMinutesOverlay:{type:Boolean,default:!1},noSecondsOverlay:{type:Boolean,default:!1},hoursGridIncrement:{type:[String,Number],default:1},minutesGridIncrement:{type:[String,Number],default:5},secondsGridIncrement:{type:[String,Number],default:5},hoursIncrement:{type:[Number,String],default:1},minutesIncrement:{type:[Number,String],default:1},secondsIncrement:{type:[Number,String],default:1},range:{type:Boolean,default:!1},uid:{type:String,default:null},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inline:{type:Boolean,default:!1},textInput:{type:Boolean,default:!1},onClickOutside:{type:Function,default:null},noDisabledRange:{type:Boolean,default:!1},sixWeeks:{type:[Boolean,String],default:!1},actionRow:{type:Object,default:()=>({})},allowPreventDefault:{type:Boolean,default:!1},closeOnClearValue:{type:Boolean,default:!0},focusStartDate:{type:Boolean,default:!1},disabledTimes:{type:Function,default:void 0},showLastInRange:{type:Boolean,default:!0},timePickerInline:{type:Boolean,default:!1},calendar:{type:Function,default:null},autoApplyMonth:{type:Boolean,default:!0}},ku={key:1,class:"dp__input_wrap"},Tu=["id","name","inputmode","placeholder","disabled","readonly","required","value","autocomplete","aria-label","onKeydown"],Du={key:2,class:"dp__clear_icon"},xu=vt({__name:"DatepickerInput",props:{isMenuOpen:{type:Boolean,default:!1},inputValue:{type:String,default:""},...Yt},emits:["clear","open","update:input-value","set-input-date","close","select-date","set-empty-date","toggle","focus-prev","focus","blur","real-blur"],setup(t,{expose:n,emit:a}){const e=t,{getDefaultPattern:r,isValidDate:i,defaults:o,getDefaultStartTime:l,assignDefaultTime:d}=it(e),u=ne(),y=ne(null),m=ne(!1),c=ne(!1),p=Z(()=>({dp__pointer:!e.disabled&&!e.readonly&&!e.textInput,dp__disabled:e.disabled,dp__input_readonly:!e.textInput,dp__input:!0,dp__input_icon_pad:!e.hideInputIcon,dp__input_valid:e.state,dp__input_invalid:e.state===!1,dp__input_focus:m.value||e.isMenuOpen,dp__input_reg:!e.textInput,[e.inputClassName]:!!e.inputClassName})),$=()=>{a("set-input-date",null),e.autoApply&&(a("set-empty-date"),u.value=null)},A=v=>{var g;const P=l();return xl(v,((g=o.value.textInputOptions)==null?void 0:g.format)||r(),P||d({}),e.inputValue,c.value)},N=v=>{const{rangeSeparator:g}=o.value.textInputOptions,[P,F]=v.split(`${g}`);if(P){const D=A(P.trim()),M=F?A(F.trim()):null,C=D&&M?[D,M]:[D];u.value=D?C:null}},X=()=>{c.value=!0},k=v=>{if(e.range)N(v);else if(e.multiDates){const g=v.split(";");u.value=g.map(P=>A(P.trim())).filter(P=>P)}else u.value=A(v)},_=v=>{var g,P;const F=typeof v=="string"?v:(g=v.target)==null?void 0:g.value;F!==""?((P=o.value.textInputOptions)!=null&&P.openMenu&&!e.isMenuOpen&&a("open"),k(F),a("set-input-date",u.value)):$(),c.value=!1,a("update:input-value",F)},S=v=>{var g,P;e.textInput?(k(v.target.value),(g=o.value.textInputOptions)!=null&&g.enterSubmit&&i(u.value)&&e.inputValue!==""?(a("set-input-date",u.value,!0),u.value=null):(P=o.value.textInputOptions)!=null&&P.enterSubmit&&e.inputValue===""&&(u.value=null,a("clear"))):Y(v)},w=v=>{var g,P,F;e.textInput&&(g=o.value.textInputOptions)!=null&&g.tabSubmit&&k(v.target.value),(P=o.value.textInputOptions)!=null&&P.tabSubmit&&i(u.value)&&e.inputValue!==""?(a("set-input-date",u.value,!0),u.value=null):(F=o.value.textInputOptions)!=null&&F.tabSubmit&&e.inputValue===""&&(u.value=null,a("clear"))},O=()=>{m.value=!0,a("focus")},Y=v=>{var g;v.preventDefault(),v.stopImmediatePropagation(),v.stopPropagation(),e.textInput&&(g=o.value.textInputOptions)!=null&&g.openMenu&&!e.inlineWithInput?(a("toggle"),o.value.textInputOptions.enterSubmit&&a("select-date")):e.textInput||a("toggle")},U=()=>{a("real-blur"),m.value=!1,(!e.isMenuOpen||e.inline&&e.inlineWithInput)&&a("blur"),e.autoApply&&e.textInput&&u.value&&!e.isMenuOpen&&(a("set-input-date",u.value),a("select-date"),u.value=null)},L=()=>{a("clear")},H=v=>{if(!e.textInput){if(v.code==="Tab")return;v.preventDefault()}};return n({focusInput:()=>{var v;(v=y.value)==null||v.focus({preventScroll:!0})},setParsedDate:v=>{u.value=v}}),(v,g)=>{var P;return R(),Q("div",{onClick:Y},[v.$slots.trigger&&!v.$slots["dp-input"]&&!v.inline?ie(v.$slots,"trigger",{key:0}):G("",!0),!v.$slots.trigger&&(!v.inline||v.inlineWithInput)?(R(),Q("div",ku,[v.$slots["dp-input"]&&!v.$slots.trigger&&!v.inline?ie(v.$slots,"dp-input",{key:0,value:t.inputValue,isMenuOpen:t.isMenuOpen,onInput:_,onEnter:S,onTab:w,onClear:L,onBlur:U,onKeypress:H,onPaste:X}):G("",!0),v.$slots["dp-input"]?G("",!0):(R(),Q("input",{key:1,ref_key:"inputRef",ref:y,id:v.uid?`dp-input-${v.uid}`:void 0,name:v.name,class:Ce(p.value),inputmode:v.textInput?"text":"none",placeholder:v.placeholder,disabled:v.disabled,readonly:v.readonly,required:v.required,value:t.inputValue,autocomplete:v.autocomplete,"aria-label":(P=j(o).ariaLabels)==null?void 0:P.input,onInput:_,onKeydown:[he(S,["enter"]),he(w,["tab"]),H],onBlur:U,onFocus:O,onKeypress:H,onPaste:X},null,42,Tu)),J("div",{onClick:g[2]||(g[2]=F=>a("toggle"))},[v.$slots["input-icon"]&&!v.hideInputIcon?(R(),Q("span",{key:0,class:"dp__input_icon",onClick:g[0]||(g[0]=F=>a("toggle"))},[ie(v.$slots,"input-icon")])):G("",!0),!v.$slots["input-icon"]&&!v.hideInputIcon&&!v.$slots["dp-input"]?(R(),Pe(j(Ca),{key:1,onClick:g[1]||(g[1]=F=>a("toggle")),class:"dp__input_icon dp__input_icons"})):G("",!0)]),v.$slots["clear-icon"]&&t.inputValue&&v.clearable&&!v.disabled&&!v.readonly?(R(),Q("span",Du,[ie(v.$slots,"clear-icon",{clear:L})])):G("",!0),v.clearable&&!v.$slots["clear-icon"]&&t.inputValue&&!v.disabled&&!v.readonly?(R(),Pe(j(Dl),{key:3,class:"dp__clear_icon dp__input_icons",onClick:ot(L,["stop","prevent"])},null,8,["onClick"])):G("",!0)])):G("",!0)])}}}),Mu=["title"],Cu={class:"dp__action_buttons"},Pu=["onKeydown","disabled"],Su=vt({__name:"ActionRow",props:{menuMount:{type:Boolean,default:!1},internalModelValue:{type:[Date,Array],default:null},calendarWidth:{type:Number,default:0},...Yt},emits:["close-picker","select-date","select-now","invalid-select"],setup(t,{emit:n}){const a=t,{formatDate:e,isValidTime:r,defaults:i}=it(a),{buildMatrix:o}=Et(),l=ne(null),d=ne(null);ct(()=>{a.arrowNavigation&&o([Re(l),Re(d)],"actionRow")});const u=Z(()=>a.range&&!a.partialRange&&a.internalModelValue?a.internalModelValue.length===2:!0),y=Z(()=>!m.value||!c.value||!u.value),m=Z(()=>!a.enableTimePicker||a.ignoreTimeValidation?!0:r(a.internalModelValue)),c=Z(()=>a.monthPicker?a.range&&Array.isArray(a.internalModelValue)?!a.internalModelValue.filter(w=>!_(w)).length:_(a.internalModelValue):!0),p=()=>{const w=i.value.previewFormat;return a.timePicker||a.monthPicker,w(Ke(a.internalModelValue))},$=()=>{const w=a.internalModelValue;return i.value.multiCalendars>0?`${A(w[0])} - ${A(w[1])}`:[A(w[0]),A(w[1])]},A=w=>e(w,i.value.previewFormat),N=Z(()=>!a.internalModelValue||!a.menuMount?"":typeof i.value.previewFormat=="string"?Array.isArray(a.internalModelValue)?a.internalModelValue.length===2&&a.internalModelValue[1]?$():a.multiDates?a.internalModelValue.map(w=>`${A(w)}`):a.modelAuto?`${A(a.internalModelValue[0])}`:`${A(a.internalModelValue[0])} -`:A(a.internalModelValue):p()),X=()=>a.multiDates?"; ":" - ",k=Z(()=>Array.isArray(N.value)?N.value.join(X()):N.value),_=w=>{if(!a.monthPicker)return!0;let O=!0;const Y=q(ia(w));if(a.minDate&&a.maxDate){const U=q(ia(a.minDate)),L=q(ia(a.maxDate));return at(Y,U)&&Ze(Y,L)||Ne(Y,U)||Ne(Y,L)}if(a.minDate){const U=q(ia(a.minDate));O=at(Y,U)||Ne(Y,U)}if(a.maxDate){const U=q(ia(a.maxDate));O=Ze(Y,U)||Ne(Y,U)}return O},S=()=>{m.value&&c.value&&u.value?n("select-date"):n("invalid-select")};return(w,O)=>(R(),Q("div",{class:"dp__action_row",style:It(t.calendarWidth?{width:`${t.calendarWidth}px`}:{})},[w.$slots["action-row"]?ie(w.$slots,"action-row",ze(Qe({key:0},{internalModelValue:t.internalModelValue,disabled:y.value,selectDate:()=>w.$emit("select-date"),closePicker:()=>w.$emit("close-picker")}))):(R(),Q(we,{key:1},[j(i).actionRow.showPreview?(R(),Q("div",{key:0,class:"dp__selection_preview",title:k.value},[w.$slots["action-preview"]?ie(w.$slots,"action-preview",{key:0,value:t.internalModelValue}):G("",!0),w.$slots["action-preview"]?G("",!0):(R(),Q(we,{key:1},[rt(Ve(k.value),1)],64))],8,Mu)):G("",!0),J("div",Cu,[w.$slots["action-buttons"]?ie(w.$slots,"action-buttons",{key:0,value:t.internalModelValue}):G("",!0),w.$slots["action-buttons"]?G("",!0):(R(),Q(we,{key:1},[!w.inline&&j(i).actionRow.showCancel?(R(),Q("button",{key:0,type:"button",ref_key:"cancelButtonRef",ref:l,class:"dp__action_button dp__action_cancel",onClick:O[0]||(O[0]=Y=>w.$emit("close-picker")),onKeydown:[O[1]||(O[1]=he(Y=>w.$emit("close-picker"),["enter"])),O[2]||(O[2]=he(Y=>w.$emit("close-picker"),["space"]))]},Ve(w.cancelText),545)):G("",!0),w.showNowButton||j(i).actionRow.showNow?(R(),Q("button",{key:1,type:"button",ref_key:"cancelButtonRef",ref:l,class:"dp__action_button dp__action_cancel",onClick:O[3]||(O[3]=Y=>w.$emit("select-now")),onKeydown:[O[4]||(O[4]=he(Y=>w.$emit("select-now"),["enter"])),O[5]||(O[5]=he(Y=>w.$emit("select-now"),["space"]))]},Ve(w.nowButtonLabel),545)):G("",!0),j(i).actionRow.showSelect?(R(),Q("button",{key:2,type:"button",class:"dp__action_button dp__action_select",onKeydown:[he(S,["enter"]),he(S,["space"])],onClick:S,disabled:y.value,ref_key:"selectButtonRef",ref:d},Ve(w.selectText),41,Pu)):G("",!0)],64))])],64))],4))}}),Ou=["aria-label"],Nu={class:"dp__calendar_header",role:"row"},Au={key:0,class:"dp__calendar_header_item",role:"gridcell"},$u=J("div",{class:"dp__calendar_header_separator"},null,-1),Iu=["aria-label"],Eu={key:0,role:"gridcell",class:"dp__calendar_item dp__week_num"},Yu={class:"dp__cell_inner"},Uu=["aria-selected","aria-disabled","aria-label","onClick","onKeydown","onMouseenter","onMouseleave"],Lu=vt({__name:"Calendar",props:{mappedDates:{type:Array,default:()=>[]},getWeekNum:{type:Function,default:()=>""},specificMode:{type:Boolean,default:!1},instance:{type:Number,default:0},month:{type:Number,default:0},year:{type:Number,default:0},...Yt},emits:["select-date","set-hover-date","handle-scroll","mount","handle-swipe","handle-space","tooltip-open","tooltip-close"],setup(t,{expose:n,emit:a}){const e=t,{buildMultiLevelMatrix:r}=Et(),{setDateMonthOrYear:i,defaults:o}=it(e),l=ne(null),d=ne({bottom:"",left:"",transform:""}),u=ne([]),y=ne(null),m=ne(!0),c=ne(""),p=ne({startX:0,endX:0,startY:0,endY:0}),$=ne([]),A=ne({left:"50%"}),N=Z(()=>e.calendar?e.calendar(e.mappedDates):e.mappedDates),X=Z(()=>e.dayNames?Array.isArray(e.dayNames)?e.dayNames:e.dayNames(e.locale,+e.weekStart):au(e.formatLocale,e.locale,+e.weekStart));ct(()=>{a("mount",{cmp:"calendar",refs:u}),e.noSwipe||y.value&&(y.value.addEventListener("touchstart",g,{passive:!1}),y.value.addEventListener("touchend",P,{passive:!1}),y.value.addEventListener("touchmove",F,{passive:!1})),e.monthChangeOnScroll&&y.value&&y.value.addEventListener("wheel",C,{passive:!1})});const k=x=>x?e.vertical?"vNext":"next":e.vertical?"vPrevious":"previous",_=(x,s)=>{if(e.transitions){const E=ut(i(q(),e.month,e.year));c.value=at(ut(i(q(),x,s)),E)?o.value.transitions[k(!0)]:o.value.transitions[k(!1)],m.value=!1,At(()=>{m.value=!0})}},S=Z(()=>({[e.calendarClassName]:!!e.calendarClassName})),w=Z(()=>x=>{const s=iu(x);return{dp__marker_dot:s.type==="dot",dp__marker_line:s.type==="line"}}),O=Z(()=>x=>Ne(x,l.value)),Y=Z(()=>({dp__calendar:!0,dp__calendar_next:o.value.multiCalendars>0&&e.instance!==0})),U=Z(()=>x=>e.hideOffsetDates?x.current:!0),L=Z(()=>e.specificMode?{height:`${e.modeHeight}px`}:void 0),H=async(x,s,E)=>{var K,W;if(a("set-hover-date",x),(W=(K=x.marker)==null?void 0:K.tooltip)!=null&&W.length){const T=Re(u.value[s][E]);if(T){const{width:f,height:h}=T.getBoundingClientRect();l.value=x.value;let I={left:`${f/2}px`},z=-50;if(await At(),$.value[0]){const{left:oe,width:ae}=$.value[0].getBoundingClientRect();oe<0&&(I={left:"0"},z=0,A.value.left=`${f/2}px`),window.innerWidth<oe+ae&&(I={right:"0"},z=0,A.value.left=`${ae-f/2}px`)}d.value={bottom:`${h}px`,...I,transform:`translateX(${z}%)`},a("tooltip-open",x.marker)}}},v=x=>{l.value&&(l.value=null,d.value=JSON.parse(JSON.stringify({bottom:"",left:"",transform:""})),a("tooltip-close",x.marker))},g=x=>{p.value.startX=x.changedTouches[0].screenX,p.value.startY=x.changedTouches[0].screenY},P=x=>{p.value.endX=x.changedTouches[0].screenX,p.value.endY=x.changedTouches[0].screenY,D()},F=x=>{e.vertical&&!e.inline&&x.preventDefault()},D=()=>{const x=e.vertical?"Y":"X";Math.abs(p.value[`start${x}`]-p.value[`end${x}`])>10&&a("handle-swipe",p.value[`start${x}`]>p.value[`end${x}`]?"right":"left")},M=(x,s,E)=>{x&&(Array.isArray(u.value[s])?u.value[s][E]=x:u.value[s]=[x]),e.arrowNavigation&&r(u.value,"calendar")},C=x=>{e.monthChangeOnScroll&&(x.preventDefault(),a("handle-scroll",x))};return n({triggerTransition:_}),(x,s)=>{var E;return R(),Q("div",{class:Ce(Y.value)},[J("div",{style:It(L.value),ref_key:"calendarWrapRef",ref:y,role:"grid",class:Ce(S.value),"aria-label":(E=j(o).ariaLabels)==null?void 0:E.calendarWrap},[t.specificMode?G("",!0):(R(),Q(we,{key:0},[J("div",Nu,[x.weekNumbers?(R(),Q("div",Au,Ve(x.weekNumName),1)):G("",!0),(R(!0),Q(we,null,Fe(X.value,(K,W)=>(R(),Q("div",{class:"dp__calendar_header_item",role:"gridcell",key:W},[x.$slots["calendar-header"]?ie(x.$slots,"calendar-header",{key:0,day:K,index:W}):G("",!0),x.$slots["calendar-header"]?G("",!0):(R(),Q(we,{key:1},[rt(Ve(K),1)],64))]))),128))]),$u,_t(Zt,{name:c.value,css:!!x.transitions},{default:_e(()=>{var K;return[m.value?(R(),Q("div",{key:0,class:"dp__calendar",role:"grid","aria-label":(K=j(o).ariaLabels)==null?void 0:K.calendarDays},[(R(!0),Q(we,null,Fe(N.value,(W,T)=>(R(),Q("div",{class:"dp__calendar_row",role:"row",key:T},[x.weekNumbers?(R(),Q("div",Eu,[J("div",Yu,Ve(t.getWeekNum(W.days)),1)])):G("",!0),(R(!0),Q(we,null,Fe(W.days,(f,h)=>{var I,z,oe;return R(),Q("div",{role:"gridcell",class:"dp__calendar_item",ref_for:!0,ref:ae=>M(ae,T,h),key:h+T,"aria-selected":f.classData.dp__active_date||f.classData.dp__range_start||f.classData.dp__range_start,"aria-disabled":f.classData.dp__cell_disabled,"aria-label":(z=(I=j(o).ariaLabels)==null?void 0:I.day)==null?void 0:z.call(I,f),tabindex:"0",onClick:ot(ae=>x.$emit("select-date",f),["stop","prevent"]),onKeydown:[he(ae=>x.$emit("select-date",f),["enter"]),he(ae=>x.$emit("handle-space",f),["space"])],onMouseenter:ae=>H(f,T,h),onMouseleave:ae=>v(f)},[J("div",{class:Ce(["dp__cell_inner",f.classData])},[x.$slots.day&&U.value(f)?ie(x.$slots,"day",{key:0,day:+f.text,date:f.value}):G("",!0),x.$slots.day?G("",!0):(R(),Q(we,{key:1},[rt(Ve(f.text),1)],64)),f.marker&&U.value(f)?(R(),Q(we,{key:2},[x.$slots.marker?ie(x.$slots,"marker",{key:0,marker:f.marker,day:+f.text,date:f.value}):(R(),Q("div",{key:1,class:Ce(w.value(f.marker)),style:It(f.marker.color?{backgroundColor:f.marker.color}:{})},null,6))],64)):G("",!0),O.value(f.value)?(R(),Q("div",{key:3,class:"dp__marker_tooltip",ref_for:!0,ref_key:"activeTooltip",ref:$,style:It(d.value)},[(oe=f.marker)!=null&&oe.tooltip?(R(),Q("div",{key:0,class:"dp__tooltip_content",onClick:s[0]||(s[0]=ot(()=>{},["stop"]))},[(R(!0),Q(we,null,Fe(f.marker.tooltip,(ae,ye)=>(R(),Q("div",{key:ye,class:"dp__tooltip_text"},[x.$slots["marker-tooltip"]?ie(x.$slots,"marker-tooltip",{key:0,tooltip:ae,day:f.value}):G("",!0),x.$slots["marker-tooltip"]?G("",!0):(R(),Q(we,{key:1},[J("div",{class:"dp__tooltip_mark",style:It(ae.color?{backgroundColor:ae.color}:{})},null,4),J("div",null,Ve(ae.text),1)],64))]))),128)),J("div",{class:"dp__arrow_bottom_tp",style:It(A.value)},null,4)])):G("",!0)],4)):G("",!0)],2)],40,Uu)}),128))]))),128))],8,Iu)):G("",!0)]}),_:3},8,["name","css"])],64))],14,Ou)],2)}}}),Ru=["aria-label","aria-disabled"],qa=vt({__name:"ActionIcon",props:{ariaLabel:{},disabled:{type:Boolean}},emits:["activate","set-ref"],setup(t,{emit:n}){const a=ne(null);return ct(()=>n("set-ref",a)),(e,r)=>(R(),Q("button",{type:"button",class:"dp__btn dp__month_year_col_nav",onClick:r[0]||(r[0]=i=>e.$emit("activate")),onKeydown:[r[1]||(r[1]=he(ot(i=>e.$emit("activate"),["prevent"]),["enter"])),r[2]||(r[2]=he(ot(i=>e.$emit("activate"),["prevent"]),["space"]))],tabindex:"0","aria-label":e.ariaLabel,"aria-disabled":e.disabled,ref_key:"elRef",ref:a},[J("span",{class:Ce(["dp__inner_nav",{dp__inner_nav_disabled:e.disabled}])},[ie(e.$slots,"default")],2)],40,Ru))}}),Fu=["onKeydown"],Vu={class:"dp__selection_grid_header"},Bu=["aria-selected","aria-disabled","onClick","onKeydown","onMouseover"],Wu=["aria-label","onKeydown"],ca=vt({__name:"SelectionGrid",props:{items:{type:Array,default:()=>[]},modelValue:{type:[String,Number],default:null},multiModelValue:{type:Array,default:()=>[]},disabledValues:{type:Array,default:()=>[]},minValue:{type:[Number,String],default:null},maxValue:{type:[Number,String],default:null},year:{type:Number,default:0},skipActive:{type:Boolean,default:!1},headerRefs:{type:Array,default:()=>[]},skipButtonRef:{type:Boolean,default:!1},monthPicker:{type:Boolean,default:!1},yearPicker:{type:Boolean,default:!1},escClose:{type:Boolean,default:!0},type:{type:String,default:null},arrowNavigation:{type:Boolean,default:!1},autoApply:{type:Boolean,default:!1},textInput:{type:Boolean,default:!1},ariaLabels:{type:Object,default:()=>({})},hideNavigation:{type:Array,default:()=>[]},internalModelValue:{type:[Date,Array],default:null},autoApplyMonth:{type:Boolean,default:!1}},emits:["update:model-value","selected","toggle","reset-flow"],setup(t,{expose:n,emit:a}){const e=t,{setSelectionGrid:r,buildMultiLevelMatrix:i,setMonthPicker:o}=Et(),{hideNavigationButtons:l}=it(e),d=ne(!1),u=ne(null),y=ne(null),m=ne([]),c=ne(),p=ne(null),$=ne(0),A=ne(null);Or(()=>{u.value=null}),ct(()=>{var C;At().then(()=>L()),X(),N(!0),(C=u.value)==null||C.focus({preventScroll:!0})}),rn(()=>N(!1));const N=C=>{var x;e.arrowNavigation&&((x=e.headerRefs)!=null&&x.length?o(C):r(C))},X=()=>{const C=Re(y);C&&(e.textInput||C.focus({preventScroll:!0}),d.value=C.clientHeight<C.scrollHeight)},k=Z(()=>({dp__overlay:!0})),_=Z(()=>({dp__overlay_col:!0})),S=C=>e.monthPicker&&!e.autoApplyMonth?Ne(e.internalModelValue,Ot(Gt(new Date,C.value),e.year)):e.skipActive?!1:C.value===e.modelValue,w=Z(()=>e.items.map(C=>C.filter(x=>x).map(x=>{var s,E,K;const W=e.disabledValues.some(f=>f===x.value)||U(x.value),T=(s=e.multiModelValue)!=null&&s.length?(E=e.multiModelValue)==null?void 0:E.some(f=>Ne(f,Ot(e.monthPicker?Gt(new Date,x.value):new Date,e.monthPicker?e.year:x.value))):S(x);return{...x,className:{dp__overlay_cell_active:T,dp__overlay_cell:!T,dp__overlay_cell_disabled:W,dp__overlay_cell_active_disabled:W&&T,dp__overlay_cell_pad:!0,dp__cell_in_between:(K=e.multiModelValue)!=null&&K.length&&e.skipActive?v(x.value):!1}}}))),O=Z(()=>({dp__button:!0,dp__overlay_action:!0,dp__over_action_scroll:d.value,dp__button_bottom:e.autoApply})),Y=Z(()=>{var C,x;return{dp__overlay_container:!0,dp__container_flex:((C=e.items)==null?void 0:C.length)<=6,dp__container_block:((x=e.items)==null?void 0:x.length)>6}}),U=C=>{const x=e.maxValue||e.maxValue===0,s=e.minValue||e.minValue===0;return!x&&!s?!1:x&&s?+C>+e.maxValue||+C<+e.minValue:x?+C>+e.maxValue:s?+C<+e.minValue:!1},L=()=>{const C=Re(u),x=Re(y),s=Re(p),E=Re(A),K=s?s.getBoundingClientRect().height:0;x&&($.value=x.getBoundingClientRect().height-K),C&&E&&(E.scrollTop=C.offsetTop-E.offsetTop-($.value/2-C.getBoundingClientRect().height)-K)},H=C=>{!e.disabledValues.some(x=>x===C)&&!U(C)&&(a("update:model-value",C),a("selected"))},v=C=>{const x=e.monthPicker?e.year:C;return wr(e.multiModelValue,Ot(e.monthPicker?Gt(new Date,c.value||0):new Date,e.monthPicker?x:c.value||x),Ot(e.monthPicker?Gt(new Date,C):new Date,x))},g=()=>{a("toggle"),a("reset-flow")},P=()=>{e.escClose&&g()},F=(C,x,s,E)=>{C&&(x.value===+e.modelValue&&!e.disabledValues.includes(x.value)&&(u.value=C),e.arrowNavigation&&(Array.isArray(m.value[s])?m.value[s][E]=C:m.value[s]=[C],D()))},D=()=>{var C,x;const s=(C=e.headerRefs)!=null&&C.length?[e.headerRefs].concat(m.value):m.value.concat([e.skipButtonRef?[]:[p.value]]);i(Ke(s),(x=e.headerRefs)!=null&&x.length?"monthPicker":"selectionGrid")},M=C=>{e.arrowNavigation||C.stopImmediatePropagation()};return n({focusGrid:X}),(C,x)=>{var s;return R(),Q("div",{ref_key:"gridWrapRef",ref:y,class:Ce(k.value),role:"dialog",tabindex:"0",onKeydown:[he(P,["esc"]),x[0]||(x[0]=he(E=>M(E),["left"])),x[1]||(x[1]=he(E=>M(E),["up"])),x[2]||(x[2]=he(E=>M(E),["down"])),x[3]||(x[3]=he(E=>M(E),["right"]))]},[J("div",{class:Ce(Y.value),ref_key:"containerRef",ref:A,role:"grid",style:It({height:`${$.value}px`})},[J("div",Vu,[ie(C.$slots,"header")]),C.$slots.overlay?ie(C.$slots,"overlay",{key:0}):(R(!0),Q(we,{key:1},Fe(w.value,(E,K)=>(R(),Q("div",{class:Ce(["dp__overlay_row",{dp__flex_row:w.value.length>=3}]),key:K,role:"row"},[(R(!0),Q(we,null,Fe(E,(W,T)=>(R(),Q("div",{role:"gridcell",class:Ce(_.value),key:W.value,"aria-selected":W.value===t.modelValue&&!t.disabledValues.includes(W.value),"aria-disabled":W.className.dp__overlay_cell_disabled,ref_for:!0,ref:f=>F(f,W,K,T),tabindex:"0",onClick:f=>H(W.value),onKeydown:[he(f=>H(W.value),["enter"]),he(f=>H(W.value),["space"])],onMouseover:f=>c.value=W.value},[J("div",{class:Ce(W.className)},[C.$slots.item?ie(C.$slots,"item",{key:0,item:W}):G("",!0),C.$slots.item?G("",!0):(R(),Q(we,{key:1},[rt(Ve(W.text),1)],64))],2)],42,Bu))),128))],2))),128))],6),C.$slots["button-icon"]?yt((R(),Q("div",{key:0,role:"button","aria-label":(s=t.ariaLabels)==null?void 0:s.toggleOverlay,class:Ce(O.value),tabindex:"0",ref_key:"toggleButton",ref:p,onClick:g,onKeydown:[he(g,["enter"]),he(g,["tab"])]},[ie(C.$slots,"button-icon")],42,Wu)),[[wa,!j(l)(t.type)]]):G("",!0)],42,Fu)}}}),Hu=["aria-label"],qn=vt({__name:"RegularPicker",props:{ariaLabel:{type:String,default:""},showSelectionGrid:{type:Boolean,default:!1},modelValue:{type:Number,default:null},items:{type:Array,default:()=>[]},disabledValues:{type:Array,default:()=>[]},minValue:{type:Number,default:null},maxValue:{type:Number,default:null},slotName:{type:String,default:""},overlaySlot:{type:String,default:""},headerRefs:{type:Array,default:()=>[]},escClose:{type:Boolean,default:!0},type:{type:String,default:null},transitions:{type:[Object,Boolean],default:!1},arrowNavigation:{type:Boolean,default:!1},autoApply:{type:Boolean,default:!1},textInput:{type:Boolean,default:!1},ariaLabels:{type:Object,default:()=>({})},hideNavigation:{type:Array,default:()=>[]}},emits:["update:model-value","toggle","set-ref"],setup(t,{emit:n}){const a=t,{transitionName:e,showTransition:r}=Pa(a.transitions),i=ne(null);return ct(()=>n("set-ref",i)),(o,l)=>(R(),Q(we,null,[J("button",{type:"button",class:"dp__btn dp__month_year_select",onClick:l[0]||(l[0]=d=>o.$emit("toggle")),onKeydown:[l[1]||(l[1]=he(ot(d=>o.$emit("toggle"),["prevent"]),["enter"])),l[2]||(l[2]=he(ot(d=>o.$emit("toggle"),["prevent"]),["space"]))],"aria-label":t.ariaLabel,tabindex:"0",ref_key:"elRef",ref:i},[ie(o.$slots,"default")],40,Hu),_t(Zt,{name:j(e)(t.showSelectionGrid),css:j(r)},{default:_e(()=>[t.showSelectionGrid?(R(),Pe(ca,Qe({key:0},{modelValue:t.modelValue,items:t.items,disabledValues:t.disabledValues,minValue:t.minValue,maxValue:t.maxValue,escClose:t.escClose,type:t.type,arrowNavigation:t.arrowNavigation,textInput:t.textInput,autoApply:t.autoApply,ariaLabels:t.ariaLabels,hideNavigation:t.hideNavigation},{"header-refs":[],"onUpdate:modelValue":l[3]||(l[3]=d=>o.$emit("update:model-value",d)),onToggle:l[4]||(l[4]=d=>o.$emit("toggle"))}),nt({"button-icon":_e(()=>[o.$slots["calendar-icon"]?ie(o.$slots,"calendar-icon",{key:0}):G("",!0),o.$slots["calendar-icon"]?G("",!0):(R(),Pe(j(Ca),{key:1}))]),_:2},[o.$slots[t.slotName]?{name:"item",fn:_e(({item:d})=>[ie(o.$slots,t.slotName,{item:d})]),key:"0"}:void 0,o.$slots[t.overlaySlot]?{name:"overlay",fn:_e(()=>[ie(o.$slots,t.overlaySlot)]),key:"1"}:void 0,o.$slots[`${t.overlaySlot}-header`]?{name:"header",fn:_e(()=>[ie(o.$slots,`${t.overlaySlot}-header`)]),key:"2"}:void 0]),1040)):G("",!0)]),_:3},8,["name","css"])],64))}}),ju={class:"dp__month_year_row"},qu={class:"dp__month_picker_header"},Qu=["aria-label"],Gu=["aria-label"],Xu=["aria-label"],Ju=vt({__name:"MonthYearPicker",props:{month:{type:Number,default:0},year:{type:Number,default:0},instance:{type:Number,default:0},years:{type:Array,default:()=>[]},months:{type:Array,default:()=>[]},internalModelValue:{type:[Date,Array],default:null},...Yt},emits:["update-month-year","month-year-select","mount","reset-flow","overlay-closed"],setup(t,{expose:n,emit:a}){const e=t,{defaults:r}=it(e),{transitionName:i,showTransition:o}=Pa(r.value.transitions),{buildMatrix:l}=Et(),{handleMonthYearChange:d,isDisabled:u,updateMonthYear:y}=gu(e,a),m=ne(!1),c=ne(!1),p=ne([null,null,null,null]),$=ne(null),A=ne(null),N=ne(null);ct(()=>{a("mount")});const X=h=>({get:()=>e[h],set:I=>{const z=h==="month"?"year":"month";a("update-month-year",{[h]:I,[z]:e[z]}),a("month-year-select",h==="year"),h==="month"?E(!0):K(!0)}}),k=Z(X("month")),_=Z(X("year")),S=h=>{const I=Ie(q(h));return e.year===I},w=Z(()=>e.monthPicker?Array.isArray(e.disabledDates)?e.disabledDates.map(h=>q(h)).filter(h=>S(h)).map(h=>Ae(h)):[]:[]),O=Z(()=>h=>{const I=h==="month";return{showSelectionGrid:(I?m:c).value,items:(I?D:M).value,disabledValues:r.value.filters[I?"months":"years"].concat(w.value),minValue:(I?H:U).value,maxValue:(I?v:L).value,headerRefs:I&&e.monthPicker?[$.value,A.value,N.value]:[],escClose:e.escClose,transitions:r.value.transitions,ariaLabels:r.value.ariaLabels,textInput:e.textInput,autoApply:e.autoApply,arrowNavigation:e.arrowNavigation,hideNavigation:e.hideNavigation}}),Y=Z(()=>h=>({month:e.month,year:e.year,items:h==="month"?e.months:e.years,instance:e.instance,updateMonthYear:y,toggle:h==="month"?E:K})),U=Z(()=>e.minDate?Ie(q(e.minDate)):null),L=Z(()=>e.maxDate?Ie(q(e.maxDate)):null),H=Z(()=>{if(e.minDate&&U.value){if(U.value>e.year)return 12;if(U.value===e.year)return Ae(q(e.minDate))}return null}),v=Z(()=>e.maxDate&&L.value?L.value<e.year?-1:L.value===e.year?Ae(q(e.maxDate)):null:null),g=Z(()=>(e.range||e.multiDates)&&e.internalModelValue&&(e.monthPicker||e.yearPicker)?e.internalModelValue:[]),P=h=>{const I=[],z=oe=>oe;for(let oe=0;oe<h.length;oe+=3){const ae=[h[oe],h[oe+1],h[oe+2]];I.push(z(ae))}return I},F=Z(()=>e.months.find(I=>I.value===e.month)||{text:"",value:0}),D=Z(()=>P(e.months)),M=Z(()=>P(e.years)),C=Z(()=>r.value.multiCalendars?e.multiCalendarsSolo?!0:e.instance===0:!0),x=Z(()=>r.value.multiCalendars?e.multiCalendarsSolo?!0:e.instance===r.value.multiCalendars-1:!0),s=(h,I)=>{I!==void 0?h.value=I:h.value=!h.value},E=(h=!1,I)=>{W(h),s(m,I),m.value||a("overlay-closed")},K=(h=!1,I)=>{W(h),s(c,I),c.value||a("overlay-closed")},W=h=>{h||a("reset-flow")},T=(h=!1)=>{u.value(h)||a("update-month-year",{year:h?e.year+1:e.year-1,month:e.month,fromNav:!0})},f=(h,I)=>{e.arrowNavigation&&(p.value[I]=Re(h),l(p.value,"monthYear"))};return n({toggleMonthPicker:E,toggleYearPicker:K,handleMonthYearChange:d}),(h,I)=>{var z,oe,ae,ye,be;return R(),Q("div",ju,[h.$slots["month-year"]?ie(h.$slots,"month-year",ze(Qe({key:0},{month:t.month,year:t.year,months:t.months,years:t.years,updateMonthYear:j(y),handleMonthYearChange:j(d),instance:t.instance}))):(R(),Q(we,{key:1},[!h.monthPicker&&!h.yearPicker?(R(),Q(we,{key:0},[C.value&&!h.vertical?(R(),Pe(qa,{key:0,"aria-label":(z=j(r).ariaLabels)==null?void 0:z.prevMonth,disabled:j(u)(!1),onActivate:I[0]||(I[0]=de=>j(d)(!1)),onSetRef:I[1]||(I[1]=de=>f(de,0))},{default:_e(()=>[h.$slots["arrow-left"]?ie(h.$slots,"arrow-left",{key:0}):G("",!0),h.$slots["arrow-left"]?G("",!0):(R(),Pe(j(Sn),{key:1}))]),_:3},8,["aria-label","disabled"])):G("",!0),J("div",{class:Ce(["dp__month_year_wrap",{dp__year_disable_select:e.disableYearSelect}])},[_t(qn,Qe({type:"month","slot-name":"month-overlay-val","overlay-slot":"overlay-month","aria-label":(oe=j(r).ariaLabels)==null?void 0:oe.openMonthsOverlay,modelValue:k.value,"onUpdate:modelValue":I[2]||(I[2]=de=>k.value=de)},O.value("month"),{onToggle:E,onSetRef:I[3]||(I[3]=de=>f(de,1))}),nt({default:_e(()=>[h.$slots.month?ie(h.$slots,"month",ze(Qe({key:0},F.value))):G("",!0),h.$slots.month?G("",!0):(R(),Q(we,{key:1},[rt(Ve(F.value.text),1)],64))]),_:2},[h.$slots["calendar-icon"]?{name:"calendar-icon",fn:_e(()=>[ie(h.$slots,"calendar-icon")]),key:"0"}:void 0,h.$slots["month-overlay-value"]?{name:"month-overlay-val",fn:_e(({item:de})=>[ie(h.$slots,"month-overlay-value",{text:de.text,value:de.value})]),key:"1"}:void 0,h.$slots["month-overlay"]?{name:"overlay-month",fn:_e(()=>[ie(h.$slots,"month-overlay",ze(ft(Y.value("month"))))]),key:"2"}:void 0,h.$slots["month-overlay-header"]?{name:"overlay-month-header",fn:_e(()=>[ie(h.$slots,"month-overlay-header",{toggle:E})]),key:"3"}:void 0]),1040,["aria-label","modelValue"]),e.disableYearSelect?G("",!0):(R(),Pe(qn,Qe({key:0,type:"year","slot-name":"year-overlay-val","overlay-slot":"overlay-year","aria-label":(ae=j(r).ariaLabels)==null?void 0:ae.openYearsOverlay,modelValue:_.value,"onUpdate:modelValue":I[4]||(I[4]=de=>_.value=de)},O.value("year"),{onToggle:K,onSetRef:I[5]||(I[5]=de=>f(de,2))}),nt({default:_e(()=>[h.$slots.year?ie(h.$slots,"year",{key:0,year:t.year}):G("",!0),h.$slots.year?G("",!0):(R(),Q(we,{key:1},[rt(Ve(t.year),1)],64))]),_:2},[h.$slots["calendar-icon"]?{name:"calendar-icon",fn:_e(()=>[ie(h.$slots,"calendar-icon")]),key:"0"}:void 0,h.$slots["year-overlay-value"]?{name:"year-overlay-val",fn:_e(({item:de})=>[ie(h.$slots,"year-overlay-value",{text:de.text,value:de.value})]),key:"1"}:void 0,h.$slots["year-overlay"]?{name:"overlay-year",fn:_e(()=>[ie(h.$slots,"year-overlay",ze(ft(Y.value("year"))))]),key:"2"}:void 0,h.$slots["year-overlay-header"]?{name:"overlay-year-header",fn:_e(()=>[ie(h.$slots,"year-overlay-header",{toggle:K})]),key:"3"}:void 0]),1040,["aria-label","modelValue"]))],2),C.value&&h.vertical?(R(),Pe(qa,{key:1,"aria-label":(ye=j(r).ariaLabels)==null?void 0:ye.prevMonth,disabled:j(u)(!1),onActivate:I[6]||(I[6]=de=>j(d)(!1))},{default:_e(()=>[h.$slots["arrow-up"]?ie(h.$slots,"arrow-up",{key:0}):G("",!0),h.$slots["arrow-up"]?G("",!0):(R(),Pe(j(yr),{key:1}))]),_:3},8,["aria-label","disabled"])):G("",!0),x.value?(R(),Pe(qa,{key:2,ref:"rightIcon",disabled:j(u)(!0),"aria-label":(be=j(r).ariaLabels)==null?void 0:be.nextMonth,onActivate:I[7]||(I[7]=de=>j(d)(!0)),onSetRef:I[8]||(I[8]=de=>f(de,3))},{default:_e(()=>[h.$slots[h.vertical?"arrow-down":"arrow-right"]?ie(h.$slots,h.vertical?"arrow-down":"arrow-right",{key:0}):G("",!0),h.$slots[h.vertical?"arrow-down":"arrow-right"]?G("",!0):(R(),Pe(Gn(h.vertical?j(gr):j(On)),{key:1}))]),_:3},8,["disabled","aria-label"])):G("",!0)],64)):G("",!0),h.monthPicker?(R(),Pe(ca,Qe({key:1},O.value("month"),{"skip-active":h.range,"internal-model-value":t.internalModelValue,year:t.year,"auto-apply-month":h.autoApplyMonth,"multi-model-value":g.value,"month-picker":"",modelValue:k.value,"onUpdate:modelValue":I[17]||(I[17]=de=>k.value=de),onToggle:E,onSelected:I[18]||(I[18]=de=>h.$emit("overlay-closed"))}),nt({header:_e(()=>{var de,We,Je;return[J("div",qu,[J("div",{class:"dp__month_year_col_nav",tabindex:"0",ref_key:"mpPrevIconRef",ref:$,onClick:I[9]||(I[9]=qe=>T(!1)),onKeydown:I[10]||(I[10]=he(qe=>T(!1),["enter"]))},[J("div",{class:Ce(["dp__inner_nav",{dp__inner_nav_disabled:j(u)(!1)}]),role:"button","aria-label":(de=j(r).ariaLabels)==null?void 0:de.prevMonth},[h.$slots["arrow-left"]?ie(h.$slots,"arrow-left",{key:0}):G("",!0),h.$slots["arrow-left"]?G("",!0):(R(),Pe(j(Sn),{key:1}))],10,Qu)],544),J("div",{class:"dp__pointer",role:"button",ref_key:"mpYearButtonRef",ref:A,"aria-label":(We=j(r).ariaLabels)==null?void 0:We.openYearsOverlay,tabindex:"0",onClick:I[11]||(I[11]=()=>K(!1)),onKeydown:I[12]||(I[12]=he(()=>K(!1),["enter"]))},[h.$slots.year?ie(h.$slots,"year",{key:0,year:t.year}):G("",!0),h.$slots.year?G("",!0):(R(),Q(we,{key:1},[rt(Ve(t.year),1)],64))],40,Gu),J("div",{class:"dp__month_year_col_nav",tabindex:"0",ref_key:"mpNextIconRef",ref:N,onClick:I[13]||(I[13]=qe=>T(!0)),onKeydown:I[14]||(I[14]=he(qe=>T(!0),["enter"]))},[J("div",{class:Ce(["dp__inner_nav",{dp__inner_nav_disabled:j(u)(!0)}]),role:"button","aria-label":(Je=j(r).ariaLabels)==null?void 0:Je.nextMonth},[h.$slots["arrow-right"]?ie(h.$slots,"arrow-right",{key:0}):G("",!0),h.$slots["arrow-right"]?G("",!0):(R(),Pe(j(On),{key:1}))],10,Xu)],544)]),_t(Zt,{name:j(i)(c.value),css:j(o)},{default:_e(()=>[c.value?(R(),Pe(ca,Qe({key:0},O.value("year"),{modelValue:_.value,"onUpdate:modelValue":I[15]||(I[15]=qe=>_.value=qe),onToggle:K,onSelected:I[16]||(I[16]=qe=>h.$emit("overlay-closed"))}),nt({"button-icon":_e(()=>[h.$slots["calendar-icon"]?ie(h.$slots,"calendar-icon",{key:0}):G("",!0),h.$slots["calendar-icon"]?G("",!0):(R(),Pe(j(Ca),{key:1}))]),_:2},[h.$slots["year-overlay-value"]?{name:"item",fn:_e(({item:qe})=>[ie(h.$slots,"year-overlay-value",{text:qe.text,value:qe.value})]),key:"0"}:void 0]),1040,["modelValue"])):G("",!0)]),_:3},8,["name","css"])]}),_:2},[h.$slots["month-overlay-value"]?{name:"item",fn:_e(({item:de})=>[ie(h.$slots,"month-overlay-value",{text:de.text,value:de.value})]),key:"0"}:void 0]),1040,["skip-active","internal-model-value","year","auto-apply-month","multi-model-value","modelValue"])):G("",!0),h.yearPicker?(R(),Pe(ca,Qe({key:2},O.value("year"),{modelValue:_.value,"onUpdate:modelValue":I[19]||(I[19]=de=>_.value=de),"multi-model-value":g.value,"skip-active":h.range,"skip-button-ref":"","year-picker":"",onToggle:K,onSelected:I[20]||(I[20]=de=>h.$emit("overlay-closed"))}),nt({_:2},[h.$slots["year-overlay-value"]?{name:"item",fn:_e(({item:de})=>[ie(h.$slots,"year-overlay-value",{text:de.text,value:de.value})]),key:"0"}:void 0]),1040,["modelValue","multi-model-value","skip-active"])):G("",!0)],64))])}}}),Ku={key:0,class:"dp__time_input"},zu=["aria-label","onKeydown","onClick"],Zu=J("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1),es=J("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1),ts=["aria-label","onKeydown","onClick"],as=["aria-label","onKeydown","onClick"],ns=J("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1),rs=J("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1),os={key:0},is=["aria-label","onKeydown"],ls=vt({__name:"TimeInput",props:{hours:{type:Number,default:0},minutes:{type:Number,default:0},seconds:{type:Number,default:0},closeTimePickerBtn:{type:Object,default:null},order:{type:Number,default:0},...Yt},emits:["set-hours","set-minutes","update:hours","update:minutes","update:seconds","reset-flow","mounted","overlay-closed","am-pm-change"],setup(t,{expose:n,emit:a}){const e=t,{setTimePickerElements:r,setTimePickerBackRef:i}=Et(),{defaults:o}=it(e),{transitionName:l,showTransition:d}=Pa(o.value.transitions),u=zt({hours:!1,minutes:!1,seconds:!1}),y=ne("AM"),m=ne(null),c=ne([]);ct(()=>{a("mounted")});const p=s=>Ge(new Date,{hours:s.hours,minutes:s.minutes,seconds:e.enableSeconds?s.seconds:0,milliseconds:0}),$=Z(()=>({hours:e.hours,minutes:e.minutes,seconds:e.seconds})),A=Z(()=>s=>!U(+e[s]+ +e[`${s}Increment`],s)),N=Z(()=>s=>!U(+e[s]-+e[`${s}Increment`],s)),X=(s,E)=>Jn(Ge(q(),s),E),k=(s,E)=>kl(Ge(q(),s),E),_=Z(()=>({dp__time_col:!0,dp__time_col_block:!e.timePickerInline,dp__time_col_reg_block:!e.enableSeconds&&e.is24&&!e.timePickerInline,dp__time_col_reg_inline:!e.enableSeconds&&e.is24&&e.timePickerInline,dp__time_col_reg_with_button:!e.enableSeconds&&!e.is24,dp__time_col_sec:e.enableSeconds&&e.is24,dp__time_col_sec_with_button:e.enableSeconds&&!e.is24})),S=Z(()=>{const s=[{type:"hours"},{type:"",separator:!0},{type:"minutes"}];return e.enableSeconds?s.concat([{type:"",separator:!0},{type:"seconds"}]):s}),w=Z(()=>S.value.filter(s=>!s.separator)),O=Z(()=>s=>{if(s==="hours"){const E=F(+e.hours);return{text:E<10?`0${E}`:`${E}`,value:E}}return{text:e[s]<10?`0${e[s]}`:`${e[s]}`,value:e[s]}}),Y=s=>{const E=e.is24?24:12,K=s==="hours"?E:60,W=+e[`${s}GridIncrement`],T=s==="hours"&&!e.is24?W:0,f=[];for(let h=T;h<K;h+=W)f.push({value:h,text:h<10?`0${h}`:`${h}`});return s==="hours"&&!e.is24&&f.push({value:0,text:"12"}),eu(f)},U=(s,E)=>{const K=e.minTime?p(Ua(e.minTime)):null,W=e.maxTime?p(Ua(e.maxTime)):null,T=p(Ua($.value,E,s));return K&&W?(va(T,W)||Vt(T,W))&&(fa(T,K)||Vt(T,K)):K?fa(T,K)||Vt(T,K):W?va(T,W)||Vt(T,W):!0},L=Z(()=>s=>Y(s).flat().filter(E=>lu(E.value)).map(E=>E.value).filter(E=>!U(E,s))),H=s=>e[`no${s[0].toUpperCase()+s.slice(1)}Overlay`],v=s=>{H(s)||(u[s]=!u[s],u[s]||a("overlay-closed"))},g=s=>s==="hours"?Ct:s==="minutes"?Pt:Kt,P=(s,E=!0)=>{const K=E?X:k,W=E?+e[`${s}Increment`]:-+e[`${s}Increment`];U(+e[s]+W,s)&&a(`update:${s}`,g(s)(K({[s]:+e[s]},{[s]:+e[`${s}Increment`]})))},F=s=>e.is24?s:(s>=12?y.value="PM":y.value="AM",ou(s)),D=()=>{y.value==="PM"?(y.value="AM",a("update:hours",e.hours-12)):(y.value="PM",a("update:hours",e.hours+12)),a("am-pm-change",y.value)},M=s=>{u[s]=!0},C=(s,E,K)=>{if(s&&e.arrowNavigation){Array.isArray(c.value[E])?c.value[E][K]=s:c.value[E]=[s];const W=c.value.reduce((T,f)=>f.map((h,I)=>[...T[I]||[],f[I]]),[]);i(e.closeTimePickerBtn),m.value&&(W[1]=W[1].concat(m.value)),r(W,e.order)}},x=(s,E)=>s==="hours"&&!e.is24?a(`update:${s}`,y.value==="PM"?E+12:E):a(`update:${s}`,E);return n({openChildCmp:M}),(s,E)=>{var K;return s.disabled?G("",!0):(R(),Q("div",Ku,[(R(!0),Q(we,null,Fe(S.value,(W,T)=>{var f,h,I;return R(),Q("div",{key:T,class:Ce(_.value)},[W.separator?(R(),Q(we,{key:0},[rt(" : ")],64)):(R(),Q(we,{key:1},[J("button",{type:"button",class:Ce({dp__btn:!0,dp__inc_dec_button:!e.timePickerInline,dp__inc_dec_button_inline:e.timePickerInline,dp__tp_inline_btn_top:e.timePickerInline,dp__inc_dec_button_disabled:A.value(W.type)}),"aria-label":(f=j(o).ariaLabels)==null?void 0:f.incrementValue(W.type),tabindex:"0",onKeydown:[he(z=>P(W.type),["enter"]),he(z=>P(W.type),["space"])],onClick:z=>P(W.type),ref_for:!0,ref:z=>C(z,T,0)},[e.timePickerInline?(R(),Q(we,{key:1},[Zu,es],64)):(R(),Q(we,{key:0},[s.$slots["arrow-up"]?ie(s.$slots,"arrow-up",{key:0}):G("",!0),s.$slots["arrow-up"]?G("",!0):(R(),Pe(j(yr),{key:1}))],64))],42,zu),J("button",{type:"button","aria-label":(h=j(o).ariaLabels)==null?void 0:h.openTpOverlay(W.type),class:Ce(["dp__btn",H(W.type)?void 0:{dp__time_display:!0,dp__time_display_block:!e.timePickerInline,dp__time_display_inline:e.timePickerInline}]),tabindex:"0",onKeydown:[he(z=>v(W.type),["enter"]),he(z=>v(W.type),["space"])],onClick:z=>v(W.type),ref_for:!0,ref:z=>C(z,T,1)},[s.$slots[W.type]?ie(s.$slots,W.type,{key:0,text:O.value(W.type).text,value:O.value(W.type).value}):G("",!0),s.$slots[W.type]?G("",!0):(R(),Q(we,{key:1},[rt(Ve(O.value(W.type).text),1)],64))],42,ts),J("button",{type:"button",class:Ce({dp__btn:!0,dp__inc_dec_button:!e.timePickerInline,dp__inc_dec_button_inline:e.timePickerInline,dp__tp_inline_btn_bottom:e.timePickerInline,dp__inc_dec_button_disabled:N.value(W.type)}),"aria-label":(I=j(o).ariaLabels)==null?void 0:I.decrementValue(W.type),tabindex:"0",onKeydown:[he(z=>P(W.type,!1),["enter"]),he(z=>P(W.type,!1),["space"])],onClick:z=>P(W.type,!1),ref_for:!0,ref:z=>C(z,T,2)},[e.timePickerInline?(R(),Q(we,{key:1},[ns,rs],64)):(R(),Q(we,{key:0},[s.$slots["arrow-down"]?ie(s.$slots,"arrow-down",{key:0}):G("",!0),s.$slots["arrow-down"]?G("",!0):(R(),Pe(j(gr),{key:1}))],64))],42,as)],64))],2)}),128)),s.is24?G("",!0):(R(),Q("div",os,[s.$slots["am-pm-button"]?ie(s.$slots,"am-pm-button",{key:0,toggle:D,value:y.value}):G("",!0),s.$slots["am-pm-button"]?G("",!0):(R(),Q("button",{key:1,ref_key:"amPmButton",ref:m,type:"button",class:"dp__pm_am_button",role:"button","aria-label":(K=j(o).ariaLabels)==null?void 0:K.amPmButton,tabindex:"0",onClick:D,onKeydown:[he(ot(D,["prevent"]),["enter"]),he(ot(D,["prevent"]),["space"])]},Ve(y.value),41,is))])),(R(!0),Q(we,null,Fe(w.value,(W,T)=>(R(),Pe(Zt,{key:T,name:j(l)(u[W.type]),css:j(d)},{default:_e(()=>[u[W.type]?(R(),Pe(ca,{key:0,items:Y(W.type),"disabled-values":j(o).filters.times[W.type].concat(L.value(W.type)),"esc-close":s.escClose,"aria-labels":j(o).ariaLabels,"hide-navigation":s.hideNavigation,"onUpdate:modelValue":f=>x(W.type,f),onSelected:f=>v(W.type),onToggle:f=>v(W.type),onResetFlow:E[0]||(E[0]=f=>s.$emit("reset-flow")),type:W.type},nt({"button-icon":_e(()=>[s.$slots["clock-icon"]?ie(s.$slots,"clock-icon",{key:0}):G("",!0),s.$slots["clock-icon"]?G("",!0):(R(),Pe(j(hr),{key:1}))]),_:2},[s.$slots[`${W.type}-overlay-value`]?{name:"item",fn:_e(({item:f})=>[ie(s.$slots,`${W.type}-overlay-value`,{text:f.text,value:f.value})]),key:"0"}:void 0]),1032,["items","disabled-values","esc-close","aria-labels","hide-navigation","onUpdate:modelValue","onSelected","onToggle","type"])):G("",!0)]),_:2},1032,["name","css"]))),128))]))}}}),us=["aria-label"],ss=["tabindex"],cs=["aria-label"],ds=vt({__name:"TimePicker",props:{hours:{type:[Number,Array],default:0},minutes:{type:[Number,Array],default:0},seconds:{type:[Number,Array],default:0},internalModelValue:{type:[Date,Array],default:null},...Yt},emits:["update:hours","update:minutes","update:seconds","mount","reset-flow","overlay-opened","overlay-closed","am-pm-change"],setup(t,{expose:n,emit:a}){const e=t,{buildMatrix:r,setTimePicker:i}=Et(),o=nn(),{hideNavigationButtons:l,defaults:d}=it(e),{transitionName:u,showTransition:y}=Pa(d.value.transitions),m=ne(null),c=ne(null),p=ne([]),$=ne(null);ct(()=>{a("mount"),!e.timePicker&&e.arrowNavigation?r([Re(m.value)],"time"):i(!0,e.timePicker)});const A=Z(()=>e.range&&e.modelAuto?Dr(e.internalModelValue):!0),N=ne(!1),X=v=>({hours:Array.isArray(e.hours)?e.hours[v]:e.hours,minutes:Array.isArray(e.minutes)?e.minutes[v]:e.minutes,seconds:Array.isArray(e.seconds)?e.seconds[v]:e.seconds}),k=Z(()=>{const v=[];if(e.range)for(let g=0;g<2;g++)v.push(X(g));else v.push(X(0));return v}),_=(v,g=!1,P="")=>{g||a("reset-flow"),N.value=v,a(v?"overlay-opened":"overlay-closed"),e.arrowNavigation&&i(v),At(()=>{P!==""&&p.value[0]&&p.value[0].openChildCmp(P)})},S=Z(()=>({dp__btn:!0,dp__button:!0,dp__button_bottom:e.autoApply&&!e.keepActionRow})),w=Bt(o,"timePicker"),O=(v,g,P)=>e.range?g===0?[v,k.value[1][P]]:[k.value[0][P],v]:v,Y=v=>{a("update:hours",v)},U=v=>{a("update:minutes",v)},L=v=>{a("update:seconds",v)},H=()=>{if($.value){const v=uu($.value);v&&v.focus({preventScroll:!0})}};return n({toggleTimePicker:_}),(v,g)=>{var P;return R(),Q("div",null,[!v.timePicker&&!v.timePickerInline?yt((R(),Q("button",{key:0,type:"button",class:Ce(S.value),"aria-label":(P=j(d).ariaLabels)==null?void 0:P.openTimePicker,tabindex:"0",ref_key:"openTimePickerBtn",ref:m,onKeydown:[g[0]||(g[0]=he(F=>_(!0),["enter"])),g[1]||(g[1]=he(F=>_(!0),["space"]))],onClick:g[2]||(g[2]=F=>_(!0))},[v.$slots["clock-icon"]?ie(v.$slots,"clock-icon",{key:0}):G("",!0),v.$slots["clock-icon"]?G("",!0):(R(),Pe(j(hr),{key:1}))],42,us)),[[wa,!j(l)("time")]]):G("",!0),_t(Zt,{name:j(u)(N.value),css:j(y)&&!v.timePickerInline},{default:_e(()=>{var F;return[N.value||v.timePicker||v.timePickerInline?(R(),Q("div",{key:0,class:Ce({dp__overlay:!v.timePickerInline}),ref_key:"overlayRef",ref:$,tabindex:v.timePickerInline?void 0:0},[J("div",{class:Ce(v.timePickerInline?"dp__time_picker_inline_container":"dp__overlay_container dp__container_flex dp__time_picker_overlay_container"),style:{display:"flex"}},[v.$slots["time-picker-overlay"]?ie(v.$slots,"time-picker-overlay",{key:0,hours:t.hours,minutes:t.minutes,seconds:t.seconds,setHours:Y,setMinutes:U,setSeconds:L}):G("",!0),v.$slots["time-picker-overlay"]?G("",!0):(R(),Q("div",{key:1,class:Ce(v.timePickerInline?"dp__flex":"dp__overlay_row dp__flex_row")},[(R(!0),Q(we,null,Fe(k.value,(D,M)=>yt((R(),Pe(ls,Qe({key:M},{...v.$props,order:M,hours:D.hours,minutes:D.minutes,seconds:D.seconds,closeTimePickerBtn:c.value,disabled:M===0?v.fixedStart:v.fixedEnd},{ref_for:!0,ref_key:"timeInputRefs",ref:p,"onUpdate:hours":C=>Y(O(C,M,"hours")),"onUpdate:minutes":C=>U(O(C,M,"minutes")),"onUpdate:seconds":C=>L(O(C,M,"seconds")),onMounted:H,onOverlayClosed:H,onAmPmChange:g[3]||(g[3]=C=>v.$emit("am-pm-change",C))}),nt({_:2},[Fe(j(w),(C,x)=>({name:C,fn:_e(s=>[ie(v.$slots,C,ze(ft(s)))])}))]),1040,["onUpdate:hours","onUpdate:minutes","onUpdate:seconds"])),[[wa,M===0?!0:A.value]])),128))],2)),!v.timePicker&&!v.timePickerInline?yt((R(),Q("button",{key:2,type:"button",ref_key:"closeTimePickerBtn",ref:c,class:Ce(S.value),"aria-label":(F=j(d).ariaLabels)==null?void 0:F.closeTimePicker,tabindex:"0",onKeydown:[g[4]||(g[4]=he(D=>_(!1),["enter"])),g[5]||(g[5]=he(D=>_(!1),["space"]))],onClick:g[6]||(g[6]=D=>_(!1))},[v.$slots["calendar-icon"]?ie(v.$slots,"calendar-icon",{key:0}):G("",!0),v.$slots["calendar-icon"]?G("",!0):(R(),Pe(j(Ca),{key:1}))],42,cs)),[[wa,!j(l)("time")]]):G("",!0)],2)],10,ss)):G("",!0)]}),_:3},8,["name","css"])])}}}),fs=(t,n)=>{const{isDisabled:a,matchDate:e,getWeekFromDate:r,defaults:i}=it(n),o=ne(null),l=ne(q()),d=s=>{!s.current&&n.hideOffsetDates||(o.value=s.value)},u=()=>{o.value=null},y=s=>Array.isArray(t.value)&&n.range&&t.value[0]&&o.value?s?at(o.value,t.value[0]):Ze(o.value,t.value[0]):!0,m=(s,E)=>{const K=()=>t.value?E?t.value[0]||null:t.value[1]:null,W=t.value&&Array.isArray(t.value)?K():null;return Ne(q(s.value),W)},c=s=>{const E=Array.isArray(t.value)?t.value[0]:null;return s?!Ze(o.value||null,E):!0},p=(s,E=!0)=>(n.range||n.weekPicker)&&Array.isArray(t.value)&&t.value.length===2?n.hideOffsetDates&&!s.current?!1:Ne(q(s.value),t.value[E?0:1]):n.range?m(s,E)&&c(E)||Ne(s.value,Array.isArray(t.value)?t.value[0]:null)&&y(E):!1,$=(s,E,K)=>Array.isArray(t.value)&&t.value[0]&&t.value.length===1?s?!1:K?at(t.value[0],E.value):Ze(t.value[0],E.value):!1,A=s=>!t.value||n.hideOffsetDates&&!s.current?!1:n.range?n.modelAuto&&Array.isArray(t.value)?Ne(s.value,t.value[0]?t.value[0]:l.value):!1:n.multiDates&&Array.isArray(t.value)?t.value.some(E=>Ne(E,s.value)):Ne(s.value,t.value?t.value:l.value),N=s=>{if(n.autoRange||n.weekPicker){if(o.value){if(n.hideOffsetDates&&!s.current)return!1;const E=St(o.value,+n.autoRange),K=r(q(o.value));return n.weekPicker?Ne(K[1],q(s.value)):Ne(E,q(s.value))}return!1}return!1},X=s=>{if(n.autoRange||n.weekPicker){if(o.value){const E=St(o.value,+n.autoRange);if(n.hideOffsetDates&&!s.current)return!1;const K=r(q(o.value));return n.weekPicker?at(s.value,K[0])&&Ze(s.value,K[1]):at(s.value,o.value)&&Ze(s.value,E)}return!1}return!1},k=s=>{if(n.autoRange||n.weekPicker){if(o.value){if(n.hideOffsetDates&&!s.current)return!1;const E=r(q(o.value));return n.weekPicker?Ne(E[0],s.value):Ne(o.value,s.value)}return!1}return!1},_=s=>wr(t.value,o.value,s.value),S=()=>n.modelAuto&&Array.isArray(n.internalModelValue)?!!n.internalModelValue[0]:!1,w=()=>n.modelAuto?Dr(n.internalModelValue):!0,O=s=>{if(Array.isArray(t.value)&&t.value.length||n.weekPicker)return!1;const E=n.range?!p(s)&&!p(s,!1):!0;return!a(s.value)&&!A(s)&&!(!s.current&&n.hideOffsetDates)&&E},Y=s=>n.range?n.modelAuto?S()&&A(s):!1:A(s),U=s=>{var E;return n.highlight?e(s.value,(E=n.arrMapValues)!=null&&E.highlightedDates?n.arrMapValues.highlightedDates:n.highlight):!1},L=s=>a(s.value)&&n.highlightDisabledDays===!1,H=s=>n.highlightWeekDays&&n.highlightWeekDays.includes(s.value.getDay()),v=s=>(n.range||n.weekPicker)&&(!(i.value.multiCalendars>0)||s.current)&&w()&&!(!s.current&&n.hideOffsetDates)&&!A(s)?_(s):!1,g=s=>{const{isRangeStart:E,isRangeEnd:K}=D(s),W=n.range?E||K:!1;return{dp__cell_offset:!s.current,dp__pointer:!n.disabled&&!(!s.current&&n.hideOffsetDates)&&!a(s.value),dp__cell_disabled:a(s.value),dp__cell_highlight:!L(s)&&(U(s)||H(s))&&!Y(s)&&!W,dp__cell_highlight_active:!L(s)&&(U(s)||H(s))&&Y(s),dp__today:!n.noToday&&Ne(s.value,l.value)&&s.current}},P=s=>({dp__active_date:Y(s),dp__date_hover:O(s)}),F=s=>({...M(s),...C(s),dp__range_between_week:v(s)&&n.weekPicker}),D=s=>{const E=i.value.multiCalendars>0?s.current&&p(s)&&w():p(s)&&w(),K=i.value.multiCalendars>0?s.current&&p(s,!1)&&w():p(s,!1)&&w();return{isRangeStart:E,isRangeEnd:K}},M=s=>{const{isRangeStart:E,isRangeEnd:K}=D(s);return{dp__range_start:E,dp__range_end:K,dp__range_between:v(s)&&!n.weekPicker,dp__date_hover_start:$(O(s),s,!0),dp__date_hover_end:$(O(s),s,!1)}},C=s=>({...M(s),dp__cell_auto_range:X(s),dp__cell_auto_range_start:k(s),dp__cell_auto_range_end:N(s)}),x=s=>n.range?n.autoRange?C(s):n.modelAuto?{...P(s),...M(s)}:M(s):n.weekPicker?F(s):P(s);return{setHoverDate:d,clearHoverDate:u,getDayClassData:s=>n.hideOffsetDates&&!s.current?{}:{...g(s),...x(s),[n.dayClass?n.dayClass(s.value):""]:!0,[n.calendarCellClassName]:!!n.calendarCellClassName}}},vs=["id","onKeydown"],ps={key:0,class:"dp__sidebar_left"},ms={key:1,class:"dp__preset_ranges"},hs=["onClick"],ys={key:2,class:"dp__sidebar_right"},gs={key:3,class:"dp__action_extra"},ws=vt({__name:"DatepickerMenu",props:{openOnTop:{type:Boolean,default:!1},internalModelValue:{type:[Date,Array],default:null},arrMapValues:{type:Object,default:()=>({})},...Yt},emits:["close-picker","select-date","auto-apply","time-update","flow-step","update-month-year","invalid-select","update:internal-model-value","recalculate-position","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end"],setup(t,{expose:n,emit:a}){const e=t,r=Z(()=>{const{openOnTop:B,internalModelValue:te,arrMapValues:Ue,...Le}=e;return Le}),{setMenuFocused:i,setShiftKey:o,control:l}=br(),{getCalendarDays:d,defaults:u}=it(e),y=nn(),m=ne(null),c=zt({timePicker:!!(!e.enableTimePicker||e.timePicker||e.monthPicker),monthYearInput:!!e.timePicker,calendar:!1}),p=ne([]),$=ne([]),A=ne(null),N=ne(null),X=ne(0),k=ne(!1),_=ne(0);ct(()=>{var B;k.value=!0,!((B=e.presetRanges)!=null&&B.length)&&!y["left-sidebar"]&&!y["right-sidebar"]&&(Dt(),window.addEventListener("resize",Dt));const te=Re(N);if(te&&!e.textInput&&!e.inline&&(i(!0),L()),te){const Ue=Le=>{e.allowPreventDefault&&Le.preventDefault(),Le.stopImmediatePropagation(),Le.stopPropagation()};te.addEventListener("pointerdown",Ue),te.addEventListener("mousedown",Ue)}}),rn(()=>{window.removeEventListener("resize",Dt)});const{arrowRight:S,arrowLeft:w,arrowDown:O,arrowUp:Y}=Et(),U=B=>{B||B===0?$.value[B].triggerTransition(F.value(B),D.value(B)):$.value.forEach((te,Ue)=>te.triggerTransition(F.value(Ue),D.value(Ue)))},L=()=>{const B=Re(N);B&&B.focus({preventScroll:!0})},H=()=>{var B;(B=e.flow)!=null&&B.length&&_.value!==-1&&(_.value+=1,a("flow-step",_.value),ce())},v=()=>{_.value=-1},{calendars:g,modelValue:P,month:F,year:D,time:M,updateTime:C,updateMonthYear:x,selectDate:s,getWeekNum:E,monthYearSelect:K,handleScroll:W,handleArrow:T,handleSwipe:f,getMarker:h,selectCurrentDate:I,presetDateRange:z}=hu(e,a,H,U,_),{setHoverDate:oe,clearHoverDate:ae,getDayClassData:ye}=fs(P,e),be={modelValue:P,month:F,year:D,time:M,updateTime:C,updateMonthYear:x,selectDate:s,presetDateRange:z,handleMonthYearChange:B=>{p.value[0]&&p.value[0].handleMonthYearChange(B)}};Nt(g,()=>{e.openOnTop&&setTimeout(()=>{a("recalculate-position")},0)},{deep:!0});const de=Bt(y,"calendar"),We=Bt(y,"action"),Je=Bt(y,"timePicker"),qe=Bt(y,"monthYear"),dt=Z(()=>e.openOnTop?"dp__arrow_bottom":"dp__arrow_top"),pt=Z(()=>nu(e.yearRange,e.reverseYears)),Tt=Z(()=>ru(e.formatLocale,e.locale,e.monthNameFormat)),Dt=()=>{const B=Re(m);B&&(X.value=B.getBoundingClientRect().width)},ea=Z(()=>B=>d(F.value(B),D.value(B))),se=Z(()=>u.value.multiCalendars>0?[...Array(u.value.multiCalendars).keys()]:[0]),me=Z(()=>B=>B===1),ge=Z(()=>e.monthPicker||e.timePicker||e.yearPicker),ta=Z(()=>({dp__menu_inner:!0,dp__flex_display:u.value.multiCalendars>0})),Ut=Z(()=>({dp__instance_calendar:u.value.multiCalendars>0})),Sa=Z(()=>({dp__menu_disabled:e.disabled,dp__menu_readonly:e.readonly})),pa=Z(()=>B=>Oa(ea,B)),aa=Z(()=>({dp__menu:!0,dp__menu_index:!e.inline,dp__relative:e.inline,[e.menuClassName]:!!e.menuClassName})),Oa=(B,te)=>B.value(te).map(Ue=>({...Ue,days:Ue.days.map(Le=>(Le.marker=h(Le),Le.classData=ye(Le),Le))})),Na=B=>{B.stopPropagation(),B.stopImmediatePropagation()},Aa=()=>{e.escClose&&a("close-picker")},ma=(B,te=!1)=>{s(B,te),e.spaceConfirm&&a("select-date")},b=B=>{var te;(te=e.flow)!=null&&te.length&&(c[B]=!0,Object.keys(c).filter(Ue=>!c[Ue]).length||ce())},V=(B,te,Ue,Le,...ht)=>{if(e.flow[_.value]===B){const ue=Le?te.value[0]:te.value;ue&&ue[Ue](...ht)}},ce=()=>{V("month",p,"toggleMonthPicker",!0,!0),V("year",p,"toggleYearPicker",!0,!0),V("calendar",A,"toggleTimePicker",!1,!1,!0),V("time",A,"toggleTimePicker",!1,!0,!0);const B=e.flow[_.value];(B==="hours"||B==="minutes"||B==="seconds")&&V(B,A,"toggleTimePicker",!1,!0,!0,B)},pe=B=>{if(e.arrowNavigation){if(B==="up")return Y();if(B==="down")return O();if(B==="left")return w();if(B==="right")return S()}else B==="left"||B==="up"?T("left",0,B==="up"):T("right",0,B==="down")},Ye=B=>{o(B.shiftKey),!e.disableMonthYearSelect&&B.code==="Tab"&&B.target.classList.contains("dp__menu")&&l.value.shiftKeyInMenu&&(B.preventDefault(),B.stopImmediatePropagation(),a("close-picker"))},mt=()=>{L(),a("time-picker-close")},xt=B=>{var te,Ue,Le,ht,ue;(te=A.value)==null||te.toggleTimePicker(!1,!1),(Le=(Ue=p.value)==null?void 0:Ue[B])==null||Le.toggleMonthPicker(!1,!1),(ue=(ht=p.value)==null?void 0:ht[B])==null||ue.toggleYearPicker(!1,!1)};return n({updateMonthYear:x,switchView:(B,te=0)=>{var Ue,Le,ht,ue,Mt;return B==="month"?(Le=(Ue=p.value)==null?void 0:Ue[te])==null?void 0:Le.toggleMonthPicker(!1,!0):B==="year"?(ue=(ht=p.value)==null?void 0:ht[te])==null?void 0:ue.toggleYearPicker(!1,!0):B==="time"?(Mt=A.value)==null?void 0:Mt.toggleTimePicker(!0,!1):xt(te)}}),(B,te)=>{var Ue;return R(),Pe(Zt,{appear:"",name:(Ue=j(u).transitions)==null?void 0:Ue.menuAppear,css:!!B.transitions},{default:_e(()=>{var Le,ht;return[J("div",{id:B.uid?`dp-menu-${B.uid}`:void 0,tabindex:"0",ref_key:"dpMenuRef",ref:N,role:"dialog",class:Ce(aa.value),onMouseleave:te[14]||(te[14]=(...ue)=>j(ae)&&j(ae)(...ue)),onClick:Na,onKeydown:[he(Aa,["esc"]),te[15]||(te[15]=he(ot(ue=>pe("left"),["prevent"]),["left"])),te[16]||(te[16]=he(ot(ue=>pe("up"),["prevent"]),["up"])),te[17]||(te[17]=he(ot(ue=>pe("down"),["prevent"]),["down"])),te[18]||(te[18]=he(ot(ue=>pe("right"),["prevent"]),["right"])),Ye]},[(B.disabled||B.readonly)&&B.inline?(R(),Q("div",{key:0,class:Ce(Sa.value)},null,2)):G("",!0),!B.inline&&!B.teleportCenter?(R(),Q("div",{key:1,class:Ce(dt.value)},null,2)):G("",!0),J("div",{class:Ce({dp__menu_content_wrapper:((Le=B.presetRanges)==null?void 0:Le.length)||!!B.$slots["left-sidebar"]||!!B.$slots["right-sidebar"]})},[B.$slots["left-sidebar"]?(R(),Q("div",ps,[ie(B.$slots,"left-sidebar",ze(ft(be)))])):G("",!0),(ht=B.presetRanges)!=null&&ht.length?(R(),Q("div",ms,[(R(!0),Q(we,null,Fe(B.presetRanges,(ue,Mt)=>(R(),Q("div",{key:Mt,style:It(ue.style||{}),class:"dp__preset_range",onClick:De=>j(z)(ue.range,!!ue.slot)},[ue.slot?ie(B.$slots,ue.slot,{key:0,presetDateRange:j(z),label:ue.label,range:ue.range}):(R(),Q(we,{key:1},[rt(Ve(ue.label),1)],64))],12,hs))),128))])):G("",!0),J("div",{class:"dp__instance_calendar",ref_key:"calendarWrapperRef",ref:m,role:"document"},[J("div",{class:Ce(ta.value)},[(R(!0),Q(we,null,Fe(se.value,(ue,Mt)=>(R(),Q("div",{key:ue,class:Ce(Ut.value)},[!B.disableMonthYearSelect&&!B.timePicker?(R(),Pe(Ju,Qe({key:0,ref_for:!0,ref:De=>{De&&(p.value[Mt]=De)},months:Tt.value,years:pt.value,month:j(F)(ue),year:j(D)(ue),instance:ue,"internal-model-value":t.internalModelValue},r.value,{onMount:te[0]||(te[0]=De=>b("monthYearInput")),onResetFlow:v,onUpdateMonthYear:De=>j(x)(ue,De),onMonthYearSelect:j(K),onOverlayClosed:L}),nt({_:2},[Fe(j(qe),(De,xr)=>({name:De,fn:_e($a=>[ie(B.$slots,De,ze(ft($a)))])}))]),1040,["months","years","month","year","instance","internal-model-value","onUpdateMonthYear","onMonthYearSelect"])):G("",!0),_t(Lu,Qe({ref_for:!0,ref:De=>{De&&($.value[Mt]=De)},"specific-mode":ge.value,"get-week-num":j(E),instance:ue,"mapped-dates":pa.value(ue),month:j(F)(ue),year:j(D)(ue)},r.value,{onSelectDate:De=>j(s)(De,!me.value(ue)),onHandleSpace:De=>ma(De,!me.value(ue)),onSetHoverDate:te[1]||(te[1]=De=>j(oe)(De)),onHandleScroll:De=>j(W)(De,ue),onHandleSwipe:De=>j(f)(De,ue),onMount:te[2]||(te[2]=De=>b("calendar")),onResetFlow:v,onTooltipOpen:te[3]||(te[3]=De=>B.$emit("tooltip-open",De)),onTooltipClose:te[4]||(te[4]=De=>B.$emit("tooltip-close",De))}),nt({_:2},[Fe(j(de),(De,xr)=>({name:De,fn:_e($a=>[ie(B.$slots,De,ze(ft({...$a})))])}))]),1040,["specific-mode","get-week-num","instance","mapped-dates","month","year","onSelectDate","onHandleSpace","onHandleScroll","onHandleSwipe"])],2))),128))],2),J("div",null,[B.$slots["time-picker"]?ie(B.$slots,"time-picker",ze(Qe({key:0},{time:j(M),updateTime:j(C)}))):(R(),Q(we,{key:1},[B.enableTimePicker&&!B.monthPicker&&!B.weekPicker?(R(),Pe(ds,Qe({key:0,ref_key:"timePickerRef",ref:A,hours:j(M).hours,minutes:j(M).minutes,seconds:j(M).seconds,"internal-model-value":t.internalModelValue},r.value,{onMount:te[5]||(te[5]=ue=>b("timePicker")),"onUpdate:hours":te[6]||(te[6]=ue=>j(C)(ue)),"onUpdate:minutes":te[7]||(te[7]=ue=>j(C)(ue,!1)),"onUpdate:seconds":te[8]||(te[8]=ue=>j(C)(ue,!1,!0)),onResetFlow:v,onOverlayClosed:mt,onOverlayOpened:te[9]||(te[9]=ue=>B.$emit("time-picker-open",ue)),onAmPmChange:te[10]||(te[10]=ue=>B.$emit("am-pm-change",ue))}),nt({_:2},[Fe(j(Je),(ue,Mt)=>({name:ue,fn:_e(De=>[ie(B.$slots,ue,ze(ft(De)))])}))]),1040,["hours","minutes","seconds","internal-model-value"])):G("",!0)],64))])],512),B.$slots["right-sidebar"]?(R(),Q("div",ys,[ie(B.$slots,"right-sidebar",ze(ft(be)))])):G("",!0),B.$slots["action-extra"]?(R(),Q("div",gs,[B.$slots["action-extra"]?ie(B.$slots,"action-extra",{key:0,selectCurrentDate:j(I)}):G("",!0)])):G("",!0)],2),!B.autoApply||B.keepActionRow?(R(),Pe(Su,Qe({key:2,"menu-mount":k.value,"calendar-width":X.value,"internal-model-value":t.internalModelValue},r.value,{onClosePicker:te[11]||(te[11]=ue=>B.$emit("close-picker")),onSelectDate:te[12]||(te[12]=ue=>B.$emit("select-date")),onInvalidSelect:te[13]||(te[13]=ue=>B.$emit("invalid-select")),onSelectNow:j(I)}),nt({_:2},[Fe(j(We),(ue,Mt)=>({name:ue,fn:_e(De=>[ie(B.$slots,ue,ze(ft({...De})))])}))]),1040,["menu-mount","calendar-width","internal-model-value","onSelectNow"])):G("",!0)],42,vs)]}),_:3},8,["name","css"])}}}),bs=typeof window<"u"?window:void 0,Qa=()=>{},_s=t=>Nr()?(Ar(t),!0):!1,ks=(t,n,a,e)=>{if(!t)return Qa;let r=Qa;const i=Nt(()=>j(t),l=>{r(),l&&(l.addEventListener(n,a,e),r=()=>{l.removeEventListener(n,a,e),r=Qa})},{immediate:!0,flush:"post"}),o=()=>{i(),r()};return _s(o),o},Ts=(t,n,a,e={})=>{const{window:r=bs,event:i="pointerdown"}=e;return r?ks(r,i,o=>{const l=Re(t),d=Re(n);!l||!d||l===o.target||o.composedPath().includes(l)||o.composedPath().includes(d)||a(o)},{passive:!0}):void 0},Ds=vt({__name:"VueDatePicker",props:{...Yt},emits:["update:model-value","text-submit","closed","cleared","open","focus","blur","internal-model-change","recalculate-position","flow-step","update-month-year","invalid-select","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end"],setup(t,{expose:n,emit:a}){const e=t,r=nn(),i=ne(!1),o=da(e,"modelValue"),l=da(e,"timezone"),d=ne(null),u=ne(null),y=ne(!1),m=ne(null),c=zt({disabledDates:null,allowedDates:null,highlightedDates:null}),{setMenuFocused:p,setShiftKey:$}=br(),{clearArrowNav:A}=Et(),{validateDate:N,isValidTime:X,defaults:k,mapDatesArrToMap:_}=it(e);ct(()=>{F(e.modelValue),e.inline||(v(m.value).addEventListener("scroll",K),window.addEventListener("resize",W)),e.inline&&(i.value=!0),_(c)}),rn(()=>{if(!e.inline){const se=v(m.value);se&&se.removeEventListener("scroll",K),window.removeEventListener("resize",W)}});const S=Bt(r,"all",e.presetRanges),w=Bt(r,"input");Nt([o,l],()=>{F(o.value)},{deep:!0});const{openOnTop:O,menuStyle:Y,resetPosition:U,setMenuPosition:L,setInitialPosition:H,getScrollableParent:v}=wu(d,u,a,e),{inputValue:g,internalModelValue:P,parseExternalModelValue:F,emitModelValue:D,formatInputValue:M,checkBeforeEmit:C}=yu(a,e,y),x=Z(()=>({dp__main:!0,dp__theme_dark:e.dark,dp__theme_light:!e.dark,dp__flex_display:e.inline,dp__flex_display_with_input:e.inlineWithInput})),s=Z(()=>e.dark?"dp__theme_dark":"dp__theme_light"),E=Z(()=>e.teleport?{to:typeof e.teleport=="boolean"?"body":e.teleport,disabled:e.inline}:{class:"dp__outer_menu_wrap"}),K=()=>{i.value&&(e.closeOnScroll?be():L())},W=()=>{i.value&&L()},T=async()=>{var se,me,ge;!e.disabled&&!e.readonly&&(U(),await At(),i.value=!0,await At(),H(),await At(),L(),delete Y.value.opacity,!((se=k.value.transitions)!=null&&se.menuAppear)&&e.transitions&&((ge=(me=d.value)==null?void 0:me.$el)==null||ge.classList.add("dp__menu_transitioned")),i.value&&a("open"),i.value||ye(),F(e.modelValue))},f=()=>{g.value="",ye(),a("update:model-value",null),a("cleared"),e.closeOnClearValue&&be()},h=()=>{const se=P.value;return!se||!Array.isArray(se)&&N(se)?!0:Array.isArray(se)?se.length===2&&N(se[0])&&N(se[1])?!0:N(se[0]):!1},I=()=>{C()&&h()?(D(),be()):a("invalid-select",P.value)},z=se=>{oe(),D(),e.closeOnAutoApply&&!se&&be()},oe=()=>{u.value&&e.textInput&&u.value.setParsedDate(P.value)},ae=(se=!1)=>{e.autoApply&&X(P.value)&&h()&&(e.range&&Array.isArray(P.value)?(e.partialRange||P.value.length===2)&&z(se):z(se))},ye=()=>{e.textInput||(P.value=null)},be=()=>{e.inline||(i.value&&(i.value=!1,p(!1),$(!1),A(),a("closed"),H(),g.value&&F(o.value)),ye())},de=(se,me)=>{if(!se){P.value=null;return}P.value=se,me&&(I(),a("text-submit"))},We=()=>{e.autoApply&&X(P.value)&&D(),oe()},Je=()=>i.value?be():T(),qe=se=>{P.value=se},dt=()=>{e.textInput&&(y.value=!0,M()),a("focus")},pt=()=>{e.textInput&&(y.value=!1,F(e.modelValue)),a("blur")},Tt=se=>{d.value&&d.value.updateMonthYear(0,{month:Vn(se.month),year:Vn(se.year)})},Dt=se=>{F(se||e.modelValue)},ea=(se,me)=>{var ge;(ge=d.value)==null||ge.switchView(se,me)};return Ts(d,u,e.onClickOutside?()=>e.onClickOutside(h):be),n({closeMenu:be,selectDate:I,clearValue:f,openMenu:T,onScroll:K,formatInputValue:M,updateInternalModelValue:qe,setMonthYear:Tt,parseModel:Dt,switchView:ea}),(se,me)=>(R(),Q("div",{class:Ce(x.value),ref_key:"pickerWrapperRef",ref:m},[_t(xu,Qe({ref_key:"inputRef",ref:u,"is-menu-open":i.value,"input-value":j(g),"onUpdate:inputValue":me[0]||(me[0]=ge=>gn(g)?g.value=ge:null)},se.$props,{onClear:f,onOpen:T,onSetInputDate:de,onSetEmptyDate:j(D),onSelectDate:I,onToggle:Je,onClose:be,onFocus:dt,onBlur:pt,onRealBlur:me[1]||(me[1]=ge=>y.value=!1)}),nt({_:2},[Fe(j(w),(ge,ta)=>({name:ge,fn:_e(Ut=>[ie(se.$slots,ge,ze(ft(Ut)))])}))]),1040,["is-menu-open","input-value","onSetEmptyDate"]),i.value?(R(),Pe(Gn(se.teleport?Sr:"div"),ze(Qe({key:0},E.value)),{default:_e(()=>[i.value?(R(),Pe(ws,Qe({key:0,ref_key:"dpMenuRef",ref:d,class:s.value,style:se.inline?void 0:j(Y),"open-on-top":j(O),"arr-map-values":c},se.$props,{"internal-model-value":j(P),"onUpdate:internalModelValue":me[2]||(me[2]=ge=>gn(P)?P.value=ge:null),onClosePicker:be,onSelectDate:I,onAutoApply:ae,onTimeUpdate:We,onFlowStep:me[3]||(me[3]=ge=>se.$emit("flow-step",ge)),onUpdateMonthYear:me[4]||(me[4]=ge=>se.$emit("update-month-year",ge)),onInvalidSelect:me[5]||(me[5]=ge=>se.$emit("invalid-select",j(P))),onInvalidFixedRange:me[6]||(me[6]=ge=>se.$emit("invalid-fixed-range",ge)),onRecalculatePosition:j(L),onTooltipOpen:me[7]||(me[7]=ge=>se.$emit("tooltip-open",ge)),onTooltipClose:me[8]||(me[8]=ge=>se.$emit("tooltip-close",ge)),onTimePickerOpen:me[9]||(me[9]=ge=>se.$emit("time-picker-open",ge)),onTimePickerClose:me[10]||(me[10]=ge=>se.$emit("time-picker-close",ge)),onAmPmChange:me[11]||(me[11]=ge=>se.$emit("am-pm-change",ge)),onRangeStart:me[12]||(me[12]=ge=>se.$emit("range-start",ge)),onRangeEnd:me[13]||(me[13]=ge=>se.$emit("range-end",ge))}),nt({_:2},[Fe(j(S),(ge,ta)=>({name:ge,fn:_e(Ut=>[ie(se.$slots,ge,ze(ft({...Ut})))])}))]),1040,["class","style","open-on-top","arr-map-values","internal-model-value","onRecalculatePosition"])):G("",!0)]),_:3},16)):G("",!0)],2))}}),mn=(()=>{const t=Ds;return t.install=n=>{n.component("Vue3DatePicker",t)},t})(),xs=Object.freeze(Object.defineProperty({__proto__:null,default:mn},Symbol.toStringTag,{value:"Module"}));Object.entries(xs).forEach(([t,n])=>{t!=="default"&&(mn[t]=n)});const Ms={components:{VueEditorJs:Qn,List:hn,Header:yn,VueDatePicker:mn},props:{postId:{type:Number,default:null},timezone:{type:String,default:null}},data(){return{isSaving:!1,showEditorJs:!1,post:{id:null,title:"",slug:"",excerpt:"",cliffhanger:"",author_id:null,featured:!0,publish_date:null,featured_image:null,body:{time:1591362820044,blocks:[],version:"2.25.0"},locale_slug:null,locale_id:null,status:"draft",categories:null},status:["publish","future","draft","private","trash"],config:{placeholder:"Write something (ノ◕ヮ◕)ノ*:・゚✧",tools:{header:{class:yn,config:{placeholder:"Enter a header",levels:[2,3,4],defaultLevel:3}},list:{class:hn,inlineToolbar:!0},image:{class:Fr,config:{field:"file",endpoints:{byFile:null,byUrl:null}}}},onReady:()=>{},onChange:t=>{},data:{time:1690738306815,blocks:[{id:"DYr36VT6KH",data:{text:"Introduction",level:3},type:"header"},{id:"TAh-E2RIrs",data:{text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},type:"paragraph"},{id:"sQWS7Ivg74",data:{text:"First Point",level:3},type:"header"},{id:"Y9GYmrtsEk",data:{file:{url:"https://cdn1.productalert.co/uploads/1690738207_3b4cf9ff-c617-4062-b910-22e61e1751d0.jpg"},caption:"Picture of First Point",stretched:!1,withBorder:!1,withBackground:!1},type:"image"},{id:"7qzQF_jale",data:{text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},type:"paragraph"},{id:"_oYWs021IJ",data:{text:"Second Point",level:3},type:"header"},{id:"PzXRqEDx1Z",data:{file:{url:"https://cdn1.productalert.co/uploads/1690738243_8eb9f5b2-f3ad-45d9-a626-8ef160ef4068.jpg"},caption:"Picture of Second Point",stretched:!1,withBorder:!1,withBackground:!1},type:"image"},{id:"oD5oZ_q0Qo",data:{text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},type:"paragraph"},{id:"am9pIHopIw",data:{text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},type:"paragraph"},{id:"iFvJ1tYZk-",data:{text:"Third Point",level:3},type:"header"},{id:"zqwukyGttU",data:{file:{url:"https://cdn1.productalert.co/uploads/1690738271_180a520a-22df-4b98-aad3-9962e10832d6.jpg"},caption:"Picture of Third Point",stretched:!1,withBorder:!1,withBackground:!1},type:"image"},{id:"uuR88uia0m",data:{text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},type:"paragraph"},{id:"KNVtnJ5lou",data:{text:"Fourth Point",level:3},type:"header"},{id:"SWdpL4jh6G",data:{text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},type:"paragraph"},{id:"dQqWsgP_FO",data:{text:"Conclusion",level:3},type:"header"},{id:"I7FOByi69M",data:{text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},type:"paragraph"}],version:"2.27.2"}}}},watch:{"post.title":{deep:!0,handler(t,n){this.post.slug=this.slugify(t)}}},computed:{...Ir(bn,["countryLocales","localeCategories","defaultLocaleSlug","authors"]),getPostFullUrl(){var t;return((t=this.post.slug)==null?void 0:t.length)>0?"https://productalert.co/"+this.post.locale_slug+"/posts/"+this.post.slug:"https://productalert.co/"+this.post.locale_slug+"/posts/enter-a-post-title-to-autogen-slug"}},methods:{...Er(bn,["fetchCountryLocales","fetchLocaleCategories","fetchAuthors"]),checkAndSave(){var n,a,e,r,i,o;let t=[];((n=this.post.title)==null?void 0:n.length)>0||t.push("post title"),((a=this.post.slug)==null?void 0:a.length)>0||t.push("post slug"),this.post.status=="publish"&&(this.post.publish_date==null&&t.push("publish date"),((e=this.post.excerpt)==null?void 0:e.length)>0||t.push("post excerpt"),((r=this.post.featured_image)==null?void 0:r.length)>0||t.push("post featured image"),((i=this.post.body.blocks)==null?void 0:i.length)>0||t.push("Post body"),(!(((o=this.post.locale_slug)==null?void 0:o.length)>0)||this.post.locale_id==null)&&t.push("Country locality"),this.post.categories==null&&t.push("Category")),t.length>0?alert("HAIYA many errors! For "+this.post.status+" status, pls fix "+t.join(", ")):this.savePost()},savePost(){this.isSaving=!0;const t=new FormData;for(const[n,a]of Object.entries(this.post))if(a!=null)if(n=="body")t.append(n,JSON.stringify(a));else if(n=="publish_date")if(a instanceof Date){let e=a.toISOString();t.append(n,e)}else t.append(n,a);else t.append(n,a);ua.post(Ft("api.admin.post.upsert"),t,{headers:{"Content-Type":"application/json"}}).then(n=>{console.warn(n),n.data.action=="redirect_back"&&window.location.replace(Ft("posts.manage"))}),setTimeout((function(){this.isSaving=!1}).bind(this),1e3)},onInitialized(t){},imageSaved(t){this.post.featured_image=t},editorSaved(t){this.post.body=t},statusChanged(t){this.post.status=t.target.value},localeChanged(t){this.post.locale_slug=t.target.value,this.post.locale_id=this.getLocaleIdBySlug(t.target.value),this.post.categories=[],setTimeout((function(){this.fetchLocaleCategories(this.post.locale_slug)}).bind(this),100)},setDefaultLocale(){(this.post.locale_slug==null||this.post.locale_slug=="")&&(this.post.locale_slug=this.defaultLocaleSlug,this.post.locale_id=this.getLocaleIdBySlug(this.defaultLocaleSlug))},getLocaleIdBySlug(t){for(const[n,a]of Object.entries(this.countryLocales))if(a.slug==t)return a.id;return null},async fetchPostData(t){var a;const n=await ua.get(Ft("api.admin.post.get",{id:t}));if(((a=n==null?void 0:n.data)==null?void 0:a.post)!=null){let e=this.post,r=n.data.post;e.id=r.id,e.title=r.title,e.slug=r.slug,e.publish_date=r.publish_date,e.excerpt=r.excerpt,e.cliffhanger=r.cliffhanger,e.author_id=r.author_id,e.featured=r.featured,e.featured_image=r.featured_image,e.body=r.body,e.locale_slug=r.post_category.category.country_locale_slug,e.locale_id=r.post_category.category.country_locale_id,e.status=r.status,e.categories=r.post_category.category.id,this.post=e,this.config.data=r.body}console.log(n.data.post)},slugify:function(t){var n="",a=t.toLowerCase();return n=a.replace(/[^a-z0-9\s]/g,""),n=n.replace(/\s+/g," "),n=n.trim(),n=n.replace(/\s+/g,"-"),n},setAuthor(){if(this.post.id==null&&this.post.author_id==null)for(const[t,n]of Object.entries(this.authors)){this.post.author_id=n.id;break}},setLocalCategory(){if(this.post.id==null&&this.post.categories==null)for(const[t,n]of Object.entries(this.localeCategories)){this.post.categories=n.id;break}}},mounted(){this.config.tools.image.config.endpoints.byFile=Ft("api.admin.upload.cloud.image"),this.config.tools.image.config.additionalRequestHeaders={"X-CSRF-TOKEN":document.querySelector('meta[name="csrf-token"]').getAttribute("content")},this.fetchCountryLocales().then(()=>{this.setDefaultLocale(),setTimeout((function(){this.fetchLocaleCategories(this.post.locale_slug).then(()=>{this.setLocalCategory()}),this.fetchAuthors().then(()=>{this.setAuthor()}),this.postId!=null?this.fetchPostData(this.postId).then(()=>{setTimeout((function(){this.showEditorJs=!0}).bind(this),1e3)}):setTimeout((function(){this.showEditorJs=!0}).bind(this),1e3)}).bind(this),100)})}},Cs={class:"row justify-content-center"},Ps={class:"col-9",style:{"max-width":"700px"}},Ss={class:"mb-3"},Os={class:"form-floating"},Ns=J("label",null,"Write a SEO post title",-1),As={class:"text-secondary"},$s={class:"form-floating mb-3"},Is=J("label",null,"Write a post cliffhanger (optional)",-1),Es=J("div",{class:"alert mt-1"},[rt(' Cliffhanger examples: "'),J("i",null,"Can Alpinestars Tech-Air redefine motorcycle safety? Find out now."),rt('" or "'),J("i",null,'Are they worth the hype? Stay tuned for our in-depth review."')],-1),Ys={class:"form-floating mb-3"},Us=J("label",null,"Write a simple excerpt to convince & entice users to view this post!",-1),Ls={key:0,class:"card"},Rs={class:"card-body"},Fs={class:"col-3"},Vs={class:"d-grid mb-2"},Bs=["selected","value"],Ws=J("div",{class:"fw-bold"},"Publish Date",-1),Hs={class:"input-icon mb-2"},js=Lr('<span class="input-icon-addon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"></path><path d="M16 3v4"></path><path d="M8 3v4"></path><path d="M4 11h16"></path><path d="M11 15h1"></path><path d="M12 15v3"></path></svg></span>',1),qs=["disabled"],Qs=J("span",{class:"visually-hidden"},"Saving...",-1),Gs=[Qs],Xs={key:1},Js={class:"card mb-2"},Ks=J("div",{class:"card-header fw-bold"},"Country Locality",-1),zs={class:"card-body"},Zs=["value","selected"],ec={class:"card mb-2"},tc=J("div",{class:"card-header fw-bold"},"Categories",-1),ac={class:"card-body"},nc=["id","value"],rc={class:"card mb-2"},oc=J("div",{class:"card-header fw-bold"},"Authors",-1),ic={class:"card-body"},lc=["id","value"],uc={class:"card mb-2"},sc=J("div",{class:"card-header fw-bold"},"Other Settings",-1),cc={class:"card-body"},dc={class:"form-check form-switch"},fc=J("label",{class:"form-check-label"},"Feature this Post",-1);function vc(t,n,a,e,r,i){const o=Mr,l=Qn,d=Yr("VueDatePicker");return R(),Q("div",null,[J("div",Cs,[J("div",Ps,[J("div",Ss,[J("div",Os,[yt(J("input",{"onUpdate:modelValue":n[0]||(n[0]=u=>r.post.title=u),type:"text",class:"form-control",placeholder:"Post title"},null,512),[[Ia,r.post.title]]),Ns]),J("small",null,[J("span",As,Ve(i.getPostFullUrl),1)])]),J("div",$s,[yt(J("textarea",{"onUpdate:modelValue":n[1]||(n[1]=u=>r.post.cliffhanger=u),class:"form-control",style:{"min-height":"150px"},placeholder:"Enter a post cliffhanger"},null,512),[[Ia,r.post.cliffhanger]]),Is,Es]),J("div",Ys,[yt(J("textarea",{"onUpdate:modelValue":n[2]||(n[2]=u=>r.post.excerpt=u),class:"form-control",style:{"min-height":"150px"},placeholder:"Enter a post excerpt/summary"},null,512),[[Ia,r.post.excerpt]]),Us]),_t(o,{ref:"imageBlock",class:"mb-3","input-image":r.post.featured_image,onSaved:i.imageSaved},null,8,["input-image","onSaved"]),r.showEditorJs?(R(),Q("div",Ls,[J("div",Rs,[_t(l,{onSaved:i.editorSaved,config:r.config,initialized:i.onInitialized},null,8,["onSaved","config","initialized"])])])):G("",!0)]),J("div",Fs,[J("div",Vs,[J("select",{class:"form-select mb-2","aria-label":"Default select example",onChange:n[3]||(n[3]=(...u)=>i.statusChanged&&i.statusChanged(...u))},[(R(!0),Q(we,null,Fe(r.status,u=>(R(),Q("option",{key:u,selected:u==r.post.status,value:u}," Post Status: "+Ve(u),9,Bs))),128))],32),Ws,J("div",Hs,[js,_t(d,{timezone:a.timezone,modelValue:r.post.publish_date,"onUpdate:modelValue":n[4]||(n[4]=u=>r.post.publish_date=u)},null,8,["timezone","modelValue"])]),J("button",{onClick:n[5]||(n[5]=(...u)=>i.checkAndSave&&i.checkAndSave(...u)),class:"btn btn-primary",style:{height:"50px"}},[r.isSaving?(R(),Q("div",{key:0,class:Ce(["spinner-border",r.isSaving?"disabled":""]),role:"status",disabled:r.isSaving},Gs,10,qs)):(R(),Q("span",Xs,"Save as "+Ve(r.post.status),1))])]),J("div",Js,[Ks,J("div",zs,[J("select",{class:"form-select",onChange:n[6]||(n[6]=(...u)=>i.localeChanged&&i.localeChanged(...u))},[(R(!0),Q(we,null,Fe(t.countryLocales,u=>(R(),Q("option",{key:u.id,value:u.slug,selected:u.slug==r.post.locale_slug},Ve(u.name),9,Zs))),128))],32)])]),J("div",ec,[tc,J("div",ac,[(R(!0),Q(we,null,Fe(t.localeCategories,u=>(R(),Q("div",{class:"py-1",key:u.id},[J("label",null,[yt(J("input",{type:"radio",id:u.id,value:u.id,"onUpdate:modelValue":n[7]||(n[7]=y=>r.post.categories=y)},null,8,nc),[[wn,r.post.categories]]),rt(" "+Ve(u.name),1)])]))),128))])]),J("div",rc,[oc,J("div",ic,[(R(!0),Q(we,null,Fe(t.authors,u=>(R(),Q("div",{class:"py-1",key:u.id},[J("label",null,[yt(J("input",{type:"radio",id:u.id,value:u.id,"onUpdate:modelValue":n[8]||(n[8]=y=>r.post.author_id=y)},null,8,lc),[[wn,r.post.author_id]]),rt(" "+Ve(u.name),1)])]))),128))])]),J("div",uc,[sc,J("div",cc,[J("div",dc,[yt(J("input",{"onUpdate:modelValue":n[9]||(n[9]=u=>r.post.featured=u),class:"form-check-input",type:"checkbox",role:"switch"},null,512),[[Ur,r.post.featured]]),fc])])])])])])}const bc=$r(Ms,[["render",vc]]);export{bc as default}; +`, + "", + ]), + (a.exports = e); + }, + function (a, e, r) { + a.exports = function (i) { + var o = []; + return ( + (o.toString = function () { + return this.map(function (l) { + var d = (function (u, y) { + var m = u[1] || "", + c = u[3]; + if (!c) return m; + if (y && typeof btoa == "function") { + var p = + ((A = c), + (N = btoa( + unescape(encodeURIComponent(JSON.stringify(A))), + )), + (X = + "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat( + N, + )), + "/*# ".concat(X, " */")), + $ = c.sources.map(function (k) { + return "/*# sourceURL=" + .concat(c.sourceRoot || "") + .concat(k, " */"); + }); + return [m].concat($).concat([p]).join(` +`); + } + var A, N, X; + return [m].join(` +`); + })(l, i); + return l[2] ? "@media ".concat(l[2], " {").concat(d, "}") : d; + }).join(""); + }), + (o.i = function (l, d, u) { + typeof l == "string" && (l = [[null, l, ""]]); + var y = {}; + if (u) + for (var m = 0; m < this.length; m++) { + var c = this[m][0]; + c != null && (y[c] = !0); + } + for (var p = 0; p < l.length; p++) { + var $ = [].concat(l[p]); + (u && y[$[0]]) || + (d && + ($[2] + ? ($[2] = "".concat(d, " and ").concat($[2])) + : ($[2] = d)), + o.push($)); + } + }), + o + ); + }; + }, + function (a, e, r) { + var i = r(4); + a.exports = function (o) { + if (Array.isArray(o)) return i(o); + }; + }, + function (a, e) { + a.exports = function (r) { + if (typeof Symbol < "u" && Symbol.iterator in Object(r)) + return Array.from(r); + }; + }, + function (a, e) { + a.exports = function () { + throw new TypeError(`Invalid attempt to spread non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`); + }; + }, + function (a, e) { + a.exports = function (r) { + if (Array.isArray(r)) return r; + }; + }, + function (a, e) { + a.exports = function (r, i) { + if (typeof Symbol < "u" && Symbol.iterator in Object(r)) { + var o = [], + l = !0, + d = !1, + u = void 0; + try { + for ( + var y, m = r[Symbol.iterator](); + !(l = (y = m.next()).done) && + (o.push(y.value), !i || o.length !== i); + l = !0 + ); + } catch (c) { + (d = !0), (u = c); + } finally { + try { + l || m.return == null || m.return(); + } finally { + if (d) throw u; + } + } + return o; + } + }; + }, + function (a, e) { + a.exports = function () { + throw new TypeError(`Invalid attempt to destructure non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`); + }; + }, + function (a, e, r) { + r.r(e), + r.d(e, "default", function () { + return U; + }); + var i = r(3), + o = r.n(i), + l = r(6), + d = r.n(l), + u = r(2), + y = r.n(u), + m = r(0), + c = r.n(m); + r(11); + const p = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="14" height="14" x="5" y="5" stroke="currentColor" stroke-width="2" rx="4"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.13968 15.32L8.69058 11.5661C9.02934 11.2036 9.48873 11 9.96774 11C10.4467 11 10.9061 11.2036 11.2449 11.5661L15.3871 16M13.5806 14.0664L15.0132 12.533C15.3519 12.1705 15.8113 11.9668 16.2903 11.9668C16.7693 11.9668 17.2287 12.1705 17.5675 12.533L18.841 13.9634"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.7778 9.33331H13.7867"/></svg>'; + var $ = r(7), + A = r.n($); + function N(L) { + var H, + v = + arguments.length > 1 && arguments[1] !== void 0 + ? arguments[1] + : null, + g = + arguments.length > 2 && arguments[2] !== void 0 + ? arguments[2] + : {}, + P = document.createElement(L); + Array.isArray(v) + ? (H = P.classList).add.apply(H, A()(v)) + : v && P.classList.add(v); + for (var F in g) P[F] = g[F]; + return P; + } + var X = (function () { + function L(H) { + var v = H.api, + g = H.config, + P = H.onSelectFile, + F = H.readOnly; + y()(this, L), + (this.api = v), + (this.config = g), + (this.onSelectFile = P), + (this.readOnly = F), + (this.nodes = { + wrapper: N("div", [this.CSS.baseClass, this.CSS.wrapper]), + imageContainer: N("div", [this.CSS.imageContainer]), + fileButton: this.createFileButton(), + imageEl: void 0, + imagePreloader: N("div", this.CSS.imagePreloader), + caption: N("div", [this.CSS.input, this.CSS.caption], { + contentEditable: !this.readOnly, + }), + }), + (this.nodes.caption.dataset.placeholder = + this.config.captionPlaceholder), + this.nodes.imageContainer.appendChild( + this.nodes.imagePreloader, + ), + this.nodes.wrapper.appendChild(this.nodes.imageContainer), + this.nodes.wrapper.appendChild(this.nodes.caption), + this.nodes.wrapper.appendChild(this.nodes.fileButton); + } + return ( + c()( + L, + [ + { + key: "render", + value: function (H) { + return ( + H.file && Object.keys(H.file).length !== 0 + ? this.toggleStatus(L.status.UPLOADING) + : this.toggleStatus(L.status.EMPTY), + this.nodes.wrapper + ); + }, + }, + { + key: "createFileButton", + value: function () { + var H = this, + v = N("div", [this.CSS.button]); + return ( + (v.innerHTML = + this.config.buttonContent || + "" + .concat(p, " ") + .concat(this.api.i18n.t("Select an Image"))), + v.addEventListener("click", function () { + H.onSelectFile(); + }), + v + ); + }, + }, + { + key: "showPreloader", + value: function (H) { + (this.nodes.imagePreloader.style.backgroundImage = + "url(".concat(H, ")")), + this.toggleStatus(L.status.UPLOADING); + }, + }, + { + key: "hidePreloader", + value: function () { + (this.nodes.imagePreloader.style.backgroundImage = ""), + this.toggleStatus(L.status.EMPTY); + }, + }, + { + key: "fillImage", + value: function (H) { + var v = this, + g = /\.mp4$/.test(H) ? "VIDEO" : "IMG", + P = { src: H }, + F = "load"; + g === "VIDEO" && + ((P.autoplay = !0), + (P.loop = !0), + (P.muted = !0), + (P.playsinline = !0), + (F = "loadeddata")), + (this.nodes.imageEl = N(g, this.CSS.imageEl, P)), + this.nodes.imageEl.addEventListener(F, function () { + v.toggleStatus(L.status.FILLED), + v.nodes.imagePreloader && + (v.nodes.imagePreloader.style.backgroundImage = + ""); + }), + this.nodes.imageContainer.appendChild( + this.nodes.imageEl, + ); + }, + }, + { + key: "fillCaption", + value: function (H) { + this.nodes.caption && (this.nodes.caption.innerHTML = H); + }, + }, + { + key: "toggleStatus", + value: function (H) { + for (var v in L.status) + Object.prototype.hasOwnProperty.call(L.status, v) && + this.nodes.wrapper.classList.toggle( + "" + .concat(this.CSS.wrapper, "--") + .concat(L.status[v]), + H === L.status[v], + ); + }, + }, + { + key: "applyTune", + value: function (H, v) { + this.nodes.wrapper.classList.toggle( + "".concat(this.CSS.wrapper, "--").concat(H), + v, + ); + }, + }, + { + key: "CSS", + get: function () { + return { + baseClass: this.api.styles.block, + loading: this.api.styles.loader, + input: this.api.styles.input, + button: this.api.styles.button, + wrapper: "image-tool", + imageContainer: "image-tool__image", + imagePreloader: "image-tool__image-preloader", + imageEl: "image-tool__image-picture", + caption: "image-tool__caption", + }; + }, + }, + ], + [ + { + key: "status", + get: function () { + return { + EMPTY: "empty", + UPLOADING: "loading", + FILLED: "filled", + }; + }, + }, + ], + ), + L + ); + })(), + k = r(8), + _ = r.n(k), + S = r(1), + w = r.n(S); + function O(L) { + return L && typeof L.then == "function"; + } + var Y = (function () { + function L(H) { + var v = H.config, + g = H.onUpload, + P = H.onError; + y()(this, L), + (this.config = v), + (this.onUpload = g), + (this.onError = P); + } + return ( + c()(L, [ + { + key: "uploadSelectedFile", + value: function (H) { + var v = this, + g = H.onPreview, + P = function (F) { + var D = new FileReader(); + D.readAsDataURL(F), + (D.onload = function (M) { + g(M.target.result); + }); + }; + (this.config.uploader && + typeof this.config.uploader.uploadByFile == "function" + ? w.a + .selectFiles({ accept: this.config.types }) + .then(function (F) { + P(F[0]); + var D = v.config.uploader.uploadByFile(F[0]); + return ( + O(D) || + console.warn( + "Custom uploader method uploadByFile should return a Promise", + ), + D + ); + }) + : w.a + .transport({ + url: this.config.endpoints.byFile, + data: this.config.additionalRequestData, + accept: this.config.types, + headers: this.config.additionalRequestHeaders, + beforeSend: function (F) { + P(F[0]); + }, + fieldName: this.config.field, + }) + .then(function (F) { + return F.body; + }) + ) + .then(function (F) { + v.onUpload(F); + }) + .catch(function (F) { + v.onError(F); + }); + }, + }, + { + key: "uploadByUrl", + value: function (H) { + var v, + g = this; + this.config.uploader && + typeof this.config.uploader.uploadByUrl == "function" + ? O((v = this.config.uploader.uploadByUrl(H))) || + console.warn( + "Custom uploader method uploadByUrl should return a Promise", + ) + : (v = w.a + .post({ + url: this.config.endpoints.byUrl, + data: Object.assign( + { url: H }, + this.config.additionalRequestData, + ), + type: w.a.contentType.JSON, + headers: this.config.additionalRequestHeaders, + }) + .then(function (P) { + return P.body; + })), + v + .then(function (P) { + g.onUpload(P); + }) + .catch(function (P) { + g.onError(P); + }); + }, + }, + { + key: "uploadByFile", + value: function (H, v) { + var g, + P = this, + F = v.onPreview, + D = new FileReader(); + if ( + (D.readAsDataURL(H), + (D.onload = function (C) { + F(C.target.result); + }), + this.config.uploader && + typeof this.config.uploader.uploadByFile == "function") + ) + O((g = this.config.uploader.uploadByFile(H))) || + console.warn( + "Custom uploader method uploadByFile should return a Promise", + ); + else { + var M = new FormData(); + M.append(this.config.field, H), + this.config.additionalRequestData && + Object.keys(this.config.additionalRequestData) + .length && + Object.entries( + this.config.additionalRequestData, + ).forEach(function (C) { + var x = _()(C, 2), + s = x[0], + E = x[1]; + M.append(s, E); + }), + (g = w.a + .post({ + url: this.config.endpoints.byFile, + data: M, + type: w.a.contentType.JSON, + headers: this.config.additionalRequestHeaders, + }) + .then(function (C) { + return C.body; + })); + } + g.then(function (C) { + P.onUpload(C); + }).catch(function (C) { + P.onError(C); + }); + }, + }, + ]), + L + ); + })(), + U = (function () { + function L(v) { + var g = this, + P = v.data, + F = v.config, + D = v.api, + M = v.readOnly; + y()(this, L), + (this.api = D), + (this.readOnly = M), + (this.config = { + endpoints: F.endpoints || "", + additionalRequestData: F.additionalRequestData || {}, + additionalRequestHeaders: F.additionalRequestHeaders || {}, + field: F.field || "image", + types: F.types || "image/*", + captionPlaceholder: this.api.i18n.t( + F.captionPlaceholder || "Caption", + ), + buttonContent: F.buttonContent || "", + uploader: F.uploader || void 0, + actions: F.actions || [], + }), + (this.uploader = new Y({ + config: this.config, + onUpload: function (C) { + return g.onUpload(C); + }, + onError: function (C) { + return g.uploadingFailed(C); + }, + })), + (this.ui = new X({ + api: D, + config: this.config, + onSelectFile: function () { + g.uploader.uploadSelectedFile({ + onPreview: function (C) { + g.ui.showPreloader(C); + }, + }); + }, + readOnly: M, + })), + (this._data = {}), + (this.data = P); + } + var H; + return ( + c()(L, null, [ + { + key: "isReadOnlySupported", + get: function () { + return !0; + }, + }, + { + key: "toolbox", + get: function () { + return { icon: p, title: "Image" }; + }, + }, + { + key: "tunes", + get: function () { + return [ + { + name: "withBorder", + icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.9919 9.5H19.0015"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.5 5H14.5096"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M14.625 5H15C17.2091 5 19 6.79086 19 9V9.375"/><path stroke="currentColor" stroke-width="2" d="M9.375 5L9 5C6.79086 5 5 6.79086 5 9V9.375"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.3725 5H9.38207"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 9.5H5.00957"/><path stroke="currentColor" stroke-width="2" d="M9.375 19H9C6.79086 19 5 17.2091 5 15V14.625"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.3725 19H9.38207"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 14.55H5.00957"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 13V16M16 19V16M19 16H16M16 16H13"/></svg>', + title: "With border", + toggle: !0, + }, + { + name: "stretched", + icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 9L20 12L17 15"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 12H20"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 9L4 12L7 15"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 12H10"/></svg>', + title: "Stretch image", + toggle: !0, + }, + { + name: "withBackground", + icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 19V19C9.13623 19 8.20435 19 7.46927 18.6955C6.48915 18.2895 5.71046 17.5108 5.30448 16.5307C5 15.7956 5 14.8638 5 13V12C5 9.19108 5 7.78661 5.67412 6.77772C5.96596 6.34096 6.34096 5.96596 6.77772 5.67412C7.78661 5 9.19108 5 12 5H13.5C14.8956 5 15.5933 5 16.1611 5.17224C17.4395 5.56004 18.44 6.56046 18.8278 7.83886C19 8.40666 19 9.10444 19 10.5V10.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 13V16M16 19V16M19 16H16M16 16H13"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.5 17.5L17.5 6.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.9919 10.5H19.0015"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.9919 19H11.0015"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13L13 5"/></svg>', + title: "With background", + toggle: !0, + }, + ]; + }, + }, + ]), + c()( + L, + [ + { + key: "render", + value: function () { + return this.ui.render(this.data); + }, + }, + { + key: "validate", + value: function (v) { + return v.file && v.file.url; + }, + }, + { + key: "save", + value: function () { + var v = this.ui.nodes.caption; + return (this._data.caption = v.innerHTML), this.data; + }, + }, + { + key: "renderSettings", + value: function () { + var v = this; + return L.tunes + .concat(this.config.actions) + .map(function (g) { + return { + icon: g.icon, + label: v.api.i18n.t(g.title), + name: g.name, + toggle: g.toggle, + isActive: v.data[g.name], + onActivate: function () { + typeof g.action != "function" + ? v.tuneToggled(g.name) + : g.action(g.name); + }, + }; + }); + }, + }, + { + key: "appendCallback", + value: function () { + this.ui.nodes.fileButton.click(); + }, + }, + { + key: "onPaste", + value: + ((H = d()( + o.a.mark(function v(g) { + var P, F, D, M, C; + return o.a.wrap( + function (x) { + for (;;) + switch ((x.prev = x.next)) { + case 0: + (x.t0 = g.type), + (x.next = + x.t0 === "tag" + ? 3 + : x.t0 === "pattern" + ? 15 + : x.t0 === "file" + ? 18 + : 21); + break; + case 3: + if ( + ((P = g.detail.data), + !/^blob:/.test(P.src)) + ) { + x.next = 13; + break; + } + return (x.next = 7), fetch(P.src); + case 7: + return ( + (F = x.sent), (x.next = 10), F.blob() + ); + case 10: + return ( + (D = x.sent), + this.uploadFile(D), + x.abrupt("break", 21) + ); + case 13: + return ( + this.uploadUrl(P.src), + x.abrupt("break", 21) + ); + case 15: + return ( + (M = g.detail.data), + this.uploadUrl(M), + x.abrupt("break", 21) + ); + case 18: + return ( + (C = g.detail.file), + this.uploadFile(C), + x.abrupt("break", 21) + ); + case 21: + case "end": + return x.stop(); + } + }, + v, + this, + ); + }), + )), + function (v) { + return H.apply(this, arguments); + }), + }, + { + key: "onUpload", + value: function (v) { + v.success && v.file + ? (this.image = v.file) + : this.uploadingFailed( + "incorrect response: " + JSON.stringify(v), + ); + }, + }, + { + key: "uploadingFailed", + value: function (v) { + console.log("Image Tool: uploading failed because of", v), + this.api.notifier.show({ + message: this.api.i18n.t( + "Couldn’t upload image. Please try another.", + ), + style: "error", + }), + this.ui.hidePreloader(); + }, + }, + { + key: "tuneToggled", + value: function (v) { + this.setTune(v, !this._data[v]); + }, + }, + { + key: "setTune", + value: function (v, g) { + var P = this; + (this._data[v] = g), + this.ui.applyTune(v, g), + v === "stretched" && + Promise.resolve() + .then(function () { + var F = P.api.blocks.getCurrentBlockIndex(); + P.api.blocks.stretchBlock(F, g); + }) + .catch(function (F) { + console.error(F); + }); + }, + }, + { + key: "uploadFile", + value: function (v) { + var g = this; + this.uploader.uploadByFile(v, { + onPreview: function (P) { + g.ui.showPreloader(P); + }, + }); + }, + }, + { + key: "uploadUrl", + value: function (v) { + this.ui.showPreloader(v), this.uploader.uploadByUrl(v); + }, + }, + { + key: "data", + set: function (v) { + var g = this; + (this.image = v.file), + (this._data.caption = v.caption || ""), + this.ui.fillCaption(this._data.caption), + L.tunes.forEach(function (P) { + var F = P.name, + D = + v[F] !== void 0 && + (v[F] === !0 || v[F] === "true"); + g.setTune(F, D); + }); + }, + get: function () { + return this._data; + }, + }, + { + key: "image", + set: function (v) { + (this._data.file = v || {}), + v && v.url && this.ui.fillImage(v.url); + }, + }, + ], + [ + { + key: "pasteConfig", + get: function () { + return { + tags: [{ img: { src: !0 } }], + patterns: { + image: + /https?:\/\/\S+\.(gif|jpe?g|tiff|png|svg|webp)(\?[a-z0-9=]*)?$/i, + }, + files: { mimeTypes: ["image/*"] }, + }; + }, + }, + ], + ), + L + ); + })(); + /** + * Image Tool for the Editor.js + * + * @author CodeX <team@codex.so> + * @license MIT + * @see {@link https://github.com/editor-js/image} + * + * To developers. + * To simplify Tool structure, we split it to 4 parts: + * 1) index.js — main Tool's interface, public API and methods for working with data + * 2) uploader.js — module that has methods for sending files via AJAX: from device, by URL or File pasting + * 3) ui.js — module for UI manipulations: render, showing preloader, etc + * 4) tunes.js — working with Block Tunes: render buttons, handle clicks + * + * For debug purposes there is a testing server + * that can save uploaded files and return a Response {@link UploadResponseFormat} + * + * $ node dev/server.js + * + * It will expose 8008 port, so you can pass http://localhost:8008 with the Tools config: + * + * image: { + * class: ImageTool, + * config: { + * endpoints: { + * byFile: 'http://localhost:8008/uploadFile', + * byUrl: 'http://localhost:8008/fetchUrl', + * } + * }, + * }, + */ + }, + ]).default; + }); +})(Xn); +var Rr = Xn.exports; +const Fr = Cr(Rr), + bn = Pr("postStore", { + state: () => ({ + data: { + defaultLocaleSlug: "my", + countryLocales: [], + localeCategories: [], + authors: [], + }, + }), + getters: { + defaultLocaleSlug(t) { + return t.data.defaultLocaleSlug; + }, + countryLocales(t) { + return t.data.countryLocales; + }, + localeCategories(t) { + return t.data.localeCategories; + }, + authors(t) { + return t.data.authors; + }, + }, + actions: { + async fetchAuthors() { + try { + const t = await ua.get(Ft("api.admin.authors")); + console.log(t), (this.data.authors = t.data.authors); + } catch (t) { + console.log(t); + } + }, + async fetchCountryLocales() { + try { + const t = await ua.get(Ft("api.admin.country-locales")); + console.log(t), + (this.data.countryLocales = t.data.country_locales), + (this.data.defaultLocaleSlug = t.data.default_locale_slug); + } catch (t) { + console.log(t); + } + }, + async fetchLocaleCategories(t) { + try { + const n = await ua.get( + Ft("api.admin.categories", { country_locale_slug: t }), + ); + console.log(n), (this.data.localeCategories = n.data.categories); + } catch (n) { + console.log(n); + } + }, + }, + }); +function st(t) { + "@babel/helpers - typeof"; + return ( + (st = + typeof Symbol == "function" && typeof Symbol.iterator == "symbol" + ? function (n) { + return typeof n; + } + : function (n) { + return n && + typeof Symbol == "function" && + n.constructor === Symbol && + n !== Symbol.prototype + ? "symbol" + : typeof n; + }), + st(t) + ); +} +function fe(t) { + if (t === null || t === !0 || t === !1) return NaN; + var n = Number(t); + return isNaN(n) ? n : n < 0 ? Math.ceil(n) : Math.floor(n); +} +function le(t, n) { + if (n.length < t) + throw new TypeError( + t + + " argument" + + (t > 1 ? "s" : "") + + " required, but only " + + n.length + + " present", + ); +} +function ve(t) { + le(1, arguments); + var n = Object.prototype.toString.call(t); + return t instanceof Date || (st(t) === "object" && n === "[object Date]") + ? new Date(t.getTime()) + : typeof t == "number" || n === "[object Number]" + ? new Date(t) + : ((typeof t == "string" || n === "[object String]") && + typeof console < "u" && + (console.warn( + "Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments", + ), + console.warn(new Error().stack)), + new Date(NaN)); +} +function St(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n); + return isNaN(e) ? new Date(NaN) : (e && a.setDate(a.getDate() + e), a); +} +function bt(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n); + if (isNaN(e)) return new Date(NaN); + if (!e) return a; + var r = a.getDate(), + i = new Date(a.getTime()); + i.setMonth(a.getMonth() + e + 1, 0); + var o = i.getDate(); + return r >= o ? i : (a.setFullYear(i.getFullYear(), i.getMonth(), r), a); +} +function Jn(t, n) { + if ((le(2, arguments), !n || st(n) !== "object")) return new Date(NaN); + var a = n.years ? fe(n.years) : 0, + e = n.months ? fe(n.months) : 0, + r = n.weeks ? fe(n.weeks) : 0, + i = n.days ? fe(n.days) : 0, + o = n.hours ? fe(n.hours) : 0, + l = n.minutes ? fe(n.minutes) : 0, + d = n.seconds ? fe(n.seconds) : 0, + u = ve(t), + y = e || a ? bt(u, e + a * 12) : u, + m = i || r ? St(y, i + r * 7) : y, + c = l + o * 60, + p = d + c * 60, + $ = p * 1e3, + A = new Date(m.getTime() + $); + return A; +} +function Vr(t, n) { + le(2, arguments); + var a = ve(t).getTime(), + e = fe(n); + return new Date(a + e); +} +var Br = {}; +function kt() { + return Br; +} +function Ht(t, n) { + var a, e, r, i, o, l, d, u; + le(1, arguments); + var y = kt(), + m = fe( + (a = + (e = + (r = + (i = n == null ? void 0 : n.weekStartsOn) !== null && i !== void 0 + ? i + : n == null || + (o = n.locale) === null || + o === void 0 || + (l = o.options) === null || + l === void 0 + ? void 0 + : l.weekStartsOn) !== null && r !== void 0 + ? r + : y.weekStartsOn) !== null && e !== void 0 + ? e + : (d = y.locale) === null || + d === void 0 || + (u = d.options) === null || + u === void 0 + ? void 0 + : u.weekStartsOn) !== null && a !== void 0 + ? a + : 0, + ); + if (!(m >= 0 && m <= 6)) + throw new RangeError("weekStartsOn must be between 0 and 6 inclusively"); + var c = ve(t), + p = c.getDay(), + $ = (p < m ? 7 : 0) + p - m; + return c.setDate(c.getDate() - $), c.setHours(0, 0, 0, 0), c; +} +function _a(t) { + return le(1, arguments), Ht(t, { weekStartsOn: 1 }); +} +function Wr(t) { + le(1, arguments); + var n = ve(t), + a = n.getFullYear(), + e = new Date(0); + e.setFullYear(a + 1, 0, 4), e.setHours(0, 0, 0, 0); + var r = _a(e), + i = new Date(0); + i.setFullYear(a, 0, 4), i.setHours(0, 0, 0, 0); + var o = _a(i); + return n.getTime() >= r.getTime() + ? a + 1 + : n.getTime() >= o.getTime() + ? a + : a - 1; +} +function Hr(t) { + le(1, arguments); + var n = Wr(t), + a = new Date(0); + a.setFullYear(n, 0, 4), a.setHours(0, 0, 0, 0); + var e = _a(a); + return e; +} +function ka(t) { + var n = new Date( + Date.UTC( + t.getFullYear(), + t.getMonth(), + t.getDate(), + t.getHours(), + t.getMinutes(), + t.getSeconds(), + t.getMilliseconds(), + ), + ); + return n.setUTCFullYear(t.getFullYear()), t.getTime() - n.getTime(); +} +function _n(t) { + le(1, arguments); + var n = ve(t); + return n.setHours(0, 0, 0, 0), n; +} +var jr = 864e5; +function qr(t, n) { + le(2, arguments); + var a = _n(t), + e = _n(n), + r = a.getTime() - ka(a), + i = e.getTime() - ka(e); + return Math.round((r - i) / jr); +} +function Kn(t, n) { + le(2, arguments); + var a = fe(n); + return bt(t, a * 12); +} +var on = 6e4, + ln = 36e5, + Qr = 1e3; +function zn(t) { + return ( + le(1, arguments), + t instanceof Date || + (st(t) === "object" && + Object.prototype.toString.call(t) === "[object Date]") + ); +} +function sa(t) { + if ((le(1, arguments), !zn(t) && typeof t != "number")) return !1; + var n = ve(t); + return !isNaN(Number(n)); +} +function kn(t, n) { + var a; + le(1, arguments); + var e = t || {}, + r = ve(e.start), + i = ve(e.end), + o = i.getTime(); + if (!(r.getTime() <= o)) throw new RangeError("Invalid interval"); + var l = [], + d = r; + d.setHours(0, 0, 0, 0); + var u = Number( + (a = n == null ? void 0 : n.step) !== null && a !== void 0 ? a : 1, + ); + if (u < 1 || isNaN(u)) + throw new RangeError("`options.step` must be a number greater than 1"); + for (; d.getTime() <= o; ) + l.push(ve(d)), d.setDate(d.getDate() + u), d.setHours(0, 0, 0, 0); + return l; +} +function Gr(t, n) { + var a, e, r, i, o, l, d, u; + le(1, arguments); + var y = kt(), + m = fe( + (a = + (e = + (r = + (i = n == null ? void 0 : n.weekStartsOn) !== null && i !== void 0 + ? i + : n == null || + (o = n.locale) === null || + o === void 0 || + (l = o.options) === null || + l === void 0 + ? void 0 + : l.weekStartsOn) !== null && r !== void 0 + ? r + : y.weekStartsOn) !== null && e !== void 0 + ? e + : (d = y.locale) === null || + d === void 0 || + (u = d.options) === null || + u === void 0 + ? void 0 + : u.weekStartsOn) !== null && a !== void 0 + ? a + : 0, + ); + if (!(m >= 0 && m <= 6)) + throw new RangeError("weekStartsOn must be between 0 and 6 inclusively"); + var c = ve(t), + p = c.getDay(), + $ = (p < m ? -7 : 0) + 6 - (p - m); + return c.setDate(c.getDate() + $), c.setHours(23, 59, 59, 999), c; +} +function Zn(t, n) { + le(2, arguments); + var a = fe(n); + return Vr(t, -a); +} +var Xr = 864e5; +function Jr(t) { + le(1, arguments); + var n = ve(t), + a = n.getTime(); + n.setUTCMonth(0, 1), n.setUTCHours(0, 0, 0, 0); + var e = n.getTime(), + r = a - e; + return Math.floor(r / Xr) + 1; +} +function Jt(t) { + le(1, arguments); + var n = 1, + a = ve(t), + e = a.getUTCDay(), + r = (e < n ? 7 : 0) + e - n; + return a.setUTCDate(a.getUTCDate() - r), a.setUTCHours(0, 0, 0, 0), a; +} +function er(t) { + le(1, arguments); + var n = ve(t), + a = n.getUTCFullYear(), + e = new Date(0); + e.setUTCFullYear(a + 1, 0, 4), e.setUTCHours(0, 0, 0, 0); + var r = Jt(e), + i = new Date(0); + i.setUTCFullYear(a, 0, 4), i.setUTCHours(0, 0, 0, 0); + var o = Jt(i); + return n.getTime() >= r.getTime() + ? a + 1 + : n.getTime() >= o.getTime() + ? a + : a - 1; +} +function Kr(t) { + le(1, arguments); + var n = er(t), + a = new Date(0); + a.setUTCFullYear(n, 0, 4), a.setUTCHours(0, 0, 0, 0); + var e = Jt(a); + return e; +} +var zr = 6048e5; +function tr(t) { + le(1, arguments); + var n = ve(t), + a = Jt(n).getTime() - Kr(n).getTime(); + return Math.round(a / zr) + 1; +} +function jt(t, n) { + var a, e, r, i, o, l, d, u; + le(1, arguments); + var y = kt(), + m = fe( + (a = + (e = + (r = + (i = n == null ? void 0 : n.weekStartsOn) !== null && i !== void 0 + ? i + : n == null || + (o = n.locale) === null || + o === void 0 || + (l = o.options) === null || + l === void 0 + ? void 0 + : l.weekStartsOn) !== null && r !== void 0 + ? r + : y.weekStartsOn) !== null && e !== void 0 + ? e + : (d = y.locale) === null || + d === void 0 || + (u = d.options) === null || + u === void 0 + ? void 0 + : u.weekStartsOn) !== null && a !== void 0 + ? a + : 0, + ); + if (!(m >= 0 && m <= 6)) + throw new RangeError("weekStartsOn must be between 0 and 6 inclusively"); + var c = ve(t), + p = c.getUTCDay(), + $ = (p < m ? 7 : 0) + p - m; + return c.setUTCDate(c.getUTCDate() - $), c.setUTCHours(0, 0, 0, 0), c; +} +function un(t, n) { + var a, e, r, i, o, l, d, u; + le(1, arguments); + var y = ve(t), + m = y.getUTCFullYear(), + c = kt(), + p = fe( + (a = + (e = + (r = + (i = n == null ? void 0 : n.firstWeekContainsDate) !== null && + i !== void 0 + ? i + : n == null || + (o = n.locale) === null || + o === void 0 || + (l = o.options) === null || + l === void 0 + ? void 0 + : l.firstWeekContainsDate) !== null && r !== void 0 + ? r + : c.firstWeekContainsDate) !== null && e !== void 0 + ? e + : (d = c.locale) === null || + d === void 0 || + (u = d.options) === null || + u === void 0 + ? void 0 + : u.firstWeekContainsDate) !== null && a !== void 0 + ? a + : 1, + ); + if (!(p >= 1 && p <= 7)) + throw new RangeError( + "firstWeekContainsDate must be between 1 and 7 inclusively", + ); + var $ = new Date(0); + $.setUTCFullYear(m + 1, 0, p), $.setUTCHours(0, 0, 0, 0); + var A = jt($, n), + N = new Date(0); + N.setUTCFullYear(m, 0, p), N.setUTCHours(0, 0, 0, 0); + var X = jt(N, n); + return y.getTime() >= A.getTime() + ? m + 1 + : y.getTime() >= X.getTime() + ? m + : m - 1; +} +function Zr(t, n) { + var a, e, r, i, o, l, d, u; + le(1, arguments); + var y = kt(), + m = fe( + (a = + (e = + (r = + (i = n == null ? void 0 : n.firstWeekContainsDate) !== null && + i !== void 0 + ? i + : n == null || + (o = n.locale) === null || + o === void 0 || + (l = o.options) === null || + l === void 0 + ? void 0 + : l.firstWeekContainsDate) !== null && r !== void 0 + ? r + : y.firstWeekContainsDate) !== null && e !== void 0 + ? e + : (d = y.locale) === null || + d === void 0 || + (u = d.options) === null || + u === void 0 + ? void 0 + : u.firstWeekContainsDate) !== null && a !== void 0 + ? a + : 1, + ), + c = un(t, n), + p = new Date(0); + p.setUTCFullYear(c, 0, m), p.setUTCHours(0, 0, 0, 0); + var $ = jt(p, n); + return $; +} +var eo = 6048e5; +function ar(t, n) { + le(1, arguments); + var a = ve(t), + e = jt(a, n).getTime() - Zr(a, n).getTime(); + return Math.round(e / eo) + 1; +} +function Oe(t, n) { + for (var a = t < 0 ? "-" : "", e = Math.abs(t).toString(); e.length < n; ) + e = "0" + e; + return a + e; +} +var to = { + y: function (n, a) { + var e = n.getUTCFullYear(), + r = e > 0 ? e : 1 - e; + return Oe(a === "yy" ? r % 100 : r, a.length); + }, + M: function (n, a) { + var e = n.getUTCMonth(); + return a === "M" ? String(e + 1) : Oe(e + 1, 2); + }, + d: function (n, a) { + return Oe(n.getUTCDate(), a.length); + }, + a: function (n, a) { + var e = n.getUTCHours() / 12 >= 1 ? "pm" : "am"; + switch (a) { + case "a": + case "aa": + return e.toUpperCase(); + case "aaa": + return e; + case "aaaaa": + return e[0]; + case "aaaa": + default: + return e === "am" ? "a.m." : "p.m."; + } + }, + h: function (n, a) { + return Oe(n.getUTCHours() % 12 || 12, a.length); + }, + H: function (n, a) { + return Oe(n.getUTCHours(), a.length); + }, + m: function (n, a) { + return Oe(n.getUTCMinutes(), a.length); + }, + s: function (n, a) { + return Oe(n.getUTCSeconds(), a.length); + }, + S: function (n, a) { + var e = a.length, + r = n.getUTCMilliseconds(), + i = Math.floor(r * Math.pow(10, e - 3)); + return Oe(i, a.length); + }, +}; +const $t = to; +var qt = { + am: "am", + pm: "pm", + midnight: "midnight", + noon: "noon", + morning: "morning", + afternoon: "afternoon", + evening: "evening", + night: "night", + }, + ao = { + G: function (n, a, e) { + var r = n.getUTCFullYear() > 0 ? 1 : 0; + switch (a) { + case "G": + case "GG": + case "GGG": + return e.era(r, { width: "abbreviated" }); + case "GGGGG": + return e.era(r, { width: "narrow" }); + case "GGGG": + default: + return e.era(r, { width: "wide" }); + } + }, + y: function (n, a, e) { + if (a === "yo") { + var r = n.getUTCFullYear(), + i = r > 0 ? r : 1 - r; + return e.ordinalNumber(i, { unit: "year" }); + } + return $t.y(n, a); + }, + Y: function (n, a, e, r) { + var i = un(n, r), + o = i > 0 ? i : 1 - i; + if (a === "YY") { + var l = o % 100; + return Oe(l, 2); + } + return a === "Yo" + ? e.ordinalNumber(o, { unit: "year" }) + : Oe(o, a.length); + }, + R: function (n, a) { + var e = er(n); + return Oe(e, a.length); + }, + u: function (n, a) { + var e = n.getUTCFullYear(); + return Oe(e, a.length); + }, + Q: function (n, a, e) { + var r = Math.ceil((n.getUTCMonth() + 1) / 3); + switch (a) { + case "Q": + return String(r); + case "QQ": + return Oe(r, 2); + case "Qo": + return e.ordinalNumber(r, { unit: "quarter" }); + case "QQQ": + return e.quarter(r, { width: "abbreviated", context: "formatting" }); + case "QQQQQ": + return e.quarter(r, { width: "narrow", context: "formatting" }); + case "QQQQ": + default: + return e.quarter(r, { width: "wide", context: "formatting" }); + } + }, + q: function (n, a, e) { + var r = Math.ceil((n.getUTCMonth() + 1) / 3); + switch (a) { + case "q": + return String(r); + case "qq": + return Oe(r, 2); + case "qo": + return e.ordinalNumber(r, { unit: "quarter" }); + case "qqq": + return e.quarter(r, { width: "abbreviated", context: "standalone" }); + case "qqqqq": + return e.quarter(r, { width: "narrow", context: "standalone" }); + case "qqqq": + default: + return e.quarter(r, { width: "wide", context: "standalone" }); + } + }, + M: function (n, a, e) { + var r = n.getUTCMonth(); + switch (a) { + case "M": + case "MM": + return $t.M(n, a); + case "Mo": + return e.ordinalNumber(r + 1, { unit: "month" }); + case "MMM": + return e.month(r, { width: "abbreviated", context: "formatting" }); + case "MMMMM": + return e.month(r, { width: "narrow", context: "formatting" }); + case "MMMM": + default: + return e.month(r, { width: "wide", context: "formatting" }); + } + }, + L: function (n, a, e) { + var r = n.getUTCMonth(); + switch (a) { + case "L": + return String(r + 1); + case "LL": + return Oe(r + 1, 2); + case "Lo": + return e.ordinalNumber(r + 1, { unit: "month" }); + case "LLL": + return e.month(r, { width: "abbreviated", context: "standalone" }); + case "LLLLL": + return e.month(r, { width: "narrow", context: "standalone" }); + case "LLLL": + default: + return e.month(r, { width: "wide", context: "standalone" }); + } + }, + w: function (n, a, e, r) { + var i = ar(n, r); + return a === "wo" + ? e.ordinalNumber(i, { unit: "week" }) + : Oe(i, a.length); + }, + I: function (n, a, e) { + var r = tr(n); + return a === "Io" + ? e.ordinalNumber(r, { unit: "week" }) + : Oe(r, a.length); + }, + d: function (n, a, e) { + return a === "do" + ? e.ordinalNumber(n.getUTCDate(), { unit: "date" }) + : $t.d(n, a); + }, + D: function (n, a, e) { + var r = Jr(n); + return a === "Do" + ? e.ordinalNumber(r, { unit: "dayOfYear" }) + : Oe(r, a.length); + }, + E: function (n, a, e) { + var r = n.getUTCDay(); + switch (a) { + case "E": + case "EE": + case "EEE": + return e.day(r, { width: "abbreviated", context: "formatting" }); + case "EEEEE": + return e.day(r, { width: "narrow", context: "formatting" }); + case "EEEEEE": + return e.day(r, { width: "short", context: "formatting" }); + case "EEEE": + default: + return e.day(r, { width: "wide", context: "formatting" }); + } + }, + e: function (n, a, e, r) { + var i = n.getUTCDay(), + o = (i - r.weekStartsOn + 8) % 7 || 7; + switch (a) { + case "e": + return String(o); + case "ee": + return Oe(o, 2); + case "eo": + return e.ordinalNumber(o, { unit: "day" }); + case "eee": + return e.day(i, { width: "abbreviated", context: "formatting" }); + case "eeeee": + return e.day(i, { width: "narrow", context: "formatting" }); + case "eeeeee": + return e.day(i, { width: "short", context: "formatting" }); + case "eeee": + default: + return e.day(i, { width: "wide", context: "formatting" }); + } + }, + c: function (n, a, e, r) { + var i = n.getUTCDay(), + o = (i - r.weekStartsOn + 8) % 7 || 7; + switch (a) { + case "c": + return String(o); + case "cc": + return Oe(o, a.length); + case "co": + return e.ordinalNumber(o, { unit: "day" }); + case "ccc": + return e.day(i, { width: "abbreviated", context: "standalone" }); + case "ccccc": + return e.day(i, { width: "narrow", context: "standalone" }); + case "cccccc": + return e.day(i, { width: "short", context: "standalone" }); + case "cccc": + default: + return e.day(i, { width: "wide", context: "standalone" }); + } + }, + i: function (n, a, e) { + var r = n.getUTCDay(), + i = r === 0 ? 7 : r; + switch (a) { + case "i": + return String(i); + case "ii": + return Oe(i, a.length); + case "io": + return e.ordinalNumber(i, { unit: "day" }); + case "iii": + return e.day(r, { width: "abbreviated", context: "formatting" }); + case "iiiii": + return e.day(r, { width: "narrow", context: "formatting" }); + case "iiiiii": + return e.day(r, { width: "short", context: "formatting" }); + case "iiii": + default: + return e.day(r, { width: "wide", context: "formatting" }); + } + }, + a: function (n, a, e) { + var r = n.getUTCHours(), + i = r / 12 >= 1 ? "pm" : "am"; + switch (a) { + case "a": + case "aa": + return e.dayPeriod(i, { + width: "abbreviated", + context: "formatting", + }); + case "aaa": + return e + .dayPeriod(i, { width: "abbreviated", context: "formatting" }) + .toLowerCase(); + case "aaaaa": + return e.dayPeriod(i, { width: "narrow", context: "formatting" }); + case "aaaa": + default: + return e.dayPeriod(i, { width: "wide", context: "formatting" }); + } + }, + b: function (n, a, e) { + var r = n.getUTCHours(), + i; + switch ( + (r === 12 + ? (i = qt.noon) + : r === 0 + ? (i = qt.midnight) + : (i = r / 12 >= 1 ? "pm" : "am"), + a) + ) { + case "b": + case "bb": + return e.dayPeriod(i, { + width: "abbreviated", + context: "formatting", + }); + case "bbb": + return e + .dayPeriod(i, { width: "abbreviated", context: "formatting" }) + .toLowerCase(); + case "bbbbb": + return e.dayPeriod(i, { width: "narrow", context: "formatting" }); + case "bbbb": + default: + return e.dayPeriod(i, { width: "wide", context: "formatting" }); + } + }, + B: function (n, a, e) { + var r = n.getUTCHours(), + i; + switch ( + (r >= 17 + ? (i = qt.evening) + : r >= 12 + ? (i = qt.afternoon) + : r >= 4 + ? (i = qt.morning) + : (i = qt.night), + a) + ) { + case "B": + case "BB": + case "BBB": + return e.dayPeriod(i, { + width: "abbreviated", + context: "formatting", + }); + case "BBBBB": + return e.dayPeriod(i, { width: "narrow", context: "formatting" }); + case "BBBB": + default: + return e.dayPeriod(i, { width: "wide", context: "formatting" }); + } + }, + h: function (n, a, e) { + if (a === "ho") { + var r = n.getUTCHours() % 12; + return r === 0 && (r = 12), e.ordinalNumber(r, { unit: "hour" }); + } + return $t.h(n, a); + }, + H: function (n, a, e) { + return a === "Ho" + ? e.ordinalNumber(n.getUTCHours(), { unit: "hour" }) + : $t.H(n, a); + }, + K: function (n, a, e) { + var r = n.getUTCHours() % 12; + return a === "Ko" + ? e.ordinalNumber(r, { unit: "hour" }) + : Oe(r, a.length); + }, + k: function (n, a, e) { + var r = n.getUTCHours(); + return ( + r === 0 && (r = 24), + a === "ko" ? e.ordinalNumber(r, { unit: "hour" }) : Oe(r, a.length) + ); + }, + m: function (n, a, e) { + return a === "mo" + ? e.ordinalNumber(n.getUTCMinutes(), { unit: "minute" }) + : $t.m(n, a); + }, + s: function (n, a, e) { + return a === "so" + ? e.ordinalNumber(n.getUTCSeconds(), { unit: "second" }) + : $t.s(n, a); + }, + S: function (n, a) { + return $t.S(n, a); + }, + X: function (n, a, e, r) { + var i = r._originalDate || n, + o = i.getTimezoneOffset(); + if (o === 0) return "Z"; + switch (a) { + case "X": + return Dn(o); + case "XXXX": + case "XX": + return Rt(o); + case "XXXXX": + case "XXX": + default: + return Rt(o, ":"); + } + }, + x: function (n, a, e, r) { + var i = r._originalDate || n, + o = i.getTimezoneOffset(); + switch (a) { + case "x": + return Dn(o); + case "xxxx": + case "xx": + return Rt(o); + case "xxxxx": + case "xxx": + default: + return Rt(o, ":"); + } + }, + O: function (n, a, e, r) { + var i = r._originalDate || n, + o = i.getTimezoneOffset(); + switch (a) { + case "O": + case "OO": + case "OOO": + return "GMT" + Tn(o, ":"); + case "OOOO": + default: + return "GMT" + Rt(o, ":"); + } + }, + z: function (n, a, e, r) { + var i = r._originalDate || n, + o = i.getTimezoneOffset(); + switch (a) { + case "z": + case "zz": + case "zzz": + return "GMT" + Tn(o, ":"); + case "zzzz": + default: + return "GMT" + Rt(o, ":"); + } + }, + t: function (n, a, e, r) { + var i = r._originalDate || n, + o = Math.floor(i.getTime() / 1e3); + return Oe(o, a.length); + }, + T: function (n, a, e, r) { + var i = r._originalDate || n, + o = i.getTime(); + return Oe(o, a.length); + }, + }; +function Tn(t, n) { + var a = t > 0 ? "-" : "+", + e = Math.abs(t), + r = Math.floor(e / 60), + i = e % 60; + if (i === 0) return a + String(r); + var o = n || ""; + return a + String(r) + o + Oe(i, 2); +} +function Dn(t, n) { + if (t % 60 === 0) { + var a = t > 0 ? "-" : "+"; + return a + Oe(Math.abs(t) / 60, 2); + } + return Rt(t, n); +} +function Rt(t, n) { + var a = n || "", + e = t > 0 ? "-" : "+", + r = Math.abs(t), + i = Oe(Math.floor(r / 60), 2), + o = Oe(r % 60, 2); + return e + i + a + o; +} +const no = ao; +var xn = function (n, a) { + switch (n) { + case "P": + return a.date({ width: "short" }); + case "PP": + return a.date({ width: "medium" }); + case "PPP": + return a.date({ width: "long" }); + case "PPPP": + default: + return a.date({ width: "full" }); + } + }, + nr = function (n, a) { + switch (n) { + case "p": + return a.time({ width: "short" }); + case "pp": + return a.time({ width: "medium" }); + case "ppp": + return a.time({ width: "long" }); + case "pppp": + default: + return a.time({ width: "full" }); + } + }, + ro = function (n, a) { + var e = n.match(/(P+)(p+)?/) || [], + r = e[1], + i = e[2]; + if (!i) return xn(n, a); + var o; + switch (r) { + case "P": + o = a.dateTime({ width: "short" }); + break; + case "PP": + o = a.dateTime({ width: "medium" }); + break; + case "PPP": + o = a.dateTime({ width: "long" }); + break; + case "PPPP": + default: + o = a.dateTime({ width: "full" }); + break; + } + return o.replace("{{date}}", xn(r, a)).replace("{{time}}", nr(i, a)); + }, + oo = { p: nr, P: ro }; +const Ga = oo; +var io = ["D", "DD"], + lo = ["YY", "YYYY"]; +function rr(t) { + return io.indexOf(t) !== -1; +} +function or(t) { + return lo.indexOf(t) !== -1; +} +function Ta(t, n, a) { + if (t === "YYYY") + throw new RangeError( + "Use `yyyy` instead of `YYYY` (in `" + .concat(n, "`) for formatting years to the input `") + .concat( + a, + "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md", + ), + ); + if (t === "YY") + throw new RangeError( + "Use `yy` instead of `YY` (in `" + .concat(n, "`) for formatting years to the input `") + .concat( + a, + "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md", + ), + ); + if (t === "D") + throw new RangeError( + "Use `d` instead of `D` (in `" + .concat(n, "`) for formatting days of the month to the input `") + .concat( + a, + "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md", + ), + ); + if (t === "DD") + throw new RangeError( + "Use `dd` instead of `DD` (in `" + .concat(n, "`) for formatting days of the month to the input `") + .concat( + a, + "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md", + ), + ); +} +var uo = { + lessThanXSeconds: { + one: "less than a second", + other: "less than {{count}} seconds", + }, + xSeconds: { one: "1 second", other: "{{count}} seconds" }, + halfAMinute: "half a minute", + lessThanXMinutes: { + one: "less than a minute", + other: "less than {{count}} minutes", + }, + xMinutes: { one: "1 minute", other: "{{count}} minutes" }, + aboutXHours: { one: "about 1 hour", other: "about {{count}} hours" }, + xHours: { one: "1 hour", other: "{{count}} hours" }, + xDays: { one: "1 day", other: "{{count}} days" }, + aboutXWeeks: { one: "about 1 week", other: "about {{count}} weeks" }, + xWeeks: { one: "1 week", other: "{{count}} weeks" }, + aboutXMonths: { one: "about 1 month", other: "about {{count}} months" }, + xMonths: { one: "1 month", other: "{{count}} months" }, + aboutXYears: { one: "about 1 year", other: "about {{count}} years" }, + xYears: { one: "1 year", other: "{{count}} years" }, + overXYears: { one: "over 1 year", other: "over {{count}} years" }, + almostXYears: { one: "almost 1 year", other: "almost {{count}} years" }, + }, + so = function (n, a, e) { + var r, + i = uo[n]; + return ( + typeof i == "string" + ? (r = i) + : a === 1 + ? (r = i.one) + : (r = i.other.replace("{{count}}", a.toString())), + e != null && e.addSuffix + ? e.comparison && e.comparison > 0 + ? "in " + r + : r + " ago" + : r + ); + }; +const co = so; +function Ea(t) { + return function () { + var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, + a = n.width ? String(n.width) : t.defaultWidth, + e = t.formats[a] || t.formats[t.defaultWidth]; + return e; + }; +} +var fo = { + full: "EEEE, MMMM do, y", + long: "MMMM do, y", + medium: "MMM d, y", + short: "MM/dd/yyyy", + }, + vo = { + full: "h:mm:ss a zzzz", + long: "h:mm:ss a z", + medium: "h:mm:ss a", + short: "h:mm a", + }, + po = { + full: "{{date}} 'at' {{time}}", + long: "{{date}} 'at' {{time}}", + medium: "{{date}}, {{time}}", + short: "{{date}}, {{time}}", + }, + mo = { + date: Ea({ formats: fo, defaultWidth: "full" }), + time: Ea({ formats: vo, defaultWidth: "full" }), + dateTime: Ea({ formats: po, defaultWidth: "full" }), + }; +const ho = mo; +var yo = { + lastWeek: "'last' eeee 'at' p", + yesterday: "'yesterday at' p", + today: "'today at' p", + tomorrow: "'tomorrow at' p", + nextWeek: "eeee 'at' p", + other: "P", + }, + go = function (n, a, e, r) { + return yo[n]; + }; +const wo = go; +function na(t) { + return function (n, a) { + var e = a != null && a.context ? String(a.context) : "standalone", + r; + if (e === "formatting" && t.formattingValues) { + var i = t.defaultFormattingWidth || t.defaultWidth, + o = a != null && a.width ? String(a.width) : i; + r = t.formattingValues[o] || t.formattingValues[i]; + } else { + var l = t.defaultWidth, + d = a != null && a.width ? String(a.width) : t.defaultWidth; + r = t.values[d] || t.values[l]; + } + var u = t.argumentCallback ? t.argumentCallback(n) : n; + return r[u]; + }; +} +var bo = { + narrow: ["B", "A"], + abbreviated: ["BC", "AD"], + wide: ["Before Christ", "Anno Domini"], + }, + _o = { + narrow: ["1", "2", "3", "4"], + abbreviated: ["Q1", "Q2", "Q3", "Q4"], + wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"], + }, + ko = { + narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"], + abbreviated: [ + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec", + ], + wide: [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December", + ], + }, + To = { + narrow: ["S", "M", "T", "W", "T", "F", "S"], + short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], + abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], + wide: [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday", + ], + }, + Do = { + narrow: { + am: "a", + pm: "p", + midnight: "mi", + noon: "n", + morning: "morning", + afternoon: "afternoon", + evening: "evening", + night: "night", + }, + abbreviated: { + am: "AM", + pm: "PM", + midnight: "midnight", + noon: "noon", + morning: "morning", + afternoon: "afternoon", + evening: "evening", + night: "night", + }, + wide: { + am: "a.m.", + pm: "p.m.", + midnight: "midnight", + noon: "noon", + morning: "morning", + afternoon: "afternoon", + evening: "evening", + night: "night", + }, + }, + xo = { + narrow: { + am: "a", + pm: "p", + midnight: "mi", + noon: "n", + morning: "in the morning", + afternoon: "in the afternoon", + evening: "in the evening", + night: "at night", + }, + abbreviated: { + am: "AM", + pm: "PM", + midnight: "midnight", + noon: "noon", + morning: "in the morning", + afternoon: "in the afternoon", + evening: "in the evening", + night: "at night", + }, + wide: { + am: "a.m.", + pm: "p.m.", + midnight: "midnight", + noon: "noon", + morning: "in the morning", + afternoon: "in the afternoon", + evening: "in the evening", + night: "at night", + }, + }, + Mo = function (n, a) { + var e = Number(n), + r = e % 100; + if (r > 20 || r < 10) + switch (r % 10) { + case 1: + return e + "st"; + case 2: + return e + "nd"; + case 3: + return e + "rd"; + } + return e + "th"; + }, + Co = { + ordinalNumber: Mo, + era: na({ values: bo, defaultWidth: "wide" }), + quarter: na({ + values: _o, + defaultWidth: "wide", + argumentCallback: function (n) { + return n - 1; + }, + }), + month: na({ values: ko, defaultWidth: "wide" }), + day: na({ values: To, defaultWidth: "wide" }), + dayPeriod: na({ + values: Do, + defaultWidth: "wide", + formattingValues: xo, + defaultFormattingWidth: "wide", + }), + }; +const Po = Co; +function ra(t) { + return function (n) { + var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, + e = a.width, + r = (e && t.matchPatterns[e]) || t.matchPatterns[t.defaultMatchWidth], + i = n.match(r); + if (!i) return null; + var o = i[0], + l = (e && t.parsePatterns[e]) || t.parsePatterns[t.defaultParseWidth], + d = Array.isArray(l) + ? Oo(l, function (m) { + return m.test(o); + }) + : So(l, function (m) { + return m.test(o); + }), + u; + (u = t.valueCallback ? t.valueCallback(d) : d), + (u = a.valueCallback ? a.valueCallback(u) : u); + var y = n.slice(o.length); + return { value: u, rest: y }; + }; +} +function So(t, n) { + for (var a in t) if (t.hasOwnProperty(a) && n(t[a])) return a; +} +function Oo(t, n) { + for (var a = 0; a < t.length; a++) if (n(t[a])) return a; +} +function No(t) { + return function (n) { + var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, + e = n.match(t.matchPattern); + if (!e) return null; + var r = e[0], + i = n.match(t.parsePattern); + if (!i) return null; + var o = t.valueCallback ? t.valueCallback(i[0]) : i[0]; + o = a.valueCallback ? a.valueCallback(o) : o; + var l = n.slice(r.length); + return { value: o, rest: l }; + }; +} +var Ao = /^(\d+)(th|st|nd|rd)?/i, + $o = /\d+/i, + Io = { + narrow: /^(b|a)/i, + abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i, + wide: /^(before christ|before common era|anno domini|common era)/i, + }, + Eo = { any: [/^b/i, /^(a|c)/i] }, + Yo = { + narrow: /^[1234]/i, + abbreviated: /^q[1234]/i, + wide: /^[1234](th|st|nd|rd)? quarter/i, + }, + Uo = { any: [/1/i, /2/i, /3/i, /4/i] }, + Lo = { + narrow: /^[jfmasond]/i, + abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i, + wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i, + }, + Ro = { + narrow: [ + /^j/i, + /^f/i, + /^m/i, + /^a/i, + /^m/i, + /^j/i, + /^j/i, + /^a/i, + /^s/i, + /^o/i, + /^n/i, + /^d/i, + ], + any: [ + /^ja/i, + /^f/i, + /^mar/i, + /^ap/i, + /^may/i, + /^jun/i, + /^jul/i, + /^au/i, + /^s/i, + /^o/i, + /^n/i, + /^d/i, + ], + }, + Fo = { + narrow: /^[smtwf]/i, + short: /^(su|mo|tu|we|th|fr|sa)/i, + abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i, + wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i, + }, + Vo = { + narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i], + any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i], + }, + Bo = { + narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i, + any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i, + }, + Wo = { + any: { + am: /^a/i, + pm: /^p/i, + midnight: /^mi/i, + noon: /^no/i, + morning: /morning/i, + afternoon: /afternoon/i, + evening: /evening/i, + night: /night/i, + }, + }, + Ho = { + ordinalNumber: No({ + matchPattern: Ao, + parsePattern: $o, + valueCallback: function (n) { + return parseInt(n, 10); + }, + }), + era: ra({ + matchPatterns: Io, + defaultMatchWidth: "wide", + parsePatterns: Eo, + defaultParseWidth: "any", + }), + quarter: ra({ + matchPatterns: Yo, + defaultMatchWidth: "wide", + parsePatterns: Uo, + defaultParseWidth: "any", + valueCallback: function (n) { + return n + 1; + }, + }), + month: ra({ + matchPatterns: Lo, + defaultMatchWidth: "wide", + parsePatterns: Ro, + defaultParseWidth: "any", + }), + day: ra({ + matchPatterns: Fo, + defaultMatchWidth: "wide", + parsePatterns: Vo, + defaultParseWidth: "any", + }), + dayPeriod: ra({ + matchPatterns: Bo, + defaultMatchWidth: "any", + parsePatterns: Wo, + defaultParseWidth: "any", + }), + }; +const jo = Ho; +var qo = { + code: "en-US", + formatDistance: co, + formatLong: ho, + formatRelative: wo, + localize: Po, + match: jo, + options: { weekStartsOn: 0, firstWeekContainsDate: 1 }, +}; +const ir = qo; +var Qo = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, + Go = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, + Xo = /^'([^]*?)'?$/, + Jo = /''/g, + Ko = /[a-zA-Z]/; +function Wt(t, n, a) { + var e, r, i, o, l, d, u, y, m, c, p, $, A, N, X, k, _, S; + le(2, arguments); + var w = String(n), + O = kt(), + Y = + (e = + (r = a == null ? void 0 : a.locale) !== null && r !== void 0 + ? r + : O.locale) !== null && e !== void 0 + ? e + : ir, + U = fe( + (i = + (o = + (l = + (d = a == null ? void 0 : a.firstWeekContainsDate) !== null && + d !== void 0 + ? d + : a == null || + (u = a.locale) === null || + u === void 0 || + (y = u.options) === null || + y === void 0 + ? void 0 + : y.firstWeekContainsDate) !== null && l !== void 0 + ? l + : O.firstWeekContainsDate) !== null && o !== void 0 + ? o + : (m = O.locale) === null || + m === void 0 || + (c = m.options) === null || + c === void 0 + ? void 0 + : c.firstWeekContainsDate) !== null && i !== void 0 + ? i + : 1, + ); + if (!(U >= 1 && U <= 7)) + throw new RangeError( + "firstWeekContainsDate must be between 1 and 7 inclusively", + ); + var L = fe( + (p = + ($ = + (A = + (N = a == null ? void 0 : a.weekStartsOn) !== null && N !== void 0 + ? N + : a == null || + (X = a.locale) === null || + X === void 0 || + (k = X.options) === null || + k === void 0 + ? void 0 + : k.weekStartsOn) !== null && A !== void 0 + ? A + : O.weekStartsOn) !== null && $ !== void 0 + ? $ + : (_ = O.locale) === null || + _ === void 0 || + (S = _.options) === null || + S === void 0 + ? void 0 + : S.weekStartsOn) !== null && p !== void 0 + ? p + : 0, + ); + if (!(L >= 0 && L <= 6)) + throw new RangeError("weekStartsOn must be between 0 and 6 inclusively"); + if (!Y.localize) + throw new RangeError("locale must contain localize property"); + if (!Y.formatLong) + throw new RangeError("locale must contain formatLong property"); + var H = ve(t); + if (!sa(H)) throw new RangeError("Invalid time value"); + var v = ka(H), + g = Zn(H, v), + P = { + firstWeekContainsDate: U, + weekStartsOn: L, + locale: Y, + _originalDate: H, + }, + F = w + .match(Go) + .map(function (D) { + var M = D[0]; + if (M === "p" || M === "P") { + var C = Ga[M]; + return C(D, Y.formatLong); + } + return D; + }) + .join("") + .match(Qo) + .map(function (D) { + if (D === "''") return "'"; + var M = D[0]; + if (M === "'") return zo(D); + var C = no[M]; + if (C) + return ( + !(a != null && a.useAdditionalWeekYearTokens) && + or(D) && + Ta(D, n, String(t)), + !(a != null && a.useAdditionalDayOfYearTokens) && + rr(D) && + Ta(D, n, String(t)), + C(g, D, Y.localize, P) + ); + if (M.match(Ko)) + throw new RangeError( + "Format string contains an unescaped latin alphabet character `" + + M + + "`", + ); + return D; + }) + .join(""); + return F; +} +function zo(t) { + var n = t.match(Xo); + return n ? n[1].replace(Jo, "'") : t; +} +function Zo(t, n) { + if (t == null) + throw new TypeError( + "assign requires that input parameter not be null or undefined", + ); + for (var a in n) Object.prototype.hasOwnProperty.call(n, a) && (t[a] = n[a]); + return t; +} +function ei(t) { + le(1, arguments); + var n = ve(t), + a = n.getDay(); + return a; +} +function ti(t) { + le(1, arguments); + var n = ve(t), + a = n.getFullYear(), + e = n.getMonth(), + r = new Date(0); + return r.setFullYear(a, e + 1, 0), r.setHours(0, 0, 0, 0), r.getDate(); +} +function Ct(t) { + le(1, arguments); + var n = ve(t), + a = n.getHours(); + return a; +} +var ai = 6048e5; +function ni(t) { + le(1, arguments); + var n = ve(t), + a = _a(n).getTime() - Hr(n).getTime(); + return Math.round(a / ai) + 1; +} +function Pt(t) { + le(1, arguments); + var n = ve(t), + a = n.getMinutes(); + return a; +} +function Ae(t) { + le(1, arguments); + var n = ve(t), + a = n.getMonth(); + return a; +} +function Kt(t) { + le(1, arguments); + var n = ve(t), + a = n.getSeconds(); + return a; +} +function ri(t, n) { + var a, e, r, i, o, l, d, u; + le(1, arguments); + var y = ve(t), + m = y.getFullYear(), + c = kt(), + p = fe( + (a = + (e = + (r = + (i = n == null ? void 0 : n.firstWeekContainsDate) !== null && + i !== void 0 + ? i + : n == null || + (o = n.locale) === null || + o === void 0 || + (l = o.options) === null || + l === void 0 + ? void 0 + : l.firstWeekContainsDate) !== null && r !== void 0 + ? r + : c.firstWeekContainsDate) !== null && e !== void 0 + ? e + : (d = c.locale) === null || + d === void 0 || + (u = d.options) === null || + u === void 0 + ? void 0 + : u.firstWeekContainsDate) !== null && a !== void 0 + ? a + : 1, + ); + if (!(p >= 1 && p <= 7)) + throw new RangeError( + "firstWeekContainsDate must be between 1 and 7 inclusively", + ); + var $ = new Date(0); + $.setFullYear(m + 1, 0, p), $.setHours(0, 0, 0, 0); + var A = Ht($, n), + N = new Date(0); + N.setFullYear(m, 0, p), N.setHours(0, 0, 0, 0); + var X = Ht(N, n); + return y.getTime() >= A.getTime() + ? m + 1 + : y.getTime() >= X.getTime() + ? m + : m - 1; +} +function oi(t, n) { + var a, e, r, i, o, l, d, u; + le(1, arguments); + var y = kt(), + m = fe( + (a = + (e = + (r = + (i = n == null ? void 0 : n.firstWeekContainsDate) !== null && + i !== void 0 + ? i + : n == null || + (o = n.locale) === null || + o === void 0 || + (l = o.options) === null || + l === void 0 + ? void 0 + : l.firstWeekContainsDate) !== null && r !== void 0 + ? r + : y.firstWeekContainsDate) !== null && e !== void 0 + ? e + : (d = y.locale) === null || + d === void 0 || + (u = d.options) === null || + u === void 0 + ? void 0 + : u.firstWeekContainsDate) !== null && a !== void 0 + ? a + : 1, + ), + c = ri(t, n), + p = new Date(0); + p.setFullYear(c, 0, m), p.setHours(0, 0, 0, 0); + var $ = Ht(p, n); + return $; +} +var ii = 6048e5; +function li(t, n) { + le(1, arguments); + var a = ve(t), + e = Ht(a, n).getTime() - oi(a, n).getTime(); + return Math.round(e / ii) + 1; +} +function Ie(t) { + return le(1, arguments), ve(t).getFullYear(); +} +function fa(t, n) { + le(2, arguments); + var a = ve(t), + e = ve(n); + return a.getTime() > e.getTime(); +} +function va(t, n) { + le(2, arguments); + var a = ve(t), + e = ve(n); + return a.getTime() < e.getTime(); +} +function Vt(t, n) { + le(2, arguments); + var a = ve(t), + e = ve(n); + return a.getTime() === e.getTime(); +} +function Mn(t, n) { + (n == null || n > t.length) && (n = t.length); + for (var a = 0, e = new Array(n); a < n; a++) e[a] = t[a]; + return e; +} +function ui(t, n) { + if (t) { + if (typeof t == "string") return Mn(t, n); + var a = Object.prototype.toString.call(t).slice(8, -1); + if ( + (a === "Object" && t.constructor && (a = t.constructor.name), + a === "Map" || a === "Set") + ) + return Array.from(t); + if (a === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)) + return Mn(t, n); + } +} +function Cn(t, n) { + var a = (typeof Symbol < "u" && t[Symbol.iterator]) || t["@@iterator"]; + if (!a) { + if ( + Array.isArray(t) || + (a = ui(t)) || + (n && t && typeof t.length == "number") + ) { + a && (t = a); + var e = 0, + r = function () {}; + return { + s: r, + n: function () { + return e >= t.length ? { done: !0 } : { done: !1, value: t[e++] }; + }, + e: function (u) { + throw u; + }, + f: r, + }; + } + throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`); + } + var i = !0, + o = !1, + l; + return { + s: function () { + a = a.call(t); + }, + n: function () { + var u = a.next(); + return (i = u.done), u; + }, + e: function (u) { + (o = !0), (l = u); + }, + f: function () { + try { + !i && a.return != null && a.return(); + } finally { + if (o) throw l; + } + }, + }; +} +function re(t) { + if (t === void 0) + throw new ReferenceError( + "this hasn't been initialised - super() hasn't been called", + ); + return t; +} +function Xa(t, n) { + return ( + (Xa = Object.setPrototypeOf + ? Object.setPrototypeOf.bind() + : function (e, r) { + return (e.__proto__ = r), e; + }), + Xa(t, n) + ); +} +function xe(t, n) { + if (typeof n != "function" && n !== null) + throw new TypeError("Super expression must either be null or a function"); + (t.prototype = Object.create(n && n.prototype, { + constructor: { value: t, writable: !0, configurable: !0 }, + })), + Object.defineProperty(t, "prototype", { writable: !1 }), + n && Xa(t, n); +} +function Da(t) { + return ( + (Da = Object.setPrototypeOf + ? Object.getPrototypeOf.bind() + : function (a) { + return a.__proto__ || Object.getPrototypeOf(a); + }), + Da(t) + ); +} +function si() { + if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham) + return !1; + if (typeof Proxy == "function") return !0; + try { + return ( + Boolean.prototype.valueOf.call( + Reflect.construct(Boolean, [], function () {}), + ), + !0 + ); + } catch { + return !1; + } +} +function ci(t, n) { + if (n && (st(n) === "object" || typeof n == "function")) return n; + if (n !== void 0) + throw new TypeError( + "Derived constructors may only return object or undefined", + ); + return re(t); +} +function Me(t) { + var n = si(); + return function () { + var e = Da(t), + r; + if (n) { + var i = Da(this).constructor; + r = Reflect.construct(e, arguments, i); + } else r = e.apply(this, arguments); + return ci(this, r); + }; +} +function ke(t, n) { + if (!(t instanceof n)) + throw new TypeError("Cannot call a class as a function"); +} +function di(t, n) { + if (st(t) !== "object" || t === null) return t; + var a = t[Symbol.toPrimitive]; + if (a !== void 0) { + var e = a.call(t, n || "default"); + if (st(e) !== "object") return e; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + return (n === "string" ? String : Number)(t); +} +function lr(t) { + var n = di(t, "string"); + return st(n) === "symbol" ? n : String(n); +} +function Pn(t, n) { + for (var a = 0; a < n.length; a++) { + var e = n[a]; + (e.enumerable = e.enumerable || !1), + (e.configurable = !0), + "value" in e && (e.writable = !0), + Object.defineProperty(t, lr(e.key), e); + } +} +function Te(t, n, a) { + return ( + n && Pn(t.prototype, n), + a && Pn(t, a), + Object.defineProperty(t, "prototype", { writable: !1 }), + t + ); +} +function ee(t, n, a) { + return ( + (n = lr(n)), + n in t + ? Object.defineProperty(t, n, { + value: a, + enumerable: !0, + configurable: !0, + writable: !0, + }) + : (t[n] = a), + t + ); +} +var fi = 10, + ur = (function () { + function t() { + ke(this, t), ee(this, "priority", void 0), ee(this, "subPriority", 0); + } + return ( + Te(t, [ + { + key: "validate", + value: function (a, e) { + return !0; + }, + }, + ]), + t + ); + })(), + vi = (function (t) { + xe(a, t); + var n = Me(a); + function a(e, r, i, o, l) { + var d; + return ( + ke(this, a), + (d = n.call(this)), + (d.value = e), + (d.validateValue = r), + (d.setValue = i), + (d.priority = o), + l && (d.subPriority = l), + d + ); + } + return ( + Te(a, [ + { + key: "validate", + value: function (r, i) { + return this.validateValue(r, this.value, i); + }, + }, + { + key: "set", + value: function (r, i, o) { + return this.setValue(r, i, this.value, o); + }, + }, + ]), + a + ); + })(ur), + pi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", fi), + ee(re(e), "subPriority", -1), + e + ); + } + return ( + Te(a, [ + { + key: "set", + value: function (r, i) { + if (i.timestampIsSet) return r; + var o = new Date(0); + return ( + o.setFullYear( + r.getUTCFullYear(), + r.getUTCMonth(), + r.getUTCDate(), + ), + o.setHours( + r.getUTCHours(), + r.getUTCMinutes(), + r.getUTCSeconds(), + r.getUTCMilliseconds(), + ), + o + ); + }, + }, + ]), + a + ); + })(ur), + Se = (function () { + function t() { + ke(this, t), + ee(this, "incompatibleTokens", void 0), + ee(this, "priority", void 0), + ee(this, "subPriority", void 0); + } + return ( + Te(t, [ + { + key: "run", + value: function (a, e, r, i) { + var o = this.parse(a, e, r, i); + return o + ? { + setter: new vi( + o.value, + this.validate, + this.set, + this.priority, + this.subPriority, + ), + rest: o.rest, + } + : null; + }, + }, + { + key: "validate", + value: function (a, e, r) { + return !0; + }, + }, + ]), + t + ); + })(), + mi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 140), + ee(re(e), "incompatibleTokens", ["R", "u", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "G": + case "GG": + case "GGG": + return ( + o.era(r, { width: "abbreviated" }) || + o.era(r, { width: "narrow" }) + ); + case "GGGGG": + return o.era(r, { width: "narrow" }); + case "GGGG": + default: + return ( + o.era(r, { width: "wide" }) || + o.era(r, { width: "abbreviated" }) || + o.era(r, { width: "narrow" }) + ); + } + }, + }, + { + key: "set", + value: function (r, i, o) { + return ( + (i.era = o), + r.setUTCFullYear(o, 0, 1), + r.setUTCHours(0, 0, 0, 0), + r + ); + }, + }, + ]), + a + ); + })(Se), + He = { + month: /^(1[0-2]|0?\d)/, + date: /^(3[0-1]|[0-2]?\d)/, + dayOfYear: /^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/, + week: /^(5[0-3]|[0-4]?\d)/, + hour23h: /^(2[0-3]|[0-1]?\d)/, + hour24h: /^(2[0-4]|[0-1]?\d)/, + hour11h: /^(1[0-1]|0?\d)/, + hour12h: /^(1[0-2]|0?\d)/, + minute: /^[0-5]?\d/, + second: /^[0-5]?\d/, + singleDigit: /^\d/, + twoDigits: /^\d{1,2}/, + threeDigits: /^\d{1,3}/, + fourDigits: /^\d{1,4}/, + anyDigitsSigned: /^-?\d+/, + singleDigitSigned: /^-?\d/, + twoDigitsSigned: /^-?\d{1,2}/, + threeDigitsSigned: /^-?\d{1,3}/, + fourDigitsSigned: /^-?\d{1,4}/, + }, + gt = { + basicOptionalMinutes: /^([+-])(\d{2})(\d{2})?|Z/, + basic: /^([+-])(\d{2})(\d{2})|Z/, + basicOptionalSeconds: /^([+-])(\d{2})(\d{2})((\d{2}))?|Z/, + extended: /^([+-])(\d{2}):(\d{2})|Z/, + extendedOptionalSeconds: /^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/, + }; +function je(t, n) { + return t && { value: n(t.value), rest: t.rest }; +} +function Ee(t, n) { + var a = n.match(t); + return a ? { value: parseInt(a[0], 10), rest: n.slice(a[0].length) } : null; +} +function wt(t, n) { + var a = n.match(t); + if (!a) return null; + if (a[0] === "Z") return { value: 0, rest: n.slice(1) }; + var e = a[1] === "+" ? 1 : -1, + r = a[2] ? parseInt(a[2], 10) : 0, + i = a[3] ? parseInt(a[3], 10) : 0, + o = a[5] ? parseInt(a[5], 10) : 0; + return { value: e * (r * ln + i * on + o * Qr), rest: n.slice(a[0].length) }; +} +function sr(t) { + return Ee(He.anyDigitsSigned, t); +} +function Be(t, n) { + switch (t) { + case 1: + return Ee(He.singleDigit, n); + case 2: + return Ee(He.twoDigits, n); + case 3: + return Ee(He.threeDigits, n); + case 4: + return Ee(He.fourDigits, n); + default: + return Ee(new RegExp("^\\d{1," + t + "}"), n); + } +} +function xa(t, n) { + switch (t) { + case 1: + return Ee(He.singleDigitSigned, n); + case 2: + return Ee(He.twoDigitsSigned, n); + case 3: + return Ee(He.threeDigitsSigned, n); + case 4: + return Ee(He.fourDigitsSigned, n); + default: + return Ee(new RegExp("^-?\\d{1," + t + "}"), n); + } +} +function sn(t) { + switch (t) { + case "morning": + return 4; + case "evening": + return 17; + case "pm": + case "noon": + case "afternoon": + return 12; + case "am": + case "midnight": + case "night": + default: + return 0; + } +} +function cr(t, n) { + var a = n > 0, + e = a ? n : 1 - n, + r; + if (e <= 50) r = t || 100; + else { + var i = e + 50, + o = Math.floor(i / 100) * 100, + l = t >= i % 100; + r = t + o - (l ? 100 : 0); + } + return a ? r : 1 - r; +} +function dr(t) { + return t % 400 === 0 || (t % 4 === 0 && t % 100 !== 0); +} +var hi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 130), + ee(re(e), "incompatibleTokens", [ + "Y", + "R", + "u", + "w", + "I", + "i", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + var l = function (u) { + return { year: u, isTwoDigitYear: i === "yy" }; + }; + switch (i) { + case "y": + return je(Be(4, r), l); + case "yo": + return je(o.ordinalNumber(r, { unit: "year" }), l); + default: + return je(Be(i.length, r), l); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i.isTwoDigitYear || i.year > 0; + }, + }, + { + key: "set", + value: function (r, i, o) { + var l = r.getUTCFullYear(); + if (o.isTwoDigitYear) { + var d = cr(o.year, l); + return r.setUTCFullYear(d, 0, 1), r.setUTCHours(0, 0, 0, 0), r; + } + var u = !("era" in i) || i.era === 1 ? o.year : 1 - o.year; + return r.setUTCFullYear(u, 0, 1), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + yi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 130), + ee(re(e), "incompatibleTokens", [ + "y", + "R", + "u", + "Q", + "q", + "M", + "L", + "I", + "d", + "D", + "i", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + var l = function (u) { + return { year: u, isTwoDigitYear: i === "YY" }; + }; + switch (i) { + case "Y": + return je(Be(4, r), l); + case "Yo": + return je(o.ordinalNumber(r, { unit: "year" }), l); + default: + return je(Be(i.length, r), l); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i.isTwoDigitYear || i.year > 0; + }, + }, + { + key: "set", + value: function (r, i, o, l) { + var d = un(r, l); + if (o.isTwoDigitYear) { + var u = cr(o.year, d); + return ( + r.setUTCFullYear(u, 0, l.firstWeekContainsDate), + r.setUTCHours(0, 0, 0, 0), + jt(r, l) + ); + } + var y = !("era" in i) || i.era === 1 ? o.year : 1 - o.year; + return ( + r.setUTCFullYear(y, 0, l.firstWeekContainsDate), + r.setUTCHours(0, 0, 0, 0), + jt(r, l) + ); + }, + }, + ]), + a + ); + })(Se), + gi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 130), + ee(re(e), "incompatibleTokens", [ + "G", + "y", + "Y", + "u", + "Q", + "q", + "M", + "L", + "w", + "d", + "D", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i) { + return xa(i === "R" ? 4 : i.length, r); + }, + }, + { + key: "set", + value: function (r, i, o) { + var l = new Date(0); + return l.setUTCFullYear(o, 0, 4), l.setUTCHours(0, 0, 0, 0), Jt(l); + }, + }, + ]), + a + ); + })(Se), + wi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 130), + ee(re(e), "incompatibleTokens", [ + "G", + "y", + "Y", + "R", + "w", + "I", + "i", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i) { + return xa(i === "u" ? 4 : i.length, r); + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCFullYear(o, 0, 1), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + bi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 120), + ee(re(e), "incompatibleTokens", [ + "Y", + "R", + "q", + "M", + "L", + "w", + "I", + "d", + "D", + "i", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "Q": + case "QQ": + return Be(i.length, r); + case "Qo": + return o.ordinalNumber(r, { unit: "quarter" }); + case "QQQ": + return ( + o.quarter(r, { + width: "abbreviated", + context: "formatting", + }) || o.quarter(r, { width: "narrow", context: "formatting" }) + ); + case "QQQQQ": + return o.quarter(r, { width: "narrow", context: "formatting" }); + case "QQQQ": + default: + return ( + o.quarter(r, { width: "wide", context: "formatting" }) || + o.quarter(r, { + width: "abbreviated", + context: "formatting", + }) || + o.quarter(r, { width: "narrow", context: "formatting" }) + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 1 && i <= 4; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCMonth((o - 1) * 3, 1), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + _i = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 120), + ee(re(e), "incompatibleTokens", [ + "Y", + "R", + "Q", + "M", + "L", + "w", + "I", + "d", + "D", + "i", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "q": + case "qq": + return Be(i.length, r); + case "qo": + return o.ordinalNumber(r, { unit: "quarter" }); + case "qqq": + return ( + o.quarter(r, { + width: "abbreviated", + context: "standalone", + }) || o.quarter(r, { width: "narrow", context: "standalone" }) + ); + case "qqqqq": + return o.quarter(r, { width: "narrow", context: "standalone" }); + case "qqqq": + default: + return ( + o.quarter(r, { width: "wide", context: "standalone" }) || + o.quarter(r, { + width: "abbreviated", + context: "standalone", + }) || + o.quarter(r, { width: "narrow", context: "standalone" }) + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 1 && i <= 4; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCMonth((o - 1) * 3, 1), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + ki = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "incompatibleTokens", [ + "Y", + "R", + "q", + "Q", + "L", + "w", + "I", + "D", + "i", + "e", + "c", + "t", + "T", + ]), + ee(re(e), "priority", 110), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + var l = function (u) { + return u - 1; + }; + switch (i) { + case "M": + return je(Ee(He.month, r), l); + case "MM": + return je(Be(2, r), l); + case "Mo": + return je(o.ordinalNumber(r, { unit: "month" }), l); + case "MMM": + return ( + o.month(r, { width: "abbreviated", context: "formatting" }) || + o.month(r, { width: "narrow", context: "formatting" }) + ); + case "MMMMM": + return o.month(r, { width: "narrow", context: "formatting" }); + case "MMMM": + default: + return ( + o.month(r, { width: "wide", context: "formatting" }) || + o.month(r, { width: "abbreviated", context: "formatting" }) || + o.month(r, { width: "narrow", context: "formatting" }) + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 11; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCMonth(o, 1), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Ti = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 110), + ee(re(e), "incompatibleTokens", [ + "Y", + "R", + "q", + "Q", + "M", + "w", + "I", + "D", + "i", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + var l = function (u) { + return u - 1; + }; + switch (i) { + case "L": + return je(Ee(He.month, r), l); + case "LL": + return je(Be(2, r), l); + case "Lo": + return je(o.ordinalNumber(r, { unit: "month" }), l); + case "LLL": + return ( + o.month(r, { width: "abbreviated", context: "standalone" }) || + o.month(r, { width: "narrow", context: "standalone" }) + ); + case "LLLLL": + return o.month(r, { width: "narrow", context: "standalone" }); + case "LLLL": + default: + return ( + o.month(r, { width: "wide", context: "standalone" }) || + o.month(r, { width: "abbreviated", context: "standalone" }) || + o.month(r, { width: "narrow", context: "standalone" }) + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 11; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCMonth(o, 1), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se); +function Di(t, n, a) { + le(2, arguments); + var e = ve(t), + r = fe(n), + i = ar(e, a) - r; + return e.setUTCDate(e.getUTCDate() - i * 7), e; +} +var xi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 100), + ee(re(e), "incompatibleTokens", [ + "y", + "R", + "u", + "q", + "Q", + "M", + "L", + "I", + "d", + "D", + "i", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "w": + return Ee(He.week, r); + case "wo": + return o.ordinalNumber(r, { unit: "week" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 1 && i <= 53; + }, + }, + { + key: "set", + value: function (r, i, o, l) { + return jt(Di(r, o, l), l); + }, + }, + ]), + a + ); +})(Se); +function Mi(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n), + r = tr(a) - e; + return a.setUTCDate(a.getUTCDate() - r * 7), a; +} +var Ci = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 100), + ee(re(e), "incompatibleTokens", [ + "y", + "Y", + "u", + "q", + "Q", + "M", + "L", + "w", + "d", + "D", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "I": + return Ee(He.week, r); + case "Io": + return o.ordinalNumber(r, { unit: "week" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 1 && i <= 53; + }, + }, + { + key: "set", + value: function (r, i, o) { + return Jt(Mi(r, o)); + }, + }, + ]), + a + ); + })(Se), + Pi = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], + Si = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], + Oi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 90), + ee(re(e), "subPriority", 1), + ee(re(e), "incompatibleTokens", [ + "Y", + "R", + "q", + "Q", + "w", + "I", + "D", + "i", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "d": + return Ee(He.date, r); + case "do": + return o.ordinalNumber(r, { unit: "date" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + var o = r.getUTCFullYear(), + l = dr(o), + d = r.getUTCMonth(); + return l ? i >= 1 && i <= Si[d] : i >= 1 && i <= Pi[d]; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCDate(o), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Ni = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 90), + ee(re(e), "subpriority", 1), + ee(re(e), "incompatibleTokens", [ + "Y", + "R", + "q", + "Q", + "M", + "L", + "w", + "I", + "d", + "E", + "i", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "D": + case "DD": + return Ee(He.dayOfYear, r); + case "Do": + return o.ordinalNumber(r, { unit: "date" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + var o = r.getUTCFullYear(), + l = dr(o); + return l ? i >= 1 && i <= 366 : i >= 1 && i <= 365; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCMonth(0, o), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se); +function cn(t, n, a) { + var e, r, i, o, l, d, u, y; + le(2, arguments); + var m = kt(), + c = fe( + (e = + (r = + (i = + (o = a == null ? void 0 : a.weekStartsOn) !== null && o !== void 0 + ? o + : a == null || + (l = a.locale) === null || + l === void 0 || + (d = l.options) === null || + d === void 0 + ? void 0 + : d.weekStartsOn) !== null && i !== void 0 + ? i + : m.weekStartsOn) !== null && r !== void 0 + ? r + : (u = m.locale) === null || + u === void 0 || + (y = u.options) === null || + y === void 0 + ? void 0 + : y.weekStartsOn) !== null && e !== void 0 + ? e + : 0, + ); + if (!(c >= 0 && c <= 6)) + throw new RangeError("weekStartsOn must be between 0 and 6 inclusively"); + var p = ve(t), + $ = fe(n), + A = p.getUTCDay(), + N = $ % 7, + X = (N + 7) % 7, + k = (X < c ? 7 : 0) + $ - A; + return p.setUTCDate(p.getUTCDate() + k), p; +} +var Ai = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 90), + ee(re(e), "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "E": + case "EE": + case "EEE": + return ( + o.day(r, { width: "abbreviated", context: "formatting" }) || + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }) + ); + case "EEEEE": + return o.day(r, { width: "narrow", context: "formatting" }); + case "EEEEEE": + return ( + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }) + ); + case "EEEE": + default: + return ( + o.day(r, { width: "wide", context: "formatting" }) || + o.day(r, { width: "abbreviated", context: "formatting" }) || + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }) + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 6; + }, + }, + { + key: "set", + value: function (r, i, o, l) { + return (r = cn(r, o, l)), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + $i = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 90), + ee(re(e), "incompatibleTokens", [ + "y", + "R", + "u", + "q", + "Q", + "M", + "L", + "I", + "d", + "D", + "E", + "i", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o, l) { + var d = function (y) { + var m = Math.floor((y - 1) / 7) * 7; + return ((y + l.weekStartsOn + 6) % 7) + m; + }; + switch (i) { + case "e": + case "ee": + return je(Be(i.length, r), d); + case "eo": + return je(o.ordinalNumber(r, { unit: "day" }), d); + case "eee": + return ( + o.day(r, { width: "abbreviated", context: "formatting" }) || + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }) + ); + case "eeeee": + return o.day(r, { width: "narrow", context: "formatting" }); + case "eeeeee": + return ( + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }) + ); + case "eeee": + default: + return ( + o.day(r, { width: "wide", context: "formatting" }) || + o.day(r, { width: "abbreviated", context: "formatting" }) || + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }) + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 6; + }, + }, + { + key: "set", + value: function (r, i, o, l) { + return (r = cn(r, o, l)), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Ii = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 90), + ee(re(e), "incompatibleTokens", [ + "y", + "R", + "u", + "q", + "Q", + "M", + "L", + "I", + "d", + "D", + "E", + "i", + "e", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o, l) { + var d = function (y) { + var m = Math.floor((y - 1) / 7) * 7; + return ((y + l.weekStartsOn + 6) % 7) + m; + }; + switch (i) { + case "c": + case "cc": + return je(Be(i.length, r), d); + case "co": + return je(o.ordinalNumber(r, { unit: "day" }), d); + case "ccc": + return ( + o.day(r, { width: "abbreviated", context: "standalone" }) || + o.day(r, { width: "short", context: "standalone" }) || + o.day(r, { width: "narrow", context: "standalone" }) + ); + case "ccccc": + return o.day(r, { width: "narrow", context: "standalone" }); + case "cccccc": + return ( + o.day(r, { width: "short", context: "standalone" }) || + o.day(r, { width: "narrow", context: "standalone" }) + ); + case "cccc": + default: + return ( + o.day(r, { width: "wide", context: "standalone" }) || + o.day(r, { width: "abbreviated", context: "standalone" }) || + o.day(r, { width: "short", context: "standalone" }) || + o.day(r, { width: "narrow", context: "standalone" }) + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 6; + }, + }, + { + key: "set", + value: function (r, i, o, l) { + return (r = cn(r, o, l)), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se); +function Ei(t, n) { + le(2, arguments); + var a = fe(n); + a % 7 === 0 && (a = a - 7); + var e = 1, + r = ve(t), + i = r.getUTCDay(), + o = a % 7, + l = (o + 7) % 7, + d = (l < e ? 7 : 0) + a - i; + return r.setUTCDate(r.getUTCDate() + d), r; +} +var Yi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 90), + ee(re(e), "incompatibleTokens", [ + "y", + "Y", + "u", + "q", + "Q", + "M", + "L", + "w", + "d", + "D", + "E", + "e", + "c", + "t", + "T", + ]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + var l = function (u) { + return u === 0 ? 7 : u; + }; + switch (i) { + case "i": + case "ii": + return Be(i.length, r); + case "io": + return o.ordinalNumber(r, { unit: "day" }); + case "iii": + return je( + o.day(r, { width: "abbreviated", context: "formatting" }) || + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }), + l, + ); + case "iiiii": + return je( + o.day(r, { width: "narrow", context: "formatting" }), + l, + ); + case "iiiiii": + return je( + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }), + l, + ); + case "iiii": + default: + return je( + o.day(r, { width: "wide", context: "formatting" }) || + o.day(r, { width: "abbreviated", context: "formatting" }) || + o.day(r, { width: "short", context: "formatting" }) || + o.day(r, { width: "narrow", context: "formatting" }), + l, + ); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 1 && i <= 7; + }, + }, + { + key: "set", + value: function (r, i, o) { + return (r = Ei(r, o)), r.setUTCHours(0, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Ui = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 80), + ee(re(e), "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "a": + case "aa": + case "aaa": + return ( + o.dayPeriod(r, { + width: "abbreviated", + context: "formatting", + }) || + o.dayPeriod(r, { width: "narrow", context: "formatting" }) + ); + case "aaaaa": + return o.dayPeriod(r, { + width: "narrow", + context: "formatting", + }); + case "aaaa": + default: + return ( + o.dayPeriod(r, { width: "wide", context: "formatting" }) || + o.dayPeriod(r, { + width: "abbreviated", + context: "formatting", + }) || + o.dayPeriod(r, { width: "narrow", context: "formatting" }) + ); + } + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCHours(sn(o), 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Li = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 80), + ee(re(e), "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "b": + case "bb": + case "bbb": + return ( + o.dayPeriod(r, { + width: "abbreviated", + context: "formatting", + }) || + o.dayPeriod(r, { width: "narrow", context: "formatting" }) + ); + case "bbbbb": + return o.dayPeriod(r, { + width: "narrow", + context: "formatting", + }); + case "bbbb": + default: + return ( + o.dayPeriod(r, { width: "wide", context: "formatting" }) || + o.dayPeriod(r, { + width: "abbreviated", + context: "formatting", + }) || + o.dayPeriod(r, { width: "narrow", context: "formatting" }) + ); + } + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCHours(sn(o), 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Ri = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 80), + ee(re(e), "incompatibleTokens", ["a", "b", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "B": + case "BB": + case "BBB": + return ( + o.dayPeriod(r, { + width: "abbreviated", + context: "formatting", + }) || + o.dayPeriod(r, { width: "narrow", context: "formatting" }) + ); + case "BBBBB": + return o.dayPeriod(r, { + width: "narrow", + context: "formatting", + }); + case "BBBB": + default: + return ( + o.dayPeriod(r, { width: "wide", context: "formatting" }) || + o.dayPeriod(r, { + width: "abbreviated", + context: "formatting", + }) || + o.dayPeriod(r, { width: "narrow", context: "formatting" }) + ); + } + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCHours(sn(o), 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Fi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 70), + ee(re(e), "incompatibleTokens", ["H", "K", "k", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "h": + return Ee(He.hour12h, r); + case "ho": + return o.ordinalNumber(r, { unit: "hour" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 1 && i <= 12; + }, + }, + { + key: "set", + value: function (r, i, o) { + var l = r.getUTCHours() >= 12; + return ( + l && o < 12 + ? r.setUTCHours(o + 12, 0, 0, 0) + : !l && o === 12 + ? r.setUTCHours(0, 0, 0, 0) + : r.setUTCHours(o, 0, 0, 0), + r + ); + }, + }, + ]), + a + ); + })(Se), + Vi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 70), + ee(re(e), "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "H": + return Ee(He.hour23h, r); + case "Ho": + return o.ordinalNumber(r, { unit: "hour" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 23; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCHours(o, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Bi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 70), + ee(re(e), "incompatibleTokens", ["h", "H", "k", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "K": + return Ee(He.hour11h, r); + case "Ko": + return o.ordinalNumber(r, { unit: "hour" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 11; + }, + }, + { + key: "set", + value: function (r, i, o) { + var l = r.getUTCHours() >= 12; + return ( + l && o < 12 + ? r.setUTCHours(o + 12, 0, 0, 0) + : r.setUTCHours(o, 0, 0, 0), + r + ); + }, + }, + ]), + a + ); + })(Se), + Wi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 70), + ee(re(e), "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "k": + return Ee(He.hour24h, r); + case "ko": + return o.ordinalNumber(r, { unit: "hour" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 1 && i <= 24; + }, + }, + { + key: "set", + value: function (r, i, o) { + var l = o <= 24 ? o % 24 : o; + return r.setUTCHours(l, 0, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + Hi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 60), + ee(re(e), "incompatibleTokens", ["t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "m": + return Ee(He.minute, r); + case "mo": + return o.ordinalNumber(r, { unit: "minute" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 59; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCMinutes(o, 0, 0), r; + }, + }, + ]), + a + ); + })(Se), + ji = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 50), + ee(re(e), "incompatibleTokens", ["t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i, o) { + switch (i) { + case "s": + return Ee(He.second, r); + case "so": + return o.ordinalNumber(r, { unit: "second" }); + default: + return Be(i.length, r); + } + }, + }, + { + key: "validate", + value: function (r, i) { + return i >= 0 && i <= 59; + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCSeconds(o, 0), r; + }, + }, + ]), + a + ); + })(Se), + qi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 30), + ee(re(e), "incompatibleTokens", ["t", "T"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i) { + var o = function (d) { + return Math.floor(d * Math.pow(10, -i.length + 3)); + }; + return je(Be(i.length, r), o); + }, + }, + { + key: "set", + value: function (r, i, o) { + return r.setUTCMilliseconds(o), r; + }, + }, + ]), + a + ); + })(Se), + Qi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 10), + ee(re(e), "incompatibleTokens", ["t", "T", "x"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i) { + switch (i) { + case "X": + return wt(gt.basicOptionalMinutes, r); + case "XX": + return wt(gt.basic, r); + case "XXXX": + return wt(gt.basicOptionalSeconds, r); + case "XXXXX": + return wt(gt.extendedOptionalSeconds, r); + case "XXX": + default: + return wt(gt.extended, r); + } + }, + }, + { + key: "set", + value: function (r, i, o) { + return i.timestampIsSet ? r : new Date(r.getTime() - o); + }, + }, + ]), + a + ); + })(Se), + Gi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 10), + ee(re(e), "incompatibleTokens", ["t", "T", "X"]), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r, i) { + switch (i) { + case "x": + return wt(gt.basicOptionalMinutes, r); + case "xx": + return wt(gt.basic, r); + case "xxxx": + return wt(gt.basicOptionalSeconds, r); + case "xxxxx": + return wt(gt.extendedOptionalSeconds, r); + case "xxx": + default: + return wt(gt.extended, r); + } + }, + }, + { + key: "set", + value: function (r, i, o) { + return i.timestampIsSet ? r : new Date(r.getTime() - o); + }, + }, + ]), + a + ); + })(Se), + Xi = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 40), + ee(re(e), "incompatibleTokens", "*"), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r) { + return sr(r); + }, + }, + { + key: "set", + value: function (r, i, o) { + return [new Date(o * 1e3), { timestampIsSet: !0 }]; + }, + }, + ]), + a + ); + })(Se), + Ji = (function (t) { + xe(a, t); + var n = Me(a); + function a() { + var e; + ke(this, a); + for (var r = arguments.length, i = new Array(r), o = 0; o < r; o++) + i[o] = arguments[o]; + return ( + (e = n.call.apply(n, [this].concat(i))), + ee(re(e), "priority", 20), + ee(re(e), "incompatibleTokens", "*"), + e + ); + } + return ( + Te(a, [ + { + key: "parse", + value: function (r) { + return sr(r); + }, + }, + { + key: "set", + value: function (r, i, o) { + return [new Date(o), { timestampIsSet: !0 }]; + }, + }, + ]), + a + ); + })(Se), + Ki = { + G: new mi(), + y: new hi(), + Y: new yi(), + R: new gi(), + u: new wi(), + Q: new bi(), + q: new _i(), + M: new ki(), + L: new Ti(), + w: new xi(), + I: new Ci(), + d: new Oi(), + D: new Ni(), + E: new Ai(), + e: new $i(), + c: new Ii(), + i: new Yi(), + a: new Ui(), + b: new Li(), + B: new Ri(), + h: new Fi(), + H: new Vi(), + K: new Bi(), + k: new Wi(), + m: new Hi(), + s: new ji(), + S: new qi(), + X: new Qi(), + x: new Gi(), + t: new Xi(), + T: new Ji(), + }, + zi = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, + Zi = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, + el = /^'([^]*?)'?$/, + tl = /''/g, + al = /\S/, + nl = /[a-zA-Z]/; +function Ja(t, n, a, e) { + var r, i, o, l, d, u, y, m, c, p, $, A, N, X, k, _, S, w; + le(3, arguments); + var O = String(t), + Y = String(n), + U = kt(), + L = + (r = + (i = e == null ? void 0 : e.locale) !== null && i !== void 0 + ? i + : U.locale) !== null && r !== void 0 + ? r + : ir; + if (!L.match) throw new RangeError("locale must contain match property"); + var H = fe( + (o = + (l = + (d = + (u = e == null ? void 0 : e.firstWeekContainsDate) !== null && + u !== void 0 + ? u + : e == null || + (y = e.locale) === null || + y === void 0 || + (m = y.options) === null || + m === void 0 + ? void 0 + : m.firstWeekContainsDate) !== null && d !== void 0 + ? d + : U.firstWeekContainsDate) !== null && l !== void 0 + ? l + : (c = U.locale) === null || + c === void 0 || + (p = c.options) === null || + p === void 0 + ? void 0 + : p.firstWeekContainsDate) !== null && o !== void 0 + ? o + : 1, + ); + if (!(H >= 1 && H <= 7)) + throw new RangeError( + "firstWeekContainsDate must be between 1 and 7 inclusively", + ); + var v = fe( + ($ = + (A = + (N = + (X = e == null ? void 0 : e.weekStartsOn) !== null && X !== void 0 + ? X + : e == null || + (k = e.locale) === null || + k === void 0 || + (_ = k.options) === null || + _ === void 0 + ? void 0 + : _.weekStartsOn) !== null && N !== void 0 + ? N + : U.weekStartsOn) !== null && A !== void 0 + ? A + : (S = U.locale) === null || + S === void 0 || + (w = S.options) === null || + w === void 0 + ? void 0 + : w.weekStartsOn) !== null && $ !== void 0 + ? $ + : 0, + ); + if (!(v >= 0 && v <= 6)) + throw new RangeError("weekStartsOn must be between 0 and 6 inclusively"); + if (Y === "") return O === "" ? ve(a) : new Date(NaN); + var g = { firstWeekContainsDate: H, weekStartsOn: v, locale: L }, + P = [new pi()], + F = Y.match(Zi) + .map(function (oe) { + var ae = oe[0]; + if (ae in Ga) { + var ye = Ga[ae]; + return ye(oe, L.formatLong); + } + return oe; + }) + .join("") + .match(zi), + D = [], + M = Cn(F), + C; + try { + var x = function () { + var ae = C.value; + !(e != null && e.useAdditionalWeekYearTokens) && or(ae) && Ta(ae, Y, t), + !(e != null && e.useAdditionalDayOfYearTokens) && + rr(ae) && + Ta(ae, Y, t); + var ye = ae[0], + be = Ki[ye]; + if (be) { + var de = be.incompatibleTokens; + if (Array.isArray(de)) { + var We = D.find(function (qe) { + return de.includes(qe.token) || qe.token === ye; + }); + if (We) + throw new RangeError( + "The format string mustn't contain `" + .concat(We.fullToken, "` and `") + .concat(ae, "` at the same time"), + ); + } else if (be.incompatibleTokens === "*" && D.length > 0) + throw new RangeError( + "The format string mustn't contain `".concat( + ae, + "` and any other token at the same time", + ), + ); + D.push({ token: ye, fullToken: ae }); + var Je = be.run(O, ae, L.match, g); + if (!Je) return { v: new Date(NaN) }; + P.push(Je.setter), (O = Je.rest); + } else { + if (ye.match(nl)) + throw new RangeError( + "Format string contains an unescaped latin alphabet character `" + + ye + + "`", + ); + if ( + (ae === "''" ? (ae = "'") : ye === "'" && (ae = rl(ae)), + O.indexOf(ae) === 0) + ) + O = O.slice(ae.length); + else return { v: new Date(NaN) }; + } + }; + for (M.s(); !(C = M.n()).done; ) { + var s = x(); + if (st(s) === "object") return s.v; + } + } catch (oe) { + M.e(oe); + } finally { + M.f(); + } + if (O.length > 0 && al.test(O)) return new Date(NaN); + var E = P.map(function (oe) { + return oe.priority; + }) + .sort(function (oe, ae) { + return ae - oe; + }) + .filter(function (oe, ae, ye) { + return ye.indexOf(oe) === ae; + }) + .map(function (oe) { + return P.filter(function (ae) { + return ae.priority === oe; + }).sort(function (ae, ye) { + return ye.subPriority - ae.subPriority; + }); + }) + .map(function (oe) { + return oe[0]; + }), + K = ve(a); + if (isNaN(K.getTime())) return new Date(NaN); + var W = Zn(K, ka(K)), + T = {}, + f = Cn(E), + h; + try { + for (f.s(); !(h = f.n()).done; ) { + var I = h.value; + if (!I.validate(W, g)) return new Date(NaN); + var z = I.set(W, T, g); + Array.isArray(z) ? ((W = z[0]), Zo(T, z[1])) : (W = z); + } + } catch (oe) { + f.e(oe); + } finally { + f.f(); + } + return W; +} +function rl(t) { + return t.match(el)[1].replace(tl, "'"); +} +function ol(t, n) { + le(2, arguments); + var a = fe(n); + return St(t, -a); +} +function il(t, n) { + var a; + le(1, arguments); + var e = fe( + (a = n == null ? void 0 : n.additionalDigits) !== null && a !== void 0 + ? a + : 2, + ); + if (e !== 2 && e !== 1 && e !== 0) + throw new RangeError("additionalDigits must be 0, 1 or 2"); + if ( + !( + typeof t == "string" || + Object.prototype.toString.call(t) === "[object String]" + ) + ) + return new Date(NaN); + var r = cl(t), + i; + if (r.date) { + var o = dl(r.date, e); + i = fl(o.restDateString, o.year); + } + if (!i || isNaN(i.getTime())) return new Date(NaN); + var l = i.getTime(), + d = 0, + u; + if (r.time && ((d = vl(r.time)), isNaN(d))) return new Date(NaN); + if (r.timezone) { + if (((u = pl(r.timezone)), isNaN(u))) return new Date(NaN); + } else { + var y = new Date(l + d), + m = new Date(0); + return ( + m.setFullYear(y.getUTCFullYear(), y.getUTCMonth(), y.getUTCDate()), + m.setHours( + y.getUTCHours(), + y.getUTCMinutes(), + y.getUTCSeconds(), + y.getUTCMilliseconds(), + ), + m + ); + } + return new Date(l + d + u); +} +var ha = { + dateTimeDelimiter: /[T ]/, + timeZoneDelimiter: /[Z ]/i, + timezone: /([Z+-].*)$/, + }, + ll = /^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/, + ul = + /^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/, + sl = /^([+-])(\d{2})(?::?(\d{2}))?$/; +function cl(t) { + var n = {}, + a = t.split(ha.dateTimeDelimiter), + e; + if (a.length > 2) return n; + if ( + (/:/.test(a[0]) + ? (e = a[0]) + : ((n.date = a[0]), + (e = a[1]), + ha.timeZoneDelimiter.test(n.date) && + ((n.date = t.split(ha.timeZoneDelimiter)[0]), + (e = t.substr(n.date.length, t.length)))), + e) + ) { + var r = ha.timezone.exec(e); + r ? ((n.time = e.replace(r[1], "")), (n.timezone = r[1])) : (n.time = e); + } + return n; +} +function dl(t, n) { + var a = new RegExp( + "^(?:(\\d{4}|[+-]\\d{" + + (4 + n) + + "})|(\\d{2}|[+-]\\d{" + + (2 + n) + + "})$)", + ), + e = t.match(a); + if (!e) return { year: NaN, restDateString: "" }; + var r = e[1] ? parseInt(e[1]) : null, + i = e[2] ? parseInt(e[2]) : null; + return { + year: i === null ? r : i * 100, + restDateString: t.slice((e[1] || e[2]).length), + }; +} +function fl(t, n) { + if (n === null) return new Date(NaN); + var a = t.match(ll); + if (!a) return new Date(NaN); + var e = !!a[4], + r = oa(a[1]), + i = oa(a[2]) - 1, + o = oa(a[3]), + l = oa(a[4]), + d = oa(a[5]) - 1; + if (e) return wl(n, l, d) ? ml(n, l, d) : new Date(NaN); + var u = new Date(0); + return !yl(n, i, o) || !gl(n, r) + ? new Date(NaN) + : (u.setUTCFullYear(n, i, Math.max(r, o)), u); +} +function oa(t) { + return t ? parseInt(t) : 1; +} +function vl(t) { + var n = t.match(ul); + if (!n) return NaN; + var a = Ya(n[1]), + e = Ya(n[2]), + r = Ya(n[3]); + return bl(a, e, r) ? a * ln + e * on + r * 1e3 : NaN; +} +function Ya(t) { + return (t && parseFloat(t.replace(",", "."))) || 0; +} +function pl(t) { + if (t === "Z") return 0; + var n = t.match(sl); + if (!n) return 0; + var a = n[1] === "+" ? -1 : 1, + e = parseInt(n[2]), + r = (n[3] && parseInt(n[3])) || 0; + return _l(e, r) ? a * (e * ln + r * on) : NaN; +} +function ml(t, n, a) { + var e = new Date(0); + e.setUTCFullYear(t, 0, 4); + var r = e.getUTCDay() || 7, + i = (n - 1) * 7 + a + 1 - r; + return e.setUTCDate(e.getUTCDate() + i), e; +} +var hl = [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; +function fr(t) { + return t % 400 === 0 || (t % 4 === 0 && t % 100 !== 0); +} +function yl(t, n, a) { + return n >= 0 && n <= 11 && a >= 1 && a <= (hl[n] || (fr(t) ? 29 : 28)); +} +function gl(t, n) { + return n >= 1 && n <= (fr(t) ? 366 : 365); +} +function wl(t, n, a) { + return n >= 1 && n <= 53 && a >= 0 && a <= 6; +} +function bl(t, n, a) { + return t === 24 + ? n === 0 && a === 0 + : a >= 0 && a < 60 && n >= 0 && n < 60 && t >= 0 && t < 25; +} +function _l(t, n) { + return n >= 0 && n <= 59; +} +function Gt(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n), + r = a.getFullYear(), + i = a.getDate(), + o = new Date(0); + o.setFullYear(r, e, 15), o.setHours(0, 0, 0, 0); + var l = ti(o); + return a.setMonth(e, Math.min(i, l)), a; +} +function Ge(t, n) { + if ((le(2, arguments), st(n) !== "object" || n === null)) + throw new RangeError("values parameter must be an object"); + var a = ve(t); + return isNaN(a.getTime()) + ? new Date(NaN) + : (n.year != null && a.setFullYear(n.year), + n.month != null && (a = Gt(a, n.month)), + n.date != null && a.setDate(fe(n.date)), + n.hours != null && a.setHours(fe(n.hours)), + n.minutes != null && a.setMinutes(fe(n.minutes)), + n.seconds != null && a.setSeconds(fe(n.seconds)), + n.milliseconds != null && a.setMilliseconds(fe(n.milliseconds)), + a); +} +function vr(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n); + return a.setHours(e), a; +} +function dn(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n); + return a.setMilliseconds(e), a; +} +function pr(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n); + return a.setMinutes(e), a; +} +function mr(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n); + return a.setSeconds(e), a; +} +function Ot(t, n) { + le(2, arguments); + var a = ve(t), + e = fe(n); + return isNaN(a.getTime()) ? new Date(NaN) : (a.setFullYear(e), a); +} +function Xt(t, n) { + le(2, arguments); + var a = fe(n); + return bt(t, -a); +} +function kl(t, n) { + if ((le(2, arguments), !n || st(n) !== "object")) return new Date(NaN); + var a = n.years ? fe(n.years) : 0, + e = n.months ? fe(n.months) : 0, + r = n.weeks ? fe(n.weeks) : 0, + i = n.days ? fe(n.days) : 0, + o = n.hours ? fe(n.hours) : 0, + l = n.minutes ? fe(n.minutes) : 0, + d = n.seconds ? fe(n.seconds) : 0, + u = Xt(t, e + a * 12), + y = ol(u, i + r * 7), + m = l + o * 60, + c = d + m * 60, + p = c * 1e3, + $ = new Date(y.getTime() - p); + return $; +} +function Tl(t, n) { + le(2, arguments); + var a = fe(n); + return Kn(t, -a); +} +function Ca() { + return ( + R(), + Q( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 32 32", + fill: "currentColor", + "aria-hidden": "true", + class: "dp__icon", + }, + [ + J("path", { + d: "M29.333 8c0-2.208-1.792-4-4-4h-18.667c-2.208 0-4 1.792-4 4v18.667c0 2.208 1.792 4 4 4h18.667c2.208 0 4-1.792 4-4v-18.667zM26.667 8v18.667c0 0.736-0.597 1.333-1.333 1.333 0 0-18.667 0-18.667 0-0.736 0-1.333-0.597-1.333-1.333 0 0 0-18.667 0-18.667 0-0.736 0.597-1.333 1.333-1.333 0 0 18.667 0 18.667 0 0.736 0 1.333 0.597 1.333 1.333z", + }), + J("path", { + d: "M20 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z", + }), + J("path", { + d: "M9.333 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z", + }), + J("path", { + d: "M4 14.667h24c0.736 0 1.333-0.597 1.333-1.333s-0.597-1.333-1.333-1.333h-24c-0.736 0-1.333 0.597-1.333 1.333s0.597 1.333 1.333 1.333z", + }), + ], + ) + ); +} +function Dl() { + return ( + R(), + Q( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 32 32", + fill: "currentColor", + "aria-hidden": "true", + class: "dp__icon", + }, + [ + J("path", { + d: "M23.057 7.057l-16 16c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l16-16c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0z", + }), + J("path", { + d: "M7.057 8.943l16 16c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885l-16-16c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z", + }), + ], + ) + ); +} +function Sn() { + return ( + R(), + Q( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 32 32", + fill: "currentColor", + "aria-hidden": "true", + class: "dp__icon", + }, + [ + J("path", { + d: "M20.943 23.057l-7.057-7.057c0 0 7.057-7.057 7.057-7.057 0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-8 8c-0.521 0.521-0.521 1.365 0 1.885l8 8c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z", + }), + ], + ) + ); +} +function On() { + return ( + R(), + Q( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 32 32", + fill: "currentColor", + "aria-hidden": "true", + class: "dp__icon", + }, + [ + J("path", { + d: "M12.943 24.943l8-8c0.521-0.521 0.521-1.365 0-1.885l-8-8c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885l7.057 7.057c0 0-7.057 7.057-7.057 7.057-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0z", + }), + ], + ) + ); +} +function hr() { + return ( + R(), + Q( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 32 32", + fill: "currentColor", + "aria-hidden": "true", + class: "dp__icon", + }, + [ + J("path", { + d: "M16 1.333c-8.095 0-14.667 6.572-14.667 14.667s6.572 14.667 14.667 14.667c8.095 0 14.667-6.572 14.667-14.667s-6.572-14.667-14.667-14.667zM16 4c6.623 0 12 5.377 12 12s-5.377 12-12 12c-6.623 0-12-5.377-12-12s5.377-12 12-12z", + }), + J("path", { + d: "M14.667 8v8c0 0.505 0.285 0.967 0.737 1.193l5.333 2.667c0.658 0.329 1.46 0.062 1.789-0.596s0.062-1.46-0.596-1.789l-4.596-2.298c0 0 0-7.176 0-7.176 0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z", + }), + ], + ) + ); +} +function yr() { + return ( + R(), + Q( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 32 32", + fill: "currentColor", + "aria-hidden": "true", + class: "dp__icon", + }, + [ + J("path", { + d: "M24.943 19.057l-8-8c-0.521-0.521-1.365-0.521-1.885 0l-8 8c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l7.057-7.057c0 0 7.057 7.057 7.057 7.057 0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z", + }), + ], + ) + ); +} +function gr() { + return ( + R(), + Q( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 32 32", + fill: "currentColor", + "aria-hidden": "true", + class: "dp__icon", + }, + [ + J("path", { + d: "M7.057 12.943l8 8c0.521 0.521 1.365 0.521 1.885 0l8-8c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-7.057 7.057c0 0-7.057-7.057-7.057-7.057-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z", + }), + ], + ) + ); +} +const Nn = (t, n, a, e, r) => { + const i = Ja(t, n.slice(0, t.length), new Date()); + return sa(i) && zn(i) + ? e || r + ? i + : Ge(i, { + hours: +a.hours, + minutes: +(a == null ? void 0 : a.minutes), + seconds: +(a == null ? void 0 : a.seconds), + milliseconds: 0, + }) + : null; + }, + xl = (t, n, a, e, r) => { + const i = Array.isArray(a) ? a[0] : a; + if (typeof n == "string") return Nn(t, n, i, e, r); + if (Array.isArray(n)) { + let o = null; + for (const l of n) if (((o = Nn(t, l, i, e, r)), o)) break; + return o; + } + return typeof n == "function" ? n(t) : null; + }, + q = (t) => (t ? new Date(t) : new Date()), + Ml = (t, n, a) => { + if (n) { + const r = (t.getMonth() + 1).toString().padStart(2, "0"), + i = t.getDate().toString().padStart(2, "0"), + o = t.getHours().toString().padStart(2, "0"), + l = t.getMinutes().toString().padStart(2, "0"), + d = a ? t.getSeconds().toString().padStart(2, "0") : "00"; + return `${t.getFullYear()}-${r}-${i}T${o}:${l}:${d}.000Z`; + } + const e = Date.UTC( + t.getUTCFullYear(), + t.getUTCMonth(), + t.getUTCDate(), + t.getUTCHours(), + t.getUTCMinutes(), + t.getUTCSeconds(), + ); + return new Date(e).toISOString(); + }, + ut = (t) => { + let n = q(JSON.parse(JSON.stringify(t))); + return (n = vr(n, 0)), (n = pr(n, 0)), (n = mr(n, 0)), (n = dn(n, 0)), n; + }, + lt = (t, n, a, e) => { + let r = t ? q(t) : q(); + return ( + (n || n === 0) && (r = vr(r, +n)), + (a || a === 0) && (r = pr(r, +a)), + (e || e === 0) && (r = mr(r, +e)), + dn(r, 0) + ); + }, + Ze = (t, n) => (!t || !n ? !1 : va(ut(t), ut(n))), + Ne = (t, n) => (!t || !n ? !1 : Vt(ut(t), ut(n))), + at = (t, n) => (!t || !n ? !1 : fa(ut(t), ut(n))), + wr = (t, n, a) => + t && t[0] && t[1] + ? at(a, t[0]) && Ze(a, t[1]) + : t && t[0] && n + ? (at(a, t[0]) && Ze(a, n)) || (Ze(a, t[0]) && at(a, n)) + : !1, + ia = (t) => { + const n = Ge(new Date(t), { date: 1 }); + return ut(n); + }, + Ua = (t, n, a) => + n && (a || a === 0) + ? Object.fromEntries( + ["hours", "minutes", "seconds"].map((e) => + e === n ? [e, a] : [e, isNaN(+t[e]) ? void 0 : +t[e]], + ), + ) + : { + hours: isNaN(+t.hours) ? void 0 : +t.hours, + minutes: isNaN(+t.minutes) ? void 0 : +t.minutes, + seconds: isNaN(+t.seconds) ? void 0 : +t.seconds, + }, + ya = (t) => ({ hours: Ct(t), minutes: Pt(t), seconds: Kt(t) }), + la = zt({ menuFocused: !1, shiftKeyInMenu: !1 }), + br = () => { + const t = (a) => { + la.menuFocused = a; + }, + n = (a) => { + la.shiftKeyInMenu !== a && (la.shiftKeyInMenu = a); + }; + return { + control: Z(() => ({ + shiftKeyInMenu: la.shiftKeyInMenu, + menuFocused: la.menuFocused, + })), + setMenuFocused: t, + setShiftKey: n, + }; + }; +function fn(t) { + return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") + ? t.default + : t; +} +var _r = { exports: {} }; +(function (t) { + function n(a) { + return a && a.__esModule ? a : { default: a }; + } + (t.exports = n), (t.exports.__esModule = !0), (t.exports.default = t.exports); +})(_r); +var Cl = _r.exports, + Ka = { exports: {} }; +(function (t, n) { + Object.defineProperty(n, "__esModule", { value: !0 }), (n.default = a); + function a(e) { + if (e === null || e === !0 || e === !1) return NaN; + var r = Number(e); + return isNaN(r) ? r : r < 0 ? Math.ceil(r) : Math.floor(r); + } + t.exports = n.default; +})(Ka, Ka.exports); +var Pl = Ka.exports; +const Sl = fn(Pl); +var za = { exports: {} }; +(function (t, n) { + Object.defineProperty(n, "__esModule", { value: !0 }), (n.default = a); + function a(e) { + var r = new Date( + Date.UTC( + e.getFullYear(), + e.getMonth(), + e.getDate(), + e.getHours(), + e.getMinutes(), + e.getSeconds(), + e.getMilliseconds(), + ), + ); + return r.setUTCFullYear(e.getFullYear()), e.getTime() - r.getTime(); + } + t.exports = n.default; +})(za, za.exports); +var Ol = za.exports; +const An = fn(Ol); +function Nl(t, n) { + var a = El(n); + return a.formatToParts ? $l(a, t) : Il(a, t); +} +var Al = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }; +function $l(t, n) { + try { + for (var a = t.formatToParts(n), e = [], r = 0; r < a.length; r++) { + var i = Al[a[r].type]; + i >= 0 && (e[i] = parseInt(a[r].value, 10)); + } + return e; + } catch (o) { + if (o instanceof RangeError) return [NaN]; + throw o; + } +} +function Il(t, n) { + var a = t.format(n).replace(/\u200E/g, ""), + e = /(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(a); + return [e[3], e[1], e[2], e[4], e[5], e[6]]; +} +var La = {}; +function El(t) { + if (!La[t]) { + var n = new Intl.DateTimeFormat("en-US", { + hour12: !1, + timeZone: "America/New_York", + year: "numeric", + month: "numeric", + day: "2-digit", + hour: "2-digit", + minute: "2-digit", + second: "2-digit", + }).format(new Date("2014-06-25T04:00:00.123Z")), + a = + n === "06/25/2014, 00:00:00" || n === "‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00"; + La[t] = a + ? new Intl.DateTimeFormat("en-US", { + hour12: !1, + timeZone: t, + year: "numeric", + month: "numeric", + day: "2-digit", + hour: "2-digit", + minute: "2-digit", + second: "2-digit", + }) + : new Intl.DateTimeFormat("en-US", { + hourCycle: "h23", + timeZone: t, + year: "numeric", + month: "numeric", + day: "2-digit", + hour: "2-digit", + minute: "2-digit", + second: "2-digit", + }); + } + return La[t]; +} +function vn(t, n, a, e, r, i, o) { + var l = new Date(0); + return l.setUTCFullYear(t, n, a), l.setUTCHours(e, r, i, o), l; +} +var $n = 36e5, + Yl = 6e4, + Ra = { + timezone: /([Z+-].*)$/, + timezoneZ: /^(Z)$/, + timezoneHH: /^([+-]\d{2})$/, + timezoneHHMM: /^([+-]\d{2}):?(\d{2})$/, + }; +function pn(t, n, a) { + var e, r; + if (!t || ((e = Ra.timezoneZ.exec(t)), e)) return 0; + var i; + if (((e = Ra.timezoneHH.exec(t)), e)) + return (i = parseInt(e[1], 10)), In(i) ? -(i * $n) : NaN; + if (((e = Ra.timezoneHHMM.exec(t)), e)) { + i = parseInt(e[1], 10); + var o = parseInt(e[2], 10); + return In(i, o) ? ((r = Math.abs(i) * $n + o * Yl), i > 0 ? -r : r) : NaN; + } + if (Rl(t)) { + n = new Date(n || Date.now()); + var l = a ? n : Ul(n), + d = Za(l, t), + u = a ? d : Ll(n, d, t); + return -u; + } + return NaN; +} +function Ul(t) { + return vn( + t.getFullYear(), + t.getMonth(), + t.getDate(), + t.getHours(), + t.getMinutes(), + t.getSeconds(), + t.getMilliseconds(), + ); +} +function Za(t, n) { + var a = Nl(t, n), + e = vn(a[0], a[1] - 1, a[2], a[3] % 24, a[4], a[5], 0).getTime(), + r = t.getTime(), + i = r % 1e3; + return (r -= i >= 0 ? i : 1e3 + i), e - r; +} +function Ll(t, n, a) { + var e = t.getTime(), + r = e - n, + i = Za(new Date(r), a); + if (n === i) return n; + r -= i - n; + var o = Za(new Date(r), a); + return i === o ? i : Math.max(i, o); +} +function In(t, n) { + return -23 <= t && t <= 23 && (n == null || (0 <= n && n <= 59)); +} +var En = {}; +function Rl(t) { + if (En[t]) return !0; + try { + return new Intl.DateTimeFormat(void 0, { timeZone: t }), (En[t] = !0), !0; + } catch { + return !1; + } +} +var Fl = + /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/; +const kr = Fl; +var Fa = 36e5, + Yn = 6e4, + Vl = 2, + tt = { + dateTimePattern: /^([0-9W+-]+)(T| )(.*)/, + datePattern: /^([0-9W+-]+)(.*)/, + plainTime: /:/, + YY: /^(\d{2})$/, + YYY: [/^([+-]\d{2})$/, /^([+-]\d{3})$/, /^([+-]\d{4})$/], + YYYY: /^(\d{4})/, + YYYYY: [/^([+-]\d{4})/, /^([+-]\d{5})/, /^([+-]\d{6})/], + MM: /^-(\d{2})$/, + DDD: /^-?(\d{3})$/, + MMDD: /^-?(\d{2})-?(\d{2})$/, + Www: /^-?W(\d{2})$/, + WwwD: /^-?W(\d{2})-?(\d{1})$/, + HH: /^(\d{2}([.,]\d*)?)$/, + HHMM: /^(\d{2}):?(\d{2}([.,]\d*)?)$/, + HHMMSS: /^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/, + timeZone: kr, + }; +function en(t, n) { + if (arguments.length < 1) + throw new TypeError( + "1 argument required, but only " + arguments.length + " present", + ); + if (t === null) return new Date(NaN); + var a = n || {}, + e = a.additionalDigits == null ? Vl : Sl(a.additionalDigits); + if (e !== 2 && e !== 1 && e !== 0) + throw new RangeError("additionalDigits must be 0, 1 or 2"); + if ( + t instanceof Date || + (typeof t == "object" && + Object.prototype.toString.call(t) === "[object Date]") + ) + return new Date(t.getTime()); + if ( + typeof t == "number" || + Object.prototype.toString.call(t) === "[object Number]" + ) + return new Date(t); + if ( + !( + typeof t == "string" || + Object.prototype.toString.call(t) === "[object String]" + ) + ) + return new Date(NaN); + var r = Bl(t), + i = Wl(r.date, e), + o = i.year, + l = i.restDateString, + d = Hl(l, o); + if (isNaN(d)) return new Date(NaN); + if (d) { + var u = d.getTime(), + y = 0, + m; + if (r.time && ((y = jl(r.time)), isNaN(y))) return new Date(NaN); + if (r.timeZone || a.timeZone) { + if (((m = pn(r.timeZone || a.timeZone, new Date(u + y))), isNaN(m))) + return new Date(NaN); + } else (m = An(new Date(u + y))), (m = An(new Date(u + y + m))); + return new Date(u + y + m); + } else return new Date(NaN); +} +function Bl(t) { + var n = {}, + a = tt.dateTimePattern.exec(t), + e; + if ( + (a + ? ((n.date = a[1]), (e = a[3])) + : ((a = tt.datePattern.exec(t)), + a ? ((n.date = a[1]), (e = a[2])) : ((n.date = null), (e = t))), + e) + ) { + var r = tt.timeZone.exec(e); + r + ? ((n.time = e.replace(r[1], "")), (n.timeZone = r[1].trim())) + : (n.time = e); + } + return n; +} +function Wl(t, n) { + var a = tt.YYY[n], + e = tt.YYYYY[n], + r; + if (((r = tt.YYYY.exec(t) || e.exec(t)), r)) { + var i = r[1]; + return { year: parseInt(i, 10), restDateString: t.slice(i.length) }; + } + if (((r = tt.YY.exec(t) || a.exec(t)), r)) { + var o = r[1]; + return { year: parseInt(o, 10) * 100, restDateString: t.slice(o.length) }; + } + return { year: null }; +} +function Hl(t, n) { + if (n === null) return null; + var a, e, r, i; + if (t.length === 0) return (e = new Date(0)), e.setUTCFullYear(n), e; + if (((a = tt.MM.exec(t)), a)) + return ( + (e = new Date(0)), + (r = parseInt(a[1], 10) - 1), + Ln(n, r) ? (e.setUTCFullYear(n, r), e) : new Date(NaN) + ); + if (((a = tt.DDD.exec(t)), a)) { + e = new Date(0); + var o = parseInt(a[1], 10); + return Gl(n, o) ? (e.setUTCFullYear(n, 0, o), e) : new Date(NaN); + } + if (((a = tt.MMDD.exec(t)), a)) { + (e = new Date(0)), (r = parseInt(a[1], 10) - 1); + var l = parseInt(a[2], 10); + return Ln(n, r, l) ? (e.setUTCFullYear(n, r, l), e) : new Date(NaN); + } + if (((a = tt.Www.exec(t)), a)) + return (i = parseInt(a[1], 10) - 1), Rn(n, i) ? Un(n, i) : new Date(NaN); + if (((a = tt.WwwD.exec(t)), a)) { + i = parseInt(a[1], 10) - 1; + var d = parseInt(a[2], 10) - 1; + return Rn(n, i, d) ? Un(n, i, d) : new Date(NaN); + } + return null; +} +function jl(t) { + var n, a, e; + if (((n = tt.HH.exec(t)), n)) + return ( + (a = parseFloat(n[1].replace(",", "."))), Va(a) ? (a % 24) * Fa : NaN + ); + if (((n = tt.HHMM.exec(t)), n)) + return ( + (a = parseInt(n[1], 10)), + (e = parseFloat(n[2].replace(",", "."))), + Va(a, e) ? (a % 24) * Fa + e * Yn : NaN + ); + if (((n = tt.HHMMSS.exec(t)), n)) { + (a = parseInt(n[1], 10)), (e = parseInt(n[2], 10)); + var r = parseFloat(n[3].replace(",", ".")); + return Va(a, e, r) ? (a % 24) * Fa + e * Yn + r * 1e3 : NaN; + } + return null; +} +function Un(t, n, a) { + (n = n || 0), (a = a || 0); + var e = new Date(0); + e.setUTCFullYear(t, 0, 4); + var r = e.getUTCDay() || 7, + i = n * 7 + a + 1 - r; + return e.setUTCDate(e.getUTCDate() + i), e; +} +var ql = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], + Ql = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; +function Tr(t) { + return t % 400 === 0 || (t % 4 === 0 && t % 100 !== 0); +} +function Ln(t, n, a) { + if (n < 0 || n > 11) return !1; + if (a != null) { + if (a < 1) return !1; + var e = Tr(t); + if ((e && a > Ql[n]) || (!e && a > ql[n])) return !1; + } + return !0; +} +function Gl(t, n) { + if (n < 1) return !1; + var a = Tr(t); + return !((a && n > 366) || (!a && n > 365)); +} +function Rn(t, n, a) { + return !(n < 0 || n > 52 || (a != null && (a < 0 || a > 6))); +} +function Va(t, n, a) { + return !( + (t != null && (t < 0 || t >= 25)) || + (n != null && (n < 0 || n >= 60)) || + (a != null && (a < 0 || a >= 60)) + ); +} +var tn = { exports: {} }, + an = { exports: {} }; +(function (t, n) { + Object.defineProperty(n, "__esModule", { value: !0 }), (n.default = a); + function a(e, r) { + if (e == null) + throw new TypeError( + "assign requires that input parameter not be null or undefined", + ); + for (var i in r) + Object.prototype.hasOwnProperty.call(r, i) && (e[i] = r[i]); + return e; + } + t.exports = n.default; +})(an, an.exports); +var Xl = an.exports; +(function (t, n) { + var a = Cl.default; + Object.defineProperty(n, "__esModule", { value: !0 }), (n.default = r); + var e = a(Xl); + function r(i) { + return (0, e.default)({}, i); + } + t.exports = n.default; +})(tn, tn.exports); +var Jl = tn.exports; +const Kl = fn(Jl); +function zl(t, n, a) { + var e = en(t, a), + r = pn(n, e, !0), + i = new Date(e.getTime() - r), + o = new Date(0); + return ( + o.setFullYear(i.getUTCFullYear(), i.getUTCMonth(), i.getUTCDate()), + o.setHours( + i.getUTCHours(), + i.getUTCMinutes(), + i.getUTCSeconds(), + i.getUTCMilliseconds(), + ), + o + ); +} +function Zl(t, n, a) { + if (typeof t == "string" && !t.match(kr)) { + var e = Kl(a); + return (e.timeZone = n), en(t, e); + } + var r = en(t, a), + i = vn( + r.getFullYear(), + r.getMonth(), + r.getDate(), + r.getHours(), + r.getMinutes(), + r.getSeconds(), + r.getMilliseconds(), + ).getTime(), + o = pn(n, new Date(i)); + return new Date(i + o); +} +const eu = (t, n = 3) => { + const a = []; + for (let e = 0; e < t.length; e += n) a.push([t[e], t[e + 1], t[e + 2]]); + return a; +}; +function Fn(t) { + return (n) => + new Intl.DateTimeFormat(t, { weekday: "short", timeZone: "UTC" }) + .format(new Date(`2017-01-0${n}T00:00:00+00:00`)) + .slice(0, 2); +} +function tu(t) { + return (n) => + Wt(new Date(`2017-01-0${n}T00:00:00+00:00`), "EEEEEE", { locale: t }); +} +const au = (t, n, a) => { + const e = [1, 2, 3, 4, 5, 6, 7]; + let r; + if (t !== null) + try { + r = e.map(tu(t)); + } catch { + r = e.map(Fn(n)); + } + else r = e.map(Fn(n)); + const i = r.slice(0, a), + o = r.slice(a + 1, r.length); + return [r[a]].concat(...o).concat(...i); + }, + nu = (t, n) => { + const a = []; + for (let e = +t[0]; e <= +t[1]; e++) a.push({ value: +e, text: `${e}` }); + return n ? a.reverse() : a; + }, + ru = (t, n, a) => { + const e = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12].map((i) => { + const o = i < 10 ? `0${i}` : i; + return new Date(`2017-${o}-01T00:00:00+00:00`); + }); + if (t !== null) + try { + const i = a === "long" ? "MMMM" : "MMM"; + return e.map((o, l) => { + const d = Wt(o, i, { locale: t }); + return { text: d.charAt(0).toUpperCase() + d.substring(1), value: l }; + }); + } catch {} + const r = new Intl.DateTimeFormat(n, { month: a, timeZone: "UTC" }); + return e.map((i, o) => { + const l = r.format(i); + return { text: l.charAt(0).toUpperCase() + l.substring(1), value: o }; + }); + }, + ou = (t) => + [ + 12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, + 11, + ][t], + Re = (t) => { + const n = j(t); + return n != null && n.$el ? (n == null ? void 0 : n.$el) : n; + }, + iu = (t) => Object.assign({ type: "dot" }, t), + Dr = (t) => (Array.isArray(t) ? !!t[0] && !!t[1] : !1), + Ma = { + prop: (t) => `"${t}" prop must be enabled!`, + dateArr: (t) => + `You need to use array as "model-value" binding in order to support "${t}"`, + }, + Ke = (t) => t, + Vn = (t) => (t === 0 ? t : !t || isNaN(+t) ? null : +t), + lu = (t) => (t === 0 ? !0 : !!t), + Bn = (t) => t === null, + uu = (t) => { + if (t) + return [ + ...t.querySelectorAll("input, button, select, textarea, a[href]"), + ][0]; + }, + Wn = (t) => + Object.assign( + { + menuAppear: "", + open: "dp-slide-down", + close: "dp-slide-up", + next: "calendar-next", + previous: "calendar-prev", + vNext: "dp-slide-up", + vPrevious: "dp-slide-down", + }, + t, + ), + su = (t) => + Object.assign( + { + toggleOverlay: "Toggle overlay", + menu: "Datepicker menu", + input: "Datepicker input", + calendarWrap: "Calendar wrapper", + calendarDays: "Calendar days", + openTimePicker: "Open time picker", + closeTimePicker: "Close time Picker", + incrementValue: (n) => `Increment ${n}`, + decrementValue: (n) => `Decrement ${n}`, + openTpOverlay: (n) => `Open ${n} overlay`, + amPmButton: "Switch AM/PM mode", + openYearsOverlay: "Open years overlay", + openMonthsOverlay: "Open months overlay", + nextMonth: "Next month", + prevMonth: "Previous month", + day: () => "", + }, + t, + ), + cu = (t) => + t === null ? 0 : typeof t == "boolean" ? (t ? 2 : 0) : +t >= 2 ? +t : 2, + du = (t, n, a) => t || (typeof a == "string" ? a : n), + fu = (t) => (typeof t == "boolean" ? (t ? Wn({}) : !1) : Wn(t)), + vu = () => ({ + enterSubmit: !0, + tabSubmit: !0, + openMenu: !0, + rangeSeparator: " - ", + }), + pu = (t) => + Object.assign( + { months: [], years: [], times: { hours: [], minutes: [], seconds: [] } }, + t, + ), + mu = (t) => + Object.assign( + { showSelect: !0, showCancel: !0, showNow: !1, showPreview: !0 }, + t, + ), + it = (t) => { + const n = () => { + if (t.partialRange) return null; + throw new Error(Ma.prop("partial-range")); + }, + a = Z(() => ({ + ariaLabels: su(t.ariaLabels), + textInputOptions: Object.assign(vu(), t.textInputOptions), + multiCalendars: cu(t.multiCalendars), + previewFormat: du(t.previewFormat, t.format, i()), + filters: pu(t.filters), + transitions: fu(t.transitions), + startTime: p(), + actionRow: mu(t.actionRow), + })), + e = (T) => { + if (t.range) return T(); + throw new Error(Ma.prop("range")); + }, + r = () => { + const T = t.enableSeconds ? ":ss" : ""; + return t.is24 ? `HH:mm${T}` : `hh:mm${T} aa`; + }, + i = () => + t.format + ? t.format + : t.monthPicker + ? "MM/yyyy" + : t.timePicker + ? r() + : t.weekPicker + ? "MM/dd/yyyy" + : t.yearPicker + ? "yyyy" + : t.enableTimePicker + ? `MM/dd/yyyy, ${r()}` + : "MM/dd/yyyy", + o = (T, f) => { + if (typeof t.format == "function") return t.format(T); + const h = f || i(), + I = t.formatLocale ? { locale: t.formatLocale } : void 0; + return Array.isArray(T) + ? `${Wt(T[0], h, I)}${ + t.modelAuto && !T[1] + ? "" + : a.value.textInputOptions.rangeSeparator || "-" + }${T[1] ? Wt(T[1], h, I) : ""}` + : Wt(T, h, I); + }, + l = (T) => (t.timezone ? zl(T, t.timezone) : T), + d = (T) => (t.timezone ? Zl(T, t.timezone) : T), + u = Z(() => (T) => { + var f; + return (f = t.hideNavigation) == null ? void 0 : f.includes(T); + }), + y = (T) => { + var f, h, I, z; + return Array.isArray(t.allowedDates) && + !((f = t.allowedDates) != null && f.length) + ? !0 + : (h = t.arrMapValues) != null && h.allowedDates + ? !k(T, t.arrMapValues.allowedDates) + : (I = t.allowedDates) != null && I.length + ? !( + (z = t.allowedDates) != null && z.some((oe) => Ne(l(q(oe)), l(T))) + ) + : !1; + }, + m = (T) => { + var f; + const h = t.maxDate ? at(l(T), l(q(t.maxDate))) : !1, + I = t.minDate ? Ze(l(T), l(q(t.minDate))) : !1, + z = k( + T, + (f = t.arrMapValues) != null && f.disabledDates + ? t.arrMapValues.disabledDates + : t.disabledDates, + ), + oe = a.value.filters.months.map((We) => +We).includes(Ae(T)), + ae = t.disabledWeekDays.length + ? t.disabledWeekDays.some((We) => +We === ei(T)) + : !1, + ye = y(T), + be = Ie(T), + de = be < +t.yearRange[0] || be > +t.yearRange[1]; + return !(h || I || z || oe || de || ae || ye); + }, + c = (T) => { + const f = { + hours: Ct(q()), + minutes: Pt(q()), + seconds: t.enableSeconds ? Kt(q()) : 0, + }; + return Object.assign(f, T); + }, + p = () => + t.range + ? t.startTime && Array.isArray(t.startTime) + ? [c(t.startTime[0]), c(t.startTime[1])] + : null + : t.startTime && !Array.isArray(t.startTime) + ? c(t.startTime) + : null, + $ = (T) => !m(T), + A = (T) => + Array.isArray(T) ? sa(T[0]) && (T[1] ? sa(T[1]) : !0) : T ? sa(T) : !1, + N = (T) => (T instanceof Date ? T : il(T)), + X = (T) => { + const f = Ht(l(T), { weekStartsOn: +t.weekStart }), + h = Gr(l(T), { weekStartsOn: +t.weekStart }); + return [f, h]; + }, + k = (T, f) => + T + ? f instanceof Map + ? !!f.get(E(T)) + : Array.isArray(f) + ? f.some((h) => Ne(l(q(h)), l(T))) + : f(q(JSON.parse(JSON.stringify(T)))) + : !0, + _ = (T, f, h) => { + let I = T ? q(T) : q(); + return (f || f === 0) && (I = Gt(I, f)), h && (I = Ot(I, h)), I; + }, + S = (T) => Ge(q(), ya(T)), + w = (T) => + Ge(q(), { + hours: +T.hours || 0, + minutes: +T.minutes || 0, + seconds: +T.seconds || 0, + }), + O = (T, f, h, I) => { + if (!T) return !0; + if (I) { + const z = h === "max" ? va(T, f) : fa(T, f), + oe = { seconds: 0, milliseconds: 0 }; + return z || Vt(Ge(T, oe), Ge(f, oe)); + } + return h === "max" + ? T.getTime() <= f.getTime() + : T.getTime() >= f.getTime(); + }, + Y = () => + !t.enableTimePicker || + t.monthPicker || + t.yearPicker || + t.ignoreTimeValidation, + U = (T) => + Array.isArray(T) + ? [T[0] ? S(T[0]) : null, T[1] ? S(T[1]) : null] + : S(T), + L = (T) => { + const f = t.maxTime ? w(t.maxTime) : q(t.maxDate); + return Array.isArray(T) + ? O(T[0], f, "max", !!t.maxDate) && O(T[1], f, "max", !!t.maxDate) + : O(T, f, "max", !!t.maxDate); + }, + H = (T, f) => { + const h = t.minTime ? w(t.minTime) : q(t.minDate); + return Array.isArray(T) + ? O(T[0], h, "min", !!t.minDate) && + O(T[1], h, "min", !!t.minDate) && + f + : O(T, h, "min", !!t.minDate) && f; + }, + v = (T) => { + let f = !0; + if (!T || Y()) return !0; + const h = !t.minDate && !t.maxDate ? U(T) : T; + if ( + ((t.maxTime || t.maxDate) && (f = L(Ke(h))), + (t.minTime || t.minDate) && (f = H(Ke(h), f)), + t.disabledTimes) + ) { + const I = Array.isArray(T) + ? [ya(T[0]), T[1] ? ya(T[1]) : void 0] + : ya(T); + f = !t.disabledTimes(I); + } + return f; + }, + g = (T, f) => { + const h = q(JSON.parse(JSON.stringify(T))), + I = []; + for (let z = 0; z < 7; z++) { + const oe = St(h, z), + ae = Ae(oe) !== f; + I.push({ + text: t.hideOffsetDates && ae ? "" : oe.getDate(), + value: oe, + current: !ae, + classData: {}, + }); + } + return I; + }, + P = (T, f) => { + switch (t.sixWeeks === !0 ? "append" : t.sixWeeks) { + case "prepend": + return [!0, !1]; + case "center": + return [T == 0, !0]; + case "fair": + return [T == 0 || f > T, !0]; + case "append": + return [!1, !1]; + default: + return [!1, !1]; + } + }, + F = (T, f) => { + const h = [], + I = q(l(new Date(f, T))), + z = q(l(new Date(f, T + 1, 0))), + oe = t.weekStart, + ae = Ht(I, { weekStartsOn: oe }), + ye = (be) => { + const de = g(be, T); + if ( + (h.push({ days: de }), + !h[h.length - 1].days.some((We) => Ne(ut(We.value), ut(z)))) + ) { + const We = St(be, 7); + ye(We); + } + }; + if ((ye(ae), t.sixWeeks && h.length < 6)) { + const be = 6 - h.length, + de = (I.getDay() + 7 - oe) % 7, + We = 6 - ((z.getDay() + 7 - oe) % 7), + [Je, qe] = P(de, We); + for (let dt = 1; dt <= be; dt++) + if (qe ? !!(dt % 2) == Je : Je) { + const pt = h[0].days[0], + Tt = g(St(pt.value, -7), Ae(I)); + h.unshift({ days: Tt }); + } else { + const pt = h[h.length - 1], + Tt = pt.days[pt.days.length - 1], + Dt = g(St(Tt.value, 1), Ae(I)); + h.push({ days: Dt }); + } + } + return h; + }, + D = (T, f, h) => [ + Ge(q(T), { date: 1 }), + Ge(q(), { month: f, year: h, date: 1 }), + ], + M = (T, f) => Ze(...D(t.minDate, T, f)) || Ne(...D(t.minDate, T, f)), + C = (T, f) => at(...D(t.maxDate, T, f)) || Ne(...D(t.maxDate, T, f)), + x = (T, f, h) => { + let I = !1; + return ( + t.maxDate && h && C(T, f) && (I = !0), + t.minDate && !h && M(T, f) && (I = !0), + I + ); + }, + s = (T, f, h, I) => { + let z = !1; + return ( + I + ? t.minDate && t.maxDate + ? (z = x(T, f, h)) + : ((t.minDate && M(T, f)) || (t.maxDate && C(T, f))) && (z = !0) + : (z = !0), + z + ); + }, + E = (T) => { + const f = ut(l(q(T))).toISOString(), + [h] = f.split("T"); + return h; + }, + K = (T) => new Map(T.map((f) => [E(f), !0])), + W = (T) => Array.isArray(T) && T.length > 0; + return { + checkPartialRangeValue: n, + checkRangeEnabled: e, + getZonedDate: l, + getZonedToUtc: d, + formatDate: o, + getDefaultPattern: i, + validateDate: m, + getDefaultStartTime: p, + isDisabled: $, + isValidDate: A, + sanitizeDate: N, + getWeekFromDate: X, + matchDate: k, + setDateMonthOrYear: _, + isValidTime: v, + getCalendarDays: F, + validateMonthYearInRange: s, + validateMaxDate: C, + validateMinDate: M, + assignDefaultTime: c, + mapDatesArrToMap: (T) => { + W(t.allowedDates) && (T.allowedDates = K(t.allowedDates)), + W(t.highlight) && (T.highlightedDates = K(t.highlight)), + W(t.disabledDates) && (T.disabledDates = K(t.disabledDates)); + }, + defaults: a, + hideNavigationButtons: u, + }; + }, + $e = zt({ + monthYear: [], + calendar: [], + time: [], + actionRow: [], + selectionGrid: [], + timePicker: { 0: [], 1: [] }, + monthPicker: [], + }), + Ba = ne(null), + ga = ne(!1), + Wa = ne(!1), + Ha = ne(!1), + ja = ne(!1), + et = ne(0), + Xe = ne(0), + Et = () => { + const t = Z(() => + ga.value + ? [...$e.selectionGrid, $e.actionRow].filter((m) => m.length) + : Wa.value + ? [ + ...$e.timePicker[0], + ...$e.timePicker[1], + ja.value ? [] : [Ba.value], + $e.actionRow, + ].filter((m) => m.length) + : Ha.value + ? [...$e.monthPicker, $e.actionRow] + : [$e.monthYear, ...$e.calendar, $e.time, $e.actionRow].filter( + (m) => m.length, + ), + ), + n = (m) => { + et.value = m ? et.value + 1 : et.value - 1; + let c = null; + t.value[Xe.value] && (c = t.value[Xe.value][et.value]), + c || (et.value = m ? et.value - 1 : et.value + 1); + }, + a = (m) => { + (Xe.value === 0 && !m) || + (Xe.value === t.value.length && m) || + ((Xe.value = m ? Xe.value + 1 : Xe.value - 1), + t.value[Xe.value] + ? t.value[Xe.value] && + !t.value[Xe.value][et.value] && + et.value !== 0 && + (et.value = t.value[Xe.value].length - 1) + : (Xe.value = m ? Xe.value - 1 : Xe.value + 1)); + }, + e = (m) => { + let c = null; + t.value[Xe.value] && (c = t.value[Xe.value][et.value]), + c + ? c.focus({ preventScroll: !ga.value }) + : (et.value = m ? et.value - 1 : et.value + 1); + }, + r = () => { + n(!0), e(!0); + }, + i = () => { + n(!1), e(!1); + }, + o = () => { + a(!1), e(!0); + }, + l = () => { + a(!0), e(!0); + }, + d = (m, c) => { + $e[c] = m; + }, + u = (m, c) => { + $e[c] = m; + }, + y = () => { + (et.value = 0), (Xe.value = 0); + }; + return { + buildMatrix: d, + buildMultiLevelMatrix: u, + setTimePickerBackRef: (m) => { + Ba.value = m; + }, + setSelectionGrid: (m) => { + (ga.value = m), y(), m || ($e.selectionGrid = []); + }, + setTimePicker: (m, c = !1) => { + (Wa.value = m), + (ja.value = c), + y(), + m || (($e.timePicker[0] = []), ($e.timePicker[1] = [])); + }, + setTimePickerElements: (m, c = 0) => { + $e.timePicker[c] = m; + }, + arrowRight: r, + arrowLeft: i, + arrowUp: o, + arrowDown: l, + clearArrowNav: () => { + ($e.monthYear = []), + ($e.calendar = []), + ($e.time = []), + ($e.actionRow = []), + ($e.selectionGrid = []), + ($e.timePicker[0] = []), + ($e.timePicker[1] = []), + (ga.value = !1), + (Wa.value = !1), + (ja.value = !1), + (Ha.value = !1), + y(), + (Ba.value = null); + }, + setMonthPicker: (m) => { + (Ha.value = m), y(); + }, + refSets: $e, + }; + }, + Hn = (t) => Array.isArray(t), + Lt = (t) => Array.isArray(t), + jn = (t) => Array.isArray(t) && t.length === 2, + hu = (t, n, a, e, r) => { + const { + getDefaultStartTime: i, + isDisabled: o, + sanitizeDate: l, + getWeekFromDate: d, + setDateMonthOrYear: u, + validateMonthYearInRange: y, + defaults: m, + } = it(t), + c = Z({ + get: () => t.internalModelValue, + set: (b) => { + !t.readonly && !t.disabled && n("update:internal-model-value", b); + }, + }), + p = ne([]); + Nt(c, (b, V) => { + t.range ? Y() : Vt(b, V) || Y(); + }); + const $ = da(t, "multiCalendars"); + Nt($, () => { + se(0); + }); + const A = ne([{ month: Ae(q()), year: Ie(q()) }]); + Nt( + A, + () => { + A.value.forEach((b, V) => { + n("update-month-year", { instance: V, month: b.month, year: b.year }); + }); + }, + { deep: !0 }, + ); + const N = zt({ + hours: t.range ? [Ct(q()), Ct(q())] : Ct(q()), + minutes: t.range ? [Pt(q()), Pt(q())] : Pt(q()), + seconds: t.range ? [0, 0] : 0, + }), + X = Z(() => (b) => A.value[b] ? A.value[b].month : 0), + k = Z(() => (b) => A.value[b] ? A.value[b].year : 0), + _ = Z(() => { + var b; + return (b = t.flow) != null && b.length && !t.partialFlow + ? r.value === t.flow.length + : !0; + }), + S = (b, V, ce) => { + var pe, Ye; + A.value[b] || (A.value[b] = { month: 0, year: 0 }), + (A.value[b].month = Bn(V) + ? (pe = A.value[b]) == null + ? void 0 + : pe.month + : V), + (A.value[b].year = Bn(ce) + ? (Ye = A.value[b]) == null + ? void 0 + : Ye.year + : ce); + }, + w = (b, V) => { + N[b] = V; + }, + O = () => { + t.startDate && + (S(0, Ae(q(t.startDate)), Ie(q(t.startDate))), + m.value.multiCalendars && se(0)); + }; + ct(() => { + c.value || (O(), m.value.startTime && C()), + Y(!0), + t.focusStartDate && t.startDate && O(); + }); + const Y = (b = !1) => { + if (c.value) + return Array.isArray(c.value) + ? ((p.value = c.value), g(b)) + : L(c.value, b); + if (t.timePicker) return P(); + if (t.monthPicker && !t.range) return F(); + if (t.yearPicker && !t.range) return D(); + if (m.value.multiCalendars && b && !t.startDate) return U(q(), b); + }, + U = (b, V = !1) => { + if ( + ((!m.value.multiCalendars || !t.multiStatic || V) && + S(0, Ae(b), Ie(b)), + m.value.multiCalendars) + ) + for (let ce = 1; ce < m.value.multiCalendars; ce++) { + const pe = Ge(q(), { + month: X.value(ce - 1), + year: k.value(ce - 1), + }), + Ye = Jn(pe, { months: 1 }); + A.value[ce] = { month: Ae(Ye), year: Ie(Ye) }; + } + }, + L = (b, V) => { + U(b), + w("hours", Ct(b)), + w("minutes", Pt(b)), + w("seconds", Kt(b)), + m.value.multiCalendars && V && s(); + }, + H = (b, V) => { + b[1] && t.showLastInRange ? U(b[1], V) : U(b[0], V); + const ce = (pe, Ye) => [pe(b[0]), b[1] ? pe(b[1]) : N[Ye][1]]; + w("hours", ce(Ct, "hours")), + w("minutes", ce(Pt, "minutes")), + w("seconds", ce(Kt, "seconds")); + }, + v = (b, V) => { + if ((t.range || t.weekPicker) && !t.multiDates) return H(b, V); + if (t.multiDates) { + const ce = b[b.length - 1]; + return L(ce, V); + } + }, + g = (b) => { + const V = c.value; + v(V, b), m.value.multiCalendars && t.multiCalendarsSolo && s(); + }, + P = () => { + if ((C(), !t.range)) c.value = lt(q(), N.hours, N.minutes, M()); + else { + const b = N.hours, + V = N.minutes; + c.value = [lt(q(), b[0], V[0], M()), lt(q(), b[1], V[1], M(!1))]; + } + }, + F = () => { + t.multiDates + ? (c.value = [u(q(), X.value(0), k.value(0))]) + : (c.value = u(q(), X.value(0), k.value(0))); + }, + D = () => { + c.value = q(); + }, + M = (b = !0) => + t.enableSeconds + ? Array.isArray(N.seconds) + ? b + ? N.seconds[0] + : N.seconds[1] + : N.seconds + : 0, + C = () => { + const b = i(); + if (b) { + const V = Array.isArray(b), + ce = V ? [+b[0].hours, +b[1].hours] : +b.hours, + pe = V ? [+b[0].minutes, +b[1].minutes] : +b.minutes, + Ye = V ? [+b[0].seconds, +b[1].seconds] : +b.seconds; + w("hours", ce), w("minutes", pe), t.enableSeconds && w("seconds", Ye); + } + }, + x = () => + Array.isArray(c.value) && c.value.length + ? c.value[c.value.length - 1] + : null, + s = () => { + if (Array.isArray(c.value) && c.value.length === 2) { + const b = q(q(c.value[1] ? c.value[1] : bt(c.value[0], 1))), + [V, ce] = [Ae(c.value[0]), Ie(c.value[0])], + [pe, Ye] = [Ae(c.value[1]), Ie(c.value[1])]; + (V !== pe || (V === pe && ce !== Ye)) && + t.multiCalendarsSolo && + S(1, Ae(b), Ie(b)); + } else + c.value && !Array.isArray(c.value) && S(0, Ae(c.value), Ie(c.value)); + }, + E = (b) => { + const V = bt(b, 1); + return { month: Ae(V), year: Ie(V) }; + }, + K = (b) => { + const V = Ae(q(b)), + ce = Ie(q(b)); + if ((S(0, V, ce), m.value.multiCalendars > 0)) + for (let pe = 1; pe < m.value.multiCalendars; pe++) { + const Ye = E( + Ge(q(b), { year: X.value(pe - 1), month: k.value(pe - 1) }), + ); + S(pe, Ye.month, Ye.year); + } + }, + W = (b) => { + if (c.value && Array.isArray(c.value)) + if (c.value.some((V) => Ne(b, V))) { + const V = c.value.filter((ce) => !Ne(ce, b)); + c.value = V.length ? V : null; + } else + ((t.multiDatesLimit && +t.multiDatesLimit > c.value.length) || + !t.multiDatesLimit) && + c.value.push(b); + else c.value = [b]; + }, + T = (b, V) => { + const ce = at(b, V) ? V : b, + pe = at(V, b) ? V : b; + return kn({ start: ce, end: pe }); + }, + f = (b, V = 0) => { + if (Array.isArray(c.value) && c.value[V]) { + const ce = qr(b, c.value[V]), + pe = T(c.value[V], b), + Ye = pe.length === 1 ? 0 : pe.filter((xt) => o(xt)).length, + mt = Math.abs(ce) - Ye; + if (t.minRange && t.maxRange) + return mt >= +t.minRange && mt <= +t.maxRange; + if (t.minRange) return mt >= +t.minRange; + if (t.maxRange) return mt <= +t.maxRange; + } + return !0; + }, + h = (b) => + Array.isArray(c.value) && c.value.length === 2 + ? t.fixedStart && (at(b, c.value[0]) || Ne(b, c.value[0])) + ? [c.value[0], b] + : t.fixedEnd && (Ze(b, c.value[1]) || Ne(b, c.value[1])) + ? [b, c.value[1]] + : (n("invalid-fixed-range", b), c.value) + : [], + I = () => { + t.autoApply && _.value && n("auto-apply", t.partialFlow); + }, + z = () => { + t.autoApply && n("select-date"); + }, + oe = (b) => !kn({ start: b[0], end: b[1] }).some((V) => o(V)), + ae = (b) => ((c.value = d(q(b.value))), I()), + ye = (b) => { + const V = lt(q(b.value), N.hours, N.minutes, M()); + t.multiDates ? W(V) : (c.value = V), a(), I(); + }, + be = () => { + (p.value = c.value ? c.value.slice() : []), + p.value.length === 2 && + !(t.fixedStart || t.fixedEnd) && + (p.value = []); + }, + de = (b, V) => { + const ce = [q(b.value), St(q(b.value), +t.autoRange)]; + oe(ce) && (V && K(b.value), (p.value = ce)); + }, + We = (b) => { + Je(b.value) || + !f(b.value, t.fixedStart ? 0 : 1) || + (p.value = h(q(b.value))); + }, + Je = (b) => (t.noDisabledRange ? T(p.value[0], b).some((V) => o(V)) : !1), + qe = (b, V) => { + if ((be(), t.autoRange)) return de(b, V); + if (t.fixedStart || t.fixedEnd) return We(b); + p.value[0] + ? f(q(b.value)) && + !Je(b.value) && + (Ze(q(b.value), q(p.value[0])) + ? (p.value.unshift(q(b.value)), n("range-end", p.value[0])) + : ((p.value[1] = q(b.value)), n("range-end", p.value[1]))) + : ((p.value[0] = q(b.value)), n("range-start", p.value[0])); + }, + dt = (b) => { + p.value[b] = lt(p.value[b], N.hours[b], N.minutes[b], M(b !== 1)); + }, + pt = () => { + var b, V; + p.value[0] && + p.value[1] && + +((b = p.value) == null ? void 0 : b[0]) > + +((V = p.value) == null ? void 0 : V[1]) && + (p.value.reverse(), + n("range-start", p.value[0]), + n("range-end", p.value[1])); + }, + Tt = () => { + p.value.length && + (p.value[0] && !p.value[1] ? dt(0) : (dt(0), dt(1), a()), + pt(), + (c.value = p.value.slice()), + p.value[0] && p.value[1] && t.autoApply && n("auto-apply"), + p.value[0] && + !p.value[1] && + t.modelAuto && + t.autoApply && + n("auto-apply")); + }, + Dt = (b, V = !1) => { + if (!(o(b.value) || (!b.current && t.hideOffsetDates))) { + if (t.weekPicker) return ae(b); + if (!t.range) return ye(b); + Lt(N.hours) && Lt(N.minutes) && !t.multiDates && (qe(b, V), Tt()); + } + }, + ea = (b) => { + const V = b[0]; + return t.weekNumbers === "local" + ? li(V.value, { weekStartsOn: +t.weekStart }) + : t.weekNumbers === "iso" + ? ni(V.value) + : typeof t.weekNumbers == "function" + ? t.weekNumbers(V.value) + : ""; + }, + se = (b) => { + for (let V = b - 1; V >= 0; V--) { + const ce = Xt( + Ge(q(), { month: X.value(V + 1), year: k.value(V + 1) }), + 1, + ); + S(V, Ae(ce), Ie(ce)); + } + for (let V = b + 1; V <= m.value.multiCalendars - 1; V++) { + const ce = bt( + Ge(q(), { month: X.value(V - 1), year: k.value(V - 1) }), + 1, + ); + S(V, Ae(ce), Ie(ce)); + } + }, + me = (b) => u(q(), X.value(b), k.value(b)), + ge = (b) => lt(b, N.hours, N.minutes, M()), + ta = (b) => { + W(me(b)); + }, + Ut = (b, V) => { + const ce = t.monthPicker + ? X.value(b) !== V.month || !V.fromNav + : k.value(b) !== V.year || !V.fromNav; + if ( + (S(b, V.month, V.year), + m.value.multiCalendars && !t.multiCalendarsSolo && se(b), + t.monthPicker || t.yearPicker) + ) + if (t.multiDates) ce && ta(b); + else if (t.range) { + if (ce && f(me(b))) { + let pe = c.value ? c.value.slice() : []; + pe.length === 2 && pe[1] !== null && (pe = []), + pe.length + ? Ze(me(b), pe[0]) + ? pe.unshift(me(b)) + : (pe[1] = me(b)) + : (pe = [me(b)]), + (c.value = pe); + } + } else (t.autoApplyMonth || ce) && (c.value = me(b)); + e(t.multiCalendarsSolo ? b : void 0); + }, + Sa = async (b = !1) => { + if (t.autoApply && (t.monthPicker || t.yearPicker)) { + await At(); + const V = t.monthPicker ? b : !1; + t.range + ? n("auto-apply", V || !c.value || c.value.length === 1) + : n("auto-apply", V); + } + a(); + }, + pa = (b, V) => { + const ce = Ge(q(), { month: X.value(V), year: k.value(V) }), + pe = b < 0 ? bt(ce, 1) : Xt(ce, 1); + y(Ae(pe), Ie(pe), b < 0, t.preventMinMaxNavigation) && + (S(V, Ae(pe), Ie(pe)), + m.value.multiCalendars && !t.multiCalendarsSolo && se(V), + e()); + }, + aa = (b) => { + Hn(b) && Hn(c.value) && Lt(N.hours) && Lt(N.minutes) + ? (b[0] && + c.value[0] && + (c.value[0] = lt(b[0], N.hours[0], N.minutes[0], M())), + b[1] && + c.value[1] && + (c.value[1] = lt(b[1], N.hours[1], N.minutes[1], M(!1)))) + : t.multiDates && Array.isArray(c.value) + ? (c.value[c.value.length - 1] = ge(b)) + : !t.range && !jn(b) && (c.value = ge(b)), + n("time-update"); + }, + Oa = (b, V = !0, ce = !1) => { + const pe = V ? b : N.hours, + Ye = !V && !ce ? b : N.minutes, + mt = ce ? b : N.seconds; + if ( + t.range && + jn(c.value) && + Lt(pe) && + Lt(Ye) && + Lt(mt) && + !t.disableTimeRangeValidation + ) { + const xt = (te) => lt(c.value[te], pe[te], Ye[te], mt[te]), + B = (te) => dn(c.value[te], 0); + if ( + Ne(c.value[0], c.value[1]) && + (fa(xt(0), B(1)) || va(xt(1), B(0))) + ) + return; + } + if ((w("hours", pe), w("minutes", Ye), w("seconds", mt), c.value)) + if (t.multiDates) { + const xt = x(); + xt && aa(xt); + } else aa(c.value); + else t.timePicker && aa(t.range ? [q(), q()] : q()); + a(); + }, + Na = (b, V) => { + t.monthChangeOnScroll && + pa(t.monthChangeOnScroll !== "inverse" ? -b.deltaY : b.deltaY, V); + }, + Aa = (b, V, ce = !1) => { + t.monthChangeOnArrows && t.vertical === ce && ma(b, V); + }, + ma = (b, V) => { + pa(b === "right" ? -1 : 1, V); + }; + return { + time: N, + month: X, + year: k, + modelValue: c, + calendars: A, + monthYearSelect: Sa, + isDisabled: o, + updateTime: Oa, + getWeekNum: ea, + selectDate: Dt, + updateMonthYear: Ut, + handleScroll: Na, + getMarker: (b) => t.markers.find((V) => Ne(l(b.value), l(V.date))), + handleArrow: Aa, + handleSwipe: ma, + selectCurrentDate: () => { + t.range + ? c.value && Array.isArray(c.value) && c.value[0] + ? (c.value = Ze(q(), c.value[0]) + ? [q(), c.value[0]] + : [c.value[0], q()]) + : (c.value = [q()]) + : (c.value = q()), + z(); + }, + presetDateRange: (b, V) => { + V || + (b.length && + b.length <= 2 && + t.range && + ((c.value = b.map((ce) => q(ce))), + z(), + t.multiCalendars && At().then(() => Y(!0)))); + }, + }; + }, + yu = (t, n, a) => { + const e = ne(), + { + getZonedToUtc: r, + getZonedDate: i, + formatDate: o, + getDefaultPattern: l, + checkRangeEnabled: d, + checkPartialRangeValue: u, + isValidDate: y, + setDateMonthOrYear: m, + defaults: c, + } = it(n), + p = ne(""), + $ = da(n, "format"); + Nt(e, () => { + t("internal-model-change", e.value); + }), + Nt($, () => { + x(); + }); + const A = (f) => { + const h = f || q(); + return n.modelType + ? E(h) + : { + hours: Ct(h), + minutes: Pt(h), + seconds: n.enableSeconds ? Kt(h) : 0, + }; + }, + N = (f) => (n.modelType ? E(f) : { month: Ae(f), year: Ie(f) }), + X = (f) => + Array.isArray(f) + ? d(() => [Ot(q(), f[0]), f[1] ? Ot(q(), f[1]) : u()]) + : Ot(q(), +f), + k = (f, h) => + (typeof f == "string" || typeof f == "number") && n.modelType + ? s(f) + : h, + _ = (f) => + Array.isArray(f) + ? [ + k(f[0], lt(null, +f[0].hours, +f[0].minutes, f[0].seconds)), + k(f[1], lt(null, +f[1].hours, +f[1].minutes, f[1].seconds)), + ] + : k(f, lt(null, f.hours, f.minutes, f.seconds)), + S = (f) => + Array.isArray(f) + ? n.multiDates + ? f.map((h) => k(h, m(null, +h.month, +h.year))) + : d(() => [ + k(f[0], m(null, +f[0].month, +f[0].year)), + k(f[1], f[1] ? m(null, +f[1].month, +f[1].year) : u()), + ]) + : k(f, m(null, +f.month, +f.year)), + w = (f) => { + if (Array.isArray(f)) return f.map((h) => s(h)); + throw new Error(Ma.dateArr("multi-dates")); + }, + O = (f) => { + if (Array.isArray(f)) return [q(f[0]), q(f[1])]; + throw new Error(Ma.dateArr("week-picker")); + }, + Y = (f) => + n.modelAuto + ? Array.isArray(f) + ? [s(f[0]), s(f[1])] + : n.autoApply + ? [s(f)] + : [s(f), null] + : Array.isArray(f) + ? d(() => [s(f[0]), f[1] ? s(f[1]) : u()]) + : s(f), + U = () => { + Array.isArray(e.value) && + n.range && + e.value.length === 1 && + e.value.push(u()); + }, + L = () => { + const f = e.value; + return [E(f[0]), f[1] ? E(f[1]) : u()]; + }, + H = () => (e.value[1] ? L() : E(Ke(e.value[0]))), + v = () => (e.value || []).map((f) => E(f)), + g = () => ( + U(), + n.modelAuto + ? H() + : n.multiDates + ? v() + : Array.isArray(e.value) + ? d(() => L()) + : E(Ke(e.value)) + ), + P = (f) => + f + ? n.timePicker + ? _(Ke(f)) + : n.monthPicker + ? S(Ke(f)) + : n.yearPicker + ? X(Ke(f)) + : n.multiDates + ? w(Ke(f)) + : n.weekPicker + ? O(Ke(f)) + : Y(Ke(f)) + : null, + F = (f) => { + const h = P(f); + y(Ke(h)) + ? ((e.value = Ke(h)), x()) + : ((e.value = null), (p.value = "")); + }, + D = () => { + var f; + const h = (I) => { + var z; + return Wt( + I, + (z = c.value.textInputOptions) == null ? void 0 : z.format, + ); + }; + return `${h(e.value[0])} ${ + (f = c.value.textInputOptions) == null ? void 0 : f.rangeSeparator + } ${e.value[1] ? h(e.value[1]) : ""}`; + }, + M = () => { + var f; + return a.value && e.value + ? Array.isArray(e.value) + ? D() + : Wt( + e.value, + (f = c.value.textInputOptions) == null ? void 0 : f.format, + ) + : o(e.value); + }, + C = () => { + var f; + return e.value + ? n.multiDates + ? e.value.map((h) => o(h)).join("; ") + : n.textInput && + typeof ((f = c.value.textInputOptions) == null + ? void 0 + : f.format) == "string" + ? M() + : o(e.value) + : ""; + }, + x = () => { + !n.format || + typeof n.format == "string" || + (n.textInput && typeof n.textInputOptions.format == "string") + ? (p.value = C()) + : (p.value = n.format(e.value)); + }, + s = (f) => { + if (n.utc) { + const h = new Date(f); + return n.utc === "preserve" + ? new Date(h.getTime() + h.getTimezoneOffset() * 6e4) + : h; + } + return n.modelType + ? n.modelType === "date" || n.modelType === "timestamp" + ? i(new Date(f)) + : n.modelType === "format" && + (typeof n.format == "string" || !n.format) + ? Ja(f, l(), new Date()) + : i(Ja(f, n.modelType, new Date())) + : i(new Date(f)); + }, + E = (f) => + f + ? n.utc + ? Ml(f, n.utc === "preserve", n.enableSeconds) + : n.modelType + ? n.modelType === "timestamp" + ? +r(f) + : n.modelType === "format" && + (typeof n.format == "string" || !n.format) + ? o(r(f)) + : o(r(f), n.modelType) + : r(f) + : "", + K = (f) => { + t("update:model-value", f); + }, + W = (f) => + Array.isArray(e.value) + ? n.multiDates + ? e.value.map((h) => f(h)) + : [f(e.value[0]), e.value[1] ? f(e.value[1]) : u()] + : f(Ke(e.value)), + T = (f) => K(Ke(W(f))); + return { + inputValue: p, + internalModelValue: e, + checkBeforeEmit: () => + e.value + ? n.range + ? n.partialRange + ? e.value.length >= 1 + : e.value.length === 2 + : !!e.value + : !1, + parseExternalModelValue: F, + formatInputValue: x, + emitModelValue: () => ( + x(), + n.monthPicker + ? T(N) + : n.timePicker + ? T(A) + : n.yearPicker + ? T(Ie) + : n.weekPicker + ? K(e.value) + : K(g()) + ), + }; + }, + gu = (t, n) => { + const { + validateMonthYearInRange: a, + validateMaxDate: e, + validateMinDate: r, + defaults: i, + } = it(t), + o = (m, c) => { + let p = m; + return i.value.filters.months.includes(Ae(p)) + ? ((p = c ? bt(m, 1) : Xt(m, 1)), o(p, c)) + : p; + }, + l = (m, c) => { + let p = m; + return i.value.filters.years.includes(Ie(p)) + ? ((p = c ? Kn(m, 1) : Tl(m, 1)), l(p, c)) + : p; + }, + d = (m) => { + const c = Ge(new Date(), { month: t.month, year: t.year }); + let p = m ? bt(c, 1) : Xt(c, 1); + t.disableYearSelect && (p = Ot(p, t.year)); + let $ = Ae(p), + A = Ie(p); + i.value.filters.months.includes($) && + ((p = o(p, m)), ($ = Ae(p)), (A = Ie(p))), + i.value.filters.years.includes(A) && ((p = l(p, m)), (A = Ie(p))), + a($, A, m, t.preventMinMaxNavigation) && u($, A); + }, + u = (m, c) => { + n("update-month-year", { month: m, year: c }); + }, + y = Z(() => (m) => { + if ( + !t.preventMinMaxNavigation || + (m && !t.maxDate) || + (!m && !t.minDate) + ) + return !1; + const c = Ge(new Date(), { month: t.month, year: t.year }), + p = m ? bt(c, 1) : Xt(c, 1), + $ = [Ae(p), Ie(p)]; + return m ? !e(...$) : !r(...$); + }); + return { handleMonthYearChange: d, isDisabled: y, updateMonthYear: u }; + }; +var ba = ((t) => ( + (t.center = "center"), (t.left = "left"), (t.right = "right"), t +))(ba || {}); +const wu = (t, n, a, e) => { + const r = ne({ top: "0", left: "0", transform: "none", opacity: "0" }), + i = ne(!1), + o = da(e, "teleportCenter"), + l = Z(() => (i.value ? "-100%" : "0")), + d = () => { + u(), (r.value.opacity = "0"); + }; + Nt(o, () => { + k(); + }), + ct(() => { + u(); + }); + const u = () => { + const g = Re(n); + if (g) { + const { top: P, left: F, width: D, height: M } = $(g); + (r.value.top = `${P + M / 2}px`), p(F, D, 50); + } + }, + y = (g) => { + if (e.teleport) { + const P = g.getBoundingClientRect(); + return { left: P.left + window.scrollX, top: P.top + window.scrollY }; + } + return { top: 0, left: 0 }; + }, + m = (g, P) => { + (r.value.left = `${g + P}px`), + (r.value.transform = `translate(-100%, ${l.value})`); + }, + c = (g) => { + (r.value.left = `${g}px`), + (r.value.transform = `translate(0, ${l.value})`); + }, + p = (g, P, F) => { + e.position === ba.left && c(g), + e.position === ba.right && m(g, P), + e.position === ba.center && + ((r.value.left = `${g + P / 2}px`), + (r.value.transform = F + ? `translate(-50%, -${F}%)` + : `translate(-50%, ${l.value})`)); + }, + $ = (g) => { + const { width: P, height: F } = g.getBoundingClientRect(), + { top: D, left: M } = e.altPosition ? e.altPosition(g) : y(g); + return { top: +D, left: +M, width: P, height: F }; + }, + A = () => { + const g = Re(n); + if (g) { + const { top: P, left: F, width: D, height: M } = $(g), + C = Y(); + (r.value.top = `${P + M / 2}px`), p(F, D, C === "top" ? 100 : 0); + } + }, + N = () => { + (r.value.left = "50%"), + (r.value.top = "50%"), + (r.value.transform = "translate(-50%, -50%)"), + (r.value.position = "fixed"), + delete r.value.opacity; + }, + X = () => { + const g = Re(n), + { top: P, left: F, transform: D } = e.altPosition(g); + r.value = { top: `${P}px`, left: `${F}px`, transform: D || "" }; + }, + k = (g = !0) => { + if (!e.inline) + return o.value + ? N() + : e.altPosition !== null + ? X() + : (g && a("recalculate-position"), L()); + }, + _ = ({ inputEl: g, menuEl: P, left: F, width: D }) => { + window.screen.width > 768 && p(F, D), O(g, P); + }, + S = (g, P) => { + const { top: F, left: D, height: M, width: C } = $(g); + (r.value.top = `${M + F + +e.offset}px`), + (i.value = !1), + _({ inputEl: g, menuEl: P, left: D, width: C }); + }, + w = (g, P) => { + const { top: F, left: D, width: M } = $(g); + (r.value.top = `${F - +e.offset}px`), + (i.value = !0), + _({ inputEl: g, menuEl: P, left: D, width: M }); + }, + O = (g, P) => { + if (e.autoPosition) { + const { left: F, width: D } = $(g), + { left: M, right: C } = P.getBoundingClientRect(); + return M <= 0 + ? c(F) + : C >= document.documentElement.clientWidth + ? m(F, D) + : p(F, D); + } + }, + Y = () => { + const g = Re(t), + P = Re(n); + if (g && P) { + const { height: F } = g.getBoundingClientRect(), + { top: D, height: M } = P.getBoundingClientRect(), + C = window.innerHeight - D - M, + x = D; + return F <= C + ? "bottom" + : F > C && F <= x + ? "top" + : C >= x + ? "bottom" + : "top"; + } + return "bottom"; + }, + U = (g, P) => (Y() === "bottom" ? S(g, P) : w(g, P)), + L = () => { + const g = Re(n), + P = Re(t); + if (g && P) return e.autoPosition ? U(g, P) : S(g, P); + }, + H = function (g) { + if (g) { + const P = g.scrollHeight > g.clientHeight, + F = window.getComputedStyle(g).overflowY.indexOf("hidden") !== -1; + return P && !F; + } + return !0; + }, + v = function (g) { + return !g || + g === document.body || + g.nodeType === Node.DOCUMENT_FRAGMENT_NODE + ? window + : H(g) + ? g + : v(g.parentNode); + }; + return { + openOnTop: i, + menuStyle: r, + resetPosition: d, + setMenuPosition: k, + setInitialPosition: A, + getScrollableParent: v, + }; + }, + Qt = [ + { name: "clock-icon", use: ["time", "calendar"] }, + { name: "arrow-left", use: ["month-year", "calendar"] }, + { name: "arrow-right", use: ["month-year", "calendar"] }, + { name: "arrow-up", use: ["time", "calendar", "month-year"] }, + { name: "arrow-down", use: ["time", "calendar", "month-year"] }, + { name: "calendar-icon", use: ["month-year", "time", "calendar"] }, + { name: "day", use: ["calendar"] }, + { name: "month-overlay-value", use: ["calendar", "month-year"] }, + { name: "year-overlay-value", use: ["calendar", "month-year"] }, + { name: "year-overlay", use: ["month-year"] }, + { name: "month-overlay", use: ["month-year"] }, + { name: "month-overlay-header", use: ["month-year"] }, + { name: "year-overlay-header", use: ["month-year"] }, + { name: "hours-overlay-value", use: ["calendar", "time"] }, + { name: "minutes-overlay-value", use: ["calendar", "time"] }, + { name: "seconds-overlay-value", use: ["calendar", "time"] }, + { name: "hours", use: ["calendar", "time"] }, + { name: "minutes", use: ["calendar", "time"] }, + { name: "month", use: ["calendar", "month-year"] }, + { name: "year", use: ["calendar", "month-year"] }, + { name: "action-buttons", use: ["action"] }, + { name: "action-preview", use: ["action"] }, + { name: "calendar-header", use: ["calendar"] }, + { name: "marker-tooltip", use: ["calendar"] }, + { name: "action-extra", use: ["menu"] }, + { name: "time-picker-overlay", use: ["calendar", "time"] }, + { name: "am-pm-button", use: ["calendar", "time"] }, + { name: "left-sidebar", use: ["menu"] }, + { name: "right-sidebar", use: ["menu"] }, + { name: "month-year", use: ["month-year"] }, + { name: "time-picker", use: ["menu"] }, + { name: "action-row", use: ["action"] }, + { name: "marker", use: ["calendar"] }, + ], + bu = [ + { name: "trigger" }, + { name: "input-icon" }, + { name: "clear-icon" }, + { name: "dp-input" }, + ], + _u = { + all: () => Qt, + monthYear: () => Qt.filter((t) => t.use.includes("month-year")), + input: () => bu, + timePicker: () => Qt.filter((t) => t.use.includes("time")), + action: () => Qt.filter((t) => t.use.includes("action")), + calendar: () => Qt.filter((t) => t.use.includes("calendar")), + menu: () => Qt.filter((t) => t.use.includes("menu")), + }, + Bt = (t, n, a) => { + const e = []; + return ( + _u[n]().forEach((r) => { + t[r.name] && e.push(r.name); + }), + a && + a.length && + a.forEach((r) => { + r.slot && e.push(r.slot); + }), + e + ); + }, + Pa = (t) => ({ + transitionName: Z( + () => (n) => t && typeof t != "boolean" ? (n ? t.open : t.close) : "", + ), + showTransition: !!t, + }), + Yt = { + multiCalendars: { type: [Boolean, Number, String], default: null }, + modelValue: { type: [String, Date, Array, Object, Number], default: null }, + modelType: { type: String, default: null }, + position: { type: String, default: "center" }, + dark: { type: Boolean, default: !1 }, + format: { type: [String, Function], default: () => null }, + closeOnScroll: { type: Boolean, default: !1 }, + autoPosition: { type: Boolean, default: !0 }, + closeOnAutoApply: { type: Boolean, default: !0 }, + altPosition: { type: Function, default: null }, + transitions: { type: [Boolean, Object], default: !0 }, + formatLocale: { type: Object, default: null }, + utc: { type: [Boolean, String], default: !1 }, + ariaLabels: { type: Object, default: () => ({}) }, + offset: { type: [Number, String], default: 10 }, + hideNavigation: { type: Array, default: () => [] }, + timezone: { type: String, default: null }, + vertical: { type: Boolean, default: !1 }, + disableMonthYearSelect: { type: Boolean, default: !1 }, + disableYearSelect: { type: Boolean, default: !1 }, + menuClassName: { type: String, default: null }, + dayClass: { type: Function, default: null }, + yearRange: { type: Array, default: () => [1900, 2100] }, + multiCalendarsSolo: { type: Boolean, default: !1 }, + calendarCellClassName: { type: String, default: null }, + enableTimePicker: { type: Boolean, default: !0 }, + autoApply: { type: Boolean, default: !1 }, + disabledDates: { type: [Array, Function], default: () => [] }, + monthNameFormat: { type: String, default: "short" }, + startDate: { type: [Date, String], default: null }, + startTime: { type: [Object, Array], default: null }, + hideOffsetDates: { type: Boolean, default: !1 }, + autoRange: { type: [Number, String], default: null }, + noToday: { type: Boolean, default: !1 }, + disabledWeekDays: { type: Array, default: () => [] }, + allowedDates: { type: Array, default: null }, + showNowButton: { type: Boolean, default: !1 }, + nowButtonLabel: { type: String, default: "Now" }, + markers: { type: Array, default: () => [] }, + modeHeight: { type: [Number, String], default: 255 }, + escClose: { type: Boolean, default: !0 }, + spaceConfirm: { type: Boolean, default: !0 }, + monthChangeOnArrows: { type: Boolean, default: !0 }, + presetRanges: { type: Array, default: () => [] }, + flow: { type: Array, default: () => [] }, + partialFlow: { type: Boolean, default: !1 }, + preventMinMaxNavigation: { type: Boolean, default: !1 }, + minRange: { type: [Number, String], default: null }, + maxRange: { type: [Number, String], default: null }, + multiDatesLimit: { type: [Number, String], default: null }, + reverseYears: { type: Boolean, default: !1 }, + keepActionRow: { type: Boolean, default: !1 }, + weekPicker: { type: Boolean, default: !1 }, + filters: { type: Object, default: () => ({}) }, + arrowNavigation: { type: Boolean, default: !1 }, + multiStatic: { type: Boolean, default: !0 }, + disableTimeRangeValidation: { type: Boolean, default: !1 }, + highlight: { type: [Array, Function], default: null }, + highlightWeekDays: { type: Array, default: null }, + highlightDisabledDays: { type: Boolean, default: !1 }, + teleport: { type: [String, Boolean], default: null }, + teleportCenter: { type: Boolean, default: !1 }, + locale: { type: String, default: "en-Us" }, + weekNumName: { type: String, default: "W" }, + weekStart: { type: [Number, String], default: 1 }, + weekNumbers: { type: [String, Function], default: null }, + calendarClassName: { type: String, default: null }, + noSwipe: { type: Boolean, default: !1 }, + monthChangeOnScroll: { type: [Boolean, String], default: !0 }, + dayNames: { type: [Function, Array], default: null }, + monthPicker: { type: Boolean, default: !1 }, + customProps: { type: Object, default: null }, + yearPicker: { type: Boolean, default: !1 }, + modelAuto: { type: Boolean, default: !1 }, + selectText: { type: String, default: "Select" }, + cancelText: { type: String, default: "Cancel" }, + previewFormat: { type: [String, Function], default: () => "" }, + multiDates: { type: Boolean, default: !1 }, + partialRange: { type: Boolean, default: !0 }, + ignoreTimeValidation: { type: Boolean, default: !1 }, + minDate: { type: [Date, String], default: null }, + maxDate: { type: [Date, String], default: null }, + minTime: { type: Object, default: null }, + maxTime: { type: Object, default: null }, + name: { type: String, default: null }, + placeholder: { type: String, default: "" }, + hideInputIcon: { type: Boolean, default: !1 }, + clearable: { type: Boolean, default: !0 }, + state: { type: Boolean, default: null }, + required: { type: Boolean, default: !1 }, + autocomplete: { type: String, default: "off" }, + inputClassName: { type: String, default: null }, + inlineWithInput: { type: Boolean, default: !1 }, + textInputOptions: { type: Object, default: () => null }, + fixedStart: { type: Boolean, default: !1 }, + fixedEnd: { type: Boolean, default: !1 }, + timePicker: { type: Boolean, default: !1 }, + enableSeconds: { type: Boolean, default: !1 }, + is24: { type: Boolean, default: !0 }, + noHoursOverlay: { type: Boolean, default: !1 }, + noMinutesOverlay: { type: Boolean, default: !1 }, + noSecondsOverlay: { type: Boolean, default: !1 }, + hoursGridIncrement: { type: [String, Number], default: 1 }, + minutesGridIncrement: { type: [String, Number], default: 5 }, + secondsGridIncrement: { type: [String, Number], default: 5 }, + hoursIncrement: { type: [Number, String], default: 1 }, + minutesIncrement: { type: [Number, String], default: 1 }, + secondsIncrement: { type: [Number, String], default: 1 }, + range: { type: Boolean, default: !1 }, + uid: { type: String, default: null }, + disabled: { type: Boolean, default: !1 }, + readonly: { type: Boolean, default: !1 }, + inline: { type: Boolean, default: !1 }, + textInput: { type: Boolean, default: !1 }, + onClickOutside: { type: Function, default: null }, + noDisabledRange: { type: Boolean, default: !1 }, + sixWeeks: { type: [Boolean, String], default: !1 }, + actionRow: { type: Object, default: () => ({}) }, + allowPreventDefault: { type: Boolean, default: !1 }, + closeOnClearValue: { type: Boolean, default: !0 }, + focusStartDate: { type: Boolean, default: !1 }, + disabledTimes: { type: Function, default: void 0 }, + showLastInRange: { type: Boolean, default: !0 }, + timePickerInline: { type: Boolean, default: !1 }, + calendar: { type: Function, default: null }, + autoApplyMonth: { type: Boolean, default: !0 }, + }, + ku = { key: 1, class: "dp__input_wrap" }, + Tu = [ + "id", + "name", + "inputmode", + "placeholder", + "disabled", + "readonly", + "required", + "value", + "autocomplete", + "aria-label", + "onKeydown", + ], + Du = { key: 2, class: "dp__clear_icon" }, + xu = vt({ + __name: "DatepickerInput", + props: { + isMenuOpen: { type: Boolean, default: !1 }, + inputValue: { type: String, default: "" }, + ...Yt, + }, + emits: [ + "clear", + "open", + "update:input-value", + "set-input-date", + "close", + "select-date", + "set-empty-date", + "toggle", + "focus-prev", + "focus", + "blur", + "real-blur", + ], + setup(t, { expose: n, emit: a }) { + const e = t, + { + getDefaultPattern: r, + isValidDate: i, + defaults: o, + getDefaultStartTime: l, + assignDefaultTime: d, + } = it(e), + u = ne(), + y = ne(null), + m = ne(!1), + c = ne(!1), + p = Z(() => ({ + dp__pointer: !e.disabled && !e.readonly && !e.textInput, + dp__disabled: e.disabled, + dp__input_readonly: !e.textInput, + dp__input: !0, + dp__input_icon_pad: !e.hideInputIcon, + dp__input_valid: e.state, + dp__input_invalid: e.state === !1, + dp__input_focus: m.value || e.isMenuOpen, + dp__input_reg: !e.textInput, + [e.inputClassName]: !!e.inputClassName, + })), + $ = () => { + a("set-input-date", null), + e.autoApply && (a("set-empty-date"), (u.value = null)); + }, + A = (v) => { + var g; + const P = l(); + return xl( + v, + ((g = o.value.textInputOptions) == null ? void 0 : g.format) || r(), + P || d({}), + e.inputValue, + c.value, + ); + }, + N = (v) => { + const { rangeSeparator: g } = o.value.textInputOptions, + [P, F] = v.split(`${g}`); + if (P) { + const D = A(P.trim()), + M = F ? A(F.trim()) : null, + C = D && M ? [D, M] : [D]; + u.value = D ? C : null; + } + }, + X = () => { + c.value = !0; + }, + k = (v) => { + if (e.range) N(v); + else if (e.multiDates) { + const g = v.split(";"); + u.value = g.map((P) => A(P.trim())).filter((P) => P); + } else u.value = A(v); + }, + _ = (v) => { + var g, P; + const F = + typeof v == "string" + ? v + : (g = v.target) == null + ? void 0 + : g.value; + F !== "" + ? ((P = o.value.textInputOptions) != null && + P.openMenu && + !e.isMenuOpen && + a("open"), + k(F), + a("set-input-date", u.value)) + : $(), + (c.value = !1), + a("update:input-value", F); + }, + S = (v) => { + var g, P; + e.textInput + ? (k(v.target.value), + (g = o.value.textInputOptions) != null && + g.enterSubmit && + i(u.value) && + e.inputValue !== "" + ? (a("set-input-date", u.value, !0), (u.value = null)) + : (P = o.value.textInputOptions) != null && + P.enterSubmit && + e.inputValue === "" && + ((u.value = null), a("clear"))) + : Y(v); + }, + w = (v) => { + var g, P, F; + e.textInput && + (g = o.value.textInputOptions) != null && + g.tabSubmit && + k(v.target.value), + (P = o.value.textInputOptions) != null && + P.tabSubmit && + i(u.value) && + e.inputValue !== "" + ? (a("set-input-date", u.value, !0), (u.value = null)) + : (F = o.value.textInputOptions) != null && + F.tabSubmit && + e.inputValue === "" && + ((u.value = null), a("clear")); + }, + O = () => { + (m.value = !0), a("focus"); + }, + Y = (v) => { + var g; + v.preventDefault(), + v.stopImmediatePropagation(), + v.stopPropagation(), + e.textInput && + (g = o.value.textInputOptions) != null && + g.openMenu && + !e.inlineWithInput + ? (a("toggle"), + o.value.textInputOptions.enterSubmit && a("select-date")) + : e.textInput || a("toggle"); + }, + U = () => { + a("real-blur"), + (m.value = !1), + (!e.isMenuOpen || (e.inline && e.inlineWithInput)) && a("blur"), + e.autoApply && + e.textInput && + u.value && + !e.isMenuOpen && + (a("set-input-date", u.value), + a("select-date"), + (u.value = null)); + }, + L = () => { + a("clear"); + }, + H = (v) => { + if (!e.textInput) { + if (v.code === "Tab") return; + v.preventDefault(); + } + }; + return ( + n({ + focusInput: () => { + var v; + (v = y.value) == null || v.focus({ preventScroll: !0 }); + }, + setParsedDate: (v) => { + u.value = v; + }, + }), + (v, g) => { + var P; + return ( + R(), + Q("div", { onClick: Y }, [ + v.$slots.trigger && !v.$slots["dp-input"] && !v.inline + ? ie(v.$slots, "trigger", { key: 0 }) + : G("", !0), + !v.$slots.trigger && (!v.inline || v.inlineWithInput) + ? (R(), + Q("div", ku, [ + v.$slots["dp-input"] && !v.$slots.trigger && !v.inline + ? ie(v.$slots, "dp-input", { + key: 0, + value: t.inputValue, + isMenuOpen: t.isMenuOpen, + onInput: _, + onEnter: S, + onTab: w, + onClear: L, + onBlur: U, + onKeypress: H, + onPaste: X, + }) + : G("", !0), + v.$slots["dp-input"] + ? G("", !0) + : (R(), + Q( + "input", + { + key: 1, + ref_key: "inputRef", + ref: y, + id: v.uid ? `dp-input-${v.uid}` : void 0, + name: v.name, + class: Ce(p.value), + inputmode: v.textInput ? "text" : "none", + placeholder: v.placeholder, + disabled: v.disabled, + readonly: v.readonly, + required: v.required, + value: t.inputValue, + autocomplete: v.autocomplete, + "aria-label": + (P = j(o).ariaLabels) == null ? void 0 : P.input, + onInput: _, + onKeydown: [he(S, ["enter"]), he(w, ["tab"]), H], + onBlur: U, + onFocus: O, + onKeypress: H, + onPaste: X, + }, + null, + 42, + Tu, + )), + J("div", { onClick: g[2] || (g[2] = (F) => a("toggle")) }, [ + v.$slots["input-icon"] && !v.hideInputIcon + ? (R(), + Q( + "span", + { + key: 0, + class: "dp__input_icon", + onClick: g[0] || (g[0] = (F) => a("toggle")), + }, + [ie(v.$slots, "input-icon")], + )) + : G("", !0), + !v.$slots["input-icon"] && + !v.hideInputIcon && + !v.$slots["dp-input"] + ? (R(), + Pe(j(Ca), { + key: 1, + onClick: g[1] || (g[1] = (F) => a("toggle")), + class: "dp__input_icon dp__input_icons", + })) + : G("", !0), + ]), + v.$slots["clear-icon"] && + t.inputValue && + v.clearable && + !v.disabled && + !v.readonly + ? (R(), + Q("span", Du, [ + ie(v.$slots, "clear-icon", { clear: L }), + ])) + : G("", !0), + v.clearable && + !v.$slots["clear-icon"] && + t.inputValue && + !v.disabled && + !v.readonly + ? (R(), + Pe( + j(Dl), + { + key: 3, + class: "dp__clear_icon dp__input_icons", + onClick: ot(L, ["stop", "prevent"]), + }, + null, + 8, + ["onClick"], + )) + : G("", !0), + ])) + : G("", !0), + ]) + ); + } + ); + }, + }), + Mu = ["title"], + Cu = { class: "dp__action_buttons" }, + Pu = ["onKeydown", "disabled"], + Su = vt({ + __name: "ActionRow", + props: { + menuMount: { type: Boolean, default: !1 }, + internalModelValue: { type: [Date, Array], default: null }, + calendarWidth: { type: Number, default: 0 }, + ...Yt, + }, + emits: ["close-picker", "select-date", "select-now", "invalid-select"], + setup(t, { emit: n }) { + const a = t, + { formatDate: e, isValidTime: r, defaults: i } = it(a), + { buildMatrix: o } = Et(), + l = ne(null), + d = ne(null); + ct(() => { + a.arrowNavigation && o([Re(l), Re(d)], "actionRow"); + }); + const u = Z(() => + a.range && !a.partialRange && a.internalModelValue + ? a.internalModelValue.length === 2 + : !0, + ), + y = Z(() => !m.value || !c.value || !u.value), + m = Z(() => + !a.enableTimePicker || a.ignoreTimeValidation + ? !0 + : r(a.internalModelValue), + ), + c = Z(() => + a.monthPicker + ? a.range && Array.isArray(a.internalModelValue) + ? !a.internalModelValue.filter((w) => !_(w)).length + : _(a.internalModelValue) + : !0, + ), + p = () => { + const w = i.value.previewFormat; + return a.timePicker || a.monthPicker, w(Ke(a.internalModelValue)); + }, + $ = () => { + const w = a.internalModelValue; + return i.value.multiCalendars > 0 + ? `${A(w[0])} - ${A(w[1])}` + : [A(w[0]), A(w[1])]; + }, + A = (w) => e(w, i.value.previewFormat), + N = Z(() => + !a.internalModelValue || !a.menuMount + ? "" + : typeof i.value.previewFormat == "string" + ? Array.isArray(a.internalModelValue) + ? a.internalModelValue.length === 2 && a.internalModelValue[1] + ? $() + : a.multiDates + ? a.internalModelValue.map((w) => `${A(w)}`) + : a.modelAuto + ? `${A(a.internalModelValue[0])}` + : `${A(a.internalModelValue[0])} -` + : A(a.internalModelValue) + : p(), + ), + X = () => (a.multiDates ? "; " : " - "), + k = Z(() => (Array.isArray(N.value) ? N.value.join(X()) : N.value)), + _ = (w) => { + if (!a.monthPicker) return !0; + let O = !0; + const Y = q(ia(w)); + if (a.minDate && a.maxDate) { + const U = q(ia(a.minDate)), + L = q(ia(a.maxDate)); + return (at(Y, U) && Ze(Y, L)) || Ne(Y, U) || Ne(Y, L); + } + if (a.minDate) { + const U = q(ia(a.minDate)); + O = at(Y, U) || Ne(Y, U); + } + if (a.maxDate) { + const U = q(ia(a.maxDate)); + O = Ze(Y, U) || Ne(Y, U); + } + return O; + }, + S = () => { + m.value && c.value && u.value + ? n("select-date") + : n("invalid-select"); + }; + return (w, O) => ( + R(), + Q( + "div", + { + class: "dp__action_row", + style: It(t.calendarWidth ? { width: `${t.calendarWidth}px` } : {}), + }, + [ + w.$slots["action-row"] + ? ie( + w.$slots, + "action-row", + ze( + Qe( + { key: 0 }, + { + internalModelValue: t.internalModelValue, + disabled: y.value, + selectDate: () => w.$emit("select-date"), + closePicker: () => w.$emit("close-picker"), + }, + ), + ), + ) + : (R(), + Q( + we, + { key: 1 }, + [ + j(i).actionRow.showPreview + ? (R(), + Q( + "div", + { + key: 0, + class: "dp__selection_preview", + title: k.value, + }, + [ + w.$slots["action-preview"] + ? ie(w.$slots, "action-preview", { + key: 0, + value: t.internalModelValue, + }) + : G("", !0), + w.$slots["action-preview"] + ? G("", !0) + : (R(), + Q(we, { key: 1 }, [rt(Ve(k.value), 1)], 64)), + ], + 8, + Mu, + )) + : G("", !0), + J("div", Cu, [ + w.$slots["action-buttons"] + ? ie(w.$slots, "action-buttons", { + key: 0, + value: t.internalModelValue, + }) + : G("", !0), + w.$slots["action-buttons"] + ? G("", !0) + : (R(), + Q( + we, + { key: 1 }, + [ + !w.inline && j(i).actionRow.showCancel + ? (R(), + Q( + "button", + { + key: 0, + type: "button", + ref_key: "cancelButtonRef", + ref: l, + class: + "dp__action_button dp__action_cancel", + onClick: + O[0] || + (O[0] = (Y) => w.$emit("close-picker")), + onKeydown: [ + O[1] || + (O[1] = he( + (Y) => w.$emit("close-picker"), + ["enter"], + )), + O[2] || + (O[2] = he( + (Y) => w.$emit("close-picker"), + ["space"], + )), + ], + }, + Ve(w.cancelText), + 545, + )) + : G("", !0), + w.showNowButton || j(i).actionRow.showNow + ? (R(), + Q( + "button", + { + key: 1, + type: "button", + ref_key: "cancelButtonRef", + ref: l, + class: + "dp__action_button dp__action_cancel", + onClick: + O[3] || + (O[3] = (Y) => w.$emit("select-now")), + onKeydown: [ + O[4] || + (O[4] = he( + (Y) => w.$emit("select-now"), + ["enter"], + )), + O[5] || + (O[5] = he( + (Y) => w.$emit("select-now"), + ["space"], + )), + ], + }, + Ve(w.nowButtonLabel), + 545, + )) + : G("", !0), + j(i).actionRow.showSelect + ? (R(), + Q( + "button", + { + key: 2, + type: "button", + class: + "dp__action_button dp__action_select", + onKeydown: [ + he(S, ["enter"]), + he(S, ["space"]), + ], + onClick: S, + disabled: y.value, + ref_key: "selectButtonRef", + ref: d, + }, + Ve(w.selectText), + 41, + Pu, + )) + : G("", !0), + ], + 64, + )), + ]), + ], + 64, + )), + ], + 4, + ) + ); + }, + }), + Ou = ["aria-label"], + Nu = { class: "dp__calendar_header", role: "row" }, + Au = { key: 0, class: "dp__calendar_header_item", role: "gridcell" }, + $u = J("div", { class: "dp__calendar_header_separator" }, null, -1), + Iu = ["aria-label"], + Eu = { key: 0, role: "gridcell", class: "dp__calendar_item dp__week_num" }, + Yu = { class: "dp__cell_inner" }, + Uu = [ + "aria-selected", + "aria-disabled", + "aria-label", + "onClick", + "onKeydown", + "onMouseenter", + "onMouseleave", + ], + Lu = vt({ + __name: "Calendar", + props: { + mappedDates: { type: Array, default: () => [] }, + getWeekNum: { type: Function, default: () => "" }, + specificMode: { type: Boolean, default: !1 }, + instance: { type: Number, default: 0 }, + month: { type: Number, default: 0 }, + year: { type: Number, default: 0 }, + ...Yt, + }, + emits: [ + "select-date", + "set-hover-date", + "handle-scroll", + "mount", + "handle-swipe", + "handle-space", + "tooltip-open", + "tooltip-close", + ], + setup(t, { expose: n, emit: a }) { + const e = t, + { buildMultiLevelMatrix: r } = Et(), + { setDateMonthOrYear: i, defaults: o } = it(e), + l = ne(null), + d = ne({ bottom: "", left: "", transform: "" }), + u = ne([]), + y = ne(null), + m = ne(!0), + c = ne(""), + p = ne({ startX: 0, endX: 0, startY: 0, endY: 0 }), + $ = ne([]), + A = ne({ left: "50%" }), + N = Z(() => (e.calendar ? e.calendar(e.mappedDates) : e.mappedDates)), + X = Z(() => + e.dayNames + ? Array.isArray(e.dayNames) + ? e.dayNames + : e.dayNames(e.locale, +e.weekStart) + : au(e.formatLocale, e.locale, +e.weekStart), + ); + ct(() => { + a("mount", { cmp: "calendar", refs: u }), + e.noSwipe || + (y.value && + (y.value.addEventListener("touchstart", g, { passive: !1 }), + y.value.addEventListener("touchend", P, { passive: !1 }), + y.value.addEventListener("touchmove", F, { passive: !1 }))), + e.monthChangeOnScroll && + y.value && + y.value.addEventListener("wheel", C, { passive: !1 }); + }); + const k = (x) => + x + ? e.vertical + ? "vNext" + : "next" + : e.vertical + ? "vPrevious" + : "previous", + _ = (x, s) => { + if (e.transitions) { + const E = ut(i(q(), e.month, e.year)); + (c.value = at(ut(i(q(), x, s)), E) + ? o.value.transitions[k(!0)] + : o.value.transitions[k(!1)]), + (m.value = !1), + At(() => { + m.value = !0; + }); + } + }, + S = Z(() => ({ [e.calendarClassName]: !!e.calendarClassName })), + w = Z(() => (x) => { + const s = iu(x); + return { + dp__marker_dot: s.type === "dot", + dp__marker_line: s.type === "line", + }; + }), + O = Z(() => (x) => Ne(x, l.value)), + Y = Z(() => ({ + dp__calendar: !0, + dp__calendar_next: o.value.multiCalendars > 0 && e.instance !== 0, + })), + U = Z(() => (x) => e.hideOffsetDates ? x.current : !0), + L = Z(() => + e.specificMode ? { height: `${e.modeHeight}px` } : void 0, + ), + H = async (x, s, E) => { + var K, W; + if ( + (a("set-hover-date", x), + (W = (K = x.marker) == null ? void 0 : K.tooltip) != null && + W.length) + ) { + const T = Re(u.value[s][E]); + if (T) { + const { width: f, height: h } = T.getBoundingClientRect(); + l.value = x.value; + let I = { left: `${f / 2}px` }, + z = -50; + if ((await At(), $.value[0])) { + const { left: oe, width: ae } = + $.value[0].getBoundingClientRect(); + oe < 0 && + ((I = { left: "0" }), (z = 0), (A.value.left = `${f / 2}px`)), + window.innerWidth < oe + ae && + ((I = { right: "0" }), + (z = 0), + (A.value.left = `${ae - f / 2}px`)); + } + (d.value = { + bottom: `${h}px`, + ...I, + transform: `translateX(${z}%)`, + }), + a("tooltip-open", x.marker); + } + } + }, + v = (x) => { + l.value && + ((l.value = null), + (d.value = JSON.parse( + JSON.stringify({ bottom: "", left: "", transform: "" }), + )), + a("tooltip-close", x.marker)); + }, + g = (x) => { + (p.value.startX = x.changedTouches[0].screenX), + (p.value.startY = x.changedTouches[0].screenY); + }, + P = (x) => { + (p.value.endX = x.changedTouches[0].screenX), + (p.value.endY = x.changedTouches[0].screenY), + D(); + }, + F = (x) => { + e.vertical && !e.inline && x.preventDefault(); + }, + D = () => { + const x = e.vertical ? "Y" : "X"; + Math.abs(p.value[`start${x}`] - p.value[`end${x}`]) > 10 && + a( + "handle-swipe", + p.value[`start${x}`] > p.value[`end${x}`] ? "right" : "left", + ); + }, + M = (x, s, E) => { + x && + (Array.isArray(u.value[s]) + ? (u.value[s][E] = x) + : (u.value[s] = [x])), + e.arrowNavigation && r(u.value, "calendar"); + }, + C = (x) => { + e.monthChangeOnScroll && (x.preventDefault(), a("handle-scroll", x)); + }; + return ( + n({ triggerTransition: _ }), + (x, s) => { + var E; + return ( + R(), + Q( + "div", + { class: Ce(Y.value) }, + [ + J( + "div", + { + style: It(L.value), + ref_key: "calendarWrapRef", + ref: y, + role: "grid", + class: Ce(S.value), + "aria-label": + (E = j(o).ariaLabels) == null ? void 0 : E.calendarWrap, + }, + [ + t.specificMode + ? G("", !0) + : (R(), + Q( + we, + { key: 0 }, + [ + J("div", Nu, [ + x.weekNumbers + ? (R(), Q("div", Au, Ve(x.weekNumName), 1)) + : G("", !0), + (R(!0), + Q( + we, + null, + Fe( + X.value, + (K, W) => ( + R(), + Q( + "div", + { + class: "dp__calendar_header_item", + role: "gridcell", + key: W, + }, + [ + x.$slots["calendar-header"] + ? ie(x.$slots, "calendar-header", { + key: 0, + day: K, + index: W, + }) + : G("", !0), + x.$slots["calendar-header"] + ? G("", !0) + : (R(), + Q( + we, + { key: 1 }, + [rt(Ve(K), 1)], + 64, + )), + ], + ) + ), + ), + 128, + )), + ]), + $u, + _t( + Zt, + { name: c.value, css: !!x.transitions }, + { + default: _e(() => { + var K; + return [ + m.value + ? (R(), + Q( + "div", + { + key: 0, + class: "dp__calendar", + role: "grid", + "aria-label": + (K = j(o).ariaLabels) == null + ? void 0 + : K.calendarDays, + }, + [ + (R(!0), + Q( + we, + null, + Fe( + N.value, + (W, T) => ( + R(), + Q( + "div", + { + class: "dp__calendar_row", + role: "row", + key: T, + }, + [ + x.weekNumbers + ? (R(), + Q("div", Eu, [ + J( + "div", + Yu, + Ve( + t.getWeekNum( + W.days, + ), + ), + 1, + ), + ])) + : G("", !0), + (R(!0), + Q( + we, + null, + Fe(W.days, (f, h) => { + var I, z, oe; + return ( + R(), + Q( + "div", + { + role: "gridcell", + class: + "dp__calendar_item", + ref_for: !0, + ref: (ae) => + M(ae, T, h), + key: h + T, + "aria-selected": + f.classData + .dp__active_date || + f.classData + .dp__range_start || + f.classData + .dp__range_start, + "aria-disabled": + f.classData + .dp__cell_disabled, + "aria-label": + (z = + (I = + j( + o, + ).ariaLabels) == + null + ? void 0 + : I.day) == + null + ? void 0 + : z.call( + I, + f, + ), + tabindex: "0", + onClick: ot( + (ae) => + x.$emit( + "select-date", + f, + ), + [ + "stop", + "prevent", + ], + ), + onKeydown: [ + he( + (ae) => + x.$emit( + "select-date", + f, + ), + ["enter"], + ), + he( + (ae) => + x.$emit( + "handle-space", + f, + ), + ["space"], + ), + ], + onMouseenter: ( + ae, + ) => H(f, T, h), + onMouseleave: ( + ae, + ) => v(f), + }, + [ + J( + "div", + { + class: Ce([ + "dp__cell_inner", + f.classData, + ]), + }, + [ + x.$slots + .day && + U.value(f) + ? ie( + x.$slots, + "day", + { + key: 0, + day: +f.text, + date: f.value, + }, + ) + : G( + "", + !0, + ), + x.$slots.day + ? G( + "", + !0, + ) + : (R(), + Q( + we, + { + key: 1, + }, + [ + rt( + Ve( + f.text, + ), + 1, + ), + ], + 64, + )), + f.marker && + U.value(f) + ? (R(), + Q( + we, + { + key: 2, + }, + [ + x + .$slots + .marker + ? ie( + x.$slots, + "marker", + { + key: 0, + marker: + f.marker, + day: +f.text, + date: f.value, + }, + ) + : (R(), + Q( + "div", + { + key: 1, + class: + Ce( + w.value( + f.marker, + ), + ), + style: + It( + f + .marker + .color + ? { + backgroundColor: + f + .marker + .color, + } + : {}, + ), + }, + null, + 6, + )), + ], + 64, + )) + : G( + "", + !0, + ), + O.value( + f.value, + ) + ? (R(), + Q( + "div", + { + key: 3, + class: + "dp__marker_tooltip", + ref_for: + !0, + ref_key: + "activeTooltip", + ref: $, + style: + It( + d.value, + ), + }, + [ + (oe = + f.marker) != + null && + oe.tooltip + ? (R(), + Q( + "div", + { + key: 0, + class: + "dp__tooltip_content", + onClick: + s[0] || + (s[0] = + ot(() => {}, [ + "stop", + ])), + }, + [ + (R( + !0, + ), + Q( + we, + null, + Fe( + f + .marker + .tooltip, + ( + ae, + ye, + ) => ( + R(), + Q( + "div", + { + key: ye, + class: + "dp__tooltip_text", + }, + [ + x + .$slots[ + "marker-tooltip" + ] + ? ie( + x.$slots, + "marker-tooltip", + { + key: 0, + tooltip: + ae, + day: f.value, + }, + ) + : G( + "", + !0, + ), + x + .$slots[ + "marker-tooltip" + ] + ? G( + "", + !0, + ) + : (R(), + Q( + we, + { + key: 1, + }, + [ + J( + "div", + { + class: + "dp__tooltip_mark", + style: + It( + ae.color + ? { + backgroundColor: + ae.color, + } + : {}, + ), + }, + null, + 4, + ), + J( + "div", + null, + Ve( + ae.text, + ), + 1, + ), + ], + 64, + )), + ], + ) + ), + ), + 128, + )), + J( + "div", + { + class: + "dp__arrow_bottom_tp", + style: + It( + A.value, + ), + }, + null, + 4, + ), + ], + )) + : G( + "", + !0, + ), + ], + 4, + )) + : G( + "", + !0, + ), + ], + 2, + ), + ], + 40, + Uu, + ) + ); + }), + 128, + )), + ], + ) + ), + ), + 128, + )), + ], + 8, + Iu, + )) + : G("", !0), + ]; + }), + _: 3, + }, + 8, + ["name", "css"], + ), + ], + 64, + )), + ], + 14, + Ou, + ), + ], + 2, + ) + ); + } + ); + }, + }), + Ru = ["aria-label", "aria-disabled"], + qa = vt({ + __name: "ActionIcon", + props: { ariaLabel: {}, disabled: { type: Boolean } }, + emits: ["activate", "set-ref"], + setup(t, { emit: n }) { + const a = ne(null); + return ( + ct(() => n("set-ref", a)), + (e, r) => ( + R(), + Q( + "button", + { + type: "button", + class: "dp__btn dp__month_year_col_nav", + onClick: r[0] || (r[0] = (i) => e.$emit("activate")), + onKeydown: [ + r[1] || + (r[1] = he( + ot((i) => e.$emit("activate"), ["prevent"]), + ["enter"], + )), + r[2] || + (r[2] = he( + ot((i) => e.$emit("activate"), ["prevent"]), + ["space"], + )), + ], + tabindex: "0", + "aria-label": e.ariaLabel, + "aria-disabled": e.disabled, + ref_key: "elRef", + ref: a, + }, + [ + J( + "span", + { + class: Ce([ + "dp__inner_nav", + { dp__inner_nav_disabled: e.disabled }, + ]), + }, + [ie(e.$slots, "default")], + 2, + ), + ], + 40, + Ru, + ) + ) + ); + }, + }), + Fu = ["onKeydown"], + Vu = { class: "dp__selection_grid_header" }, + Bu = [ + "aria-selected", + "aria-disabled", + "onClick", + "onKeydown", + "onMouseover", + ], + Wu = ["aria-label", "onKeydown"], + ca = vt({ + __name: "SelectionGrid", + props: { + items: { type: Array, default: () => [] }, + modelValue: { type: [String, Number], default: null }, + multiModelValue: { type: Array, default: () => [] }, + disabledValues: { type: Array, default: () => [] }, + minValue: { type: [Number, String], default: null }, + maxValue: { type: [Number, String], default: null }, + year: { type: Number, default: 0 }, + skipActive: { type: Boolean, default: !1 }, + headerRefs: { type: Array, default: () => [] }, + skipButtonRef: { type: Boolean, default: !1 }, + monthPicker: { type: Boolean, default: !1 }, + yearPicker: { type: Boolean, default: !1 }, + escClose: { type: Boolean, default: !0 }, + type: { type: String, default: null }, + arrowNavigation: { type: Boolean, default: !1 }, + autoApply: { type: Boolean, default: !1 }, + textInput: { type: Boolean, default: !1 }, + ariaLabels: { type: Object, default: () => ({}) }, + hideNavigation: { type: Array, default: () => [] }, + internalModelValue: { type: [Date, Array], default: null }, + autoApplyMonth: { type: Boolean, default: !1 }, + }, + emits: ["update:model-value", "selected", "toggle", "reset-flow"], + setup(t, { expose: n, emit: a }) { + const e = t, + { + setSelectionGrid: r, + buildMultiLevelMatrix: i, + setMonthPicker: o, + } = Et(), + { hideNavigationButtons: l } = it(e), + d = ne(!1), + u = ne(null), + y = ne(null), + m = ne([]), + c = ne(), + p = ne(null), + $ = ne(0), + A = ne(null); + Or(() => { + u.value = null; + }), + ct(() => { + var C; + At().then(() => L()), + X(), + N(!0), + (C = u.value) == null || C.focus({ preventScroll: !0 }); + }), + rn(() => N(!1)); + const N = (C) => { + var x; + e.arrowNavigation && + ((x = e.headerRefs) != null && x.length ? o(C) : r(C)); + }, + X = () => { + const C = Re(y); + C && + (e.textInput || C.focus({ preventScroll: !0 }), + (d.value = C.clientHeight < C.scrollHeight)); + }, + k = Z(() => ({ dp__overlay: !0 })), + _ = Z(() => ({ dp__overlay_col: !0 })), + S = (C) => + e.monthPicker && !e.autoApplyMonth + ? Ne(e.internalModelValue, Ot(Gt(new Date(), C.value), e.year)) + : e.skipActive + ? !1 + : C.value === e.modelValue, + w = Z(() => + e.items.map((C) => + C.filter((x) => x).map((x) => { + var s, E, K; + const W = + e.disabledValues.some((f) => f === x.value) || U(x.value), + T = + (s = e.multiModelValue) != null && s.length + ? (E = e.multiModelValue) == null + ? void 0 + : E.some((f) => + Ne( + f, + Ot( + e.monthPicker + ? Gt(new Date(), x.value) + : new Date(), + e.monthPicker ? e.year : x.value, + ), + ), + ) + : S(x); + return { + ...x, + className: { + dp__overlay_cell_active: T, + dp__overlay_cell: !T, + dp__overlay_cell_disabled: W, + dp__overlay_cell_active_disabled: W && T, + dp__overlay_cell_pad: !0, + dp__cell_in_between: + (K = e.multiModelValue) != null && K.length && e.skipActive + ? v(x.value) + : !1, + }, + }; + }), + ), + ), + O = Z(() => ({ + dp__button: !0, + dp__overlay_action: !0, + dp__over_action_scroll: d.value, + dp__button_bottom: e.autoApply, + })), + Y = Z(() => { + var C, x; + return { + dp__overlay_container: !0, + dp__container_flex: + ((C = e.items) == null ? void 0 : C.length) <= 6, + dp__container_block: + ((x = e.items) == null ? void 0 : x.length) > 6, + }; + }), + U = (C) => { + const x = e.maxValue || e.maxValue === 0, + s = e.minValue || e.minValue === 0; + return !x && !s + ? !1 + : x && s + ? +C > +e.maxValue || +C < +e.minValue + : x + ? +C > +e.maxValue + : s + ? +C < +e.minValue + : !1; + }, + L = () => { + const C = Re(u), + x = Re(y), + s = Re(p), + E = Re(A), + K = s ? s.getBoundingClientRect().height : 0; + x && ($.value = x.getBoundingClientRect().height - K), + C && + E && + (E.scrollTop = + C.offsetTop - + E.offsetTop - + ($.value / 2 - C.getBoundingClientRect().height) - + K); + }, + H = (C) => { + !e.disabledValues.some((x) => x === C) && + !U(C) && + (a("update:model-value", C), a("selected")); + }, + v = (C) => { + const x = e.monthPicker ? e.year : C; + return wr( + e.multiModelValue, + Ot( + e.monthPicker ? Gt(new Date(), c.value || 0) : new Date(), + e.monthPicker ? x : c.value || x, + ), + Ot(e.monthPicker ? Gt(new Date(), C) : new Date(), x), + ); + }, + g = () => { + a("toggle"), a("reset-flow"); + }, + P = () => { + e.escClose && g(); + }, + F = (C, x, s, E) => { + C && + (x.value === +e.modelValue && + !e.disabledValues.includes(x.value) && + (u.value = C), + e.arrowNavigation && + (Array.isArray(m.value[s]) + ? (m.value[s][E] = C) + : (m.value[s] = [C]), + D())); + }, + D = () => { + var C, x; + const s = + (C = e.headerRefs) != null && C.length + ? [e.headerRefs].concat(m.value) + : m.value.concat([e.skipButtonRef ? [] : [p.value]]); + i( + Ke(s), + (x = e.headerRefs) != null && x.length + ? "monthPicker" + : "selectionGrid", + ); + }, + M = (C) => { + e.arrowNavigation || C.stopImmediatePropagation(); + }; + return ( + n({ focusGrid: X }), + (C, x) => { + var s; + return ( + R(), + Q( + "div", + { + ref_key: "gridWrapRef", + ref: y, + class: Ce(k.value), + role: "dialog", + tabindex: "0", + onKeydown: [ + he(P, ["esc"]), + x[0] || (x[0] = he((E) => M(E), ["left"])), + x[1] || (x[1] = he((E) => M(E), ["up"])), + x[2] || (x[2] = he((E) => M(E), ["down"])), + x[3] || (x[3] = he((E) => M(E), ["right"])), + ], + }, + [ + J( + "div", + { + class: Ce(Y.value), + ref_key: "containerRef", + ref: A, + role: "grid", + style: It({ height: `${$.value}px` }), + }, + [ + J("div", Vu, [ie(C.$slots, "header")]), + C.$slots.overlay + ? ie(C.$slots, "overlay", { key: 0 }) + : (R(!0), + Q( + we, + { key: 1 }, + Fe( + w.value, + (E, K) => ( + R(), + Q( + "div", + { + class: Ce([ + "dp__overlay_row", + { dp__flex_row: w.value.length >= 3 }, + ]), + key: K, + role: "row", + }, + [ + (R(!0), + Q( + we, + null, + Fe( + E, + (W, T) => ( + R(), + Q( + "div", + { + role: "gridcell", + class: Ce(_.value), + key: W.value, + "aria-selected": + W.value === t.modelValue && + !t.disabledValues.includes( + W.value, + ), + "aria-disabled": + W.className + .dp__overlay_cell_disabled, + ref_for: !0, + ref: (f) => F(f, W, K, T), + tabindex: "0", + onClick: (f) => H(W.value), + onKeydown: [ + he((f) => H(W.value), ["enter"]), + he((f) => H(W.value), ["space"]), + ], + onMouseover: (f) => + (c.value = W.value), + }, + [ + J( + "div", + { class: Ce(W.className) }, + [ + C.$slots.item + ? ie(C.$slots, "item", { + key: 0, + item: W, + }) + : G("", !0), + C.$slots.item + ? G("", !0) + : (R(), + Q( + we, + { key: 1 }, + [rt(Ve(W.text), 1)], + 64, + )), + ], + 2, + ), + ], + 42, + Bu, + ) + ), + ), + 128, + )), + ], + 2, + ) + ), + ), + 128, + )), + ], + 6, + ), + C.$slots["button-icon"] + ? yt( + (R(), + Q( + "div", + { + key: 0, + role: "button", + "aria-label": + (s = t.ariaLabels) == null + ? void 0 + : s.toggleOverlay, + class: Ce(O.value), + tabindex: "0", + ref_key: "toggleButton", + ref: p, + onClick: g, + onKeydown: [he(g, ["enter"]), he(g, ["tab"])], + }, + [ie(C.$slots, "button-icon")], + 42, + Wu, + )), + [[wa, !j(l)(t.type)]], + ) + : G("", !0), + ], + 42, + Fu, + ) + ); + } + ); + }, + }), + Hu = ["aria-label"], + qn = vt({ + __name: "RegularPicker", + props: { + ariaLabel: { type: String, default: "" }, + showSelectionGrid: { type: Boolean, default: !1 }, + modelValue: { type: Number, default: null }, + items: { type: Array, default: () => [] }, + disabledValues: { type: Array, default: () => [] }, + minValue: { type: Number, default: null }, + maxValue: { type: Number, default: null }, + slotName: { type: String, default: "" }, + overlaySlot: { type: String, default: "" }, + headerRefs: { type: Array, default: () => [] }, + escClose: { type: Boolean, default: !0 }, + type: { type: String, default: null }, + transitions: { type: [Object, Boolean], default: !1 }, + arrowNavigation: { type: Boolean, default: !1 }, + autoApply: { type: Boolean, default: !1 }, + textInput: { type: Boolean, default: !1 }, + ariaLabels: { type: Object, default: () => ({}) }, + hideNavigation: { type: Array, default: () => [] }, + }, + emits: ["update:model-value", "toggle", "set-ref"], + setup(t, { emit: n }) { + const a = t, + { transitionName: e, showTransition: r } = Pa(a.transitions), + i = ne(null); + return ( + ct(() => n("set-ref", i)), + (o, l) => ( + R(), + Q( + we, + null, + [ + J( + "button", + { + type: "button", + class: "dp__btn dp__month_year_select", + onClick: l[0] || (l[0] = (d) => o.$emit("toggle")), + onKeydown: [ + l[1] || + (l[1] = he( + ot((d) => o.$emit("toggle"), ["prevent"]), + ["enter"], + )), + l[2] || + (l[2] = he( + ot((d) => o.$emit("toggle"), ["prevent"]), + ["space"], + )), + ], + "aria-label": t.ariaLabel, + tabindex: "0", + ref_key: "elRef", + ref: i, + }, + [ie(o.$slots, "default")], + 40, + Hu, + ), + _t( + Zt, + { name: j(e)(t.showSelectionGrid), css: j(r) }, + { + default: _e(() => [ + t.showSelectionGrid + ? (R(), + Pe( + ca, + Qe( + { key: 0 }, + { + modelValue: t.modelValue, + items: t.items, + disabledValues: t.disabledValues, + minValue: t.minValue, + maxValue: t.maxValue, + escClose: t.escClose, + type: t.type, + arrowNavigation: t.arrowNavigation, + textInput: t.textInput, + autoApply: t.autoApply, + ariaLabels: t.ariaLabels, + hideNavigation: t.hideNavigation, + }, + { + "header-refs": [], + "onUpdate:modelValue": + l[3] || + (l[3] = (d) => + o.$emit("update:model-value", d)), + onToggle: + l[4] || (l[4] = (d) => o.$emit("toggle")), + }, + ), + nt( + { + "button-icon": _e(() => [ + o.$slots["calendar-icon"] + ? ie(o.$slots, "calendar-icon", { key: 0 }) + : G("", !0), + o.$slots["calendar-icon"] + ? G("", !0) + : (R(), Pe(j(Ca), { key: 1 })), + ]), + _: 2, + }, + [ + o.$slots[t.slotName] + ? { + name: "item", + fn: _e(({ item: d }) => [ + ie(o.$slots, t.slotName, { item: d }), + ]), + key: "0", + } + : void 0, + o.$slots[t.overlaySlot] + ? { + name: "overlay", + fn: _e(() => [ie(o.$slots, t.overlaySlot)]), + key: "1", + } + : void 0, + o.$slots[`${t.overlaySlot}-header`] + ? { + name: "header", + fn: _e(() => [ + ie(o.$slots, `${t.overlaySlot}-header`), + ]), + key: "2", + } + : void 0, + ], + ), + 1040, + )) + : G("", !0), + ]), + _: 3, + }, + 8, + ["name", "css"], + ), + ], + 64, + ) + ) + ); + }, + }), + ju = { class: "dp__month_year_row" }, + qu = { class: "dp__month_picker_header" }, + Qu = ["aria-label"], + Gu = ["aria-label"], + Xu = ["aria-label"], + Ju = vt({ + __name: "MonthYearPicker", + props: { + month: { type: Number, default: 0 }, + year: { type: Number, default: 0 }, + instance: { type: Number, default: 0 }, + years: { type: Array, default: () => [] }, + months: { type: Array, default: () => [] }, + internalModelValue: { type: [Date, Array], default: null }, + ...Yt, + }, + emits: [ + "update-month-year", + "month-year-select", + "mount", + "reset-flow", + "overlay-closed", + ], + setup(t, { expose: n, emit: a }) { + const e = t, + { defaults: r } = it(e), + { transitionName: i, showTransition: o } = Pa(r.value.transitions), + { buildMatrix: l } = Et(), + { + handleMonthYearChange: d, + isDisabled: u, + updateMonthYear: y, + } = gu(e, a), + m = ne(!1), + c = ne(!1), + p = ne([null, null, null, null]), + $ = ne(null), + A = ne(null), + N = ne(null); + ct(() => { + a("mount"); + }); + const X = (h) => ({ + get: () => e[h], + set: (I) => { + const z = h === "month" ? "year" : "month"; + a("update-month-year", { [h]: I, [z]: e[z] }), + a("month-year-select", h === "year"), + h === "month" ? E(!0) : K(!0); + }, + }), + k = Z(X("month")), + _ = Z(X("year")), + S = (h) => { + const I = Ie(q(h)); + return e.year === I; + }, + w = Z(() => + e.monthPicker + ? Array.isArray(e.disabledDates) + ? e.disabledDates + .map((h) => q(h)) + .filter((h) => S(h)) + .map((h) => Ae(h)) + : [] + : [], + ), + O = Z(() => (h) => { + const I = h === "month"; + return { + showSelectionGrid: (I ? m : c).value, + items: (I ? D : M).value, + disabledValues: r.value.filters[I ? "months" : "years"].concat( + w.value, + ), + minValue: (I ? H : U).value, + maxValue: (I ? v : L).value, + headerRefs: I && e.monthPicker ? [$.value, A.value, N.value] : [], + escClose: e.escClose, + transitions: r.value.transitions, + ariaLabels: r.value.ariaLabels, + textInput: e.textInput, + autoApply: e.autoApply, + arrowNavigation: e.arrowNavigation, + hideNavigation: e.hideNavigation, + }; + }), + Y = Z(() => (h) => ({ + month: e.month, + year: e.year, + items: h === "month" ? e.months : e.years, + instance: e.instance, + updateMonthYear: y, + toggle: h === "month" ? E : K, + })), + U = Z(() => (e.minDate ? Ie(q(e.minDate)) : null)), + L = Z(() => (e.maxDate ? Ie(q(e.maxDate)) : null)), + H = Z(() => { + if (e.minDate && U.value) { + if (U.value > e.year) return 12; + if (U.value === e.year) return Ae(q(e.minDate)); + } + return null; + }), + v = Z(() => + e.maxDate && L.value + ? L.value < e.year + ? -1 + : L.value === e.year + ? Ae(q(e.maxDate)) + : null + : null, + ), + g = Z(() => + (e.range || e.multiDates) && + e.internalModelValue && + (e.monthPicker || e.yearPicker) + ? e.internalModelValue + : [], + ), + P = (h) => { + const I = [], + z = (oe) => oe; + for (let oe = 0; oe < h.length; oe += 3) { + const ae = [h[oe], h[oe + 1], h[oe + 2]]; + I.push(z(ae)); + } + return I; + }, + F = Z( + () => + e.months.find((I) => I.value === e.month) || { text: "", value: 0 }, + ), + D = Z(() => P(e.months)), + M = Z(() => P(e.years)), + C = Z(() => + r.value.multiCalendars + ? e.multiCalendarsSolo + ? !0 + : e.instance === 0 + : !0, + ), + x = Z(() => + r.value.multiCalendars + ? e.multiCalendarsSolo + ? !0 + : e.instance === r.value.multiCalendars - 1 + : !0, + ), + s = (h, I) => { + I !== void 0 ? (h.value = I) : (h.value = !h.value); + }, + E = (h = !1, I) => { + W(h), s(m, I), m.value || a("overlay-closed"); + }, + K = (h = !1, I) => { + W(h), s(c, I), c.value || a("overlay-closed"); + }, + W = (h) => { + h || a("reset-flow"); + }, + T = (h = !1) => { + u.value(h) || + a("update-month-year", { + year: h ? e.year + 1 : e.year - 1, + month: e.month, + fromNav: !0, + }); + }, + f = (h, I) => { + e.arrowNavigation && ((p.value[I] = Re(h)), l(p.value, "monthYear")); + }; + return ( + n({ + toggleMonthPicker: E, + toggleYearPicker: K, + handleMonthYearChange: d, + }), + (h, I) => { + var z, oe, ae, ye, be; + return ( + R(), + Q("div", ju, [ + h.$slots["month-year"] + ? ie( + h.$slots, + "month-year", + ze( + Qe( + { key: 0 }, + { + month: t.month, + year: t.year, + months: t.months, + years: t.years, + updateMonthYear: j(y), + handleMonthYearChange: j(d), + instance: t.instance, + }, + ), + ), + ) + : (R(), + Q( + we, + { key: 1 }, + [ + !h.monthPicker && !h.yearPicker + ? (R(), + Q( + we, + { key: 0 }, + [ + C.value && !h.vertical + ? (R(), + Pe( + qa, + { + key: 0, + "aria-label": + (z = j(r).ariaLabels) == null + ? void 0 + : z.prevMonth, + disabled: j(u)(!1), + onActivate: + I[0] || (I[0] = (de) => j(d)(!1)), + onSetRef: + I[1] || (I[1] = (de) => f(de, 0)), + }, + { + default: _e(() => [ + h.$slots["arrow-left"] + ? ie(h.$slots, "arrow-left", { + key: 0, + }) + : G("", !0), + h.$slots["arrow-left"] + ? G("", !0) + : (R(), Pe(j(Sn), { key: 1 })), + ]), + _: 3, + }, + 8, + ["aria-label", "disabled"], + )) + : G("", !0), + J( + "div", + { + class: Ce([ + "dp__month_year_wrap", + { + dp__year_disable_select: + e.disableYearSelect, + }, + ]), + }, + [ + _t( + qn, + Qe( + { + type: "month", + "slot-name": "month-overlay-val", + "overlay-slot": "overlay-month", + "aria-label": + (oe = j(r).ariaLabels) == null + ? void 0 + : oe.openMonthsOverlay, + modelValue: k.value, + "onUpdate:modelValue": + I[2] || + (I[2] = (de) => (k.value = de)), + }, + O.value("month"), + { + onToggle: E, + onSetRef: + I[3] || (I[3] = (de) => f(de, 1)), + }, + ), + nt( + { + default: _e(() => [ + h.$slots.month + ? ie( + h.$slots, + "month", + ze(Qe({ key: 0 }, F.value)), + ) + : G("", !0), + h.$slots.month + ? G("", !0) + : (R(), + Q( + we, + { key: 1 }, + [rt(Ve(F.value.text), 1)], + 64, + )), + ]), + _: 2, + }, + [ + h.$slots["calendar-icon"] + ? { + name: "calendar-icon", + fn: _e(() => [ + ie(h.$slots, "calendar-icon"), + ]), + key: "0", + } + : void 0, + h.$slots["month-overlay-value"] + ? { + name: "month-overlay-val", + fn: _e(({ item: de }) => [ + ie( + h.$slots, + "month-overlay-value", + { + text: de.text, + value: de.value, + }, + ), + ]), + key: "1", + } + : void 0, + h.$slots["month-overlay"] + ? { + name: "overlay-month", + fn: _e(() => [ + ie( + h.$slots, + "month-overlay", + ze(ft(Y.value("month"))), + ), + ]), + key: "2", + } + : void 0, + h.$slots["month-overlay-header"] + ? { + name: "overlay-month-header", + fn: _e(() => [ + ie( + h.$slots, + "month-overlay-header", + { toggle: E }, + ), + ]), + key: "3", + } + : void 0, + ], + ), + 1040, + ["aria-label", "modelValue"], + ), + e.disableYearSelect + ? G("", !0) + : (R(), + Pe( + qn, + Qe( + { + key: 0, + type: "year", + "slot-name": "year-overlay-val", + "overlay-slot": "overlay-year", + "aria-label": + (ae = j(r).ariaLabels) == null + ? void 0 + : ae.openYearsOverlay, + modelValue: _.value, + "onUpdate:modelValue": + I[4] || + (I[4] = (de) => (_.value = de)), + }, + O.value("year"), + { + onToggle: K, + onSetRef: + I[5] || (I[5] = (de) => f(de, 2)), + }, + ), + nt( + { + default: _e(() => [ + h.$slots.year + ? ie(h.$slots, "year", { + key: 0, + year: t.year, + }) + : G("", !0), + h.$slots.year + ? G("", !0) + : (R(), + Q( + we, + { key: 1 }, + [rt(Ve(t.year), 1)], + 64, + )), + ]), + _: 2, + }, + [ + h.$slots["calendar-icon"] + ? { + name: "calendar-icon", + fn: _e(() => [ + ie( + h.$slots, + "calendar-icon", + ), + ]), + key: "0", + } + : void 0, + h.$slots["year-overlay-value"] + ? { + name: "year-overlay-val", + fn: _e(({ item: de }) => [ + ie( + h.$slots, + "year-overlay-value", + { + text: de.text, + value: de.value, + }, + ), + ]), + key: "1", + } + : void 0, + h.$slots["year-overlay"] + ? { + name: "overlay-year", + fn: _e(() => [ + ie( + h.$slots, + "year-overlay", + ze(ft(Y.value("year"))), + ), + ]), + key: "2", + } + : void 0, + h.$slots["year-overlay-header"] + ? { + name: "overlay-year-header", + fn: _e(() => [ + ie( + h.$slots, + "year-overlay-header", + { toggle: K }, + ), + ]), + key: "3", + } + : void 0, + ], + ), + 1040, + ["aria-label", "modelValue"], + )), + ], + 2, + ), + C.value && h.vertical + ? (R(), + Pe( + qa, + { + key: 1, + "aria-label": + (ye = j(r).ariaLabels) == null + ? void 0 + : ye.prevMonth, + disabled: j(u)(!1), + onActivate: + I[6] || (I[6] = (de) => j(d)(!1)), + }, + { + default: _e(() => [ + h.$slots["arrow-up"] + ? ie(h.$slots, "arrow-up", { key: 0 }) + : G("", !0), + h.$slots["arrow-up"] + ? G("", !0) + : (R(), Pe(j(yr), { key: 1 })), + ]), + _: 3, + }, + 8, + ["aria-label", "disabled"], + )) + : G("", !0), + x.value + ? (R(), + Pe( + qa, + { + key: 2, + ref: "rightIcon", + disabled: j(u)(!0), + "aria-label": + (be = j(r).ariaLabels) == null + ? void 0 + : be.nextMonth, + onActivate: + I[7] || (I[7] = (de) => j(d)(!0)), + onSetRef: + I[8] || (I[8] = (de) => f(de, 3)), + }, + { + default: _e(() => [ + h.$slots[ + h.vertical + ? "arrow-down" + : "arrow-right" + ] + ? ie( + h.$slots, + h.vertical + ? "arrow-down" + : "arrow-right", + { key: 0 }, + ) + : G("", !0), + h.$slots[ + h.vertical + ? "arrow-down" + : "arrow-right" + ] + ? G("", !0) + : (R(), + Pe(Gn(h.vertical ? j(gr) : j(On)), { + key: 1, + })), + ]), + _: 3, + }, + 8, + ["disabled", "aria-label"], + )) + : G("", !0), + ], + 64, + )) + : G("", !0), + h.monthPicker + ? (R(), + Pe( + ca, + Qe({ key: 1 }, O.value("month"), { + "skip-active": h.range, + "internal-model-value": t.internalModelValue, + year: t.year, + "auto-apply-month": h.autoApplyMonth, + "multi-model-value": g.value, + "month-picker": "", + modelValue: k.value, + "onUpdate:modelValue": + I[17] || (I[17] = (de) => (k.value = de)), + onToggle: E, + onSelected: + I[18] || + (I[18] = (de) => h.$emit("overlay-closed")), + }), + nt( + { + header: _e(() => { + var de, We, Je; + return [ + J("div", qu, [ + J( + "div", + { + class: "dp__month_year_col_nav", + tabindex: "0", + ref_key: "mpPrevIconRef", + ref: $, + onClick: + I[9] || (I[9] = (qe) => T(!1)), + onKeydown: + I[10] || + (I[10] = he( + (qe) => T(!1), + ["enter"], + )), + }, + [ + J( + "div", + { + class: Ce([ + "dp__inner_nav", + { + dp__inner_nav_disabled: j(u)( + !1, + ), + }, + ]), + role: "button", + "aria-label": + (de = j(r).ariaLabels) == null + ? void 0 + : de.prevMonth, + }, + [ + h.$slots["arrow-left"] + ? ie(h.$slots, "arrow-left", { + key: 0, + }) + : G("", !0), + h.$slots["arrow-left"] + ? G("", !0) + : (R(), Pe(j(Sn), { key: 1 })), + ], + 10, + Qu, + ), + ], + 544, + ), + J( + "div", + { + class: "dp__pointer", + role: "button", + ref_key: "mpYearButtonRef", + ref: A, + "aria-label": + (We = j(r).ariaLabels) == null + ? void 0 + : We.openYearsOverlay, + tabindex: "0", + onClick: + I[11] || (I[11] = () => K(!1)), + onKeydown: + I[12] || + (I[12] = he( + () => K(!1), + ["enter"], + )), + }, + [ + h.$slots.year + ? ie(h.$slots, "year", { + key: 0, + year: t.year, + }) + : G("", !0), + h.$slots.year + ? G("", !0) + : (R(), + Q( + we, + { key: 1 }, + [rt(Ve(t.year), 1)], + 64, + )), + ], + 40, + Gu, + ), + J( + "div", + { + class: "dp__month_year_col_nav", + tabindex: "0", + ref_key: "mpNextIconRef", + ref: N, + onClick: + I[13] || (I[13] = (qe) => T(!0)), + onKeydown: + I[14] || + (I[14] = he( + (qe) => T(!0), + ["enter"], + )), + }, + [ + J( + "div", + { + class: Ce([ + "dp__inner_nav", + { + dp__inner_nav_disabled: j(u)( + !0, + ), + }, + ]), + role: "button", + "aria-label": + (Je = j(r).ariaLabels) == null + ? void 0 + : Je.nextMonth, + }, + [ + h.$slots["arrow-right"] + ? ie(h.$slots, "arrow-right", { + key: 0, + }) + : G("", !0), + h.$slots["arrow-right"] + ? G("", !0) + : (R(), Pe(j(On), { key: 1 })), + ], + 10, + Xu, + ), + ], + 544, + ), + ]), + _t( + Zt, + { name: j(i)(c.value), css: j(o) }, + { + default: _e(() => [ + c.value + ? (R(), + Pe( + ca, + Qe( + { key: 0 }, + O.value("year"), + { + modelValue: _.value, + "onUpdate:modelValue": + I[15] || + (I[15] = (qe) => + (_.value = qe)), + onToggle: K, + onSelected: + I[16] || + (I[16] = (qe) => + h.$emit( + "overlay-closed", + )), + }, + ), + nt( + { + "button-icon": _e(() => [ + h.$slots["calendar-icon"] + ? ie( + h.$slots, + "calendar-icon", + { key: 0 }, + ) + : G("", !0), + h.$slots["calendar-icon"] + ? G("", !0) + : (R(), + Pe(j(Ca), { + key: 1, + })), + ]), + _: 2, + }, + [ + h.$slots[ + "year-overlay-value" + ] + ? { + name: "item", + fn: _e( + ({ item: qe }) => [ + ie( + h.$slots, + "year-overlay-value", + { + text: qe.text, + value: + qe.value, + }, + ), + ], + ), + key: "0", + } + : void 0, + ], + ), + 1040, + ["modelValue"], + )) + : G("", !0), + ]), + _: 3, + }, + 8, + ["name", "css"], + ), + ]; + }), + _: 2, + }, + [ + h.$slots["month-overlay-value"] + ? { + name: "item", + fn: _e(({ item: de }) => [ + ie(h.$slots, "month-overlay-value", { + text: de.text, + value: de.value, + }), + ]), + key: "0", + } + : void 0, + ], + ), + 1040, + [ + "skip-active", + "internal-model-value", + "year", + "auto-apply-month", + "multi-model-value", + "modelValue", + ], + )) + : G("", !0), + h.yearPicker + ? (R(), + Pe( + ca, + Qe({ key: 2 }, O.value("year"), { + modelValue: _.value, + "onUpdate:modelValue": + I[19] || (I[19] = (de) => (_.value = de)), + "multi-model-value": g.value, + "skip-active": h.range, + "skip-button-ref": "", + "year-picker": "", + onToggle: K, + onSelected: + I[20] || + (I[20] = (de) => h.$emit("overlay-closed")), + }), + nt({ _: 2 }, [ + h.$slots["year-overlay-value"] + ? { + name: "item", + fn: _e(({ item: de }) => [ + ie(h.$slots, "year-overlay-value", { + text: de.text, + value: de.value, + }), + ]), + key: "0", + } + : void 0, + ]), + 1040, + ["modelValue", "multi-model-value", "skip-active"], + )) + : G("", !0), + ], + 64, + )), + ]) + ); + } + ); + }, + }), + Ku = { key: 0, class: "dp__time_input" }, + zu = ["aria-label", "onKeydown", "onClick"], + Zu = J("span", { class: "dp__tp_inline_btn_bar dp__tp_btn_in_l" }, null, -1), + es = J("span", { class: "dp__tp_inline_btn_bar dp__tp_btn_in_r" }, null, -1), + ts = ["aria-label", "onKeydown", "onClick"], + as = ["aria-label", "onKeydown", "onClick"], + ns = J("span", { class: "dp__tp_inline_btn_bar dp__tp_btn_in_l" }, null, -1), + rs = J("span", { class: "dp__tp_inline_btn_bar dp__tp_btn_in_r" }, null, -1), + os = { key: 0 }, + is = ["aria-label", "onKeydown"], + ls = vt({ + __name: "TimeInput", + props: { + hours: { type: Number, default: 0 }, + minutes: { type: Number, default: 0 }, + seconds: { type: Number, default: 0 }, + closeTimePickerBtn: { type: Object, default: null }, + order: { type: Number, default: 0 }, + ...Yt, + }, + emits: [ + "set-hours", + "set-minutes", + "update:hours", + "update:minutes", + "update:seconds", + "reset-flow", + "mounted", + "overlay-closed", + "am-pm-change", + ], + setup(t, { expose: n, emit: a }) { + const e = t, + { setTimePickerElements: r, setTimePickerBackRef: i } = Et(), + { defaults: o } = it(e), + { transitionName: l, showTransition: d } = Pa(o.value.transitions), + u = zt({ hours: !1, minutes: !1, seconds: !1 }), + y = ne("AM"), + m = ne(null), + c = ne([]); + ct(() => { + a("mounted"); + }); + const p = (s) => + Ge(new Date(), { + hours: s.hours, + minutes: s.minutes, + seconds: e.enableSeconds ? s.seconds : 0, + milliseconds: 0, + }), + $ = Z(() => ({ + hours: e.hours, + minutes: e.minutes, + seconds: e.seconds, + })), + A = Z(() => (s) => !U(+e[s] + +e[`${s}Increment`], s)), + N = Z(() => (s) => !U(+e[s] - +e[`${s}Increment`], s)), + X = (s, E) => Jn(Ge(q(), s), E), + k = (s, E) => kl(Ge(q(), s), E), + _ = Z(() => ({ + dp__time_col: !0, + dp__time_col_block: !e.timePickerInline, + dp__time_col_reg_block: + !e.enableSeconds && e.is24 && !e.timePickerInline, + dp__time_col_reg_inline: + !e.enableSeconds && e.is24 && e.timePickerInline, + dp__time_col_reg_with_button: !e.enableSeconds && !e.is24, + dp__time_col_sec: e.enableSeconds && e.is24, + dp__time_col_sec_with_button: e.enableSeconds && !e.is24, + })), + S = Z(() => { + const s = [ + { type: "hours" }, + { type: "", separator: !0 }, + { type: "minutes" }, + ]; + return e.enableSeconds + ? s.concat([{ type: "", separator: !0 }, { type: "seconds" }]) + : s; + }), + w = Z(() => S.value.filter((s) => !s.separator)), + O = Z(() => (s) => { + if (s === "hours") { + const E = F(+e.hours); + return { text: E < 10 ? `0${E}` : `${E}`, value: E }; + } + return { text: e[s] < 10 ? `0${e[s]}` : `${e[s]}`, value: e[s] }; + }), + Y = (s) => { + const E = e.is24 ? 24 : 12, + K = s === "hours" ? E : 60, + W = +e[`${s}GridIncrement`], + T = s === "hours" && !e.is24 ? W : 0, + f = []; + for (let h = T; h < K; h += W) + f.push({ value: h, text: h < 10 ? `0${h}` : `${h}` }); + return ( + s === "hours" && !e.is24 && f.push({ value: 0, text: "12" }), eu(f) + ); + }, + U = (s, E) => { + const K = e.minTime ? p(Ua(e.minTime)) : null, + W = e.maxTime ? p(Ua(e.maxTime)) : null, + T = p(Ua($.value, E, s)); + return K && W + ? (va(T, W) || Vt(T, W)) && (fa(T, K) || Vt(T, K)) + : K + ? fa(T, K) || Vt(T, K) + : W + ? va(T, W) || Vt(T, W) + : !0; + }, + L = Z( + () => (s) => + Y(s) + .flat() + .filter((E) => lu(E.value)) + .map((E) => E.value) + .filter((E) => !U(E, s)), + ), + H = (s) => e[`no${s[0].toUpperCase() + s.slice(1)}Overlay`], + v = (s) => { + H(s) || ((u[s] = !u[s]), u[s] || a("overlay-closed")); + }, + g = (s) => (s === "hours" ? Ct : s === "minutes" ? Pt : Kt), + P = (s, E = !0) => { + const K = E ? X : k, + W = E ? +e[`${s}Increment`] : -+e[`${s}Increment`]; + U(+e[s] + W, s) && + a( + `update:${s}`, + g(s)(K({ [s]: +e[s] }, { [s]: +e[`${s}Increment`] })), + ); + }, + F = (s) => + e.is24 ? s : (s >= 12 ? (y.value = "PM") : (y.value = "AM"), ou(s)), + D = () => { + y.value === "PM" + ? ((y.value = "AM"), a("update:hours", e.hours - 12)) + : ((y.value = "PM"), a("update:hours", e.hours + 12)), + a("am-pm-change", y.value); + }, + M = (s) => { + u[s] = !0; + }, + C = (s, E, K) => { + if (s && e.arrowNavigation) { + Array.isArray(c.value[E]) + ? (c.value[E][K] = s) + : (c.value[E] = [s]); + const W = c.value.reduce( + (T, f) => f.map((h, I) => [...(T[I] || []), f[I]]), + [], + ); + i(e.closeTimePickerBtn), + m.value && (W[1] = W[1].concat(m.value)), + r(W, e.order); + } + }, + x = (s, E) => + s === "hours" && !e.is24 + ? a(`update:${s}`, y.value === "PM" ? E + 12 : E) + : a(`update:${s}`, E); + return ( + n({ openChildCmp: M }), + (s, E) => { + var K; + return s.disabled + ? G("", !0) + : (R(), + Q("div", Ku, [ + (R(!0), + Q( + we, + null, + Fe(S.value, (W, T) => { + var f, h, I; + return ( + R(), + Q( + "div", + { key: T, class: Ce(_.value) }, + [ + W.separator + ? (R(), Q(we, { key: 0 }, [rt(" : ")], 64)) + : (R(), + Q( + we, + { key: 1 }, + [ + J( + "button", + { + type: "button", + class: Ce({ + dp__btn: !0, + dp__inc_dec_button: !e.timePickerInline, + dp__inc_dec_button_inline: + e.timePickerInline, + dp__tp_inline_btn_top: + e.timePickerInline, + dp__inc_dec_button_disabled: A.value( + W.type, + ), + }), + "aria-label": + (f = j(o).ariaLabels) == null + ? void 0 + : f.incrementValue(W.type), + tabindex: "0", + onKeydown: [ + he((z) => P(W.type), ["enter"]), + he((z) => P(W.type), ["space"]), + ], + onClick: (z) => P(W.type), + ref_for: !0, + ref: (z) => C(z, T, 0), + }, + [ + e.timePickerInline + ? (R(), Q(we, { key: 1 }, [Zu, es], 64)) + : (R(), + Q( + we, + { key: 0 }, + [ + s.$slots["arrow-up"] + ? ie(s.$slots, "arrow-up", { + key: 0, + }) + : G("", !0), + s.$slots["arrow-up"] + ? G("", !0) + : (R(), Pe(j(yr), { key: 1 })), + ], + 64, + )), + ], + 42, + zu, + ), + J( + "button", + { + type: "button", + "aria-label": + (h = j(o).ariaLabels) == null + ? void 0 + : h.openTpOverlay(W.type), + class: Ce([ + "dp__btn", + H(W.type) + ? void 0 + : { + dp__time_display: !0, + dp__time_display_block: + !e.timePickerInline, + dp__time_display_inline: + e.timePickerInline, + }, + ]), + tabindex: "0", + onKeydown: [ + he((z) => v(W.type), ["enter"]), + he((z) => v(W.type), ["space"]), + ], + onClick: (z) => v(W.type), + ref_for: !0, + ref: (z) => C(z, T, 1), + }, + [ + s.$slots[W.type] + ? ie(s.$slots, W.type, { + key: 0, + text: O.value(W.type).text, + value: O.value(W.type).value, + }) + : G("", !0), + s.$slots[W.type] + ? G("", !0) + : (R(), + Q( + we, + { key: 1 }, + [rt(Ve(O.value(W.type).text), 1)], + 64, + )), + ], + 42, + ts, + ), + J( + "button", + { + type: "button", + class: Ce({ + dp__btn: !0, + dp__inc_dec_button: !e.timePickerInline, + dp__inc_dec_button_inline: + e.timePickerInline, + dp__tp_inline_btn_bottom: + e.timePickerInline, + dp__inc_dec_button_disabled: N.value( + W.type, + ), + }), + "aria-label": + (I = j(o).ariaLabels) == null + ? void 0 + : I.decrementValue(W.type), + tabindex: "0", + onKeydown: [ + he((z) => P(W.type, !1), ["enter"]), + he((z) => P(W.type, !1), ["space"]), + ], + onClick: (z) => P(W.type, !1), + ref_for: !0, + ref: (z) => C(z, T, 2), + }, + [ + e.timePickerInline + ? (R(), Q(we, { key: 1 }, [ns, rs], 64)) + : (R(), + Q( + we, + { key: 0 }, + [ + s.$slots["arrow-down"] + ? ie(s.$slots, "arrow-down", { + key: 0, + }) + : G("", !0), + s.$slots["arrow-down"] + ? G("", !0) + : (R(), Pe(j(gr), { key: 1 })), + ], + 64, + )), + ], + 42, + as, + ), + ], + 64, + )), + ], + 2, + ) + ); + }), + 128, + )), + s.is24 + ? G("", !0) + : (R(), + Q("div", os, [ + s.$slots["am-pm-button"] + ? ie(s.$slots, "am-pm-button", { + key: 0, + toggle: D, + value: y.value, + }) + : G("", !0), + s.$slots["am-pm-button"] + ? G("", !0) + : (R(), + Q( + "button", + { + key: 1, + ref_key: "amPmButton", + ref: m, + type: "button", + class: "dp__pm_am_button", + role: "button", + "aria-label": + (K = j(o).ariaLabels) == null + ? void 0 + : K.amPmButton, + tabindex: "0", + onClick: D, + onKeydown: [ + he(ot(D, ["prevent"]), ["enter"]), + he(ot(D, ["prevent"]), ["space"]), + ], + }, + Ve(y.value), + 41, + is, + )), + ])), + (R(!0), + Q( + we, + null, + Fe( + w.value, + (W, T) => ( + R(), + Pe( + Zt, + { key: T, name: j(l)(u[W.type]), css: j(d) }, + { + default: _e(() => [ + u[W.type] + ? (R(), + Pe( + ca, + { + key: 0, + items: Y(W.type), + "disabled-values": j(o).filters.times[ + W.type + ].concat(L.value(W.type)), + "esc-close": s.escClose, + "aria-labels": j(o).ariaLabels, + "hide-navigation": s.hideNavigation, + "onUpdate:modelValue": (f) => x(W.type, f), + onSelected: (f) => v(W.type), + onToggle: (f) => v(W.type), + onResetFlow: + E[0] || + (E[0] = (f) => s.$emit("reset-flow")), + type: W.type, + }, + nt( + { + "button-icon": _e(() => [ + s.$slots["clock-icon"] + ? ie(s.$slots, "clock-icon", { + key: 0, + }) + : G("", !0), + s.$slots["clock-icon"] + ? G("", !0) + : (R(), Pe(j(hr), { key: 1 })), + ]), + _: 2, + }, + [ + s.$slots[`${W.type}-overlay-value`] + ? { + name: "item", + fn: _e(({ item: f }) => [ + ie( + s.$slots, + `${W.type}-overlay-value`, + { + text: f.text, + value: f.value, + }, + ), + ]), + key: "0", + } + : void 0, + ], + ), + 1032, + [ + "items", + "disabled-values", + "esc-close", + "aria-labels", + "hide-navigation", + "onUpdate:modelValue", + "onSelected", + "onToggle", + "type", + ], + )) + : G("", !0), + ]), + _: 2, + }, + 1032, + ["name", "css"], + ) + ), + ), + 128, + )), + ])); + } + ); + }, + }), + us = ["aria-label"], + ss = ["tabindex"], + cs = ["aria-label"], + ds = vt({ + __name: "TimePicker", + props: { + hours: { type: [Number, Array], default: 0 }, + minutes: { type: [Number, Array], default: 0 }, + seconds: { type: [Number, Array], default: 0 }, + internalModelValue: { type: [Date, Array], default: null }, + ...Yt, + }, + emits: [ + "update:hours", + "update:minutes", + "update:seconds", + "mount", + "reset-flow", + "overlay-opened", + "overlay-closed", + "am-pm-change", + ], + setup(t, { expose: n, emit: a }) { + const e = t, + { buildMatrix: r, setTimePicker: i } = Et(), + o = nn(), + { hideNavigationButtons: l, defaults: d } = it(e), + { transitionName: u, showTransition: y } = Pa(d.value.transitions), + m = ne(null), + c = ne(null), + p = ne([]), + $ = ne(null); + ct(() => { + a("mount"), + !e.timePicker && e.arrowNavigation + ? r([Re(m.value)], "time") + : i(!0, e.timePicker); + }); + const A = Z(() => + e.range && e.modelAuto ? Dr(e.internalModelValue) : !0, + ), + N = ne(!1), + X = (v) => ({ + hours: Array.isArray(e.hours) ? e.hours[v] : e.hours, + minutes: Array.isArray(e.minutes) ? e.minutes[v] : e.minutes, + seconds: Array.isArray(e.seconds) ? e.seconds[v] : e.seconds, + }), + k = Z(() => { + const v = []; + if (e.range) for (let g = 0; g < 2; g++) v.push(X(g)); + else v.push(X(0)); + return v; + }), + _ = (v, g = !1, P = "") => { + g || a("reset-flow"), + (N.value = v), + a(v ? "overlay-opened" : "overlay-closed"), + e.arrowNavigation && i(v), + At(() => { + P !== "" && p.value[0] && p.value[0].openChildCmp(P); + }); + }, + S = Z(() => ({ + dp__btn: !0, + dp__button: !0, + dp__button_bottom: e.autoApply && !e.keepActionRow, + })), + w = Bt(o, "timePicker"), + O = (v, g, P) => + e.range ? (g === 0 ? [v, k.value[1][P]] : [k.value[0][P], v]) : v, + Y = (v) => { + a("update:hours", v); + }, + U = (v) => { + a("update:minutes", v); + }, + L = (v) => { + a("update:seconds", v); + }, + H = () => { + if ($.value) { + const v = uu($.value); + v && v.focus({ preventScroll: !0 }); + } + }; + return ( + n({ toggleTimePicker: _ }), + (v, g) => { + var P; + return ( + R(), + Q("div", null, [ + !v.timePicker && !v.timePickerInline + ? yt( + (R(), + Q( + "button", + { + key: 0, + type: "button", + class: Ce(S.value), + "aria-label": + (P = j(d).ariaLabels) == null + ? void 0 + : P.openTimePicker, + tabindex: "0", + ref_key: "openTimePickerBtn", + ref: m, + onKeydown: [ + g[0] || (g[0] = he((F) => _(!0), ["enter"])), + g[1] || (g[1] = he((F) => _(!0), ["space"])), + ], + onClick: g[2] || (g[2] = (F) => _(!0)), + }, + [ + v.$slots["clock-icon"] + ? ie(v.$slots, "clock-icon", { key: 0 }) + : G("", !0), + v.$slots["clock-icon"] + ? G("", !0) + : (R(), Pe(j(hr), { key: 1 })), + ], + 42, + us, + )), + [[wa, !j(l)("time")]], + ) + : G("", !0), + _t( + Zt, + { name: j(u)(N.value), css: j(y) && !v.timePickerInline }, + { + default: _e(() => { + var F; + return [ + N.value || v.timePicker || v.timePickerInline + ? (R(), + Q( + "div", + { + key: 0, + class: Ce({ dp__overlay: !v.timePickerInline }), + ref_key: "overlayRef", + ref: $, + tabindex: v.timePickerInline ? void 0 : 0, + }, + [ + J( + "div", + { + class: Ce( + v.timePickerInline + ? "dp__time_picker_inline_container" + : "dp__overlay_container dp__container_flex dp__time_picker_overlay_container", + ), + style: { display: "flex" }, + }, + [ + v.$slots["time-picker-overlay"] + ? ie(v.$slots, "time-picker-overlay", { + key: 0, + hours: t.hours, + minutes: t.minutes, + seconds: t.seconds, + setHours: Y, + setMinutes: U, + setSeconds: L, + }) + : G("", !0), + v.$slots["time-picker-overlay"] + ? G("", !0) + : (R(), + Q( + "div", + { + key: 1, + class: Ce( + v.timePickerInline + ? "dp__flex" + : "dp__overlay_row dp__flex_row", + ), + }, + [ + (R(!0), + Q( + we, + null, + Fe(k.value, (D, M) => + yt( + (R(), + Pe( + ls, + Qe( + { key: M }, + { + ...v.$props, + order: M, + hours: D.hours, + minutes: D.minutes, + seconds: D.seconds, + closeTimePickerBtn: + c.value, + disabled: + M === 0 + ? v.fixedStart + : v.fixedEnd, + }, + { + ref_for: !0, + ref_key: "timeInputRefs", + ref: p, + "onUpdate:hours": (C) => + Y(O(C, M, "hours")), + "onUpdate:minutes": (C) => + U(O(C, M, "minutes")), + "onUpdate:seconds": (C) => + L(O(C, M, "seconds")), + onMounted: H, + onOverlayClosed: H, + onAmPmChange: + g[3] || + (g[3] = (C) => + v.$emit( + "am-pm-change", + C, + )), + }, + ), + nt({ _: 2 }, [ + Fe(j(w), (C, x) => ({ + name: C, + fn: _e((s) => [ + ie( + v.$slots, + C, + ze(ft(s)), + ), + ]), + })), + ]), + 1040, + [ + "onUpdate:hours", + "onUpdate:minutes", + "onUpdate:seconds", + ], + )), + [[wa, M === 0 ? !0 : A.value]], + ), + ), + 128, + )), + ], + 2, + )), + !v.timePicker && !v.timePickerInline + ? yt( + (R(), + Q( + "button", + { + key: 2, + type: "button", + ref_key: "closeTimePickerBtn", + ref: c, + class: Ce(S.value), + "aria-label": + (F = j(d).ariaLabels) == null + ? void 0 + : F.closeTimePicker, + tabindex: "0", + onKeydown: [ + g[4] || + (g[4] = he( + (D) => _(!1), + ["enter"], + )), + g[5] || + (g[5] = he( + (D) => _(!1), + ["space"], + )), + ], + onClick: + g[6] || (g[6] = (D) => _(!1)), + }, + [ + v.$slots["calendar-icon"] + ? ie(v.$slots, "calendar-icon", { + key: 0, + }) + : G("", !0), + v.$slots["calendar-icon"] + ? G("", !0) + : (R(), Pe(j(Ca), { key: 1 })), + ], + 42, + cs, + )), + [[wa, !j(l)("time")]], + ) + : G("", !0), + ], + 2, + ), + ], + 10, + ss, + )) + : G("", !0), + ]; + }), + _: 3, + }, + 8, + ["name", "css"], + ), + ]) + ); + } + ); + }, + }), + fs = (t, n) => { + const { + isDisabled: a, + matchDate: e, + getWeekFromDate: r, + defaults: i, + } = it(n), + o = ne(null), + l = ne(q()), + d = (s) => { + (!s.current && n.hideOffsetDates) || (o.value = s.value); + }, + u = () => { + o.value = null; + }, + y = (s) => + Array.isArray(t.value) && n.range && t.value[0] && o.value + ? s + ? at(o.value, t.value[0]) + : Ze(o.value, t.value[0]) + : !0, + m = (s, E) => { + const K = () => + t.value ? (E ? t.value[0] || null : t.value[1]) : null, + W = t.value && Array.isArray(t.value) ? K() : null; + return Ne(q(s.value), W); + }, + c = (s) => { + const E = Array.isArray(t.value) ? t.value[0] : null; + return s ? !Ze(o.value || null, E) : !0; + }, + p = (s, E = !0) => + (n.range || n.weekPicker) && + Array.isArray(t.value) && + t.value.length === 2 + ? n.hideOffsetDates && !s.current + ? !1 + : Ne(q(s.value), t.value[E ? 0 : 1]) + : n.range + ? (m(s, E) && c(E)) || + (Ne(s.value, Array.isArray(t.value) ? t.value[0] : null) && y(E)) + : !1, + $ = (s, E, K) => + Array.isArray(t.value) && t.value[0] && t.value.length === 1 + ? s + ? !1 + : K + ? at(t.value[0], E.value) + : Ze(t.value[0], E.value) + : !1, + A = (s) => + !t.value || (n.hideOffsetDates && !s.current) + ? !1 + : n.range + ? n.modelAuto && Array.isArray(t.value) + ? Ne(s.value, t.value[0] ? t.value[0] : l.value) + : !1 + : n.multiDates && Array.isArray(t.value) + ? t.value.some((E) => Ne(E, s.value)) + : Ne(s.value, t.value ? t.value : l.value), + N = (s) => { + if (n.autoRange || n.weekPicker) { + if (o.value) { + if (n.hideOffsetDates && !s.current) return !1; + const E = St(o.value, +n.autoRange), + K = r(q(o.value)); + return n.weekPicker ? Ne(K[1], q(s.value)) : Ne(E, q(s.value)); + } + return !1; + } + return !1; + }, + X = (s) => { + if (n.autoRange || n.weekPicker) { + if (o.value) { + const E = St(o.value, +n.autoRange); + if (n.hideOffsetDates && !s.current) return !1; + const K = r(q(o.value)); + return n.weekPicker + ? at(s.value, K[0]) && Ze(s.value, K[1]) + : at(s.value, o.value) && Ze(s.value, E); + } + return !1; + } + return !1; + }, + k = (s) => { + if (n.autoRange || n.weekPicker) { + if (o.value) { + if (n.hideOffsetDates && !s.current) return !1; + const E = r(q(o.value)); + return n.weekPicker ? Ne(E[0], s.value) : Ne(o.value, s.value); + } + return !1; + } + return !1; + }, + _ = (s) => wr(t.value, o.value, s.value), + S = () => + n.modelAuto && Array.isArray(n.internalModelValue) + ? !!n.internalModelValue[0] + : !1, + w = () => (n.modelAuto ? Dr(n.internalModelValue) : !0), + O = (s) => { + if ((Array.isArray(t.value) && t.value.length) || n.weekPicker) + return !1; + const E = n.range ? !p(s) && !p(s, !1) : !0; + return !a(s.value) && !A(s) && !(!s.current && n.hideOffsetDates) && E; + }, + Y = (s) => (n.range ? (n.modelAuto ? S() && A(s) : !1) : A(s)), + U = (s) => { + var E; + return n.highlight + ? e( + s.value, + (E = n.arrMapValues) != null && E.highlightedDates + ? n.arrMapValues.highlightedDates + : n.highlight, + ) + : !1; + }, + L = (s) => a(s.value) && n.highlightDisabledDays === !1, + H = (s) => + n.highlightWeekDays && n.highlightWeekDays.includes(s.value.getDay()), + v = (s) => + (n.range || n.weekPicker) && + (!(i.value.multiCalendars > 0) || s.current) && + w() && + !(!s.current && n.hideOffsetDates) && + !A(s) + ? _(s) + : !1, + g = (s) => { + const { isRangeStart: E, isRangeEnd: K } = D(s), + W = n.range ? E || K : !1; + return { + dp__cell_offset: !s.current, + dp__pointer: + !n.disabled && !(!s.current && n.hideOffsetDates) && !a(s.value), + dp__cell_disabled: a(s.value), + dp__cell_highlight: !L(s) && (U(s) || H(s)) && !Y(s) && !W, + dp__cell_highlight_active: !L(s) && (U(s) || H(s)) && Y(s), + dp__today: !n.noToday && Ne(s.value, l.value) && s.current, + }; + }, + P = (s) => ({ dp__active_date: Y(s), dp__date_hover: O(s) }), + F = (s) => ({ + ...M(s), + ...C(s), + dp__range_between_week: v(s) && n.weekPicker, + }), + D = (s) => { + const E = + i.value.multiCalendars > 0 ? s.current && p(s) && w() : p(s) && w(), + K = + i.value.multiCalendars > 0 + ? s.current && p(s, !1) && w() + : p(s, !1) && w(); + return { isRangeStart: E, isRangeEnd: K }; + }, + M = (s) => { + const { isRangeStart: E, isRangeEnd: K } = D(s); + return { + dp__range_start: E, + dp__range_end: K, + dp__range_between: v(s) && !n.weekPicker, + dp__date_hover_start: $(O(s), s, !0), + dp__date_hover_end: $(O(s), s, !1), + }; + }, + C = (s) => ({ + ...M(s), + dp__cell_auto_range: X(s), + dp__cell_auto_range_start: k(s), + dp__cell_auto_range_end: N(s), + }), + x = (s) => + n.range + ? n.autoRange + ? C(s) + : n.modelAuto + ? { ...P(s), ...M(s) } + : M(s) + : n.weekPicker + ? F(s) + : P(s); + return { + setHoverDate: d, + clearHoverDate: u, + getDayClassData: (s) => + n.hideOffsetDates && !s.current + ? {} + : { + ...g(s), + ...x(s), + [n.dayClass ? n.dayClass(s.value) : ""]: !0, + [n.calendarCellClassName]: !!n.calendarCellClassName, + }, + }; + }, + vs = ["id", "onKeydown"], + ps = { key: 0, class: "dp__sidebar_left" }, + ms = { key: 1, class: "dp__preset_ranges" }, + hs = ["onClick"], + ys = { key: 2, class: "dp__sidebar_right" }, + gs = { key: 3, class: "dp__action_extra" }, + ws = vt({ + __name: "DatepickerMenu", + props: { + openOnTop: { type: Boolean, default: !1 }, + internalModelValue: { type: [Date, Array], default: null }, + arrMapValues: { type: Object, default: () => ({}) }, + ...Yt, + }, + emits: [ + "close-picker", + "select-date", + "auto-apply", + "time-update", + "flow-step", + "update-month-year", + "invalid-select", + "update:internal-model-value", + "recalculate-position", + "invalid-fixed-range", + "tooltip-open", + "tooltip-close", + "time-picker-open", + "time-picker-close", + "am-pm-change", + "range-start", + "range-end", + ], + setup(t, { expose: n, emit: a }) { + const e = t, + r = Z(() => { + const { + openOnTop: B, + internalModelValue: te, + arrMapValues: Ue, + ...Le + } = e; + return Le; + }), + { setMenuFocused: i, setShiftKey: o, control: l } = br(), + { getCalendarDays: d, defaults: u } = it(e), + y = nn(), + m = ne(null), + c = zt({ + timePicker: !!(!e.enableTimePicker || e.timePicker || e.monthPicker), + monthYearInput: !!e.timePicker, + calendar: !1, + }), + p = ne([]), + $ = ne([]), + A = ne(null), + N = ne(null), + X = ne(0), + k = ne(!1), + _ = ne(0); + ct(() => { + var B; + (k.value = !0), + !((B = e.presetRanges) != null && B.length) && + !y["left-sidebar"] && + !y["right-sidebar"] && + (Dt(), window.addEventListener("resize", Dt)); + const te = Re(N); + if ((te && !e.textInput && !e.inline && (i(!0), L()), te)) { + const Ue = (Le) => { + e.allowPreventDefault && Le.preventDefault(), + Le.stopImmediatePropagation(), + Le.stopPropagation(); + }; + te.addEventListener("pointerdown", Ue), + te.addEventListener("mousedown", Ue); + } + }), + rn(() => { + window.removeEventListener("resize", Dt); + }); + const { arrowRight: S, arrowLeft: w, arrowDown: O, arrowUp: Y } = Et(), + U = (B) => { + B || B === 0 + ? $.value[B].triggerTransition(F.value(B), D.value(B)) + : $.value.forEach((te, Ue) => + te.triggerTransition(F.value(Ue), D.value(Ue)), + ); + }, + L = () => { + const B = Re(N); + B && B.focus({ preventScroll: !0 }); + }, + H = () => { + var B; + (B = e.flow) != null && + B.length && + _.value !== -1 && + ((_.value += 1), a("flow-step", _.value), ce()); + }, + v = () => { + _.value = -1; + }, + { + calendars: g, + modelValue: P, + month: F, + year: D, + time: M, + updateTime: C, + updateMonthYear: x, + selectDate: s, + getWeekNum: E, + monthYearSelect: K, + handleScroll: W, + handleArrow: T, + handleSwipe: f, + getMarker: h, + selectCurrentDate: I, + presetDateRange: z, + } = hu(e, a, H, U, _), + { + setHoverDate: oe, + clearHoverDate: ae, + getDayClassData: ye, + } = fs(P, e), + be = { + modelValue: P, + month: F, + year: D, + time: M, + updateTime: C, + updateMonthYear: x, + selectDate: s, + presetDateRange: z, + handleMonthYearChange: (B) => { + p.value[0] && p.value[0].handleMonthYearChange(B); + }, + }; + Nt( + g, + () => { + e.openOnTop && + setTimeout(() => { + a("recalculate-position"); + }, 0); + }, + { deep: !0 }, + ); + const de = Bt(y, "calendar"), + We = Bt(y, "action"), + Je = Bt(y, "timePicker"), + qe = Bt(y, "monthYear"), + dt = Z(() => (e.openOnTop ? "dp__arrow_bottom" : "dp__arrow_top")), + pt = Z(() => nu(e.yearRange, e.reverseYears)), + Tt = Z(() => ru(e.formatLocale, e.locale, e.monthNameFormat)), + Dt = () => { + const B = Re(m); + B && (X.value = B.getBoundingClientRect().width); + }, + ea = Z(() => (B) => d(F.value(B), D.value(B))), + se = Z(() => + u.value.multiCalendars > 0 + ? [...Array(u.value.multiCalendars).keys()] + : [0], + ), + me = Z(() => (B) => B === 1), + ge = Z(() => e.monthPicker || e.timePicker || e.yearPicker), + ta = Z(() => ({ + dp__menu_inner: !0, + dp__flex_display: u.value.multiCalendars > 0, + })), + Ut = Z(() => ({ dp__instance_calendar: u.value.multiCalendars > 0 })), + Sa = Z(() => ({ + dp__menu_disabled: e.disabled, + dp__menu_readonly: e.readonly, + })), + pa = Z(() => (B) => Oa(ea, B)), + aa = Z(() => ({ + dp__menu: !0, + dp__menu_index: !e.inline, + dp__relative: e.inline, + [e.menuClassName]: !!e.menuClassName, + })), + Oa = (B, te) => + B.value(te).map((Ue) => ({ + ...Ue, + days: Ue.days.map( + (Le) => ((Le.marker = h(Le)), (Le.classData = ye(Le)), Le), + ), + })), + Na = (B) => { + B.stopPropagation(), B.stopImmediatePropagation(); + }, + Aa = () => { + e.escClose && a("close-picker"); + }, + ma = (B, te = !1) => { + s(B, te), e.spaceConfirm && a("select-date"); + }, + b = (B) => { + var te; + (te = e.flow) != null && + te.length && + ((c[B] = !0), Object.keys(c).filter((Ue) => !c[Ue]).length || ce()); + }, + V = (B, te, Ue, Le, ...ht) => { + if (e.flow[_.value] === B) { + const ue = Le ? te.value[0] : te.value; + ue && ue[Ue](...ht); + } + }, + ce = () => { + V("month", p, "toggleMonthPicker", !0, !0), + V("year", p, "toggleYearPicker", !0, !0), + V("calendar", A, "toggleTimePicker", !1, !1, !0), + V("time", A, "toggleTimePicker", !1, !0, !0); + const B = e.flow[_.value]; + (B === "hours" || B === "minutes" || B === "seconds") && + V(B, A, "toggleTimePicker", !1, !0, !0, B); + }, + pe = (B) => { + if (e.arrowNavigation) { + if (B === "up") return Y(); + if (B === "down") return O(); + if (B === "left") return w(); + if (B === "right") return S(); + } else + B === "left" || B === "up" + ? T("left", 0, B === "up") + : T("right", 0, B === "down"); + }, + Ye = (B) => { + o(B.shiftKey), + !e.disableMonthYearSelect && + B.code === "Tab" && + B.target.classList.contains("dp__menu") && + l.value.shiftKeyInMenu && + (B.preventDefault(), + B.stopImmediatePropagation(), + a("close-picker")); + }, + mt = () => { + L(), a("time-picker-close"); + }, + xt = (B) => { + var te, Ue, Le, ht, ue; + (te = A.value) == null || te.toggleTimePicker(!1, !1), + (Le = (Ue = p.value) == null ? void 0 : Ue[B]) == null || + Le.toggleMonthPicker(!1, !1), + (ue = (ht = p.value) == null ? void 0 : ht[B]) == null || + ue.toggleYearPicker(!1, !1); + }; + return ( + n({ + updateMonthYear: x, + switchView: (B, te = 0) => { + var Ue, Le, ht, ue, Mt; + return B === "month" + ? (Le = (Ue = p.value) == null ? void 0 : Ue[te]) == null + ? void 0 + : Le.toggleMonthPicker(!1, !0) + : B === "year" + ? (ue = (ht = p.value) == null ? void 0 : ht[te]) == null + ? void 0 + : ue.toggleYearPicker(!1, !0) + : B === "time" + ? (Mt = A.value) == null + ? void 0 + : Mt.toggleTimePicker(!0, !1) + : xt(te); + }, + }), + (B, te) => { + var Ue; + return ( + R(), + Pe( + Zt, + { + appear: "", + name: (Ue = j(u).transitions) == null ? void 0 : Ue.menuAppear, + css: !!B.transitions, + }, + { + default: _e(() => { + var Le, ht; + return [ + J( + "div", + { + id: B.uid ? `dp-menu-${B.uid}` : void 0, + tabindex: "0", + ref_key: "dpMenuRef", + ref: N, + role: "dialog", + class: Ce(aa.value), + onMouseleave: + te[14] || (te[14] = (...ue) => j(ae) && j(ae)(...ue)), + onClick: Na, + onKeydown: [ + he(Aa, ["esc"]), + te[15] || + (te[15] = he( + ot((ue) => pe("left"), ["prevent"]), + ["left"], + )), + te[16] || + (te[16] = he( + ot((ue) => pe("up"), ["prevent"]), + ["up"], + )), + te[17] || + (te[17] = he( + ot((ue) => pe("down"), ["prevent"]), + ["down"], + )), + te[18] || + (te[18] = he( + ot((ue) => pe("right"), ["prevent"]), + ["right"], + )), + Ye, + ], + }, + [ + (B.disabled || B.readonly) && B.inline + ? (R(), + Q("div", { key: 0, class: Ce(Sa.value) }, null, 2)) + : G("", !0), + !B.inline && !B.teleportCenter + ? (R(), + Q("div", { key: 1, class: Ce(dt.value) }, null, 2)) + : G("", !0), + J( + "div", + { + class: Ce({ + dp__menu_content_wrapper: + ((Le = B.presetRanges) == null + ? void 0 + : Le.length) || + !!B.$slots["left-sidebar"] || + !!B.$slots["right-sidebar"], + }), + }, + [ + B.$slots["left-sidebar"] + ? (R(), + Q("div", ps, [ + ie(B.$slots, "left-sidebar", ze(ft(be))), + ])) + : G("", !0), + (ht = B.presetRanges) != null && ht.length + ? (R(), + Q("div", ms, [ + (R(!0), + Q( + we, + null, + Fe( + B.presetRanges, + (ue, Mt) => ( + R(), + Q( + "div", + { + key: Mt, + style: It(ue.style || {}), + class: "dp__preset_range", + onClick: (De) => + j(z)(ue.range, !!ue.slot), + }, + [ + ue.slot + ? ie(B.$slots, ue.slot, { + key: 0, + presetDateRange: j(z), + label: ue.label, + range: ue.range, + }) + : (R(), + Q( + we, + { key: 1 }, + [rt(Ve(ue.label), 1)], + 64, + )), + ], + 12, + hs, + ) + ), + ), + 128, + )), + ])) + : G("", !0), + J( + "div", + { + class: "dp__instance_calendar", + ref_key: "calendarWrapperRef", + ref: m, + role: "document", + }, + [ + J( + "div", + { class: Ce(ta.value) }, + [ + (R(!0), + Q( + we, + null, + Fe( + se.value, + (ue, Mt) => ( + R(), + Q( + "div", + { key: ue, class: Ce(Ut.value) }, + [ + !B.disableMonthYearSelect && + !B.timePicker + ? (R(), + Pe( + Ju, + Qe( + { + key: 0, + ref_for: !0, + ref: (De) => { + De && + (p.value[Mt] = De); + }, + months: Tt.value, + years: pt.value, + month: j(F)(ue), + year: j(D)(ue), + instance: ue, + "internal-model-value": + t.internalModelValue, + }, + r.value, + { + onMount: + te[0] || + (te[0] = (De) => + b( + "monthYearInput", + )), + onResetFlow: v, + onUpdateMonthYear: ( + De, + ) => j(x)(ue, De), + onMonthYearSelect: j(K), + onOverlayClosed: L, + }, + ), + nt({ _: 2 }, [ + Fe(j(qe), (De, xr) => ({ + name: De, + fn: _e(($a) => [ + ie( + B.$slots, + De, + ze(ft($a)), + ), + ]), + })), + ]), + 1040, + [ + "months", + "years", + "month", + "year", + "instance", + "internal-model-value", + "onUpdateMonthYear", + "onMonthYearSelect", + ], + )) + : G("", !0), + _t( + Lu, + Qe( + { + ref_for: !0, + ref: (De) => { + De && ($.value[Mt] = De); + }, + "specific-mode": ge.value, + "get-week-num": j(E), + instance: ue, + "mapped-dates": + pa.value(ue), + month: j(F)(ue), + year: j(D)(ue), + }, + r.value, + { + onSelectDate: (De) => + j(s)(De, !me.value(ue)), + onHandleSpace: (De) => + ma(De, !me.value(ue)), + onSetHoverDate: + te[1] || + (te[1] = (De) => + j(oe)(De)), + onHandleScroll: (De) => + j(W)(De, ue), + onHandleSwipe: (De) => + j(f)(De, ue), + onMount: + te[2] || + (te[2] = (De) => + b("calendar")), + onResetFlow: v, + onTooltipOpen: + te[3] || + (te[3] = (De) => + B.$emit( + "tooltip-open", + De, + )), + onTooltipClose: + te[4] || + (te[4] = (De) => + B.$emit( + "tooltip-close", + De, + )), + }, + ), + nt({ _: 2 }, [ + Fe(j(de), (De, xr) => ({ + name: De, + fn: _e(($a) => [ + ie( + B.$slots, + De, + ze(ft({ ...$a })), + ), + ]), + })), + ]), + 1040, + [ + "specific-mode", + "get-week-num", + "instance", + "mapped-dates", + "month", + "year", + "onSelectDate", + "onHandleSpace", + "onHandleScroll", + "onHandleSwipe", + ], + ), + ], + 2, + ) + ), + ), + 128, + )), + ], + 2, + ), + J("div", null, [ + B.$slots["time-picker"] + ? ie( + B.$slots, + "time-picker", + ze( + Qe( + { key: 0 }, + { time: j(M), updateTime: j(C) }, + ), + ), + ) + : (R(), + Q( + we, + { key: 1 }, + [ + B.enableTimePicker && + !B.monthPicker && + !B.weekPicker + ? (R(), + Pe( + ds, + Qe( + { + key: 0, + ref_key: "timePickerRef", + ref: A, + hours: j(M).hours, + minutes: j(M).minutes, + seconds: j(M).seconds, + "internal-model-value": + t.internalModelValue, + }, + r.value, + { + onMount: + te[5] || + (te[5] = (ue) => + b("timePicker")), + "onUpdate:hours": + te[6] || + (te[6] = (ue) => + j(C)(ue)), + "onUpdate:minutes": + te[7] || + (te[7] = (ue) => + j(C)(ue, !1)), + "onUpdate:seconds": + te[8] || + (te[8] = (ue) => + j(C)(ue, !1, !0)), + onResetFlow: v, + onOverlayClosed: mt, + onOverlayOpened: + te[9] || + (te[9] = (ue) => + B.$emit( + "time-picker-open", + ue, + )), + onAmPmChange: + te[10] || + (te[10] = (ue) => + B.$emit( + "am-pm-change", + ue, + )), + }, + ), + nt({ _: 2 }, [ + Fe(j(Je), (ue, Mt) => ({ + name: ue, + fn: _e((De) => [ + ie( + B.$slots, + ue, + ze(ft(De)), + ), + ]), + })), + ]), + 1040, + [ + "hours", + "minutes", + "seconds", + "internal-model-value", + ], + )) + : G("", !0), + ], + 64, + )), + ]), + ], + 512, + ), + B.$slots["right-sidebar"] + ? (R(), + Q("div", ys, [ + ie(B.$slots, "right-sidebar", ze(ft(be))), + ])) + : G("", !0), + B.$slots["action-extra"] + ? (R(), + Q("div", gs, [ + B.$slots["action-extra"] + ? ie(B.$slots, "action-extra", { + key: 0, + selectCurrentDate: j(I), + }) + : G("", !0), + ])) + : G("", !0), + ], + 2, + ), + !B.autoApply || B.keepActionRow + ? (R(), + Pe( + Su, + Qe( + { + key: 2, + "menu-mount": k.value, + "calendar-width": X.value, + "internal-model-value": t.internalModelValue, + }, + r.value, + { + onClosePicker: + te[11] || + (te[11] = (ue) => B.$emit("close-picker")), + onSelectDate: + te[12] || + (te[12] = (ue) => B.$emit("select-date")), + onInvalidSelect: + te[13] || + (te[13] = (ue) => + B.$emit("invalid-select")), + onSelectNow: j(I), + }, + ), + nt({ _: 2 }, [ + Fe(j(We), (ue, Mt) => ({ + name: ue, + fn: _e((De) => [ + ie(B.$slots, ue, ze(ft({ ...De }))), + ]), + })), + ]), + 1040, + [ + "menu-mount", + "calendar-width", + "internal-model-value", + "onSelectNow", + ], + )) + : G("", !0), + ], + 42, + vs, + ), + ]; + }), + _: 3, + }, + 8, + ["name", "css"], + ) + ); + } + ); + }, + }), + bs = typeof window < "u" ? window : void 0, + Qa = () => {}, + _s = (t) => (Nr() ? (Ar(t), !0) : !1), + ks = (t, n, a, e) => { + if (!t) return Qa; + let r = Qa; + const i = Nt( + () => j(t), + (l) => { + r(), + l && + (l.addEventListener(n, a, e), + (r = () => { + l.removeEventListener(n, a, e), (r = Qa); + })); + }, + { immediate: !0, flush: "post" }, + ), + o = () => { + i(), r(); + }; + return _s(o), o; + }, + Ts = (t, n, a, e = {}) => { + const { window: r = bs, event: i = "pointerdown" } = e; + return r + ? ks( + r, + i, + (o) => { + const l = Re(t), + d = Re(n); + !l || + !d || + l === o.target || + o.composedPath().includes(l) || + o.composedPath().includes(d) || + a(o); + }, + { passive: !0 }, + ) + : void 0; + }, + Ds = vt({ + __name: "VueDatePicker", + props: { ...Yt }, + emits: [ + "update:model-value", + "text-submit", + "closed", + "cleared", + "open", + "focus", + "blur", + "internal-model-change", + "recalculate-position", + "flow-step", + "update-month-year", + "invalid-select", + "invalid-fixed-range", + "tooltip-open", + "tooltip-close", + "time-picker-open", + "time-picker-close", + "am-pm-change", + "range-start", + "range-end", + ], + setup(t, { expose: n, emit: a }) { + const e = t, + r = nn(), + i = ne(!1), + o = da(e, "modelValue"), + l = da(e, "timezone"), + d = ne(null), + u = ne(null), + y = ne(!1), + m = ne(null), + c = zt({ + disabledDates: null, + allowedDates: null, + highlightedDates: null, + }), + { setMenuFocused: p, setShiftKey: $ } = br(), + { clearArrowNav: A } = Et(), + { + validateDate: N, + isValidTime: X, + defaults: k, + mapDatesArrToMap: _, + } = it(e); + ct(() => { + F(e.modelValue), + e.inline || + (v(m.value).addEventListener("scroll", K), + window.addEventListener("resize", W)), + e.inline && (i.value = !0), + _(c); + }), + rn(() => { + if (!e.inline) { + const se = v(m.value); + se && se.removeEventListener("scroll", K), + window.removeEventListener("resize", W); + } + }); + const S = Bt(r, "all", e.presetRanges), + w = Bt(r, "input"); + Nt( + [o, l], + () => { + F(o.value); + }, + { deep: !0 }, + ); + const { + openOnTop: O, + menuStyle: Y, + resetPosition: U, + setMenuPosition: L, + setInitialPosition: H, + getScrollableParent: v, + } = wu(d, u, a, e), + { + inputValue: g, + internalModelValue: P, + parseExternalModelValue: F, + emitModelValue: D, + formatInputValue: M, + checkBeforeEmit: C, + } = yu(a, e, y), + x = Z(() => ({ + dp__main: !0, + dp__theme_dark: e.dark, + dp__theme_light: !e.dark, + dp__flex_display: e.inline, + dp__flex_display_with_input: e.inlineWithInput, + })), + s = Z(() => (e.dark ? "dp__theme_dark" : "dp__theme_light")), + E = Z(() => + e.teleport + ? { + to: typeof e.teleport == "boolean" ? "body" : e.teleport, + disabled: e.inline, + } + : { class: "dp__outer_menu_wrap" }, + ), + K = () => { + i.value && (e.closeOnScroll ? be() : L()); + }, + W = () => { + i.value && L(); + }, + T = async () => { + var se, me, ge; + !e.disabled && + !e.readonly && + (U(), + await At(), + (i.value = !0), + await At(), + H(), + await At(), + L(), + delete Y.value.opacity, + !((se = k.value.transitions) != null && se.menuAppear) && + e.transitions && + ((ge = (me = d.value) == null ? void 0 : me.$el) == null || + ge.classList.add("dp__menu_transitioned")), + i.value && a("open"), + i.value || ye(), + F(e.modelValue)); + }, + f = () => { + (g.value = ""), + ye(), + a("update:model-value", null), + a("cleared"), + e.closeOnClearValue && be(); + }, + h = () => { + const se = P.value; + return !se || (!Array.isArray(se) && N(se)) + ? !0 + : Array.isArray(se) + ? se.length === 2 && N(se[0]) && N(se[1]) + ? !0 + : N(se[0]) + : !1; + }, + I = () => { + C() && h() ? (D(), be()) : a("invalid-select", P.value); + }, + z = (se) => { + oe(), D(), e.closeOnAutoApply && !se && be(); + }, + oe = () => { + u.value && e.textInput && u.value.setParsedDate(P.value); + }, + ae = (se = !1) => { + e.autoApply && + X(P.value) && + h() && + (e.range && Array.isArray(P.value) + ? (e.partialRange || P.value.length === 2) && z(se) + : z(se)); + }, + ye = () => { + e.textInput || (P.value = null); + }, + be = () => { + e.inline || + (i.value && + ((i.value = !1), + p(!1), + $(!1), + A(), + a("closed"), + H(), + g.value && F(o.value)), + ye()); + }, + de = (se, me) => { + if (!se) { + P.value = null; + return; + } + (P.value = se), me && (I(), a("text-submit")); + }, + We = () => { + e.autoApply && X(P.value) && D(), oe(); + }, + Je = () => (i.value ? be() : T()), + qe = (se) => { + P.value = se; + }, + dt = () => { + e.textInput && ((y.value = !0), M()), a("focus"); + }, + pt = () => { + e.textInput && ((y.value = !1), F(e.modelValue)), a("blur"); + }, + Tt = (se) => { + d.value && + d.value.updateMonthYear(0, { + month: Vn(se.month), + year: Vn(se.year), + }); + }, + Dt = (se) => { + F(se || e.modelValue); + }, + ea = (se, me) => { + var ge; + (ge = d.value) == null || ge.switchView(se, me); + }; + return ( + Ts(d, u, e.onClickOutside ? () => e.onClickOutside(h) : be), + n({ + closeMenu: be, + selectDate: I, + clearValue: f, + openMenu: T, + onScroll: K, + formatInputValue: M, + updateInternalModelValue: qe, + setMonthYear: Tt, + parseModel: Dt, + switchView: ea, + }), + (se, me) => ( + R(), + Q( + "div", + { class: Ce(x.value), ref_key: "pickerWrapperRef", ref: m }, + [ + _t( + xu, + Qe( + { + ref_key: "inputRef", + ref: u, + "is-menu-open": i.value, + "input-value": j(g), + "onUpdate:inputValue": + me[0] || + (me[0] = (ge) => (gn(g) ? (g.value = ge) : null)), + }, + se.$props, + { + onClear: f, + onOpen: T, + onSetInputDate: de, + onSetEmptyDate: j(D), + onSelectDate: I, + onToggle: Je, + onClose: be, + onFocus: dt, + onBlur: pt, + onRealBlur: me[1] || (me[1] = (ge) => (y.value = !1)), + }, + ), + nt({ _: 2 }, [ + Fe(j(w), (ge, ta) => ({ + name: ge, + fn: _e((Ut) => [ie(se.$slots, ge, ze(ft(Ut)))]), + })), + ]), + 1040, + ["is-menu-open", "input-value", "onSetEmptyDate"], + ), + i.value + ? (R(), + Pe( + Gn(se.teleport ? Sr : "div"), + ze(Qe({ key: 0 }, E.value)), + { + default: _e(() => [ + i.value + ? (R(), + Pe( + ws, + Qe( + { + key: 0, + ref_key: "dpMenuRef", + ref: d, + class: s.value, + style: se.inline ? void 0 : j(Y), + "open-on-top": j(O), + "arr-map-values": c, + }, + se.$props, + { + "internal-model-value": j(P), + "onUpdate:internalModelValue": + me[2] || + (me[2] = (ge) => + gn(P) ? (P.value = ge) : null), + onClosePicker: be, + onSelectDate: I, + onAutoApply: ae, + onTimeUpdate: We, + onFlowStep: + me[3] || + (me[3] = (ge) => se.$emit("flow-step", ge)), + onUpdateMonthYear: + me[4] || + (me[4] = (ge) => + se.$emit("update-month-year", ge)), + onInvalidSelect: + me[5] || + (me[5] = (ge) => + se.$emit("invalid-select", j(P))), + onInvalidFixedRange: + me[6] || + (me[6] = (ge) => + se.$emit("invalid-fixed-range", ge)), + onRecalculatePosition: j(L), + onTooltipOpen: + me[7] || + (me[7] = (ge) => + se.$emit("tooltip-open", ge)), + onTooltipClose: + me[8] || + (me[8] = (ge) => + se.$emit("tooltip-close", ge)), + onTimePickerOpen: + me[9] || + (me[9] = (ge) => + se.$emit("time-picker-open", ge)), + onTimePickerClose: + me[10] || + (me[10] = (ge) => + se.$emit("time-picker-close", ge)), + onAmPmChange: + me[11] || + (me[11] = (ge) => + se.$emit("am-pm-change", ge)), + onRangeStart: + me[12] || + (me[12] = (ge) => + se.$emit("range-start", ge)), + onRangeEnd: + me[13] || + (me[13] = (ge) => + se.$emit("range-end", ge)), + }, + ), + nt({ _: 2 }, [ + Fe(j(S), (ge, ta) => ({ + name: ge, + fn: _e((Ut) => [ + ie(se.$slots, ge, ze(ft({ ...Ut }))), + ]), + })), + ]), + 1040, + [ + "class", + "style", + "open-on-top", + "arr-map-values", + "internal-model-value", + "onRecalculatePosition", + ], + )) + : G("", !0), + ]), + _: 3, + }, + 16, + )) + : G("", !0), + ], + 2, + ) + ) + ); + }, + }), + mn = (() => { + const t = Ds; + return ( + (t.install = (n) => { + n.component("Vue3DatePicker", t); + }), + t + ); + })(), + xs = Object.freeze( + Object.defineProperty( + { __proto__: null, default: mn }, + Symbol.toStringTag, + { value: "Module" }, + ), + ); +Object.entries(xs).forEach(([t, n]) => { + t !== "default" && (mn[t] = n); +}); +const Ms = { + components: { VueEditorJs: Qn, List: hn, Header: yn, VueDatePicker: mn }, + props: { + postId: { type: Number, default: null }, + timezone: { type: String, default: null }, + }, + data() { + return { + isSaving: !1, + showEditorJs: !1, + post: { + id: null, + title: "", + slug: "", + excerpt: "", + cliffhanger: "", + author_id: null, + featured: !0, + publish_date: null, + featured_image: null, + body: { time: 1591362820044, blocks: [], version: "2.25.0" }, + locale_slug: null, + locale_id: null, + status: "draft", + categories: null, + }, + status: ["publish", "future", "draft", "private", "trash"], + config: { + placeholder: "Write something (ノ◕ヮ◕)ノ*:・゚✧", + tools: { + header: { + class: yn, + config: { + placeholder: "Enter a header", + levels: [2, 3, 4], + defaultLevel: 3, + }, + }, + list: { class: hn, inlineToolbar: !0 }, + image: { + class: Fr, + config: { + field: "file", + endpoints: { byFile: null, byUrl: null }, + }, + }, + }, + onReady: () => {}, + onChange: (t) => {}, + data: { + time: 1690738306815, + blocks: [ + { + id: "DYr36VT6KH", + data: { text: "Introduction", level: 3 }, + type: "header", + }, + { + id: "TAh-E2RIrs", + data: { + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", + }, + type: "paragraph", + }, + { + id: "sQWS7Ivg74", + data: { text: "First Point", level: 3 }, + type: "header", + }, + { + id: "Y9GYmrtsEk", + data: { + file: { + url: "https://cdn1.productalert.co/uploads/1690738207_3b4cf9ff-c617-4062-b910-22e61e1751d0.jpg", + }, + caption: "Picture of First Point", + stretched: !1, + withBorder: !1, + withBackground: !1, + }, + type: "image", + }, + { + id: "7qzQF_jale", + data: { + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", + }, + type: "paragraph", + }, + { + id: "_oYWs021IJ", + data: { text: "Second Point", level: 3 }, + type: "header", + }, + { + id: "PzXRqEDx1Z", + data: { + file: { + url: "https://cdn1.productalert.co/uploads/1690738243_8eb9f5b2-f3ad-45d9-a626-8ef160ef4068.jpg", + }, + caption: "Picture of Second Point", + stretched: !1, + withBorder: !1, + withBackground: !1, + }, + type: "image", + }, + { + id: "oD5oZ_q0Qo", + data: { + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", + }, + type: "paragraph", + }, + { + id: "am9pIHopIw", + data: { + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", + }, + type: "paragraph", + }, + { + id: "iFvJ1tYZk-", + data: { text: "Third Point", level: 3 }, + type: "header", + }, + { + id: "zqwukyGttU", + data: { + file: { + url: "https://cdn1.productalert.co/uploads/1690738271_180a520a-22df-4b98-aad3-9962e10832d6.jpg", + }, + caption: "Picture of Third Point", + stretched: !1, + withBorder: !1, + withBackground: !1, + }, + type: "image", + }, + { + id: "uuR88uia0m", + data: { + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", + }, + type: "paragraph", + }, + { + id: "KNVtnJ5lou", + data: { text: "Fourth Point", level: 3 }, + type: "header", + }, + { + id: "SWdpL4jh6G", + data: { + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", + }, + type: "paragraph", + }, + { + id: "dQqWsgP_FO", + data: { text: "Conclusion", level: 3 }, + type: "header", + }, + { + id: "I7FOByi69M", + data: { + text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", + }, + type: "paragraph", + }, + ], + version: "2.27.2", + }, + }, + }; + }, + watch: { + "post.title": { + deep: !0, + handler(t, n) { + this.post.slug = this.slugify(t); + }, + }, + }, + computed: { + ...Ir(bn, [ + "countryLocales", + "localeCategories", + "defaultLocaleSlug", + "authors", + ]), + getPostFullUrl() { + var t; + return ((t = this.post.slug) == null ? void 0 : t.length) > 0 + ? "https://productalert.co/" + + this.post.locale_slug + + "/posts/" + + this.post.slug + : "https://productalert.co/" + + this.post.locale_slug + + "/posts/enter-a-post-title-to-autogen-slug"; + }, + }, + methods: { + ...Er(bn, [ + "fetchCountryLocales", + "fetchLocaleCategories", + "fetchAuthors", + ]), + checkAndSave() { + var n, a, e, r, i, o; + let t = []; + ((n = this.post.title) == null ? void 0 : n.length) > 0 || + t.push("post title"), + ((a = this.post.slug) == null ? void 0 : a.length) > 0 || + t.push("post slug"), + this.post.status == "publish" && + (this.post.publish_date == null && t.push("publish date"), + ((e = this.post.excerpt) == null ? void 0 : e.length) > 0 || + t.push("post excerpt"), + ((r = this.post.featured_image) == null ? void 0 : r.length) > 0 || + t.push("post featured image"), + ((i = this.post.body.blocks) == null ? void 0 : i.length) > 0 || + t.push("Post body"), + (!(((o = this.post.locale_slug) == null ? void 0 : o.length) > 0) || + this.post.locale_id == null) && + t.push("Country locality"), + this.post.categories == null && t.push("Category")), + t.length > 0 + ? alert( + "HAIYA many errors! For " + + this.post.status + + " status, pls fix " + + t.join(", "), + ) + : this.savePost(); + }, + savePost() { + this.isSaving = !0; + const t = new FormData(); + for (const [n, a] of Object.entries(this.post)) + if (a != null) + if (n == "body") t.append(n, JSON.stringify(a)); + else if (n == "publish_date") + if (a instanceof Date) { + let e = a.toISOString(); + t.append(n, e); + } else t.append(n, a); + else t.append(n, a); + ua + .post(Ft("api.admin.post.upsert"), t, { + headers: { "Content-Type": "application/json" }, + }) + .then((n) => { + console.warn(n), + n.data.action == "redirect_back" && + window.location.replace(Ft("posts.manage")); + }), + setTimeout( + function () { + this.isSaving = !1; + }.bind(this), + 1e3, + ); + }, + onInitialized(t) {}, + imageSaved(t) { + this.post.featured_image = t; + }, + editorSaved(t) { + this.post.body = t; + }, + statusChanged(t) { + this.post.status = t.target.value; + }, + localeChanged(t) { + (this.post.locale_slug = t.target.value), + (this.post.locale_id = this.getLocaleIdBySlug(t.target.value)), + (this.post.categories = []), + setTimeout( + function () { + this.fetchLocaleCategories(this.post.locale_slug); + }.bind(this), + 100, + ); + }, + setDefaultLocale() { + (this.post.locale_slug == null || this.post.locale_slug == "") && + ((this.post.locale_slug = this.defaultLocaleSlug), + (this.post.locale_id = this.getLocaleIdBySlug( + this.defaultLocaleSlug, + ))); + }, + getLocaleIdBySlug(t) { + for (const [n, a] of Object.entries(this.countryLocales)) + if (a.slug == t) return a.id; + return null; + }, + async fetchPostData(t) { + var a; + const n = await ua.get(Ft("api.admin.post.get", { id: t })); + if ( + ((a = n == null ? void 0 : n.data) == null ? void 0 : a.post) != null + ) { + let e = this.post, + r = n.data.post; + (e.id = r.id), + (e.title = r.title), + (e.slug = r.slug), + (e.publish_date = r.publish_date), + (e.excerpt = r.excerpt), + (e.cliffhanger = r.cliffhanger), + (e.author_id = r.author_id), + (e.featured = r.featured), + (e.featured_image = r.featured_image), + (e.body = r.body), + (e.locale_slug = r.post_category.category.country_locale_slug), + (e.locale_id = r.post_category.category.country_locale_id), + (e.status = r.status), + (e.categories = r.post_category.category.id), + (this.post = e), + (this.config.data = r.body); + } + console.log(n.data.post); + }, + slugify: function (t) { + var n = "", + a = t.toLowerCase(); + return ( + (n = a.replace(/[^a-z0-9\s]/g, "")), + (n = n.replace(/\s+/g, " ")), + (n = n.trim()), + (n = n.replace(/\s+/g, "-")), + n + ); + }, + setAuthor() { + if (this.post.id == null && this.post.author_id == null) + for (const [t, n] of Object.entries(this.authors)) { + this.post.author_id = n.id; + break; + } + }, + setLocalCategory() { + if (this.post.id == null && this.post.categories == null) + for (const [t, n] of Object.entries(this.localeCategories)) { + this.post.categories = n.id; + break; + } + }, + }, + mounted() { + (this.config.tools.image.config.endpoints.byFile = Ft( + "api.admin.upload.cloud.image", + )), + (this.config.tools.image.config.additionalRequestHeaders = { + "X-CSRF-TOKEN": document + .querySelector('meta[name="csrf-token"]') + .getAttribute("content"), + }), + this.fetchCountryLocales().then(() => { + this.setDefaultLocale(), + setTimeout( + function () { + this.fetchLocaleCategories(this.post.locale_slug).then(() => { + this.setLocalCategory(); + }), + this.fetchAuthors().then(() => { + this.setAuthor(); + }), + this.postId != null + ? this.fetchPostData(this.postId).then(() => { + setTimeout( + function () { + this.showEditorJs = !0; + }.bind(this), + 1e3, + ); + }) + : setTimeout( + function () { + this.showEditorJs = !0; + }.bind(this), + 1e3, + ); + }.bind(this), + 100, + ); + }); + }, + }, + Cs = { class: "row justify-content-center" }, + Ps = { class: "col-9", style: { "max-width": "700px" } }, + Ss = { class: "mb-3" }, + Os = { class: "form-floating" }, + Ns = J("label", null, "Write a SEO post title", -1), + As = { class: "text-secondary" }, + $s = { class: "form-floating mb-3" }, + Is = J("label", null, "Write a post cliffhanger (optional)", -1), + Es = J( + "div", + { class: "alert mt-1" }, + [ + rt(' Cliffhanger examples: "'), + J( + "i", + null, + "Can Alpinestars Tech-Air redefine motorcycle safety? Find out now.", + ), + rt('" or "'), + J( + "i", + null, + 'Are they worth the hype? Stay tuned for our in-depth review."', + ), + ], + -1, + ), + Ys = { class: "form-floating mb-3" }, + Us = J( + "label", + null, + "Write a simple excerpt to convince & entice users to view this post!", + -1, + ), + Ls = { key: 0, class: "card" }, + Rs = { class: "card-body" }, + Fs = { class: "col-3" }, + Vs = { class: "d-grid mb-2" }, + Bs = ["selected", "value"], + Ws = J("div", { class: "fw-bold" }, "Publish Date", -1), + Hs = { class: "input-icon mb-2" }, + js = Lr( + '<span class="input-icon-addon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z"></path><path d="M16 3v4"></path><path d="M8 3v4"></path><path d="M4 11h16"></path><path d="M11 15h1"></path><path d="M12 15v3"></path></svg></span>', + 1, + ), + qs = ["disabled"], + Qs = J("span", { class: "visually-hidden" }, "Saving...", -1), + Gs = [Qs], + Xs = { key: 1 }, + Js = { class: "card mb-2" }, + Ks = J("div", { class: "card-header fw-bold" }, "Country Locality", -1), + zs = { class: "card-body" }, + Zs = ["value", "selected"], + ec = { class: "card mb-2" }, + tc = J("div", { class: "card-header fw-bold" }, "Categories", -1), + ac = { class: "card-body" }, + nc = ["id", "value"], + rc = { class: "card mb-2" }, + oc = J("div", { class: "card-header fw-bold" }, "Authors", -1), + ic = { class: "card-body" }, + lc = ["id", "value"], + uc = { class: "card mb-2" }, + sc = J("div", { class: "card-header fw-bold" }, "Other Settings", -1), + cc = { class: "card-body" }, + dc = { class: "form-check form-switch" }, + fc = J("label", { class: "form-check-label" }, "Feature this Post", -1); +function vc(t, n, a, e, r, i) { + const o = Mr, + l = Qn, + d = Yr("VueDatePicker"); + return ( + R(), + Q("div", null, [ + J("div", Cs, [ + J("div", Ps, [ + J("div", Ss, [ + J("div", Os, [ + yt( + J( + "input", + { + "onUpdate:modelValue": + n[0] || (n[0] = (u) => (r.post.title = u)), + type: "text", + class: "form-control", + placeholder: "Post title", + }, + null, + 512, + ), + [[Ia, r.post.title]], + ), + Ns, + ]), + J("small", null, [J("span", As, Ve(i.getPostFullUrl), 1)]), + ]), + J("div", $s, [ + yt( + J( + "textarea", + { + "onUpdate:modelValue": + n[1] || (n[1] = (u) => (r.post.cliffhanger = u)), + class: "form-control", + style: { "min-height": "150px" }, + placeholder: "Enter a post cliffhanger", + }, + null, + 512, + ), + [[Ia, r.post.cliffhanger]], + ), + Is, + Es, + ]), + J("div", Ys, [ + yt( + J( + "textarea", + { + "onUpdate:modelValue": + n[2] || (n[2] = (u) => (r.post.excerpt = u)), + class: "form-control", + style: { "min-height": "150px" }, + placeholder: "Enter a post excerpt/summary", + }, + null, + 512, + ), + [[Ia, r.post.excerpt]], + ), + Us, + ]), + _t( + o, + { + ref: "imageBlock", + class: "mb-3", + "input-image": r.post.featured_image, + onSaved: i.imageSaved, + }, + null, + 8, + ["input-image", "onSaved"], + ), + r.showEditorJs + ? (R(), + Q("div", Ls, [ + J("div", Rs, [ + _t( + l, + { + onSaved: i.editorSaved, + config: r.config, + initialized: i.onInitialized, + }, + null, + 8, + ["onSaved", "config", "initialized"], + ), + ]), + ])) + : G("", !0), + ]), + J("div", Fs, [ + J("div", Vs, [ + J( + "select", + { + class: "form-select mb-2", + "aria-label": "Default select example", + onChange: + n[3] || + (n[3] = (...u) => i.statusChanged && i.statusChanged(...u)), + }, + [ + (R(!0), + Q( + we, + null, + Fe( + r.status, + (u) => ( + R(), + Q( + "option", + { key: u, selected: u == r.post.status, value: u }, + " Post Status: " + Ve(u), + 9, + Bs, + ) + ), + ), + 128, + )), + ], + 32, + ), + Ws, + J("div", Hs, [ + js, + _t( + d, + { + timezone: a.timezone, + modelValue: r.post.publish_date, + "onUpdate:modelValue": + n[4] || (n[4] = (u) => (r.post.publish_date = u)), + }, + null, + 8, + ["timezone", "modelValue"], + ), + ]), + J( + "button", + { + onClick: + n[5] || + (n[5] = (...u) => i.checkAndSave && i.checkAndSave(...u)), + class: "btn btn-primary", + style: { height: "50px" }, + }, + [ + r.isSaving + ? (R(), + Q( + "div", + { + key: 0, + class: Ce([ + "spinner-border", + r.isSaving ? "disabled" : "", + ]), + role: "status", + disabled: r.isSaving, + }, + Gs, + 10, + qs, + )) + : (R(), Q("span", Xs, "Save as " + Ve(r.post.status), 1)), + ], + ), + ]), + J("div", Js, [ + Ks, + J("div", zs, [ + J( + "select", + { + class: "form-select", + onChange: + n[6] || + (n[6] = (...u) => i.localeChanged && i.localeChanged(...u)), + }, + [ + (R(!0), + Q( + we, + null, + Fe( + t.countryLocales, + (u) => ( + R(), + Q( + "option", + { + key: u.id, + value: u.slug, + selected: u.slug == r.post.locale_slug, + }, + Ve(u.name), + 9, + Zs, + ) + ), + ), + 128, + )), + ], + 32, + ), + ]), + ]), + J("div", ec, [ + tc, + J("div", ac, [ + (R(!0), + Q( + we, + null, + Fe( + t.localeCategories, + (u) => ( + R(), + Q("div", { class: "py-1", key: u.id }, [ + J("label", null, [ + yt( + J( + "input", + { + type: "radio", + id: u.id, + value: u.id, + "onUpdate:modelValue": + n[7] || (n[7] = (y) => (r.post.categories = y)), + }, + null, + 8, + nc, + ), + [[wn, r.post.categories]], + ), + rt(" " + Ve(u.name), 1), + ]), + ]) + ), + ), + 128, + )), + ]), + ]), + J("div", rc, [ + oc, + J("div", ic, [ + (R(!0), + Q( + we, + null, + Fe( + t.authors, + (u) => ( + R(), + Q("div", { class: "py-1", key: u.id }, [ + J("label", null, [ + yt( + J( + "input", + { + type: "radio", + id: u.id, + value: u.id, + "onUpdate:modelValue": + n[8] || (n[8] = (y) => (r.post.author_id = y)), + }, + null, + 8, + lc, + ), + [[wn, r.post.author_id]], + ), + rt(" " + Ve(u.name), 1), + ]), + ]) + ), + ), + 128, + )), + ]), + ]), + J("div", uc, [ + sc, + J("div", cc, [ + J("div", dc, [ + yt( + J( + "input", + { + "onUpdate:modelValue": + n[9] || (n[9] = (u) => (r.post.featured = u)), + class: "form-check-input", + type: "checkbox", + role: "switch", + }, + null, + 512, + ), + [[Ur, r.post.featured]], + ), + fc, + ]), + ]), + ]), + ]), + ]), + ]) + ); +} +const bc = $r(Ms, [["render", vc]]); +export { bc as default }; diff --git a/public/build/assets/VueEditorJs-8bfa8291.js b/public/build/assets/VueEditorJs-8bfa8291.js index 5a428ed..d0d1ff3 100644 --- a/public/build/assets/VueEditorJs-8bfa8291.js +++ b/public/build/assets/VueEditorJs-8bfa8291.js @@ -1,4 +1,179 @@ -import{_ as Oe,a0 as Zt,c as Ne,i as De,r as Re,o as Pe,h as Fe}from"./admin-app-62da08c5.js";import"./index-8746c87e.js";var He=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function xt(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}function Ct(){}Object.assign(Ct,{default:Ct,register:Ct,revert:function(){},__esModule:!0});Element.prototype.matches||(Element.prototype.matches=Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector||function(s){const t=(this.document||this.ownerDocument).querySelectorAll(s);let e=t.length;for(;--e>=0&&t.item(e)!==this;);return e>-1});Element.prototype.closest||(Element.prototype.closest=function(s){let t=this;if(!document.documentElement.contains(t))return null;do{if(t.matches(s))return t;t=t.parentElement||t.parentNode}while(t!==null);return null});Element.prototype.prepend||(Element.prototype.prepend=function(s){const t=document.createDocumentFragment();Array.isArray(s)||(s=[s]),s.forEach(e=>{const o=e instanceof Node;t.appendChild(o?e:document.createTextNode(e))}),this.insertBefore(t,this.firstChild)});Element.prototype.scrollIntoViewIfNeeded||(Element.prototype.scrollIntoViewIfNeeded=function(s){s=arguments.length===0?!0:!!s;const t=this.parentNode,e=window.getComputedStyle(t,null),o=parseInt(e.getPropertyValue("border-top-width")),i=parseInt(e.getPropertyValue("border-left-width")),n=this.offsetTop-t.offsetTop<t.scrollTop,r=this.offsetTop-t.offsetTop+this.clientHeight-o>t.scrollTop+t.clientHeight,a=this.offsetLeft-t.offsetLeft<t.scrollLeft,l=this.offsetLeft-t.offsetLeft+this.clientWidth-i>t.scrollLeft+t.clientWidth,c=n&&!r;(n||r)&&s&&(t.scrollTop=this.offsetTop-t.offsetTop-t.clientHeight/2-o+this.clientHeight/2),(a||l)&&s&&(t.scrollLeft=this.offsetLeft-t.offsetLeft-t.clientWidth/2-i+this.clientWidth/2),(n||r||a||l)&&!s&&this.scrollIntoView(c)});window.requestIdleCallback=window.requestIdleCallback||function(s){const t=Date.now();return setTimeout(function(){s({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-t))}})},1)};window.cancelIdleCallback=window.cancelIdleCallback||function(s){clearTimeout(s)};let je=(s=21)=>crypto.getRandomValues(new Uint8Array(s)).reduce((t,e)=>(e&=63,e<36?t+=e.toString(36):e<62?t+=(e-26).toString(36).toUpperCase():e>62?t+="-":t+="_",t),"");var se=(s=>(s.VERBOSE="VERBOSE",s.INFO="INFO",s.WARN="WARN",s.ERROR="ERROR",s))(se||{});const E={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,LEFT:37,UP:38,DOWN:40,RIGHT:39,DELETE:46,META:91},ze={LEFT:0,WHEEL:1,RIGHT:2,BACKWARD:3,FORWARD:4};function mt(s,t,e="log",o,i="color: inherit"){if(!("console"in window)||!window.console[e])return;const n=["info","log","warn","error"].includes(e),r=[];switch(mt.logLevel){case"ERROR":if(e!=="error")return;break;case"WARN":if(!["error","warn"].includes(e))return;break;case"INFO":if(!n||s)return;break}o&&r.push(o);const a="Editor.js 2.28.0",l=`line-height: 1em; +import { + _ as Oe, + a0 as Zt, + c as Ne, + i as De, + r as Re, + o as Pe, + h as Fe, +} from "./app-admin-62da08c5.js"; +import "./index-8746c87e.js"; +var He = + typeof globalThis < "u" + ? globalThis + : typeof window < "u" + ? window + : typeof global < "u" + ? global + : typeof self < "u" + ? self + : {}; +function xt(s) { + return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") + ? s.default + : s; +} +function Ct() {} +Object.assign(Ct, { + default: Ct, + register: Ct, + revert: function () {}, + __esModule: !0, +}); +Element.prototype.matches || + (Element.prototype.matches = + Element.prototype.matchesSelector || + Element.prototype.mozMatchesSelector || + Element.prototype.msMatchesSelector || + Element.prototype.oMatchesSelector || + Element.prototype.webkitMatchesSelector || + function (s) { + const t = (this.document || this.ownerDocument).querySelectorAll(s); + let e = t.length; + for (; --e >= 0 && t.item(e) !== this; ); + return e > -1; + }); +Element.prototype.closest || + (Element.prototype.closest = function (s) { + let t = this; + if (!document.documentElement.contains(t)) return null; + do { + if (t.matches(s)) return t; + t = t.parentElement || t.parentNode; + } while (t !== null); + return null; + }); +Element.prototype.prepend || + (Element.prototype.prepend = function (s) { + const t = document.createDocumentFragment(); + Array.isArray(s) || (s = [s]), + s.forEach((e) => { + const o = e instanceof Node; + t.appendChild(o ? e : document.createTextNode(e)); + }), + this.insertBefore(t, this.firstChild); + }); +Element.prototype.scrollIntoViewIfNeeded || + (Element.prototype.scrollIntoViewIfNeeded = function (s) { + s = arguments.length === 0 ? !0 : !!s; + const t = this.parentNode, + e = window.getComputedStyle(t, null), + o = parseInt(e.getPropertyValue("border-top-width")), + i = parseInt(e.getPropertyValue("border-left-width")), + n = this.offsetTop - t.offsetTop < t.scrollTop, + r = + this.offsetTop - t.offsetTop + this.clientHeight - o > + t.scrollTop + t.clientHeight, + a = this.offsetLeft - t.offsetLeft < t.scrollLeft, + l = + this.offsetLeft - t.offsetLeft + this.clientWidth - i > + t.scrollLeft + t.clientWidth, + c = n && !r; + (n || r) && + s && + (t.scrollTop = + this.offsetTop - + t.offsetTop - + t.clientHeight / 2 - + o + + this.clientHeight / 2), + (a || l) && + s && + (t.scrollLeft = + this.offsetLeft - + t.offsetLeft - + t.clientWidth / 2 - + i + + this.clientWidth / 2), + (n || r || a || l) && !s && this.scrollIntoView(c); + }); +window.requestIdleCallback = + window.requestIdleCallback || + function (s) { + const t = Date.now(); + return setTimeout(function () { + s({ + didTimeout: !1, + timeRemaining: function () { + return Math.max(0, 50 - (Date.now() - t)); + }, + }); + }, 1); + }; +window.cancelIdleCallback = + window.cancelIdleCallback || + function (s) { + clearTimeout(s); + }; +let je = (s = 21) => + crypto + .getRandomValues(new Uint8Array(s)) + .reduce( + (t, e) => ( + (e &= 63), + e < 36 + ? (t += e.toString(36)) + : e < 62 + ? (t += (e - 26).toString(36).toUpperCase()) + : e > 62 + ? (t += "-") + : (t += "_"), + t + ), + "", + ); +var se = ((s) => ( + (s.VERBOSE = "VERBOSE"), + (s.INFO = "INFO"), + (s.WARN = "WARN"), + (s.ERROR = "ERROR"), + s +))(se || {}); +const E = { + BACKSPACE: 8, + TAB: 9, + ENTER: 13, + SHIFT: 16, + CTRL: 17, + ALT: 18, + ESC: 27, + SPACE: 32, + LEFT: 37, + UP: 38, + DOWN: 40, + RIGHT: 39, + DELETE: 46, + META: 91, + }, + ze = { LEFT: 0, WHEEL: 1, RIGHT: 2, BACKWARD: 3, FORWARD: 4 }; +function mt(s, t, e = "log", o, i = "color: inherit") { + if (!("console" in window) || !window.console[e]) return; + const n = ["info", "log", "warn", "error"].includes(e), + r = []; + switch (mt.logLevel) { + case "ERROR": + if (e !== "error") return; + break; + case "WARN": + if (!["error", "warn"].includes(e)) return; + break; + case "INFO": + if (!n || s) return; + break; + } + o && r.push(o); + const a = "Editor.js 2.28.0", + l = `line-height: 1em; color: #006FEA; display: inline-block; font-size: 11px; @@ -7,35 +182,7029 @@ import{_ as Oe,a0 as Zt,c as Ne,i as De,r as Re,o as Pe,h as Fe}from"./admin-app padding: 4px 9px; border-radius: 30px; border: 1px solid rgba(56, 138, 229, 0.16); - margin: 4px 5px 4px 0;`;s&&(n?(r.unshift(l,i),t=`%c${a}%c ${t}`):t=`( ${a} )${t}`);try{n?o?console[e](`${t} %o`,...r):console[e](t,...r):console[e](t)}catch{}}mt.logLevel="VERBOSE";function Ue(s){mt.logLevel=s}const _=mt.bind(window,!1),K=mt.bind(window,!0);function ot(s){return Object.prototype.toString.call(s).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function R(s){return ot(s)==="function"||ot(s)==="asyncfunction"}function z(s){return ot(s)==="object"}function J(s){return ot(s)==="string"}function $e(s){return ot(s)==="boolean"}function Gt(s){return ot(s)==="number"}function Jt(s){return ot(s)==="undefined"}function V(s){return s?Object.keys(s).length===0&&s.constructor===Object:!0}function re(s){return s>47&&s<58||s===32||s===13||s===229||s>64&&s<91||s>95&&s<112||s>185&&s<193||s>218&&s<223}async function We(s,t=()=>{},e=()=>{}){async function o(i,n,r){try{await i.function(i.data),await n(Jt(i.data)?{}:i.data)}catch{r(Jt(i.data)?{}:i.data)}}return s.reduce(async(i,n)=>(await i,o(n,t,e)),Promise.resolve())}function ae(s){return Array.prototype.slice.call(s)}function rt(s,t){return function(){const e=this,o=arguments;window.setTimeout(()=>s.apply(e,o),t)}}function Ye(s){return s.name.split(".").pop()}function Ke(s){return/^[-\w]+\/([-+\w]+|\*)$/.test(s)}function Xe(s,t,e){let o;return(...i)=>{const n=this,r=()=>{o=null,e||s.apply(n,i)},a=e&&!o;window.clearTimeout(o),o=window.setTimeout(r,t),a&&s.apply(n,i)}}function St(s,t,e=void 0){let o,i,n,r=null,a=0;e||(e={});const l=function(){a=e.leading===!1?0:Date.now(),r=null,n=s.apply(o,i),r||(o=i=null)};return function(){const c=Date.now();!a&&e.leading===!1&&(a=c);const p=t-(c-a);return o=this,i=arguments,p<=0||p>t?(r&&(clearTimeout(r),r=null),a=c,n=s.apply(o,i),r||(o=i=null)):!r&&e.trailing!==!1&&(r=setTimeout(l,p)),n}}function Ve(){const s={win:!1,mac:!1,x11:!1,linux:!1},t=Object.keys(s).find(e=>window.navigator.appVersion.toLowerCase().indexOf(e)!==-1);return t&&(s[t]=!0),s}function at(s){return s[0].toUpperCase()+s.slice(1)}function It(s,...t){if(!t.length)return s;const e=t.shift();if(z(s)&&z(e))for(const o in e)z(e[o])?(s[o]||Object.assign(s,{[o]:{}}),It(s[o],e[o])):Object.assign(s,{[o]:e[o]});return It(s,...t)}function Rt(s){const t=Ve();return s=s.replace(/shift/gi,"⇧").replace(/backspace/gi,"⌫").replace(/enter/gi,"⏎").replace(/up/gi,"↑").replace(/left/gi,"→").replace(/down/gi,"↓").replace(/right/gi,"←").replace(/escape/gi,"⎋").replace(/insert/gi,"Ins").replace(/delete/gi,"␡").replace(/\+/gi," + "),t.mac?s=s.replace(/ctrl|cmd/gi,"⌘").replace(/alt/gi,"⌥"):s=s.replace(/cmd/gi,"Ctrl").replace(/windows/gi,"WIN"),s}function qe(s){try{return new URL(s).href}catch{}return s.substring(0,2)==="//"?window.location.protocol+s:window.location.origin+s}function Ze(){return je(10)}function Ge(s){window.open(s,"_blank")}function Je(s=""){return`${s}${Math.floor(Math.random()*1e8).toString(16)}`}function Mt(s,t,e){const o=`«${t}» is deprecated and will be removed in the next major release. Please use the «${e}» instead.`;s&&K(o,"warn")}function ct(s,t,e){const o=e.value?"value":"get",i=e[o],n=`#${t}Cache`;if(e[o]=function(...r){return this[n]===void 0&&(this[n]=i.apply(this,...r)),this[n]},o==="get"&&e.set){const r=e.set;e.set=function(a){delete s[n],r.apply(this,a)}}return e}const le=650;function et(){return window.matchMedia(`(max-width: ${le}px)`).matches}const Qt=typeof window<"u"&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||window.navigator.platform==="MacIntel"&&window.navigator.maxTouchPoints>1);function Qe(s,t){const e=Array.isArray(s)||z(s),o=Array.isArray(t)||z(t);return e||o?JSON.stringify(s)===JSON.stringify(t):s===t}class d{static isSingleTag(t){return t.tagName&&["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"].includes(t.tagName)}static isLineBreakTag(t){return t&&t.tagName&&["BR","WBR"].includes(t.tagName)}static make(t,e=null,o={}){const i=document.createElement(t);Array.isArray(e)?i.classList.add(...e):e&&i.classList.add(e);for(const n in o)Object.prototype.hasOwnProperty.call(o,n)&&(i[n]=o[n]);return i}static text(t){return document.createTextNode(t)}static append(t,e){Array.isArray(e)?e.forEach(o=>t.appendChild(o)):t.appendChild(e)}static prepend(t,e){Array.isArray(e)?(e=e.reverse(),e.forEach(o=>t.prepend(o))):t.prepend(e)}static swap(t,e){const o=document.createElement("div"),i=t.parentNode;i.insertBefore(o,t),i.insertBefore(t,e),i.insertBefore(e,o),i.removeChild(o)}static find(t=document,e){return t.querySelector(e)}static get(t){return document.getElementById(t)}static findAll(t=document,e){return t.querySelectorAll(e)}static get allInputsSelector(){return"[contenteditable=true], textarea, input:not([type]), "+["text","password","email","number","search","tel","url"].map(t=>`input[type="${t}"]`).join(", ")}static findAllInputs(t){return ae(t.querySelectorAll(d.allInputsSelector)).reduce((e,o)=>d.isNativeInput(o)||d.containsOnlyInlineElements(o)?[...e,o]:[...e,...d.getDeepestBlockElements(o)],[])}static getDeepestNode(t,e=!1){const o=e?"lastChild":"firstChild",i=e?"previousSibling":"nextSibling";if(t&&t.nodeType===Node.ELEMENT_NODE&&t[o]){let n=t[o];if(d.isSingleTag(n)&&!d.isNativeInput(n)&&!d.isLineBreakTag(n))if(n[i])n=n[i];else if(n.parentNode[i])n=n.parentNode[i];else return n.parentNode;return this.getDeepestNode(n,e)}return t}static isElement(t){return Gt(t)?!1:t&&t.nodeType&&t.nodeType===Node.ELEMENT_NODE}static isFragment(t){return Gt(t)?!1:t&&t.nodeType&&t.nodeType===Node.DOCUMENT_FRAGMENT_NODE}static isContentEditable(t){return t.contentEditable==="true"}static isNativeInput(t){const e=["INPUT","TEXTAREA"];return t&&t.tagName?e.includes(t.tagName):!1}static canSetCaret(t){let e=!0;if(d.isNativeInput(t))switch(t.type){case"file":case"checkbox":case"radio":case"hidden":case"submit":case"button":case"image":case"reset":e=!1;break}else e=d.isContentEditable(t);return e}static isNodeEmpty(t){let e;return this.isSingleTag(t)&&!this.isLineBreakTag(t)?!1:(this.isElement(t)&&this.isNativeInput(t)?e=t.value:e=t.textContent.replace("​",""),e.trim().length===0)}static isLeaf(t){return t?t.childNodes.length===0:!1}static isEmpty(t){t.normalize();const e=[t];for(;e.length>0;)if(t=e.shift(),!!t){if(this.isLeaf(t)&&!this.isNodeEmpty(t))return!1;t.childNodes&&e.push(...Array.from(t.childNodes))}return!0}static isHTMLString(t){const e=d.make("div");return e.innerHTML=t,e.childElementCount>0}static getContentLength(t){return d.isNativeInput(t)?t.value.length:t.nodeType===Node.TEXT_NODE?t.length:t.textContent.length}static get blockElements(){return["address","article","aside","blockquote","canvas","div","dl","dt","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","noscript","ol","output","p","pre","ruby","section","table","tbody","thead","tr","tfoot","ul","video"]}static containsOnlyInlineElements(t){let e;J(t)?(e=document.createElement("div"),e.innerHTML=t):e=t;const o=i=>!d.blockElements.includes(i.tagName.toLowerCase())&&Array.from(i.children).every(o);return Array.from(e.children).every(o)}static getDeepestBlockElements(t){return d.containsOnlyInlineElements(t)?[t]:Array.from(t.children).reduce((e,o)=>[...e,...d.getDeepestBlockElements(o)],[])}static getHolder(t){return J(t)?document.getElementById(t):t}static isAnchor(t){return t.tagName.toLowerCase()==="a"}static offset(t){const e=t.getBoundingClientRect(),o=window.pageXOffset||document.documentElement.scrollLeft,i=window.pageYOffset||document.documentElement.scrollTop,n=e.top+i,r=e.left+o;return{top:n,left:r,bottom:n+e.height,right:r+e.width}}}const to={blockTunes:{toggler:{"Click to tune":"","or drag to move":""}},inlineToolbar:{converter:{"Convert to":""}},toolbar:{toolbox:{Add:""}},popover:{Filter:"","Nothing found":""}},eo={Text:"",Link:"",Bold:"",Italic:""},oo={link:{"Add a link":""},stub:{"The block can not be displayed correctly.":""}},io={delete:{Delete:"","Click to delete":""},moveUp:{"Move up":""},moveDown:{"Move down":""}},ce={ui:to,toolNames:eo,tools:oo,blockTunes:io},it=class{static ui(s,t){return it._t(s,t)}static t(s,t){return it._t(s,t)}static setDictionary(s){it.currentDictionary=s}static _t(s,t){const e=it.getNamespace(s);return!e||!e[t]?t:e[t]}static getNamespace(s){return s.split(".").reduce((t,e)=>!t||!Object.keys(t).length?{}:t[e],it.currentDictionary)}};let $=it;$.currentDictionary=ce;class de extends Error{}class wt{constructor(){this.subscribers={}}on(t,e){t in this.subscribers||(this.subscribers[t]=[]),this.subscribers[t].push(e)}once(t,e){t in this.subscribers||(this.subscribers[t]=[]);const o=i=>{const n=e(i),r=this.subscribers[t].indexOf(o);return r!==-1&&this.subscribers[t].splice(r,1),n};this.subscribers[t].push(o)}emit(t,e){V(this.subscribers)||!this.subscribers[t]||this.subscribers[t].reduce((o,i)=>{const n=i(o);return n!==void 0?n:o},e)}off(t,e){if(this.subscribers[t]===void 0){console.warn(`EventDispatcher .off(): there is no subscribers for event "${t.toString()}". Probably, .off() called before .on()`);return}for(let o=0;o<this.subscribers[t].length;o++)if(this.subscribers[t][o]===e){delete this.subscribers[t][o];break}}destroy(){this.subscribers={}}}function tt(s){Object.setPrototypeOf(this,{get id(){return s.id},get name(){return s.name},get config(){return s.config},get holder(){return s.holder},get isEmpty(){return s.isEmpty},get selected(){return s.selected},set stretched(t){s.stretched=t},get stretched(){return s.stretched},call(t,e){return s.call(t,e)},save(){return s.save()},validate(t){return s.validate(t)},dispatchChange(){s.dispatchChange()}})}class Pt{constructor(){this.allListeners=[]}on(t,e,o,i=!1){const n=Je("l"),r={id:n,element:t,eventType:e,handler:o,options:i};if(!this.findOne(t,e,o))return this.allListeners.push(r),t.addEventListener(e,o,i),n}off(t,e,o,i){const n=this.findAll(t,e,o);n.forEach((r,a)=>{const l=this.allListeners.indexOf(n[a]);l>-1&&(this.allListeners.splice(l,1),r.element.removeEventListener(r.eventType,r.handler,r.options))})}offById(t){const e=this.findById(t);e&&e.element.removeEventListener(e.eventType,e.handler,e.options)}findOne(t,e,o){const i=this.findAll(t,e,o);return i.length>0?i[0]:null}findAll(t,e,o){let i;const n=t?this.findByEventTarget(t):[];return t&&e&&o?i=n.filter(r=>r.eventType===e&&r.handler===o):t&&e?i=n.filter(r=>r.eventType===e):i=n,i}removeAll(){this.allListeners.map(t=>{t.element.removeEventListener(t.eventType,t.handler,t.options)}),this.allListeners=[]}destroy(){this.removeAll()}findByEventTarget(t){return this.allListeners.filter(e=>{if(e.element===t)return e})}findByType(t){return this.allListeners.filter(e=>{if(e.eventType===t)return e})}findByHandler(t){return this.allListeners.filter(e=>{if(e.handler===t)return e})}findById(t){return this.allListeners.find(e=>e.id===t)}}class T{constructor({config:t,eventsDispatcher:e}){if(this.nodes={},this.listeners=new Pt,this.readOnlyMutableListeners={on:(o,i,n,r=!1)=>{this.mutableListenerIds.push(this.listeners.on(o,i,n,r))},clearAll:()=>{for(const o of this.mutableListenerIds)this.listeners.offById(o);this.mutableListenerIds=[]}},this.mutableListenerIds=[],new.target===T)throw new TypeError("Constructors for abstract class Module are not allowed.");this.config=t,this.eventsDispatcher=e}set state(t){this.Editor=t}removeAllNodes(){for(const t in this.nodes){const e=this.nodes[t];e instanceof HTMLElement&&e.remove()}}get isRtl(){return this.config.i18n.direction==="rtl"}}class b{constructor(){this.instance=null,this.selection=null,this.savedSelectionRange=null,this.isFakeBackgroundEnabled=!1,this.commandBackground="backColor",this.commandRemoveFormat="removeFormat"}static get CSS(){return{editorWrapper:"codex-editor",editorZone:"codex-editor__redactor"}}static get anchorNode(){const t=window.getSelection();return t?t.anchorNode:null}static get anchorElement(){const t=window.getSelection();if(!t)return null;const e=t.anchorNode;return e?d.isElement(e)?e:e.parentElement:null}static get anchorOffset(){const t=window.getSelection();return t?t.anchorOffset:null}static get isCollapsed(){const t=window.getSelection();return t?t.isCollapsed:null}static get isAtEditor(){return this.isSelectionAtEditor(b.get())}static isSelectionAtEditor(t){if(!t)return!1;let e=t.anchorNode||t.focusNode;e&&e.nodeType===Node.TEXT_NODE&&(e=e.parentNode);let o=null;return e&&e instanceof Element&&(o=e.closest(`.${b.CSS.editorZone}`)),o?o.nodeType===Node.ELEMENT_NODE:!1}static isRangeAtEditor(t){if(!t)return;let e=t.startContainer;e&&e.nodeType===Node.TEXT_NODE&&(e=e.parentNode);let o=null;return e&&e instanceof Element&&(o=e.closest(`.${b.CSS.editorZone}`)),o?o.nodeType===Node.ELEMENT_NODE:!1}static get isSelectionExists(){return!!b.get().anchorNode}static get range(){return this.getRangeFromSelection(this.get())}static getRangeFromSelection(t){return t&&t.rangeCount?t.getRangeAt(0):null}static get rect(){let t=document.selection,e,o={x:0,y:0,width:0,height:0};if(t&&t.type!=="Control")return t=t,e=t.createRange(),o.x=e.boundingLeft,o.y=e.boundingTop,o.width=e.boundingWidth,o.height=e.boundingHeight,o;if(!window.getSelection)return _("Method window.getSelection is not supported","warn"),o;if(t=window.getSelection(),t.rangeCount===null||isNaN(t.rangeCount))return _("Method SelectionUtils.rangeCount is not supported","warn"),o;if(t.rangeCount===0)return o;if(e=t.getRangeAt(0).cloneRange(),e.getBoundingClientRect&&(o=e.getBoundingClientRect()),o.x===0&&o.y===0){const i=document.createElement("span");if(i.getBoundingClientRect){i.appendChild(document.createTextNode("​")),e.insertNode(i),o=i.getBoundingClientRect();const n=i.parentNode;n.removeChild(i),n.normalize()}}return o}static get text(){return window.getSelection?window.getSelection().toString():""}static get(){return window.getSelection()}static setCursor(t,e=0){const o=document.createRange(),i=window.getSelection();return d.isNativeInput(t)?d.canSetCaret(t)?(t.focus(),t.selectionStart=t.selectionEnd=e,t.getBoundingClientRect()):void 0:(o.setStart(t,e),o.setEnd(t,e),i.removeAllRanges(),i.addRange(o),o.getBoundingClientRect())}static isRangeInsideContainer(t){const e=b.range;return e===null?!1:t.contains(e.startContainer)}static addFakeCursor(){const t=b.range;if(t===null)return;const e=d.make("span","codex-editor__fake-cursor");e.dataset.mutationFree="true",t.collapse(),t.insertNode(e)}static isFakeCursorInsideContainer(t){return d.find(t,".codex-editor__fake-cursor")!==null}static removeFakeCursor(t=document.body){const e=d.find(t,".codex-editor__fake-cursor");e&&e.remove()}removeFakeBackground(){this.isFakeBackgroundEnabled&&(this.isFakeBackgroundEnabled=!1,document.execCommand(this.commandRemoveFormat))}setFakeBackground(){document.execCommand(this.commandBackground,!1,"#a8d6ff"),this.isFakeBackgroundEnabled=!0}save(){this.savedSelectionRange=b.range}restore(){if(!this.savedSelectionRange)return;const t=window.getSelection();t.removeAllRanges(),t.addRange(this.savedSelectionRange)}clearSaved(){this.savedSelectionRange=null}collapseToEnd(){const t=window.getSelection(),e=document.createRange();e.selectNodeContents(t.focusNode),e.collapse(!1),t.removeAllRanges(),t.addRange(e)}findParentTag(t,e,o=10){const i=window.getSelection();let n=null;return!i||!i.anchorNode||!i.focusNode?null:([i.anchorNode,i.focusNode].forEach(r=>{let a=o;for(;a>0&&r.parentNode&&!(r.tagName===t&&(n=r,e&&r.classList&&!r.classList.contains(e)&&(n=null),n));)r=r.parentNode,a--}),n)}expandToTag(t){const e=window.getSelection();e.removeAllRanges();const o=document.createRange();o.selectNodeContents(t),e.addRange(o)}}function no(s,t){const{type:e,target:o,addedNodes:i,removedNodes:n}=s;if(o===t)return!0;if(["characterData","attributes"].includes(e)){const l=o.nodeType===Node.TEXT_NODE?o.parentNode:o;return t.contains(l)}const r=Array.from(i).some(l=>t.contains(l)),a=Array.from(n).some(l=>t.contains(l));return r||a}const _t="redactor dom changed",he="block changed",pe="fake cursor is about to be toggled",ue="fake cursor have been set";function te(s,t){return s.mergeable&&s.name===t.name}function so(s,t){const e=t==null?void 0:t.export;return R(e)?e(s):J(e)?s[e]:(e!==void 0&&_("Conversion «export» property must be a string or function. String means key of saved data object to export. Function should export processed string to export."),"")}function ro(s,t){const e=t==null?void 0:t.import;return R(e)?e(s):J(e)?{[e]:s}:(e!==void 0&&_("Conversion «import» property must be a string or function. String means key of tool data to import. Function accepts a imported string and return composed tool data."),{})}var q=(s=>(s.APPEND_CALLBACK="appendCallback",s.RENDERED="rendered",s.MOVED="moved",s.UPDATED="updated",s.REMOVED="removed",s.ON_PASTE="onPaste",s))(q||{});class F extends wt{constructor({id:t=Ze(),data:e,tool:o,api:i,readOnly:n,tunesData:r},a){super(),this.cachedInputs=[],this.toolRenderedElement=null,this.tunesInstances=new Map,this.defaultTunesInstances=new Map,this.unavailableTunesData={},this.inputIndex=0,this.editorEventBus=null,this.handleFocus=()=>{this.dropInputsCache(),this.updateCurrentInput()},this.didMutated=(l=void 0)=>{const c=l===void 0,p=l instanceof InputEvent;!c&&!p&&this.detectToolRootChange(l);let h;c||p?h=!0:h=!(l.length>0&&l.every(f=>{const{addedNodes:k,removedNodes:u,target:C}=f;return[...Array.from(k),...Array.from(u),C].some(L=>d.isElement(L)?L.dataset.mutationFree==="true":!1)})),h&&(this.dropInputsCache(),this.updateCurrentInput(),this.call("updated"),this.emit("didMutated",this))},this.name=o.name,this.id=t,this.settings=o.settings,this.config=o.settings.config||{},this.api=i,this.editorEventBus=a||null,this.blockAPI=new tt(this),this.tool=o,this.toolInstance=o.create(e,this.blockAPI,n),this.tunes=o.tunes,this.composeTunes(r),this.holder=this.compose(),window.requestIdleCallback(()=>{this.watchBlockMutations(),this.addInputEvents()})}static get CSS(){return{wrapper:"ce-block",wrapperStretched:"ce-block--stretched",content:"ce-block__content",focused:"ce-block--focused",selected:"ce-block--selected",dropTarget:"ce-block--drop-target"}}get inputs(){if(this.cachedInputs.length!==0)return this.cachedInputs;const t=d.findAllInputs(this.holder);return this.inputIndex>t.length-1&&(this.inputIndex=t.length-1),this.cachedInputs=t,t}get currentInput(){return this.inputs[this.inputIndex]}set currentInput(t){const e=this.inputs.findIndex(o=>o===t||o.contains(t));e!==-1&&(this.inputIndex=e)}get firstInput(){return this.inputs[0]}get lastInput(){const t=this.inputs;return t[t.length-1]}get nextInput(){return this.inputs[this.inputIndex+1]}get previousInput(){return this.inputs[this.inputIndex-1]}get data(){return this.save().then(t=>t&&!V(t.data)?t.data:{})}get sanitize(){return this.tool.sanitizeConfig}get mergeable(){return R(this.toolInstance.merge)}get isEmpty(){const t=d.isEmpty(this.pluginsContent),e=!this.hasMedia;return t&&e}get hasMedia(){const t=["img","iframe","video","audio","source","input","textarea","twitterwidget"];return!!this.holder.querySelector(t.join(","))}set focused(t){this.holder.classList.toggle(F.CSS.focused,t)}get focused(){return this.holder.classList.contains(F.CSS.focused)}set selected(t){var e,o;this.holder.classList.toggle(F.CSS.selected,t);const i=t===!0&&b.isRangeInsideContainer(this.holder),n=t===!1&&b.isFakeCursorInsideContainer(this.holder);(i||n)&&((e=this.editorEventBus)==null||e.emit(pe,{state:t}),i?b.addFakeCursor():b.removeFakeCursor(this.holder),(o=this.editorEventBus)==null||o.emit(ue,{state:t}))}get selected(){return this.holder.classList.contains(F.CSS.selected)}set stretched(t){this.holder.classList.toggle(F.CSS.wrapperStretched,t)}get stretched(){return this.holder.classList.contains(F.CSS.wrapperStretched)}set dropTarget(t){this.holder.classList.toggle(F.CSS.dropTarget,t)}get pluginsContent(){return this.toolRenderedElement}call(t,e){if(R(this.toolInstance[t])){t==="appendCallback"&&_("`appendCallback` hook is deprecated and will be removed in the next major release. Use `rendered` hook instead","warn");try{this.toolInstance[t].call(this.toolInstance,e)}catch(o){_(`Error during '${t}' call: ${o.message}`,"error")}}}async mergeWith(t){await this.toolInstance.merge(t)}async save(){const t=await this.toolInstance.save(this.pluginsContent),e=this.unavailableTunesData;[...this.tunesInstances.entries(),...this.defaultTunesInstances.entries()].forEach(([n,r])=>{if(R(r.save))try{e[n]=r.save()}catch(a){_(`Tune ${r.constructor.name} save method throws an Error %o`,"warn",a)}});const o=window.performance.now();let i;return Promise.resolve(t).then(n=>(i=window.performance.now(),{id:this.id,tool:this.name,data:n,tunes:e,time:i-o})).catch(n=>{_(`Saving process for ${this.name} tool failed due to the ${n}`,"log","red")})}async validate(t){let e=!0;return this.toolInstance.validate instanceof Function&&(e=await this.toolInstance.validate(t)),e}getTunes(){const t=document.createElement("div"),e=[],o=typeof this.toolInstance.renderSettings=="function"?this.toolInstance.renderSettings():[],i=[...this.tunesInstances.values(),...this.defaultTunesInstances.values()].map(n=>n.render());return[o,i].flat().forEach(n=>{d.isElement(n)?t.appendChild(n):Array.isArray(n)?e.push(...n):e.push(n)}),[e,t]}updateCurrentInput(){this.currentInput=d.isNativeInput(document.activeElement)||!b.anchorNode?document.activeElement:b.anchorNode}dispatchChange(){this.didMutated()}destroy(){this.unwatchBlockMutations(),this.removeInputEvents(),super.destroy(),R(this.toolInstance.destroy)&&this.toolInstance.destroy()}async getActiveToolboxEntry(){const t=this.tool.toolbox;if(t.length===1)return Promise.resolve(this.tool.toolbox[0]);const e=await this.data;return t.find(o=>Object.entries(o.data).some(([i,n])=>e[i]&&Qe(e[i],n)))}async exportDataAsString(){const t=await this.data;return so(t,this.tool.conversionConfig)}compose(){const t=d.make("div",F.CSS.wrapper),e=d.make("div",F.CSS.content),o=this.toolInstance.render();t.dataset.id=this.id,this.toolRenderedElement=o,e.appendChild(this.toolRenderedElement);let i=e;return[...this.tunesInstances.values(),...this.defaultTunesInstances.values()].forEach(n=>{if(R(n.wrap))try{i=n.wrap(i)}catch(r){_(`Tune ${n.constructor.name} wrap method throws an Error %o`,"warn",r)}}),t.appendChild(i),t}composeTunes(t){Array.from(this.tunes.values()).forEach(e=>{(e.isInternal?this.defaultTunesInstances:this.tunesInstances).set(e.name,e.create(t[e.name],this.blockAPI))}),Object.entries(t).forEach(([e,o])=>{this.tunesInstances.has(e)||(this.unavailableTunesData[e]=o)})}addInputEvents(){this.inputs.forEach(t=>{t.addEventListener("focus",this.handleFocus),d.isNativeInput(t)&&t.addEventListener("input",this.didMutated)})}removeInputEvents(){this.inputs.forEach(t=>{t.removeEventListener("focus",this.handleFocus),d.isNativeInput(t)&&t.removeEventListener("input",this.didMutated)})}watchBlockMutations(){var t;this.redactorDomChangedCallback=e=>{const{mutations:o}=e;o.some(i=>no(i,this.toolRenderedElement))&&this.didMutated(o)},(t=this.editorEventBus)==null||t.on(_t,this.redactorDomChangedCallback)}unwatchBlockMutations(){var t;(t=this.editorEventBus)==null||t.off(_t,this.redactorDomChangedCallback)}detectToolRootChange(t){t.forEach(e=>{if(Array.from(e.removedNodes).includes(this.toolRenderedElement)){const o=e.addedNodes[e.addedNodes.length-1];this.toolRenderedElement=o}})}dropInputsCache(){this.cachedInputs=[]}}class ao extends T{constructor(){super(...arguments),this.insert=(t=this.config.defaultBlock,e={},o={},i,n,r,a)=>{const l=this.Editor.BlockManager.insert({id:a,tool:t,data:e,index:i,needToFocus:n,replace:r});return new tt(l)},this.composeBlockData=async t=>{const e=this.Editor.Tools.blockTools.get(t);return new F({tool:e,api:this.Editor.API,readOnly:!0,data:{},tunesData:{}}).data},this.update=async(t,e)=>{const{BlockManager:o}=this.Editor,i=o.getBlockById(t);if(i===void 0)throw new Error(`Block with id "${t}" not found`);const n=await o.update(i,e);return new tt(n)},this.convert=(t,e,o)=>{var i,n;const{BlockManager:r,Tools:a}=this.Editor,l=r.getBlockById(t);if(!l)throw new Error(`Block with id "${t}" not found`);const c=a.blockTools.get(l.name),p=a.blockTools.get(e);if(!p)throw new Error(`Block Tool with type "${e}" not found`);const h=((i=c==null?void 0:c.conversionConfig)==null?void 0:i.export)!==void 0,f=((n=p.conversionConfig)==null?void 0:n.import)!==void 0;if(h&&f)r.convert(l,e,o);else{const k=[h?!1:at(l.name),f?!1:at(e)].filter(Boolean).join(" and ");throw new Error(`Conversion from "${l.name}" to "${e}" is not possible. ${k} tool(s) should provide a "conversionConfig"`)}},this.insertMany=(t,e=this.Editor.BlockManager.blocks.length-1)=>{this.validateIndex(e);const o=t.map(({id:i,type:n,data:r})=>this.Editor.BlockManager.composeBlock({id:i,tool:n||this.config.defaultBlock,data:r}));return this.Editor.BlockManager.insertMany(o,e),o.map(i=>new tt(i))}}get methods(){return{clear:()=>this.clear(),render:t=>this.render(t),renderFromHTML:t=>this.renderFromHTML(t),delete:t=>this.delete(t),swap:(t,e)=>this.swap(t,e),move:(t,e)=>this.move(t,e),getBlockByIndex:t=>this.getBlockByIndex(t),getById:t=>this.getById(t),getCurrentBlockIndex:()=>this.getCurrentBlockIndex(),getBlockIndex:t=>this.getBlockIndex(t),getBlocksCount:()=>this.getBlocksCount(),stretchBlock:(t,e=!0)=>this.stretchBlock(t,e),insertNewBlock:()=>this.insertNewBlock(),insert:this.insert,insertMany:this.insertMany,update:this.update,composeBlockData:this.composeBlockData,convert:this.convert}}getBlocksCount(){return this.Editor.BlockManager.blocks.length}getCurrentBlockIndex(){return this.Editor.BlockManager.currentBlockIndex}getBlockIndex(t){const e=this.Editor.BlockManager.getBlockById(t);if(!e){K("There is no block with id `"+t+"`","warn");return}return this.Editor.BlockManager.getBlockIndex(e)}getBlockByIndex(t){const e=this.Editor.BlockManager.getBlockByIndex(t);if(e===void 0){K("There is no block at index `"+t+"`","warn");return}return new tt(e)}getById(t){const e=this.Editor.BlockManager.getBlockById(t);return e===void 0?(K("There is no block with id `"+t+"`","warn"),null):new tt(e)}swap(t,e){_("`blocks.swap()` method is deprecated and will be removed in the next major release. Use `block.move()` method instead","info"),this.Editor.BlockManager.swap(t,e)}move(t,e){this.Editor.BlockManager.move(t,e)}delete(t=this.Editor.BlockManager.currentBlockIndex){try{const e=this.Editor.BlockManager.getBlockByIndex(t);this.Editor.BlockManager.removeBlock(e)}catch(e){K(e,"warn");return}this.Editor.BlockManager.blocks.length===0&&this.Editor.BlockManager.insert(),this.Editor.BlockManager.currentBlock&&this.Editor.Caret.setToBlock(this.Editor.BlockManager.currentBlock,this.Editor.Caret.positions.END),this.Editor.Toolbar.close()}async clear(){await this.Editor.BlockManager.clear(!0),this.Editor.InlineToolbar.close()}async render(t){if(t===void 0||t.blocks===void 0)throw new Error("Incorrect data passed to the render() method");this.Editor.ModificationsObserver.disable(),await this.Editor.BlockManager.clear(),await this.Editor.Renderer.render(t.blocks),this.Editor.ModificationsObserver.enable()}renderFromHTML(t){return this.Editor.BlockManager.clear(),this.Editor.Paste.processText(t,!0)}stretchBlock(t,e=!0){Mt(!0,"blocks.stretchBlock()","BlockAPI");const o=this.Editor.BlockManager.getBlockByIndex(t);o&&(o.stretched=e)}insertNewBlock(){_("Method blocks.insertNewBlock() is deprecated and it will be removed in the next major release. Use blocks.insert() instead.","warn"),this.insert()}validateIndex(t){if(typeof t!="number")throw new Error("Index should be a number");if(t<0)throw new Error("Index should be greater than or equal to 0");if(t===null)throw new Error("Index should be greater than or equal to 0")}}class lo extends T{constructor(){super(...arguments),this.setToFirstBlock=(t=this.Editor.Caret.positions.DEFAULT,e=0)=>this.Editor.BlockManager.firstBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.firstBlock,t,e),!0):!1,this.setToLastBlock=(t=this.Editor.Caret.positions.DEFAULT,e=0)=>this.Editor.BlockManager.lastBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.lastBlock,t,e),!0):!1,this.setToPreviousBlock=(t=this.Editor.Caret.positions.DEFAULT,e=0)=>this.Editor.BlockManager.previousBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.previousBlock,t,e),!0):!1,this.setToNextBlock=(t=this.Editor.Caret.positions.DEFAULT,e=0)=>this.Editor.BlockManager.nextBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.nextBlock,t,e),!0):!1,this.setToBlock=(t,e=this.Editor.Caret.positions.DEFAULT,o=0)=>this.Editor.BlockManager.blocks[t]?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.blocks[t],e,o),!0):!1,this.focus=(t=!1)=>t?this.setToLastBlock(this.Editor.Caret.positions.END):this.setToFirstBlock(this.Editor.Caret.positions.START)}get methods(){return{setToFirstBlock:this.setToFirstBlock,setToLastBlock:this.setToLastBlock,setToPreviousBlock:this.setToPreviousBlock,setToNextBlock:this.setToNextBlock,setToBlock:this.setToBlock,focus:this.focus}}}class co extends T{get methods(){return{emit:(t,e)=>this.emit(t,e),off:(t,e)=>this.off(t,e),on:(t,e)=>this.on(t,e)}}on(t,e){this.eventsDispatcher.on(t,e)}emit(t,e){this.eventsDispatcher.emit(t,e)}off(t,e){this.eventsDispatcher.off(t,e)}}class Ft extends T{static getNamespace(t){return t.isTune()?`blockTunes.${t.name}`:`tools.${t.name}`}get methods(){return{t:()=>{K("I18n.t() method can be accessed only from Tools","warn")}}}getMethodsForTool(t){return Object.assign(this.methods,{t:e=>$.t(Ft.getNamespace(t),e)})}}class ho extends T{get methods(){return{blocks:this.Editor.BlocksAPI.methods,caret:this.Editor.CaretAPI.methods,events:this.Editor.EventsAPI.methods,listeners:this.Editor.ListenersAPI.methods,notifier:this.Editor.NotifierAPI.methods,sanitizer:this.Editor.SanitizerAPI.methods,saver:this.Editor.SaverAPI.methods,selection:this.Editor.SelectionAPI.methods,styles:this.Editor.StylesAPI.classes,toolbar:this.Editor.ToolbarAPI.methods,inlineToolbar:this.Editor.InlineToolbarAPI.methods,tooltip:this.Editor.TooltipAPI.methods,i18n:this.Editor.I18nAPI.methods,readOnly:this.Editor.ReadOnlyAPI.methods,ui:this.Editor.UiAPI.methods}}getMethodsForTool(t){return Object.assign(this.methods,{i18n:this.Editor.I18nAPI.getMethodsForTool(t)})}}class po extends T{get methods(){return{close:()=>this.close(),open:()=>this.open()}}open(){this.Editor.InlineToolbar.tryToShow()}close(){this.Editor.InlineToolbar.close()}}class uo extends T{get methods(){return{on:(t,e,o,i)=>this.on(t,e,o,i),off:(t,e,o,i)=>this.off(t,e,o,i),offById:t=>this.offById(t)}}on(t,e,o,i){return this.listeners.on(t,e,o,i)}off(t,e,o,i){this.listeners.off(t,e,o,i)}offById(t){this.listeners.offById(t)}}var At={},fo={get exports(){return At},set exports(s){At=s}};(function(s,t){(function(e,o){s.exports=o()})(window,function(){return function(e){var o={};function i(n){if(o[n])return o[n].exports;var r=o[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=e,i.c=o,i.d=function(n,r,a){i.o(n,r)||Object.defineProperty(n,r,{enumerable:!0,get:a})},i.r=function(n){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},i.t=function(n,r){if(1&r&&(n=i(n)),8&r||4&r&&typeof n=="object"&&n&&n.__esModule)return n;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:n}),2&r&&typeof n!="string")for(var l in n)i.d(a,l,(function(c){return n[c]}).bind(null,l));return a},i.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return i.d(r,"a",r),r},i.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},i.p="/",i(i.s=0)}([function(e,o,i){i(1),e.exports=function(){var n=i(6),r="cdx-notify--bounce-in",a=null;return{show:function(l){if(l.message){(function(){if(a)return!0;a=n.getWrapper(),document.body.appendChild(a)})();var c=null,p=l.time||8e3;switch(l.type){case"confirm":c=n.confirm(l);break;case"prompt":c=n.prompt(l);break;default:c=n.alert(l),window.setTimeout(function(){c.remove()},p)}a.appendChild(c),c.classList.add(r)}}}}()},function(e,o,i){var n=i(2);typeof n=="string"&&(n=[[e.i,n,""]]);var r={hmr:!0,transform:void 0,insertInto:void 0};i(4)(n,r),n.locals&&(e.exports=n.locals)},function(e,o,i){(e.exports=i(3)(!1)).push([e.i,`.cdx-notify--error{background:#fffbfb!important}.cdx-notify--error::before{background:#fb5d5d!important}.cdx-notify__input{max-width:130px;padding:5px 10px;background:#f7f7f7;border:0;border-radius:3px;font-size:13px;color:#656b7c;outline:0}.cdx-notify__input:-ms-input-placeholder{color:#656b7c}.cdx-notify__input::placeholder{color:#656b7c}.cdx-notify__input:focus:-ms-input-placeholder{color:rgba(101,107,124,.3)}.cdx-notify__input:focus::placeholder{color:rgba(101,107,124,.3)}.cdx-notify__button{border:none;border-radius:3px;font-size:13px;padding:5px 10px;cursor:pointer}.cdx-notify__button:last-child{margin-left:10px}.cdx-notify__button--cancel{background:#f2f5f7;box-shadow:0 2px 1px 0 rgba(16,19,29,0);color:#656b7c}.cdx-notify__button--cancel:hover{background:#eee}.cdx-notify__button--confirm{background:#34c992;box-shadow:0 1px 1px 0 rgba(18,49,35,.05);color:#fff}.cdx-notify__button--confirm:hover{background:#33b082}.cdx-notify__btns-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-top:5px}.cdx-notify__cross{position:absolute;top:5px;right:5px;width:10px;height:10px;padding:5px;opacity:.54;cursor:pointer}.cdx-notify__cross::after,.cdx-notify__cross::before{content:'';position:absolute;left:9px;top:5px;height:12px;width:2px;background:#575d67}.cdx-notify__cross::before{transform:rotate(-45deg)}.cdx-notify__cross::after{transform:rotate(45deg)}.cdx-notify__cross:hover{opacity:1}.cdx-notifies{position:fixed;z-index:2;bottom:20px;left:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.cdx-notify{position:relative;width:220px;margin-top:15px;padding:13px 16px;background:#fff;box-shadow:0 11px 17px 0 rgba(23,32,61,.13);border-radius:5px;font-size:14px;line-height:1.4em;word-wrap:break-word}.cdx-notify::before{content:'';position:absolute;display:block;top:0;left:0;width:3px;height:calc(100% - 6px);margin:3px;border-radius:5px;background:0 0}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.cdx-notify--bounce-in{animation-name:bounceIn;animation-duration:.6s;animation-iteration-count:1}.cdx-notify--success{background:#fafffe!important}.cdx-notify--success::before{background:#41ffb1!important}`,""])},function(e,o){e.exports=function(i){var n=[];return n.toString=function(){return this.map(function(r){var a=function(l,c){var p=l[1]||"",h=l[3];if(!h)return p;if(c&&typeof btoa=="function"){var f=(u=h,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(u))))+" */"),k=h.sources.map(function(C){return"/*# sourceURL="+h.sourceRoot+C+" */"});return[p].concat(k).concat([f]).join(` -`)}var u;return[p].join(` -`)}(r,i);return r[2]?"@media "+r[2]+"{"+a+"}":a}).join("")},n.i=function(r,a){typeof r=="string"&&(r=[[null,r,""]]);for(var l={},c=0;c<this.length;c++){var p=this[c][0];typeof p=="number"&&(l[p]=!0)}for(c=0;c<r.length;c++){var h=r[c];typeof h[0]=="number"&&l[h[0]]||(a&&!h[2]?h[2]=a:a&&(h[2]="("+h[2]+") and ("+a+")"),n.push(h))}},n}},function(e,o,i){var n,r,a={},l=(n=function(){return window&&document&&document.all&&!window.atob},function(){return r===void 0&&(r=n.apply(this,arguments)),r}),c=function(m){var g={};return function(y){if(typeof y=="function")return y();if(g[y]===void 0){var B=(function(A){return document.querySelector(A)}).call(this,y);if(window.HTMLIFrameElement&&B instanceof window.HTMLIFrameElement)try{B=B.contentDocument.head}catch{B=null}g[y]=B}return g[y]}}(),p=null,h=0,f=[],k=i(5);function u(m,g){for(var y=0;y<m.length;y++){var B=m[y],A=a[B.id];if(A){A.refs++;for(var S=0;S<A.parts.length;S++)A.parts[S](B.parts[S]);for(;S<B.parts.length;S++)A.parts.push(v(B.parts[S],g))}else{var H=[];for(S=0;S<B.parts.length;S++)H.push(v(B.parts[S],g));a[B.id]={id:B.id,refs:1,parts:H}}}}function C(m,g){for(var y=[],B={},A=0;A<m.length;A++){var S=m[A],H=g.base?S[0]+g.base:S[0],M={css:S[1],media:S[2],sourceMap:S[3]};B[H]?B[H].parts.push(M):y.push(B[H]={id:H,parts:[M]})}return y}function L(m,g){var y=c(m.insertInto);if(!y)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var B=f[f.length-1];if(m.insertAt==="top")B?B.nextSibling?y.insertBefore(g,B.nextSibling):y.appendChild(g):y.insertBefore(g,y.firstChild),f.push(g);else if(m.insertAt==="bottom")y.appendChild(g);else{if(typeof m.insertAt!="object"||!m.insertAt.before)throw new Error(`[Style Loader] + margin: 4px 5px 4px 0;`; + s && (n ? (r.unshift(l, i), (t = `%c${a}%c ${t}`)) : (t = `( ${a} )${t}`)); + try { + n ? (o ? console[e](`${t} %o`, ...r) : console[e](t, ...r)) : console[e](t); + } catch {} +} +mt.logLevel = "VERBOSE"; +function Ue(s) { + mt.logLevel = s; +} +const _ = mt.bind(window, !1), + K = mt.bind(window, !0); +function ot(s) { + return Object.prototype.toString + .call(s) + .match(/\s([a-zA-Z]+)/)[1] + .toLowerCase(); +} +function R(s) { + return ot(s) === "function" || ot(s) === "asyncfunction"; +} +function z(s) { + return ot(s) === "object"; +} +function J(s) { + return ot(s) === "string"; +} +function $e(s) { + return ot(s) === "boolean"; +} +function Gt(s) { + return ot(s) === "number"; +} +function Jt(s) { + return ot(s) === "undefined"; +} +function V(s) { + return s ? Object.keys(s).length === 0 && s.constructor === Object : !0; +} +function re(s) { + return ( + (s > 47 && s < 58) || + s === 32 || + s === 13 || + s === 229 || + (s > 64 && s < 91) || + (s > 95 && s < 112) || + (s > 185 && s < 193) || + (s > 218 && s < 223) + ); +} +async function We(s, t = () => {}, e = () => {}) { + async function o(i, n, r) { + try { + await i.function(i.data), await n(Jt(i.data) ? {} : i.data); + } catch { + r(Jt(i.data) ? {} : i.data); + } + } + return s.reduce(async (i, n) => (await i, o(n, t, e)), Promise.resolve()); +} +function ae(s) { + return Array.prototype.slice.call(s); +} +function rt(s, t) { + return function () { + const e = this, + o = arguments; + window.setTimeout(() => s.apply(e, o), t); + }; +} +function Ye(s) { + return s.name.split(".").pop(); +} +function Ke(s) { + return /^[-\w]+\/([-+\w]+|\*)$/.test(s); +} +function Xe(s, t, e) { + let o; + return (...i) => { + const n = this, + r = () => { + (o = null), e || s.apply(n, i); + }, + a = e && !o; + window.clearTimeout(o), (o = window.setTimeout(r, t)), a && s.apply(n, i); + }; +} +function St(s, t, e = void 0) { + let o, + i, + n, + r = null, + a = 0; + e || (e = {}); + const l = function () { + (a = e.leading === !1 ? 0 : Date.now()), + (r = null), + (n = s.apply(o, i)), + r || (o = i = null); + }; + return function () { + const c = Date.now(); + !a && e.leading === !1 && (a = c); + const p = t - (c - a); + return ( + (o = this), + (i = arguments), + p <= 0 || p > t + ? (r && (clearTimeout(r), (r = null)), + (a = c), + (n = s.apply(o, i)), + r || (o = i = null)) + : !r && e.trailing !== !1 && (r = setTimeout(l, p)), + n + ); + }; +} +function Ve() { + const s = { win: !1, mac: !1, x11: !1, linux: !1 }, + t = Object.keys(s).find( + (e) => window.navigator.appVersion.toLowerCase().indexOf(e) !== -1, + ); + return t && (s[t] = !0), s; +} +function at(s) { + return s[0].toUpperCase() + s.slice(1); +} +function It(s, ...t) { + if (!t.length) return s; + const e = t.shift(); + if (z(s) && z(e)) + for (const o in e) + z(e[o]) + ? (s[o] || Object.assign(s, { [o]: {} }), It(s[o], e[o])) + : Object.assign(s, { [o]: e[o] }); + return It(s, ...t); +} +function Rt(s) { + const t = Ve(); + return ( + (s = s + .replace(/shift/gi, "⇧") + .replace(/backspace/gi, "⌫") + .replace(/enter/gi, "⏎") + .replace(/up/gi, "↑") + .replace(/left/gi, "→") + .replace(/down/gi, "↓") + .replace(/right/gi, "←") + .replace(/escape/gi, "⎋") + .replace(/insert/gi, "Ins") + .replace(/delete/gi, "␡") + .replace(/\+/gi, " + ")), + t.mac + ? (s = s.replace(/ctrl|cmd/gi, "⌘").replace(/alt/gi, "⌥")) + : (s = s.replace(/cmd/gi, "Ctrl").replace(/windows/gi, "WIN")), + s + ); +} +function qe(s) { + try { + return new URL(s).href; + } catch {} + return s.substring(0, 2) === "//" + ? window.location.protocol + s + : window.location.origin + s; +} +function Ze() { + return je(10); +} +function Ge(s) { + window.open(s, "_blank"); +} +function Je(s = "") { + return `${s}${Math.floor(Math.random() * 1e8).toString(16)}`; +} +function Mt(s, t, e) { + const o = `«${t}» is deprecated and will be removed in the next major release. Please use the «${e}» instead.`; + s && K(o, "warn"); +} +function ct(s, t, e) { + const o = e.value ? "value" : "get", + i = e[o], + n = `#${t}Cache`; + if ( + ((e[o] = function (...r) { + return this[n] === void 0 && (this[n] = i.apply(this, ...r)), this[n]; + }), + o === "get" && e.set) + ) { + const r = e.set; + e.set = function (a) { + delete s[n], r.apply(this, a); + }; + } + return e; +} +const le = 650; +function et() { + return window.matchMedia(`(max-width: ${le}px)`).matches; +} +const Qt = + typeof window < "u" && + window.navigator && + window.navigator.platform && + (/iP(ad|hone|od)/.test(window.navigator.platform) || + (window.navigator.platform === "MacIntel" && + window.navigator.maxTouchPoints > 1)); +function Qe(s, t) { + const e = Array.isArray(s) || z(s), + o = Array.isArray(t) || z(t); + return e || o ? JSON.stringify(s) === JSON.stringify(t) : s === t; +} +class d { + static isSingleTag(t) { + return ( + t.tagName && + [ + "AREA", + "BASE", + "BR", + "COL", + "COMMAND", + "EMBED", + "HR", + "IMG", + "INPUT", + "KEYGEN", + "LINK", + "META", + "PARAM", + "SOURCE", + "TRACK", + "WBR", + ].includes(t.tagName) + ); + } + static isLineBreakTag(t) { + return t && t.tagName && ["BR", "WBR"].includes(t.tagName); + } + static make(t, e = null, o = {}) { + const i = document.createElement(t); + Array.isArray(e) ? i.classList.add(...e) : e && i.classList.add(e); + for (const n in o) + Object.prototype.hasOwnProperty.call(o, n) && (i[n] = o[n]); + return i; + } + static text(t) { + return document.createTextNode(t); + } + static append(t, e) { + Array.isArray(e) ? e.forEach((o) => t.appendChild(o)) : t.appendChild(e); + } + static prepend(t, e) { + Array.isArray(e) + ? ((e = e.reverse()), e.forEach((o) => t.prepend(o))) + : t.prepend(e); + } + static swap(t, e) { + const o = document.createElement("div"), + i = t.parentNode; + i.insertBefore(o, t), + i.insertBefore(t, e), + i.insertBefore(e, o), + i.removeChild(o); + } + static find(t = document, e) { + return t.querySelector(e); + } + static get(t) { + return document.getElementById(t); + } + static findAll(t = document, e) { + return t.querySelectorAll(e); + } + static get allInputsSelector() { + return ( + "[contenteditable=true], textarea, input:not([type]), " + + ["text", "password", "email", "number", "search", "tel", "url"] + .map((t) => `input[type="${t}"]`) + .join(", ") + ); + } + static findAllInputs(t) { + return ae(t.querySelectorAll(d.allInputsSelector)).reduce( + (e, o) => + d.isNativeInput(o) || d.containsOnlyInlineElements(o) + ? [...e, o] + : [...e, ...d.getDeepestBlockElements(o)], + [], + ); + } + static getDeepestNode(t, e = !1) { + const o = e ? "lastChild" : "firstChild", + i = e ? "previousSibling" : "nextSibling"; + if (t && t.nodeType === Node.ELEMENT_NODE && t[o]) { + let n = t[o]; + if (d.isSingleTag(n) && !d.isNativeInput(n) && !d.isLineBreakTag(n)) + if (n[i]) n = n[i]; + else if (n.parentNode[i]) n = n.parentNode[i]; + else return n.parentNode; + return this.getDeepestNode(n, e); + } + return t; + } + static isElement(t) { + return Gt(t) ? !1 : t && t.nodeType && t.nodeType === Node.ELEMENT_NODE; + } + static isFragment(t) { + return Gt(t) + ? !1 + : t && t.nodeType && t.nodeType === Node.DOCUMENT_FRAGMENT_NODE; + } + static isContentEditable(t) { + return t.contentEditable === "true"; + } + static isNativeInput(t) { + const e = ["INPUT", "TEXTAREA"]; + return t && t.tagName ? e.includes(t.tagName) : !1; + } + static canSetCaret(t) { + let e = !0; + if (d.isNativeInput(t)) + switch (t.type) { + case "file": + case "checkbox": + case "radio": + case "hidden": + case "submit": + case "button": + case "image": + case "reset": + e = !1; + break; + } + else e = d.isContentEditable(t); + return e; + } + static isNodeEmpty(t) { + let e; + return this.isSingleTag(t) && !this.isLineBreakTag(t) + ? !1 + : (this.isElement(t) && this.isNativeInput(t) + ? (e = t.value) + : (e = t.textContent.replace("​", "")), + e.trim().length === 0); + } + static isLeaf(t) { + return t ? t.childNodes.length === 0 : !1; + } + static isEmpty(t) { + t.normalize(); + const e = [t]; + for (; e.length > 0; ) + if (((t = e.shift()), !!t)) { + if (this.isLeaf(t) && !this.isNodeEmpty(t)) return !1; + t.childNodes && e.push(...Array.from(t.childNodes)); + } + return !0; + } + static isHTMLString(t) { + const e = d.make("div"); + return (e.innerHTML = t), e.childElementCount > 0; + } + static getContentLength(t) { + return d.isNativeInput(t) + ? t.value.length + : t.nodeType === Node.TEXT_NODE + ? t.length + : t.textContent.length; + } + static get blockElements() { + return [ + "address", + "article", + "aside", + "blockquote", + "canvas", + "div", + "dl", + "dt", + "fieldset", + "figcaption", + "figure", + "footer", + "form", + "h1", + "h2", + "h3", + "h4", + "h5", + "h6", + "header", + "hgroup", + "hr", + "li", + "main", + "nav", + "noscript", + "ol", + "output", + "p", + "pre", + "ruby", + "section", + "table", + "tbody", + "thead", + "tr", + "tfoot", + "ul", + "video", + ]; + } + static containsOnlyInlineElements(t) { + let e; + J(t) ? ((e = document.createElement("div")), (e.innerHTML = t)) : (e = t); + const o = (i) => + !d.blockElements.includes(i.tagName.toLowerCase()) && + Array.from(i.children).every(o); + return Array.from(e.children).every(o); + } + static getDeepestBlockElements(t) { + return d.containsOnlyInlineElements(t) + ? [t] + : Array.from(t.children).reduce( + (e, o) => [...e, ...d.getDeepestBlockElements(o)], + [], + ); + } + static getHolder(t) { + return J(t) ? document.getElementById(t) : t; + } + static isAnchor(t) { + return t.tagName.toLowerCase() === "a"; + } + static offset(t) { + const e = t.getBoundingClientRect(), + o = window.pageXOffset || document.documentElement.scrollLeft, + i = window.pageYOffset || document.documentElement.scrollTop, + n = e.top + i, + r = e.left + o; + return { top: n, left: r, bottom: n + e.height, right: r + e.width }; + } +} +const to = { + blockTunes: { toggler: { "Click to tune": "", "or drag to move": "" } }, + inlineToolbar: { converter: { "Convert to": "" } }, + toolbar: { toolbox: { Add: "" } }, + popover: { Filter: "", "Nothing found": "" }, + }, + eo = { Text: "", Link: "", Bold: "", Italic: "" }, + oo = { + link: { "Add a link": "" }, + stub: { "The block can not be displayed correctly.": "" }, + }, + io = { + delete: { Delete: "", "Click to delete": "" }, + moveUp: { "Move up": "" }, + moveDown: { "Move down": "" }, + }, + ce = { ui: to, toolNames: eo, tools: oo, blockTunes: io }, + it = class { + static ui(s, t) { + return it._t(s, t); + } + static t(s, t) { + return it._t(s, t); + } + static setDictionary(s) { + it.currentDictionary = s; + } + static _t(s, t) { + const e = it.getNamespace(s); + return !e || !e[t] ? t : e[t]; + } + static getNamespace(s) { + return s + .split(".") + .reduce( + (t, e) => (!t || !Object.keys(t).length ? {} : t[e]), + it.currentDictionary, + ); + } + }; +let $ = it; +$.currentDictionary = ce; +class de extends Error {} +class wt { + constructor() { + this.subscribers = {}; + } + on(t, e) { + t in this.subscribers || (this.subscribers[t] = []), + this.subscribers[t].push(e); + } + once(t, e) { + t in this.subscribers || (this.subscribers[t] = []); + const o = (i) => { + const n = e(i), + r = this.subscribers[t].indexOf(o); + return r !== -1 && this.subscribers[t].splice(r, 1), n; + }; + this.subscribers[t].push(o); + } + emit(t, e) { + V(this.subscribers) || + !this.subscribers[t] || + this.subscribers[t].reduce((o, i) => { + const n = i(o); + return n !== void 0 ? n : o; + }, e); + } + off(t, e) { + if (this.subscribers[t] === void 0) { + console.warn( + `EventDispatcher .off(): there is no subscribers for event "${t.toString()}". Probably, .off() called before .on()`, + ); + return; + } + for (let o = 0; o < this.subscribers[t].length; o++) + if (this.subscribers[t][o] === e) { + delete this.subscribers[t][o]; + break; + } + } + destroy() { + this.subscribers = {}; + } +} +function tt(s) { + Object.setPrototypeOf(this, { + get id() { + return s.id; + }, + get name() { + return s.name; + }, + get config() { + return s.config; + }, + get holder() { + return s.holder; + }, + get isEmpty() { + return s.isEmpty; + }, + get selected() { + return s.selected; + }, + set stretched(t) { + s.stretched = t; + }, + get stretched() { + return s.stretched; + }, + call(t, e) { + return s.call(t, e); + }, + save() { + return s.save(); + }, + validate(t) { + return s.validate(t); + }, + dispatchChange() { + s.dispatchChange(); + }, + }); +} +class Pt { + constructor() { + this.allListeners = []; + } + on(t, e, o, i = !1) { + const n = Je("l"), + r = { id: n, element: t, eventType: e, handler: o, options: i }; + if (!this.findOne(t, e, o)) + return this.allListeners.push(r), t.addEventListener(e, o, i), n; + } + off(t, e, o, i) { + const n = this.findAll(t, e, o); + n.forEach((r, a) => { + const l = this.allListeners.indexOf(n[a]); + l > -1 && + (this.allListeners.splice(l, 1), + r.element.removeEventListener(r.eventType, r.handler, r.options)); + }); + } + offById(t) { + const e = this.findById(t); + e && e.element.removeEventListener(e.eventType, e.handler, e.options); + } + findOne(t, e, o) { + const i = this.findAll(t, e, o); + return i.length > 0 ? i[0] : null; + } + findAll(t, e, o) { + let i; + const n = t ? this.findByEventTarget(t) : []; + return ( + t && e && o + ? (i = n.filter((r) => r.eventType === e && r.handler === o)) + : t && e + ? (i = n.filter((r) => r.eventType === e)) + : (i = n), + i + ); + } + removeAll() { + this.allListeners.map((t) => { + t.element.removeEventListener(t.eventType, t.handler, t.options); + }), + (this.allListeners = []); + } + destroy() { + this.removeAll(); + } + findByEventTarget(t) { + return this.allListeners.filter((e) => { + if (e.element === t) return e; + }); + } + findByType(t) { + return this.allListeners.filter((e) => { + if (e.eventType === t) return e; + }); + } + findByHandler(t) { + return this.allListeners.filter((e) => { + if (e.handler === t) return e; + }); + } + findById(t) { + return this.allListeners.find((e) => e.id === t); + } +} +class T { + constructor({ config: t, eventsDispatcher: e }) { + if ( + ((this.nodes = {}), + (this.listeners = new Pt()), + (this.readOnlyMutableListeners = { + on: (o, i, n, r = !1) => { + this.mutableListenerIds.push(this.listeners.on(o, i, n, r)); + }, + clearAll: () => { + for (const o of this.mutableListenerIds) this.listeners.offById(o); + this.mutableListenerIds = []; + }, + }), + (this.mutableListenerIds = []), + new.target === T) + ) + throw new TypeError( + "Constructors for abstract class Module are not allowed.", + ); + (this.config = t), (this.eventsDispatcher = e); + } + set state(t) { + this.Editor = t; + } + removeAllNodes() { + for (const t in this.nodes) { + const e = this.nodes[t]; + e instanceof HTMLElement && e.remove(); + } + } + get isRtl() { + return this.config.i18n.direction === "rtl"; + } +} +class b { + constructor() { + (this.instance = null), + (this.selection = null), + (this.savedSelectionRange = null), + (this.isFakeBackgroundEnabled = !1), + (this.commandBackground = "backColor"), + (this.commandRemoveFormat = "removeFormat"); + } + static get CSS() { + return { + editorWrapper: "codex-editor", + editorZone: "codex-editor__redactor", + }; + } + static get anchorNode() { + const t = window.getSelection(); + return t ? t.anchorNode : null; + } + static get anchorElement() { + const t = window.getSelection(); + if (!t) return null; + const e = t.anchorNode; + return e ? (d.isElement(e) ? e : e.parentElement) : null; + } + static get anchorOffset() { + const t = window.getSelection(); + return t ? t.anchorOffset : null; + } + static get isCollapsed() { + const t = window.getSelection(); + return t ? t.isCollapsed : null; + } + static get isAtEditor() { + return this.isSelectionAtEditor(b.get()); + } + static isSelectionAtEditor(t) { + if (!t) return !1; + let e = t.anchorNode || t.focusNode; + e && e.nodeType === Node.TEXT_NODE && (e = e.parentNode); + let o = null; + return ( + e && e instanceof Element && (o = e.closest(`.${b.CSS.editorZone}`)), + o ? o.nodeType === Node.ELEMENT_NODE : !1 + ); + } + static isRangeAtEditor(t) { + if (!t) return; + let e = t.startContainer; + e && e.nodeType === Node.TEXT_NODE && (e = e.parentNode); + let o = null; + return ( + e && e instanceof Element && (o = e.closest(`.${b.CSS.editorZone}`)), + o ? o.nodeType === Node.ELEMENT_NODE : !1 + ); + } + static get isSelectionExists() { + return !!b.get().anchorNode; + } + static get range() { + return this.getRangeFromSelection(this.get()); + } + static getRangeFromSelection(t) { + return t && t.rangeCount ? t.getRangeAt(0) : null; + } + static get rect() { + let t = document.selection, + e, + o = { x: 0, y: 0, width: 0, height: 0 }; + if (t && t.type !== "Control") + return ( + (t = t), + (e = t.createRange()), + (o.x = e.boundingLeft), + (o.y = e.boundingTop), + (o.width = e.boundingWidth), + (o.height = e.boundingHeight), + o + ); + if (!window.getSelection) + return _("Method window.getSelection is not supported", "warn"), o; + if ( + ((t = window.getSelection()), + t.rangeCount === null || isNaN(t.rangeCount)) + ) + return _("Method SelectionUtils.rangeCount is not supported", "warn"), o; + if (t.rangeCount === 0) return o; + if ( + ((e = t.getRangeAt(0).cloneRange()), + e.getBoundingClientRect && (o = e.getBoundingClientRect()), + o.x === 0 && o.y === 0) + ) { + const i = document.createElement("span"); + if (i.getBoundingClientRect) { + i.appendChild(document.createTextNode("​")), + e.insertNode(i), + (o = i.getBoundingClientRect()); + const n = i.parentNode; + n.removeChild(i), n.normalize(); + } + } + return o; + } + static get text() { + return window.getSelection ? window.getSelection().toString() : ""; + } + static get() { + return window.getSelection(); + } + static setCursor(t, e = 0) { + const o = document.createRange(), + i = window.getSelection(); + return d.isNativeInput(t) + ? d.canSetCaret(t) + ? (t.focus(), + (t.selectionStart = t.selectionEnd = e), + t.getBoundingClientRect()) + : void 0 + : (o.setStart(t, e), + o.setEnd(t, e), + i.removeAllRanges(), + i.addRange(o), + o.getBoundingClientRect()); + } + static isRangeInsideContainer(t) { + const e = b.range; + return e === null ? !1 : t.contains(e.startContainer); + } + static addFakeCursor() { + const t = b.range; + if (t === null) return; + const e = d.make("span", "codex-editor__fake-cursor"); + (e.dataset.mutationFree = "true"), t.collapse(), t.insertNode(e); + } + static isFakeCursorInsideContainer(t) { + return d.find(t, ".codex-editor__fake-cursor") !== null; + } + static removeFakeCursor(t = document.body) { + const e = d.find(t, ".codex-editor__fake-cursor"); + e && e.remove(); + } + removeFakeBackground() { + this.isFakeBackgroundEnabled && + ((this.isFakeBackgroundEnabled = !1), + document.execCommand(this.commandRemoveFormat)); + } + setFakeBackground() { + document.execCommand(this.commandBackground, !1, "#a8d6ff"), + (this.isFakeBackgroundEnabled = !0); + } + save() { + this.savedSelectionRange = b.range; + } + restore() { + if (!this.savedSelectionRange) return; + const t = window.getSelection(); + t.removeAllRanges(), t.addRange(this.savedSelectionRange); + } + clearSaved() { + this.savedSelectionRange = null; + } + collapseToEnd() { + const t = window.getSelection(), + e = document.createRange(); + e.selectNodeContents(t.focusNode), + e.collapse(!1), + t.removeAllRanges(), + t.addRange(e); + } + findParentTag(t, e, o = 10) { + const i = window.getSelection(); + let n = null; + return !i || !i.anchorNode || !i.focusNode + ? null + : ([i.anchorNode, i.focusNode].forEach((r) => { + let a = o; + for ( + ; + a > 0 && + r.parentNode && + !( + r.tagName === t && + ((n = r), + e && r.classList && !r.classList.contains(e) && (n = null), + n) + ); + + ) + (r = r.parentNode), a--; + }), + n); + } + expandToTag(t) { + const e = window.getSelection(); + e.removeAllRanges(); + const o = document.createRange(); + o.selectNodeContents(t), e.addRange(o); + } +} +function no(s, t) { + const { type: e, target: o, addedNodes: i, removedNodes: n } = s; + if (o === t) return !0; + if (["characterData", "attributes"].includes(e)) { + const l = o.nodeType === Node.TEXT_NODE ? o.parentNode : o; + return t.contains(l); + } + const r = Array.from(i).some((l) => t.contains(l)), + a = Array.from(n).some((l) => t.contains(l)); + return r || a; +} +const _t = "redactor dom changed", + he = "block changed", + pe = "fake cursor is about to be toggled", + ue = "fake cursor have been set"; +function te(s, t) { + return s.mergeable && s.name === t.name; +} +function so(s, t) { + const e = t == null ? void 0 : t.export; + return R(e) + ? e(s) + : J(e) + ? s[e] + : (e !== void 0 && + _( + "Conversion «export» property must be a string or function. String means key of saved data object to export. Function should export processed string to export.", + ), + ""); +} +function ro(s, t) { + const e = t == null ? void 0 : t.import; + return R(e) + ? e(s) + : J(e) + ? { [e]: s } + : (e !== void 0 && + _( + "Conversion «import» property must be a string or function. String means key of tool data to import. Function accepts a imported string and return composed tool data.", + ), + {}); +} +var q = ((s) => ( + (s.APPEND_CALLBACK = "appendCallback"), + (s.RENDERED = "rendered"), + (s.MOVED = "moved"), + (s.UPDATED = "updated"), + (s.REMOVED = "removed"), + (s.ON_PASTE = "onPaste"), + s +))(q || {}); +class F extends wt { + constructor( + { id: t = Ze(), data: e, tool: o, api: i, readOnly: n, tunesData: r }, + a, + ) { + super(), + (this.cachedInputs = []), + (this.toolRenderedElement = null), + (this.tunesInstances = new Map()), + (this.defaultTunesInstances = new Map()), + (this.unavailableTunesData = {}), + (this.inputIndex = 0), + (this.editorEventBus = null), + (this.handleFocus = () => { + this.dropInputsCache(), this.updateCurrentInput(); + }), + (this.didMutated = (l = void 0) => { + const c = l === void 0, + p = l instanceof InputEvent; + !c && !p && this.detectToolRootChange(l); + let h; + c || p + ? (h = !0) + : (h = !( + l.length > 0 && + l.every((f) => { + const { addedNodes: k, removedNodes: u, target: C } = f; + return [...Array.from(k), ...Array.from(u), C].some((L) => + d.isElement(L) ? L.dataset.mutationFree === "true" : !1, + ); + }) + )), + h && + (this.dropInputsCache(), + this.updateCurrentInput(), + this.call("updated"), + this.emit("didMutated", this)); + }), + (this.name = o.name), + (this.id = t), + (this.settings = o.settings), + (this.config = o.settings.config || {}), + (this.api = i), + (this.editorEventBus = a || null), + (this.blockAPI = new tt(this)), + (this.tool = o), + (this.toolInstance = o.create(e, this.blockAPI, n)), + (this.tunes = o.tunes), + this.composeTunes(r), + (this.holder = this.compose()), + window.requestIdleCallback(() => { + this.watchBlockMutations(), this.addInputEvents(); + }); + } + static get CSS() { + return { + wrapper: "ce-block", + wrapperStretched: "ce-block--stretched", + content: "ce-block__content", + focused: "ce-block--focused", + selected: "ce-block--selected", + dropTarget: "ce-block--drop-target", + }; + } + get inputs() { + if (this.cachedInputs.length !== 0) return this.cachedInputs; + const t = d.findAllInputs(this.holder); + return ( + this.inputIndex > t.length - 1 && (this.inputIndex = t.length - 1), + (this.cachedInputs = t), + t + ); + } + get currentInput() { + return this.inputs[this.inputIndex]; + } + set currentInput(t) { + const e = this.inputs.findIndex((o) => o === t || o.contains(t)); + e !== -1 && (this.inputIndex = e); + } + get firstInput() { + return this.inputs[0]; + } + get lastInput() { + const t = this.inputs; + return t[t.length - 1]; + } + get nextInput() { + return this.inputs[this.inputIndex + 1]; + } + get previousInput() { + return this.inputs[this.inputIndex - 1]; + } + get data() { + return this.save().then((t) => (t && !V(t.data) ? t.data : {})); + } + get sanitize() { + return this.tool.sanitizeConfig; + } + get mergeable() { + return R(this.toolInstance.merge); + } + get isEmpty() { + const t = d.isEmpty(this.pluginsContent), + e = !this.hasMedia; + return t && e; + } + get hasMedia() { + const t = [ + "img", + "iframe", + "video", + "audio", + "source", + "input", + "textarea", + "twitterwidget", + ]; + return !!this.holder.querySelector(t.join(",")); + } + set focused(t) { + this.holder.classList.toggle(F.CSS.focused, t); + } + get focused() { + return this.holder.classList.contains(F.CSS.focused); + } + set selected(t) { + var e, o; + this.holder.classList.toggle(F.CSS.selected, t); + const i = t === !0 && b.isRangeInsideContainer(this.holder), + n = t === !1 && b.isFakeCursorInsideContainer(this.holder); + (i || n) && + ((e = this.editorEventBus) == null || e.emit(pe, { state: t }), + i ? b.addFakeCursor() : b.removeFakeCursor(this.holder), + (o = this.editorEventBus) == null || o.emit(ue, { state: t })); + } + get selected() { + return this.holder.classList.contains(F.CSS.selected); + } + set stretched(t) { + this.holder.classList.toggle(F.CSS.wrapperStretched, t); + } + get stretched() { + return this.holder.classList.contains(F.CSS.wrapperStretched); + } + set dropTarget(t) { + this.holder.classList.toggle(F.CSS.dropTarget, t); + } + get pluginsContent() { + return this.toolRenderedElement; + } + call(t, e) { + if (R(this.toolInstance[t])) { + t === "appendCallback" && + _( + "`appendCallback` hook is deprecated and will be removed in the next major release. Use `rendered` hook instead", + "warn", + ); + try { + this.toolInstance[t].call(this.toolInstance, e); + } catch (o) { + _(`Error during '${t}' call: ${o.message}`, "error"); + } + } + } + async mergeWith(t) { + await this.toolInstance.merge(t); + } + async save() { + const t = await this.toolInstance.save(this.pluginsContent), + e = this.unavailableTunesData; + [ + ...this.tunesInstances.entries(), + ...this.defaultTunesInstances.entries(), + ].forEach(([n, r]) => { + if (R(r.save)) + try { + e[n] = r.save(); + } catch (a) { + _( + `Tune ${r.constructor.name} save method throws an Error %o`, + "warn", + a, + ); + } + }); + const o = window.performance.now(); + let i; + return Promise.resolve(t) + .then( + (n) => ( + (i = window.performance.now()), + { id: this.id, tool: this.name, data: n, tunes: e, time: i - o } + ), + ) + .catch((n) => { + _( + `Saving process for ${this.name} tool failed due to the ${n}`, + "log", + "red", + ); + }); + } + async validate(t) { + let e = !0; + return ( + this.toolInstance.validate instanceof Function && + (e = await this.toolInstance.validate(t)), + e + ); + } + getTunes() { + const t = document.createElement("div"), + e = [], + o = + typeof this.toolInstance.renderSettings == "function" + ? this.toolInstance.renderSettings() + : [], + i = [ + ...this.tunesInstances.values(), + ...this.defaultTunesInstances.values(), + ].map((n) => n.render()); + return ( + [o, i].flat().forEach((n) => { + d.isElement(n) + ? t.appendChild(n) + : Array.isArray(n) + ? e.push(...n) + : e.push(n); + }), + [e, t] + ); + } + updateCurrentInput() { + this.currentInput = + d.isNativeInput(document.activeElement) || !b.anchorNode + ? document.activeElement + : b.anchorNode; + } + dispatchChange() { + this.didMutated(); + } + destroy() { + this.unwatchBlockMutations(), + this.removeInputEvents(), + super.destroy(), + R(this.toolInstance.destroy) && this.toolInstance.destroy(); + } + async getActiveToolboxEntry() { + const t = this.tool.toolbox; + if (t.length === 1) return Promise.resolve(this.tool.toolbox[0]); + const e = await this.data; + return t.find((o) => + Object.entries(o.data).some(([i, n]) => e[i] && Qe(e[i], n)), + ); + } + async exportDataAsString() { + const t = await this.data; + return so(t, this.tool.conversionConfig); + } + compose() { + const t = d.make("div", F.CSS.wrapper), + e = d.make("div", F.CSS.content), + o = this.toolInstance.render(); + (t.dataset.id = this.id), + (this.toolRenderedElement = o), + e.appendChild(this.toolRenderedElement); + let i = e; + return ( + [ + ...this.tunesInstances.values(), + ...this.defaultTunesInstances.values(), + ].forEach((n) => { + if (R(n.wrap)) + try { + i = n.wrap(i); + } catch (r) { + _( + `Tune ${n.constructor.name} wrap method throws an Error %o`, + "warn", + r, + ); + } + }), + t.appendChild(i), + t + ); + } + composeTunes(t) { + Array.from(this.tunes.values()).forEach((e) => { + (e.isInternal ? this.defaultTunesInstances : this.tunesInstances).set( + e.name, + e.create(t[e.name], this.blockAPI), + ); + }), + Object.entries(t).forEach(([e, o]) => { + this.tunesInstances.has(e) || (this.unavailableTunesData[e] = o); + }); + } + addInputEvents() { + this.inputs.forEach((t) => { + t.addEventListener("focus", this.handleFocus), + d.isNativeInput(t) && t.addEventListener("input", this.didMutated); + }); + } + removeInputEvents() { + this.inputs.forEach((t) => { + t.removeEventListener("focus", this.handleFocus), + d.isNativeInput(t) && t.removeEventListener("input", this.didMutated); + }); + } + watchBlockMutations() { + var t; + (this.redactorDomChangedCallback = (e) => { + const { mutations: o } = e; + o.some((i) => no(i, this.toolRenderedElement)) && this.didMutated(o); + }), + (t = this.editorEventBus) == null || + t.on(_t, this.redactorDomChangedCallback); + } + unwatchBlockMutations() { + var t; + (t = this.editorEventBus) == null || + t.off(_t, this.redactorDomChangedCallback); + } + detectToolRootChange(t) { + t.forEach((e) => { + if (Array.from(e.removedNodes).includes(this.toolRenderedElement)) { + const o = e.addedNodes[e.addedNodes.length - 1]; + this.toolRenderedElement = o; + } + }); + } + dropInputsCache() { + this.cachedInputs = []; + } +} +class ao extends T { + constructor() { + super(...arguments), + (this.insert = ( + t = this.config.defaultBlock, + e = {}, + o = {}, + i, + n, + r, + a, + ) => { + const l = this.Editor.BlockManager.insert({ + id: a, + tool: t, + data: e, + index: i, + needToFocus: n, + replace: r, + }); + return new tt(l); + }), + (this.composeBlockData = async (t) => { + const e = this.Editor.Tools.blockTools.get(t); + return new F({ + tool: e, + api: this.Editor.API, + readOnly: !0, + data: {}, + tunesData: {}, + }).data; + }), + (this.update = async (t, e) => { + const { BlockManager: o } = this.Editor, + i = o.getBlockById(t); + if (i === void 0) throw new Error(`Block with id "${t}" not found`); + const n = await o.update(i, e); + return new tt(n); + }), + (this.convert = (t, e, o) => { + var i, n; + const { BlockManager: r, Tools: a } = this.Editor, + l = r.getBlockById(t); + if (!l) throw new Error(`Block with id "${t}" not found`); + const c = a.blockTools.get(l.name), + p = a.blockTools.get(e); + if (!p) throw new Error(`Block Tool with type "${e}" not found`); + const h = + ((i = c == null ? void 0 : c.conversionConfig) == null + ? void 0 + : i.export) !== void 0, + f = ((n = p.conversionConfig) == null ? void 0 : n.import) !== void 0; + if (h && f) r.convert(l, e, o); + else { + const k = [h ? !1 : at(l.name), f ? !1 : at(e)] + .filter(Boolean) + .join(" and "); + throw new Error( + `Conversion from "${l.name}" to "${e}" is not possible. ${k} tool(s) should provide a "conversionConfig"`, + ); + } + }), + (this.insertMany = ( + t, + e = this.Editor.BlockManager.blocks.length - 1, + ) => { + this.validateIndex(e); + const o = t.map(({ id: i, type: n, data: r }) => + this.Editor.BlockManager.composeBlock({ + id: i, + tool: n || this.config.defaultBlock, + data: r, + }), + ); + return ( + this.Editor.BlockManager.insertMany(o, e), o.map((i) => new tt(i)) + ); + }); + } + get methods() { + return { + clear: () => this.clear(), + render: (t) => this.render(t), + renderFromHTML: (t) => this.renderFromHTML(t), + delete: (t) => this.delete(t), + swap: (t, e) => this.swap(t, e), + move: (t, e) => this.move(t, e), + getBlockByIndex: (t) => this.getBlockByIndex(t), + getById: (t) => this.getById(t), + getCurrentBlockIndex: () => this.getCurrentBlockIndex(), + getBlockIndex: (t) => this.getBlockIndex(t), + getBlocksCount: () => this.getBlocksCount(), + stretchBlock: (t, e = !0) => this.stretchBlock(t, e), + insertNewBlock: () => this.insertNewBlock(), + insert: this.insert, + insertMany: this.insertMany, + update: this.update, + composeBlockData: this.composeBlockData, + convert: this.convert, + }; + } + getBlocksCount() { + return this.Editor.BlockManager.blocks.length; + } + getCurrentBlockIndex() { + return this.Editor.BlockManager.currentBlockIndex; + } + getBlockIndex(t) { + const e = this.Editor.BlockManager.getBlockById(t); + if (!e) { + K("There is no block with id `" + t + "`", "warn"); + return; + } + return this.Editor.BlockManager.getBlockIndex(e); + } + getBlockByIndex(t) { + const e = this.Editor.BlockManager.getBlockByIndex(t); + if (e === void 0) { + K("There is no block at index `" + t + "`", "warn"); + return; + } + return new tt(e); + } + getById(t) { + const e = this.Editor.BlockManager.getBlockById(t); + return e === void 0 + ? (K("There is no block with id `" + t + "`", "warn"), null) + : new tt(e); + } + swap(t, e) { + _( + "`blocks.swap()` method is deprecated and will be removed in the next major release. Use `block.move()` method instead", + "info", + ), + this.Editor.BlockManager.swap(t, e); + } + move(t, e) { + this.Editor.BlockManager.move(t, e); + } + delete(t = this.Editor.BlockManager.currentBlockIndex) { + try { + const e = this.Editor.BlockManager.getBlockByIndex(t); + this.Editor.BlockManager.removeBlock(e); + } catch (e) { + K(e, "warn"); + return; + } + this.Editor.BlockManager.blocks.length === 0 && + this.Editor.BlockManager.insert(), + this.Editor.BlockManager.currentBlock && + this.Editor.Caret.setToBlock( + this.Editor.BlockManager.currentBlock, + this.Editor.Caret.positions.END, + ), + this.Editor.Toolbar.close(); + } + async clear() { + await this.Editor.BlockManager.clear(!0), this.Editor.InlineToolbar.close(); + } + async render(t) { + if (t === void 0 || t.blocks === void 0) + throw new Error("Incorrect data passed to the render() method"); + this.Editor.ModificationsObserver.disable(), + await this.Editor.BlockManager.clear(), + await this.Editor.Renderer.render(t.blocks), + this.Editor.ModificationsObserver.enable(); + } + renderFromHTML(t) { + return ( + this.Editor.BlockManager.clear(), this.Editor.Paste.processText(t, !0) + ); + } + stretchBlock(t, e = !0) { + Mt(!0, "blocks.stretchBlock()", "BlockAPI"); + const o = this.Editor.BlockManager.getBlockByIndex(t); + o && (o.stretched = e); + } + insertNewBlock() { + _( + "Method blocks.insertNewBlock() is deprecated and it will be removed in the next major release. Use blocks.insert() instead.", + "warn", + ), + this.insert(); + } + validateIndex(t) { + if (typeof t != "number") throw new Error("Index should be a number"); + if (t < 0) throw new Error("Index should be greater than or equal to 0"); + if (t === null) + throw new Error("Index should be greater than or equal to 0"); + } +} +class lo extends T { + constructor() { + super(...arguments), + (this.setToFirstBlock = ( + t = this.Editor.Caret.positions.DEFAULT, + e = 0, + ) => + this.Editor.BlockManager.firstBlock + ? (this.Editor.Caret.setToBlock( + this.Editor.BlockManager.firstBlock, + t, + e, + ), + !0) + : !1), + (this.setToLastBlock = (t = this.Editor.Caret.positions.DEFAULT, e = 0) => + this.Editor.BlockManager.lastBlock + ? (this.Editor.Caret.setToBlock( + this.Editor.BlockManager.lastBlock, + t, + e, + ), + !0) + : !1), + (this.setToPreviousBlock = ( + t = this.Editor.Caret.positions.DEFAULT, + e = 0, + ) => + this.Editor.BlockManager.previousBlock + ? (this.Editor.Caret.setToBlock( + this.Editor.BlockManager.previousBlock, + t, + e, + ), + !0) + : !1), + (this.setToNextBlock = (t = this.Editor.Caret.positions.DEFAULT, e = 0) => + this.Editor.BlockManager.nextBlock + ? (this.Editor.Caret.setToBlock( + this.Editor.BlockManager.nextBlock, + t, + e, + ), + !0) + : !1), + (this.setToBlock = (t, e = this.Editor.Caret.positions.DEFAULT, o = 0) => + this.Editor.BlockManager.blocks[t] + ? (this.Editor.Caret.setToBlock( + this.Editor.BlockManager.blocks[t], + e, + o, + ), + !0) + : !1), + (this.focus = (t = !1) => + t + ? this.setToLastBlock(this.Editor.Caret.positions.END) + : this.setToFirstBlock(this.Editor.Caret.positions.START)); + } + get methods() { + return { + setToFirstBlock: this.setToFirstBlock, + setToLastBlock: this.setToLastBlock, + setToPreviousBlock: this.setToPreviousBlock, + setToNextBlock: this.setToNextBlock, + setToBlock: this.setToBlock, + focus: this.focus, + }; + } +} +class co extends T { + get methods() { + return { + emit: (t, e) => this.emit(t, e), + off: (t, e) => this.off(t, e), + on: (t, e) => this.on(t, e), + }; + } + on(t, e) { + this.eventsDispatcher.on(t, e); + } + emit(t, e) { + this.eventsDispatcher.emit(t, e); + } + off(t, e) { + this.eventsDispatcher.off(t, e); + } +} +class Ft extends T { + static getNamespace(t) { + return t.isTune() ? `blockTunes.${t.name}` : `tools.${t.name}`; + } + get methods() { + return { + t: () => { + K("I18n.t() method can be accessed only from Tools", "warn"); + }, + }; + } + getMethodsForTool(t) { + return Object.assign(this.methods, { + t: (e) => $.t(Ft.getNamespace(t), e), + }); + } +} +class ho extends T { + get methods() { + return { + blocks: this.Editor.BlocksAPI.methods, + caret: this.Editor.CaretAPI.methods, + events: this.Editor.EventsAPI.methods, + listeners: this.Editor.ListenersAPI.methods, + notifier: this.Editor.NotifierAPI.methods, + sanitizer: this.Editor.SanitizerAPI.methods, + saver: this.Editor.SaverAPI.methods, + selection: this.Editor.SelectionAPI.methods, + styles: this.Editor.StylesAPI.classes, + toolbar: this.Editor.ToolbarAPI.methods, + inlineToolbar: this.Editor.InlineToolbarAPI.methods, + tooltip: this.Editor.TooltipAPI.methods, + i18n: this.Editor.I18nAPI.methods, + readOnly: this.Editor.ReadOnlyAPI.methods, + ui: this.Editor.UiAPI.methods, + }; + } + getMethodsForTool(t) { + return Object.assign(this.methods, { + i18n: this.Editor.I18nAPI.getMethodsForTool(t), + }); + } +} +class po extends T { + get methods() { + return { close: () => this.close(), open: () => this.open() }; + } + open() { + this.Editor.InlineToolbar.tryToShow(); + } + close() { + this.Editor.InlineToolbar.close(); + } +} +class uo extends T { + get methods() { + return { + on: (t, e, o, i) => this.on(t, e, o, i), + off: (t, e, o, i) => this.off(t, e, o, i), + offById: (t) => this.offById(t), + }; + } + on(t, e, o, i) { + return this.listeners.on(t, e, o, i); + } + off(t, e, o, i) { + this.listeners.off(t, e, o, i); + } + offById(t) { + this.listeners.offById(t); + } +} +var At = {}, + fo = { + get exports() { + return At; + }, + set exports(s) { + At = s; + }, + }; +(function (s, t) { + (function (e, o) { + s.exports = o(); + })(window, function () { + return (function (e) { + var o = {}; + function i(n) { + if (o[n]) return o[n].exports; + var r = (o[n] = { i: n, l: !1, exports: {} }); + return e[n].call(r.exports, r, r.exports, i), (r.l = !0), r.exports; + } + return ( + (i.m = e), + (i.c = o), + (i.d = function (n, r, a) { + i.o(n, r) || Object.defineProperty(n, r, { enumerable: !0, get: a }); + }), + (i.r = function (n) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }), + Object.defineProperty(n, "__esModule", { value: !0 }); + }), + (i.t = function (n, r) { + if ( + (1 & r && (n = i(n)), + 8 & r || (4 & r && typeof n == "object" && n && n.__esModule)) + ) + return n; + var a = Object.create(null); + if ( + (i.r(a), + Object.defineProperty(a, "default", { enumerable: !0, value: n }), + 2 & r && typeof n != "string") + ) + for (var l in n) + i.d( + a, + l, + function (c) { + return n[c]; + }.bind(null, l), + ); + return a; + }), + (i.n = function (n) { + var r = + n && n.__esModule + ? function () { + return n.default; + } + : function () { + return n; + }; + return i.d(r, "a", r), r; + }), + (i.o = function (n, r) { + return Object.prototype.hasOwnProperty.call(n, r); + }), + (i.p = "/"), + i((i.s = 0)) + ); + })([ + function (e, o, i) { + i(1), + (e.exports = (function () { + var n = i(6), + r = "cdx-notify--bounce-in", + a = null; + return { + show: function (l) { + if (l.message) { + (function () { + if (a) return !0; + (a = n.getWrapper()), document.body.appendChild(a); + })(); + var c = null, + p = l.time || 8e3; + switch (l.type) { + case "confirm": + c = n.confirm(l); + break; + case "prompt": + c = n.prompt(l); + break; + default: + (c = n.alert(l)), + window.setTimeout(function () { + c.remove(); + }, p); + } + a.appendChild(c), c.classList.add(r); + } + }, + }; + })()); + }, + function (e, o, i) { + var n = i(2); + typeof n == "string" && (n = [[e.i, n, ""]]); + var r = { hmr: !0, transform: void 0, insertInto: void 0 }; + i(4)(n, r), n.locals && (e.exports = n.locals); + }, + function (e, o, i) { + (e.exports = i(3)(!1)).push([ + e.i, + `.cdx-notify--error{background:#fffbfb!important}.cdx-notify--error::before{background:#fb5d5d!important}.cdx-notify__input{max-width:130px;padding:5px 10px;background:#f7f7f7;border:0;border-radius:3px;font-size:13px;color:#656b7c;outline:0}.cdx-notify__input:-ms-input-placeholder{color:#656b7c}.cdx-notify__input::placeholder{color:#656b7c}.cdx-notify__input:focus:-ms-input-placeholder{color:rgba(101,107,124,.3)}.cdx-notify__input:focus::placeholder{color:rgba(101,107,124,.3)}.cdx-notify__button{border:none;border-radius:3px;font-size:13px;padding:5px 10px;cursor:pointer}.cdx-notify__button:last-child{margin-left:10px}.cdx-notify__button--cancel{background:#f2f5f7;box-shadow:0 2px 1px 0 rgba(16,19,29,0);color:#656b7c}.cdx-notify__button--cancel:hover{background:#eee}.cdx-notify__button--confirm{background:#34c992;box-shadow:0 1px 1px 0 rgba(18,49,35,.05);color:#fff}.cdx-notify__button--confirm:hover{background:#33b082}.cdx-notify__btns-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-top:5px}.cdx-notify__cross{position:absolute;top:5px;right:5px;width:10px;height:10px;padding:5px;opacity:.54;cursor:pointer}.cdx-notify__cross::after,.cdx-notify__cross::before{content:'';position:absolute;left:9px;top:5px;height:12px;width:2px;background:#575d67}.cdx-notify__cross::before{transform:rotate(-45deg)}.cdx-notify__cross::after{transform:rotate(45deg)}.cdx-notify__cross:hover{opacity:1}.cdx-notifies{position:fixed;z-index:2;bottom:20px;left:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.cdx-notify{position:relative;width:220px;margin-top:15px;padding:13px 16px;background:#fff;box-shadow:0 11px 17px 0 rgba(23,32,61,.13);border-radius:5px;font-size:14px;line-height:1.4em;word-wrap:break-word}.cdx-notify::before{content:'';position:absolute;display:block;top:0;left:0;width:3px;height:calc(100% - 6px);margin:3px;border-radius:5px;background:0 0}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.cdx-notify--bounce-in{animation-name:bounceIn;animation-duration:.6s;animation-iteration-count:1}.cdx-notify--success{background:#fafffe!important}.cdx-notify--success::before{background:#41ffb1!important}`, + "", + ]); + }, + function (e, o) { + e.exports = function (i) { + var n = []; + return ( + (n.toString = function () { + return this.map(function (r) { + var a = (function (l, c) { + var p = l[1] || "", + h = l[3]; + if (!h) return p; + if (c && typeof btoa == "function") { + var f = + ((u = h), + "/*# sourceMappingURL=data:application/json;charset=utf-8;base64," + + btoa( + unescape(encodeURIComponent(JSON.stringify(u))), + ) + + " */"), + k = h.sources.map(function (C) { + return "/*# sourceURL=" + h.sourceRoot + C + " */"; + }); + return [p].concat(k).concat([f]).join(` +`); + } + var u; + return [p].join(` +`); + })(r, i); + return r[2] ? "@media " + r[2] + "{" + a + "}" : a; + }).join(""); + }), + (n.i = function (r, a) { + typeof r == "string" && (r = [[null, r, ""]]); + for (var l = {}, c = 0; c < this.length; c++) { + var p = this[c][0]; + typeof p == "number" && (l[p] = !0); + } + for (c = 0; c < r.length; c++) { + var h = r[c]; + (typeof h[0] == "number" && l[h[0]]) || + (a && !h[2] + ? (h[2] = a) + : a && (h[2] = "(" + h[2] + ") and (" + a + ")"), + n.push(h)); + } + }), + n + ); + }; + }, + function (e, o, i) { + var n, + r, + a = {}, + l = + ((n = function () { + return window && document && document.all && !window.atob; + }), + function () { + return r === void 0 && (r = n.apply(this, arguments)), r; + }), + c = (function (m) { + var g = {}; + return function (y) { + if (typeof y == "function") return y(); + if (g[y] === void 0) { + var B = function (A) { + return document.querySelector(A); + }.call(this, y); + if ( + window.HTMLIFrameElement && + B instanceof window.HTMLIFrameElement + ) + try { + B = B.contentDocument.head; + } catch { + B = null; + } + g[y] = B; + } + return g[y]; + }; + })(), + p = null, + h = 0, + f = [], + k = i(5); + function u(m, g) { + for (var y = 0; y < m.length; y++) { + var B = m[y], + A = a[B.id]; + if (A) { + A.refs++; + for (var S = 0; S < A.parts.length; S++) A.parts[S](B.parts[S]); + for (; S < B.parts.length; S++) A.parts.push(v(B.parts[S], g)); + } else { + var H = []; + for (S = 0; S < B.parts.length; S++) H.push(v(B.parts[S], g)); + a[B.id] = { id: B.id, refs: 1, parts: H }; + } + } + } + function C(m, g) { + for (var y = [], B = {}, A = 0; A < m.length; A++) { + var S = m[A], + H = g.base ? S[0] + g.base : S[0], + M = { css: S[1], media: S[2], sourceMap: S[3] }; + B[H] ? B[H].parts.push(M) : y.push((B[H] = { id: H, parts: [M] })); + } + return y; + } + function L(m, g) { + var y = c(m.insertInto); + if (!y) + throw new Error( + "Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.", + ); + var B = f[f.length - 1]; + if (m.insertAt === "top") + B + ? B.nextSibling + ? y.insertBefore(g, B.nextSibling) + : y.appendChild(g) + : y.insertBefore(g, y.firstChild), + f.push(g); + else if (m.insertAt === "bottom") y.appendChild(g); + else { + if (typeof m.insertAt != "object" || !m.insertAt.before) + throw new Error(`[Style Loader] Invalid value for parameter 'insertAt' ('options.insertAt') found. Must be 'top', 'bottom', or Object. (https://github.com/webpack-contrib/style-loader#insertat) -`);var A=c(m.insertInto+" "+m.insertAt.before);y.insertBefore(g,A)}}function N(m){if(m.parentNode===null)return!1;m.parentNode.removeChild(m);var g=f.indexOf(m);g>=0&&f.splice(g,1)}function D(m){var g=document.createElement("style");return m.attrs.type===void 0&&(m.attrs.type="text/css"),w(g,m.attrs),L(m,g),g}function w(m,g){Object.keys(g).forEach(function(y){m.setAttribute(y,g[y])})}function v(m,g){var y,B,A,S;if(g.transform&&m.css){if(!(S=g.transform(m.css)))return function(){};m.css=S}if(g.singleton){var H=h++;y=p||(p=D(g)),B=O.bind(null,y,H,!1),A=O.bind(null,y,H,!0)}else m.sourceMap&&typeof URL=="function"&&typeof URL.createObjectURL=="function"&&typeof URL.revokeObjectURL=="function"&&typeof Blob=="function"&&typeof btoa=="function"?(y=function(M){var W=document.createElement("link");return M.attrs.type===void 0&&(M.attrs.type="text/css"),M.attrs.rel="stylesheet",w(W,M.attrs),L(M,W),W}(g),B=(function(M,W,dt){var Q=dt.css,Et=dt.sourceMap,Ae=W.convertToAbsoluteUrls===void 0&&Et;(W.convertToAbsoluteUrls||Ae)&&(Q=k(Q)),Et&&(Q+=` -/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(Et))))+" */");var Le=new Blob([Q],{type:"text/css"}),qt=M.href;M.href=URL.createObjectURL(Le),qt&&URL.revokeObjectURL(qt)}).bind(null,y,g),A=function(){N(y),y.href&&URL.revokeObjectURL(y.href)}):(y=D(g),B=(function(M,W){var dt=W.css,Q=W.media;if(Q&&M.setAttribute("media",Q),M.styleSheet)M.styleSheet.cssText=dt;else{for(;M.firstChild;)M.removeChild(M.firstChild);M.appendChild(document.createTextNode(dt))}}).bind(null,y),A=function(){N(y)});return B(m),function(M){if(M){if(M.css===m.css&&M.media===m.media&&M.sourceMap===m.sourceMap)return;B(m=M)}else A()}}e.exports=function(m,g){if(typeof DEBUG<"u"&&DEBUG&&typeof document!="object")throw new Error("The style-loader cannot be used in a non-browser environment");(g=g||{}).attrs=typeof g.attrs=="object"?g.attrs:{},g.singleton||typeof g.singleton=="boolean"||(g.singleton=l()),g.insertInto||(g.insertInto="head"),g.insertAt||(g.insertAt="bottom");var y=C(m,g);return u(y,g),function(B){for(var A=[],S=0;S<y.length;S++){var H=y[S];(M=a[H.id]).refs--,A.push(M)}for(B&&u(C(B,g),g),S=0;S<A.length;S++){var M;if((M=A[S]).refs===0){for(var W=0;W<M.parts.length;W++)M.parts[W]();delete a[M.id]}}}};var x,I=(x=[],function(m,g){return x[m]=g,x.filter(Boolean).join(` -`)});function O(m,g,y,B){var A=y?"":B.css;if(m.styleSheet)m.styleSheet.cssText=I(g,A);else{var S=document.createTextNode(A),H=m.childNodes;H[g]&&m.removeChild(H[g]),H.length?m.insertBefore(S,H[g]):m.appendChild(S)}}},function(e,o){e.exports=function(i){var n=typeof window<"u"&&window.location;if(!n)throw new Error("fixUrls requires window.location");if(!i||typeof i!="string")return i;var r=n.protocol+"//"+n.host,a=r+n.pathname.replace(/\/[^\/]*$/,"/");return i.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(l,c){var p,h=c.trim().replace(/^"(.*)"$/,function(f,k){return k}).replace(/^'(.*)'$/,function(f,k){return k});return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(h)?l:(p=h.indexOf("//")===0?h:h.indexOf("/")===0?r+h:a+h.replace(/^\.\//,""),"url("+JSON.stringify(p)+")")})}},function(e,o,i){var n,r,a,l,c,p,h,f,k;e.exports=(n="cdx-notifies",r="cdx-notify",a="cdx-notify__cross",l="cdx-notify__button--confirm",c="cdx-notify__button--cancel",p="cdx-notify__input",h="cdx-notify__button",f="cdx-notify__btns-wrapper",{alert:k=function(u){var C=document.createElement("DIV"),L=document.createElement("DIV"),N=u.message,D=u.style;return C.classList.add(r),D&&C.classList.add(r+"--"+D),C.innerHTML=N,L.classList.add(a),L.addEventListener("click",C.remove.bind(C)),C.appendChild(L),C},confirm:function(u){var C=k(u),L=document.createElement("div"),N=document.createElement("button"),D=document.createElement("button"),w=C.querySelector("."+a),v=u.cancelHandler,x=u.okHandler;return L.classList.add(f),N.innerHTML=u.okText||"Confirm",D.innerHTML=u.cancelText||"Cancel",N.classList.add(h),D.classList.add(h),N.classList.add(l),D.classList.add(c),v&&typeof v=="function"&&(D.addEventListener("click",v),w.addEventListener("click",v)),x&&typeof x=="function"&&N.addEventListener("click",x),N.addEventListener("click",C.remove.bind(C)),D.addEventListener("click",C.remove.bind(C)),L.appendChild(N),L.appendChild(D),C.appendChild(L),C},prompt:function(u){var C=k(u),L=document.createElement("div"),N=document.createElement("button"),D=document.createElement("input"),w=C.querySelector("."+a),v=u.cancelHandler,x=u.okHandler;return L.classList.add(f),N.innerHTML=u.okText||"Ok",N.classList.add(h),N.classList.add(l),D.classList.add(p),u.placeholder&&D.setAttribute("placeholder",u.placeholder),u.default&&(D.value=u.default),u.inputType&&(D.type=u.inputType),v&&typeof v=="function"&&w.addEventListener("click",v),x&&typeof x=="function"&&N.addEventListener("click",function(){x(D.value)}),N.addEventListener("click",C.remove.bind(C)),L.appendChild(D),L.appendChild(N),C.appendChild(L),C},getWrapper:function(){var u=document.createElement("DIV");return u.classList.add(n),u}})}])})})(fo);const go=xt(At);class mo{show(t){go.show(t)}}class bo extends T{constructor({config:t,eventsDispatcher:e}){super({config:t,eventsDispatcher:e}),this.notifier=new mo}get methods(){return{show:t=>this.show(t)}}show(t){return this.notifier.show(t)}}class ko extends T{get methods(){const t=()=>this.isEnabled;return{toggle:e=>this.toggle(e),get isEnabled(){return t()}}}toggle(t){return this.Editor.ReadOnly.toggle(t)}get isEnabled(){return this.Editor.ReadOnly.isEnabled}}var Lt={},vo={get exports(){return Lt},set exports(s){Lt=s}};(function(s,t){(function(e,o){s.exports=o()})(He,function(){function e(h){var f=h.tags,k=Object.keys(f),u=k.map(function(C){return typeof f[C]}).every(function(C){return C==="object"||C==="boolean"||C==="function"});if(!u)throw new Error("The configuration was invalid");this.config=h}var o=["P","LI","TD","TH","DIV","H1","H2","H3","H4","H5","H6","PRE"];function i(h){return o.indexOf(h.nodeName)!==-1}var n=["A","B","STRONG","I","EM","SUB","SUP","U","STRIKE"];function r(h){return n.indexOf(h.nodeName)!==-1}e.prototype.clean=function(h){const f=document.implementation.createHTMLDocument(),k=f.createElement("div");return k.innerHTML=h,this._sanitize(f,k),k.innerHTML},e.prototype._sanitize=function(h,f){var k=a(h,f),u=k.firstChild();if(u)do{if(u.nodeType===Node.TEXT_NODE)if(u.data.trim()===""&&(u.previousElementSibling&&i(u.previousElementSibling)||u.nextElementSibling&&i(u.nextElementSibling))){f.removeChild(u),this._sanitize(h,f);break}else continue;if(u.nodeType===Node.COMMENT_NODE){f.removeChild(u),this._sanitize(h,f);break}var C=r(u),L;C&&(L=Array.prototype.some.call(u.childNodes,i));var N=!!f.parentNode,D=i(f)&&i(u)&&N,w=u.nodeName.toLowerCase(),v=l(this.config,w,u),x=C&&L;if(x||c(u,v)||!this.config.keepNestedBlockElements&&D){if(!(u.nodeName==="SCRIPT"||u.nodeName==="STYLE"))for(;u.childNodes.length>0;)f.insertBefore(u.childNodes[0],u);f.removeChild(u),this._sanitize(h,f);break}for(var I=0;I<u.attributes.length;I+=1){var O=u.attributes[I];p(O,v,u)&&(u.removeAttribute(O.name),I=I-1)}this._sanitize(h,u)}while(u=k.nextSibling())};function a(h,f){return h.createTreeWalker(f,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_COMMENT,null,!1)}function l(h,f,k){return typeof h.tags[f]=="function"?h.tags[f](k):h.tags[f]}function c(h,f){return typeof f>"u"?!0:typeof f=="boolean"?!f:!1}function p(h,f,k){var u=h.name.toLowerCase();return f===!0?!1:typeof f[u]=="function"?!f[u](h.value,k):typeof f[u]>"u"||f[u]===!1?!0:typeof f[u]=="string"?f[u]!==h.value:!1}return e})})(vo);const xo=Lt;function fe(s,t){return s.map(e=>{const o=R(t)?t(e.tool):t;return V(o)||(e.data=Ht(e.data,o)),e})}function Z(s,t={}){const e={tags:t};return new xo(e).clean(s)}function Ht(s,t){return Array.isArray(s)?wo(s,t):z(s)?yo(s,t):J(s)?Eo(s,t):s}function wo(s,t){return s.map(e=>Ht(e,t))}function yo(s,t){const e={};for(const o in s){if(!Object.prototype.hasOwnProperty.call(s,o))continue;const i=s[o],n=Co(t[o])?t[o]:t;e[o]=Ht(i,n)}return e}function Eo(s,t){return z(t)?Z(s,t):t===!1?Z(s,{}):s}function Co(s){return z(s)||$e(s)||R(s)}class Bo extends T{get methods(){return{clean:(t,e)=>this.clean(t,e)}}clean(t,e){return Z(t,e)}}class To extends T{get methods(){return{save:()=>this.save()}}save(){const t="Editor's content can not be saved in read-only mode";return this.Editor.ReadOnly.isEnabled?(K(t,"warn"),Promise.reject(new Error(t))):this.Editor.Saver.save()}}class So extends T{get methods(){return{findParentTag:(t,e)=>this.findParentTag(t,e),expandToTag:t=>this.expandToTag(t)}}findParentTag(t,e){return new b().findParentTag(t,e)}expandToTag(t){new b().expandToTag(t)}}class Io extends T{get classes(){return{block:"cdx-block",inlineToolButton:"ce-inline-tool",inlineToolButtonActive:"ce-inline-tool--active",input:"cdx-input",loader:"cdx-loader",button:"cdx-button",settingsButton:"cdx-settings-button",settingsButtonActive:"cdx-settings-button--active"}}}class Mo extends T{get methods(){return{close:()=>this.close(),open:()=>this.open(),toggleBlockSettings:t=>this.toggleBlockSettings(t),toggleToolbox:t=>this.toggleToolbox(t)}}open(){this.Editor.Toolbar.moveAndOpen()}close(){this.Editor.Toolbar.close()}toggleBlockSettings(t){if(this.Editor.BlockManager.currentBlockIndex===-1){K("Could't toggle the Toolbar because there is no block selected ","warn");return}t??!this.Editor.BlockSettings.opened?(this.Editor.Toolbar.moveAndOpen(),this.Editor.BlockSettings.open()):this.Editor.BlockSettings.close()}toggleToolbox(t){if(this.Editor.BlockManager.currentBlockIndex===-1){K("Could't toggle the Toolbox because there is no block selected ","warn");return}t??!this.Editor.Toolbar.toolbox.opened?(this.Editor.Toolbar.moveAndOpen(),this.Editor.Toolbar.toolbox.open()):this.Editor.Toolbar.toolbox.close()}}var Ot={},_o={get exports(){return Ot},set exports(s){Ot=s}};/*! +`); + var A = c(m.insertInto + " " + m.insertAt.before); + y.insertBefore(g, A); + } + } + function N(m) { + if (m.parentNode === null) return !1; + m.parentNode.removeChild(m); + var g = f.indexOf(m); + g >= 0 && f.splice(g, 1); + } + function D(m) { + var g = document.createElement("style"); + return ( + m.attrs.type === void 0 && (m.attrs.type = "text/css"), + w(g, m.attrs), + L(m, g), + g + ); + } + function w(m, g) { + Object.keys(g).forEach(function (y) { + m.setAttribute(y, g[y]); + }); + } + function v(m, g) { + var y, B, A, S; + if (g.transform && m.css) { + if (!(S = g.transform(m.css))) return function () {}; + m.css = S; + } + if (g.singleton) { + var H = h++; + (y = p || (p = D(g))), + (B = O.bind(null, y, H, !1)), + (A = O.bind(null, y, H, !0)); + } else + m.sourceMap && + typeof URL == "function" && + typeof URL.createObjectURL == "function" && + typeof URL.revokeObjectURL == "function" && + typeof Blob == "function" && + typeof btoa == "function" + ? ((y = (function (M) { + var W = document.createElement("link"); + return ( + M.attrs.type === void 0 && (M.attrs.type = "text/css"), + (M.attrs.rel = "stylesheet"), + w(W, M.attrs), + L(M, W), + W + ); + })(g)), + (B = function (M, W, dt) { + var Q = dt.css, + Et = dt.sourceMap, + Ae = W.convertToAbsoluteUrls === void 0 && Et; + (W.convertToAbsoluteUrls || Ae) && (Q = k(Q)), + Et && + (Q += + ` +/*# sourceMappingURL=data:application/json;base64,` + + btoa(unescape(encodeURIComponent(JSON.stringify(Et)))) + + " */"); + var Le = new Blob([Q], { type: "text/css" }), + qt = M.href; + (M.href = URL.createObjectURL(Le)), + qt && URL.revokeObjectURL(qt); + }.bind(null, y, g)), + (A = function () { + N(y), y.href && URL.revokeObjectURL(y.href); + })) + : ((y = D(g)), + (B = function (M, W) { + var dt = W.css, + Q = W.media; + if ((Q && M.setAttribute("media", Q), M.styleSheet)) + M.styleSheet.cssText = dt; + else { + for (; M.firstChild; ) M.removeChild(M.firstChild); + M.appendChild(document.createTextNode(dt)); + } + }.bind(null, y)), + (A = function () { + N(y); + })); + return ( + B(m), + function (M) { + if (M) { + if ( + M.css === m.css && + M.media === m.media && + M.sourceMap === m.sourceMap + ) + return; + B((m = M)); + } else A(); + } + ); + } + e.exports = function (m, g) { + if (typeof DEBUG < "u" && DEBUG && typeof document != "object") + throw new Error( + "The style-loader cannot be used in a non-browser environment", + ); + ((g = g || {}).attrs = typeof g.attrs == "object" ? g.attrs : {}), + g.singleton || + typeof g.singleton == "boolean" || + (g.singleton = l()), + g.insertInto || (g.insertInto = "head"), + g.insertAt || (g.insertAt = "bottom"); + var y = C(m, g); + return ( + u(y, g), + function (B) { + for (var A = [], S = 0; S < y.length; S++) { + var H = y[S]; + (M = a[H.id]).refs--, A.push(M); + } + for (B && u(C(B, g), g), S = 0; S < A.length; S++) { + var M; + if ((M = A[S]).refs === 0) { + for (var W = 0; W < M.parts.length; W++) M.parts[W](); + delete a[M.id]; + } + } + } + ); + }; + var x, + I = + ((x = []), + function (m, g) { + return ( + (x[m] = g), + x.filter(Boolean).join(` +`) + ); + }); + function O(m, g, y, B) { + var A = y ? "" : B.css; + if (m.styleSheet) m.styleSheet.cssText = I(g, A); + else { + var S = document.createTextNode(A), + H = m.childNodes; + H[g] && m.removeChild(H[g]), + H.length ? m.insertBefore(S, H[g]) : m.appendChild(S); + } + } + }, + function (e, o) { + e.exports = function (i) { + var n = typeof window < "u" && window.location; + if (!n) throw new Error("fixUrls requires window.location"); + if (!i || typeof i != "string") return i; + var r = n.protocol + "//" + n.host, + a = r + n.pathname.replace(/\/[^\/]*$/, "/"); + return i.replace( + /url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi, + function (l, c) { + var p, + h = c + .trim() + .replace(/^"(.*)"$/, function (f, k) { + return k; + }) + .replace(/^'(.*)'$/, function (f, k) { + return k; + }); + return /^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(h) + ? l + : ((p = + h.indexOf("//") === 0 + ? h + : h.indexOf("/") === 0 + ? r + h + : a + h.replace(/^\.\//, "")), + "url(" + JSON.stringify(p) + ")"); + }, + ); + }; + }, + function (e, o, i) { + var n, r, a, l, c, p, h, f, k; + e.exports = + ((n = "cdx-notifies"), + (r = "cdx-notify"), + (a = "cdx-notify__cross"), + (l = "cdx-notify__button--confirm"), + (c = "cdx-notify__button--cancel"), + (p = "cdx-notify__input"), + (h = "cdx-notify__button"), + (f = "cdx-notify__btns-wrapper"), + { + alert: (k = function (u) { + var C = document.createElement("DIV"), + L = document.createElement("DIV"), + N = u.message, + D = u.style; + return ( + C.classList.add(r), + D && C.classList.add(r + "--" + D), + (C.innerHTML = N), + L.classList.add(a), + L.addEventListener("click", C.remove.bind(C)), + C.appendChild(L), + C + ); + }), + confirm: function (u) { + var C = k(u), + L = document.createElement("div"), + N = document.createElement("button"), + D = document.createElement("button"), + w = C.querySelector("." + a), + v = u.cancelHandler, + x = u.okHandler; + return ( + L.classList.add(f), + (N.innerHTML = u.okText || "Confirm"), + (D.innerHTML = u.cancelText || "Cancel"), + N.classList.add(h), + D.classList.add(h), + N.classList.add(l), + D.classList.add(c), + v && + typeof v == "function" && + (D.addEventListener("click", v), + w.addEventListener("click", v)), + x && typeof x == "function" && N.addEventListener("click", x), + N.addEventListener("click", C.remove.bind(C)), + D.addEventListener("click", C.remove.bind(C)), + L.appendChild(N), + L.appendChild(D), + C.appendChild(L), + C + ); + }, + prompt: function (u) { + var C = k(u), + L = document.createElement("div"), + N = document.createElement("button"), + D = document.createElement("input"), + w = C.querySelector("." + a), + v = u.cancelHandler, + x = u.okHandler; + return ( + L.classList.add(f), + (N.innerHTML = u.okText || "Ok"), + N.classList.add(h), + N.classList.add(l), + D.classList.add(p), + u.placeholder && D.setAttribute("placeholder", u.placeholder), + u.default && (D.value = u.default), + u.inputType && (D.type = u.inputType), + v && typeof v == "function" && w.addEventListener("click", v), + x && + typeof x == "function" && + N.addEventListener("click", function () { + x(D.value); + }), + N.addEventListener("click", C.remove.bind(C)), + L.appendChild(D), + L.appendChild(N), + C.appendChild(L), + C + ); + }, + getWrapper: function () { + var u = document.createElement("DIV"); + return u.classList.add(n), u; + }, + }); + }, + ]); + }); +})(fo); +const go = xt(At); +class mo { + show(t) { + go.show(t); + } +} +class bo extends T { + constructor({ config: t, eventsDispatcher: e }) { + super({ config: t, eventsDispatcher: e }), (this.notifier = new mo()); + } + get methods() { + return { show: (t) => this.show(t) }; + } + show(t) { + return this.notifier.show(t); + } +} +class ko extends T { + get methods() { + const t = () => this.isEnabled; + return { + toggle: (e) => this.toggle(e), + get isEnabled() { + return t(); + }, + }; + } + toggle(t) { + return this.Editor.ReadOnly.toggle(t); + } + get isEnabled() { + return this.Editor.ReadOnly.isEnabled; + } +} +var Lt = {}, + vo = { + get exports() { + return Lt; + }, + set exports(s) { + Lt = s; + }, + }; +(function (s, t) { + (function (e, o) { + s.exports = o(); + })(He, function () { + function e(h) { + var f = h.tags, + k = Object.keys(f), + u = k + .map(function (C) { + return typeof f[C]; + }) + .every(function (C) { + return C === "object" || C === "boolean" || C === "function"; + }); + if (!u) throw new Error("The configuration was invalid"); + this.config = h; + } + var o = [ + "P", + "LI", + "TD", + "TH", + "DIV", + "H1", + "H2", + "H3", + "H4", + "H5", + "H6", + "PRE", + ]; + function i(h) { + return o.indexOf(h.nodeName) !== -1; + } + var n = ["A", "B", "STRONG", "I", "EM", "SUB", "SUP", "U", "STRIKE"]; + function r(h) { + return n.indexOf(h.nodeName) !== -1; + } + (e.prototype.clean = function (h) { + const f = document.implementation.createHTMLDocument(), + k = f.createElement("div"); + return (k.innerHTML = h), this._sanitize(f, k), k.innerHTML; + }), + (e.prototype._sanitize = function (h, f) { + var k = a(h, f), + u = k.firstChild(); + if (u) + do { + if (u.nodeType === Node.TEXT_NODE) + if ( + u.data.trim() === "" && + ((u.previousElementSibling && i(u.previousElementSibling)) || + (u.nextElementSibling && i(u.nextElementSibling))) + ) { + f.removeChild(u), this._sanitize(h, f); + break; + } else continue; + if (u.nodeType === Node.COMMENT_NODE) { + f.removeChild(u), this._sanitize(h, f); + break; + } + var C = r(u), + L; + C && (L = Array.prototype.some.call(u.childNodes, i)); + var N = !!f.parentNode, + D = i(f) && i(u) && N, + w = u.nodeName.toLowerCase(), + v = l(this.config, w, u), + x = C && L; + if (x || c(u, v) || (!this.config.keepNestedBlockElements && D)) { + if (!(u.nodeName === "SCRIPT" || u.nodeName === "STYLE")) + for (; u.childNodes.length > 0; ) + f.insertBefore(u.childNodes[0], u); + f.removeChild(u), this._sanitize(h, f); + break; + } + for (var I = 0; I < u.attributes.length; I += 1) { + var O = u.attributes[I]; + p(O, v, u) && (u.removeAttribute(O.name), (I = I - 1)); + } + this._sanitize(h, u); + } while ((u = k.nextSibling())); + }); + function a(h, f) { + return h.createTreeWalker( + f, + NodeFilter.SHOW_TEXT | + NodeFilter.SHOW_ELEMENT | + NodeFilter.SHOW_COMMENT, + null, + !1, + ); + } + function l(h, f, k) { + return typeof h.tags[f] == "function" ? h.tags[f](k) : h.tags[f]; + } + function c(h, f) { + return typeof f > "u" ? !0 : typeof f == "boolean" ? !f : !1; + } + function p(h, f, k) { + var u = h.name.toLowerCase(); + return f === !0 + ? !1 + : typeof f[u] == "function" + ? !f[u](h.value, k) + : typeof f[u] > "u" || f[u] === !1 + ? !0 + : typeof f[u] == "string" + ? f[u] !== h.value + : !1; + } + return e; + }); +})(vo); +const xo = Lt; +function fe(s, t) { + return s.map((e) => { + const o = R(t) ? t(e.tool) : t; + return V(o) || (e.data = Ht(e.data, o)), e; + }); +} +function Z(s, t = {}) { + const e = { tags: t }; + return new xo(e).clean(s); +} +function Ht(s, t) { + return Array.isArray(s) ? wo(s, t) : z(s) ? yo(s, t) : J(s) ? Eo(s, t) : s; +} +function wo(s, t) { + return s.map((e) => Ht(e, t)); +} +function yo(s, t) { + const e = {}; + for (const o in s) { + if (!Object.prototype.hasOwnProperty.call(s, o)) continue; + const i = s[o], + n = Co(t[o]) ? t[o] : t; + e[o] = Ht(i, n); + } + return e; +} +function Eo(s, t) { + return z(t) ? Z(s, t) : t === !1 ? Z(s, {}) : s; +} +function Co(s) { + return z(s) || $e(s) || R(s); +} +class Bo extends T { + get methods() { + return { clean: (t, e) => this.clean(t, e) }; + } + clean(t, e) { + return Z(t, e); + } +} +class To extends T { + get methods() { + return { save: () => this.save() }; + } + save() { + const t = "Editor's content can not be saved in read-only mode"; + return this.Editor.ReadOnly.isEnabled + ? (K(t, "warn"), Promise.reject(new Error(t))) + : this.Editor.Saver.save(); + } +} +class So extends T { + get methods() { + return { + findParentTag: (t, e) => this.findParentTag(t, e), + expandToTag: (t) => this.expandToTag(t), + }; + } + findParentTag(t, e) { + return new b().findParentTag(t, e); + } + expandToTag(t) { + new b().expandToTag(t); + } +} +class Io extends T { + get classes() { + return { + block: "cdx-block", + inlineToolButton: "ce-inline-tool", + inlineToolButtonActive: "ce-inline-tool--active", + input: "cdx-input", + loader: "cdx-loader", + button: "cdx-button", + settingsButton: "cdx-settings-button", + settingsButtonActive: "cdx-settings-button--active", + }; + } +} +class Mo extends T { + get methods() { + return { + close: () => this.close(), + open: () => this.open(), + toggleBlockSettings: (t) => this.toggleBlockSettings(t), + toggleToolbox: (t) => this.toggleToolbox(t), + }; + } + open() { + this.Editor.Toolbar.moveAndOpen(); + } + close() { + this.Editor.Toolbar.close(); + } + toggleBlockSettings(t) { + if (this.Editor.BlockManager.currentBlockIndex === -1) { + K( + "Could't toggle the Toolbar because there is no block selected ", + "warn", + ); + return; + } + t ?? !this.Editor.BlockSettings.opened + ? (this.Editor.Toolbar.moveAndOpen(), this.Editor.BlockSettings.open()) + : this.Editor.BlockSettings.close(); + } + toggleToolbox(t) { + if (this.Editor.BlockManager.currentBlockIndex === -1) { + K( + "Could't toggle the Toolbox because there is no block selected ", + "warn", + ); + return; + } + t ?? !this.Editor.Toolbar.toolbox.opened + ? (this.Editor.Toolbar.moveAndOpen(), this.Editor.Toolbar.toolbox.open()) + : this.Editor.Toolbar.toolbox.close(); + } +} +var Ot = {}, + _o = { + get exports() { + return Ot; + }, + set exports(s) { + Ot = s; + }, + }; +/*! * CodeX.Tooltips - * + * * @version 1.0.5 - * + * * @licence MIT * @author CodeX <https://codex.so> - * - * - */(function(s,t){(function(e,o){s.exports=o()})(window,function(){return function(e){var o={};function i(n){if(o[n])return o[n].exports;var r=o[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=e,i.c=o,i.d=function(n,r,a){i.o(n,r)||Object.defineProperty(n,r,{enumerable:!0,get:a})},i.r=function(n){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},i.t=function(n,r){if(1&r&&(n=i(n)),8&r||4&r&&typeof n=="object"&&n&&n.__esModule)return n;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:n}),2&r&&typeof n!="string")for(var l in n)i.d(a,l,(function(c){return n[c]}).bind(null,l));return a},i.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return i.d(r,"a",r),r},i.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},i.p="",i(i.s=0)}([function(e,o,i){e.exports=i(1)},function(e,o,i){i.r(o),i.d(o,"default",function(){return n});class n{constructor(){this.nodes={wrapper:null,content:null},this.showed=!1,this.offsetTop=10,this.offsetLeft=10,this.offsetRight=10,this.hidingDelay=0,this.handleWindowScroll=()=>{this.showed&&this.hide(!0)},this.loadStyles(),this.prepare(),window.addEventListener("scroll",this.handleWindowScroll,{passive:!0})}get CSS(){return{tooltip:"ct",tooltipContent:"ct__content",tooltipShown:"ct--shown",placement:{left:"ct--left",bottom:"ct--bottom",right:"ct--right",top:"ct--top"}}}show(a,l,c){this.nodes.wrapper||this.prepare(),this.hidingTimeout&&clearTimeout(this.hidingTimeout);const p=Object.assign({placement:"bottom",marginTop:0,marginLeft:0,marginRight:0,marginBottom:0,delay:70,hidingDelay:0},c);if(p.hidingDelay&&(this.hidingDelay=p.hidingDelay),this.nodes.content.innerHTML="",typeof l=="string")this.nodes.content.appendChild(document.createTextNode(l));else{if(!(l instanceof Node))throw Error("[CodeX Tooltip] Wrong type of «content» passed. It should be an instance of Node or String. But "+typeof l+" given.");this.nodes.content.appendChild(l)}switch(this.nodes.wrapper.classList.remove(...Object.values(this.CSS.placement)),p.placement){case"top":this.placeTop(a,p);break;case"left":this.placeLeft(a,p);break;case"right":this.placeRight(a,p);break;case"bottom":default:this.placeBottom(a,p)}p&&p.delay?this.showingTimeout=setTimeout(()=>{this.nodes.wrapper.classList.add(this.CSS.tooltipShown),this.showed=!0},p.delay):(this.nodes.wrapper.classList.add(this.CSS.tooltipShown),this.showed=!0)}hide(a=!1){if(this.hidingDelay&&!a)return this.hidingTimeout&&clearTimeout(this.hidingTimeout),void(this.hidingTimeout=setTimeout(()=>{this.hide(!0)},this.hidingDelay));this.nodes.wrapper.classList.remove(this.CSS.tooltipShown),this.showed=!1,this.showingTimeout&&clearTimeout(this.showingTimeout)}onHover(a,l,c){a.addEventListener("mouseenter",()=>{this.show(a,l,c)}),a.addEventListener("mouseleave",()=>{this.hide()})}destroy(){this.nodes.wrapper.remove(),window.removeEventListener("scroll",this.handleWindowScroll)}prepare(){this.nodes.wrapper=this.make("div",this.CSS.tooltip),this.nodes.content=this.make("div",this.CSS.tooltipContent),this.append(this.nodes.wrapper,this.nodes.content),this.append(document.body,this.nodes.wrapper)}loadStyles(){const a="codex-tooltips-style";if(document.getElementById(a))return;const l=i(2),c=this.make("style",null,{textContent:l.toString(),id:a});this.prepend(document.head,c)}placeBottom(a,l){const c=a.getBoundingClientRect(),p=c.left+a.clientWidth/2-this.nodes.wrapper.offsetWidth/2,h=c.bottom+window.pageYOffset+this.offsetTop+l.marginTop;this.applyPlacement("bottom",p,h)}placeTop(a,l){const c=a.getBoundingClientRect(),p=c.left+a.clientWidth/2-this.nodes.wrapper.offsetWidth/2,h=c.top+window.pageYOffset-this.nodes.wrapper.clientHeight-this.offsetTop;this.applyPlacement("top",p,h)}placeLeft(a,l){const c=a.getBoundingClientRect(),p=c.left-this.nodes.wrapper.offsetWidth-this.offsetLeft-l.marginLeft,h=c.top+window.pageYOffset+a.clientHeight/2-this.nodes.wrapper.offsetHeight/2;this.applyPlacement("left",p,h)}placeRight(a,l){const c=a.getBoundingClientRect(),p=c.right+this.offsetRight+l.marginRight,h=c.top+window.pageYOffset+a.clientHeight/2-this.nodes.wrapper.offsetHeight/2;this.applyPlacement("right",p,h)}applyPlacement(a,l,c){this.nodes.wrapper.classList.add(this.CSS.placement[a]),this.nodes.wrapper.style.left=l+"px",this.nodes.wrapper.style.top=c+"px"}make(a,l=null,c={}){const p=document.createElement(a);Array.isArray(l)?p.classList.add(...l):l&&p.classList.add(l);for(const h in c)c.hasOwnProperty(h)&&(p[h]=c[h]);return p}append(a,l){Array.isArray(l)?l.forEach(c=>a.appendChild(c)):a.appendChild(l)}prepend(a,l){Array.isArray(l)?(l=l.reverse()).forEach(c=>a.prepend(c)):a.prepend(l)}}},function(e,o){e.exports=`.ct{z-index:999;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transition:opacity 50ms ease-in,-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,transform 70ms cubic-bezier(.215,.61,.355,1),-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);will-change:opacity,top,left;-webkit-box-shadow:0 8px 12px 0 rgba(29,32,43,.17),0 4px 5px -3px rgba(5,6,12,.49);box-shadow:0 8px 12px 0 rgba(29,32,43,.17),0 4px 5px -3px rgba(5,6,12,.49);border-radius:9px}.ct,.ct:before{position:absolute;top:0;left:0}.ct:before{content:"";bottom:0;right:0;background-color:#1d202b;z-index:-1;border-radius:4px}@supports(-webkit-mask-box-image:url("")){.ct:before{border-radius:0;-webkit-mask-box-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M10.71 0h2.58c3.02 0 4.64.42 6.1 1.2a8.18 8.18 0 013.4 3.4C23.6 6.07 24 7.7 24 10.71v2.58c0 3.02-.42 4.64-1.2 6.1a8.18 8.18 0 01-3.4 3.4c-1.47.8-3.1 1.21-6.11 1.21H10.7c-3.02 0-4.64-.42-6.1-1.2a8.18 8.18 0 01-3.4-3.4C.4 17.93 0 16.3 0 13.29V10.7c0-3.02.42-4.64 1.2-6.1a8.18 8.18 0 013.4-3.4C6.07.4 7.7 0 10.71 0z"/></svg>') 48% 41% 37.9% 53.3%}}@media (--mobile){.ct{display:none}}.ct__content{padding:6px 10px;color:#cdd1e0;font-size:12px;text-align:center;letter-spacing:.02em;line-height:1em}.ct:after{content:"";width:8px;height:8px;position:absolute;background-color:#1d202b;z-index:-1}.ct--bottom{-webkit-transform:translateY(5px);transform:translateY(5px)}.ct--bottom:after{top:-3px;left:50%;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.ct--top{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.ct--top:after{top:auto;bottom:-3px;left:50%;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.ct--left{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.ct--left:after{top:50%;left:auto;right:0;-webkit-transform:translate(41.6%,-50%) rotate(-45deg);transform:translate(41.6%,-50%) rotate(-45deg)}.ct--right{-webkit-transform:translateX(5px);transform:translateX(5px)}.ct--right:after{top:50%;left:0;-webkit-transform:translate(-41.6%,-50%) rotate(-45deg);transform:translate(-41.6%,-50%) rotate(-45deg)}.ct--shown{opacity:1;-webkit-transform:none;transform:none}`}]).default})})(_o);const Ao=xt(Ot);class jt{constructor(){this.lib=new Ao}destroy(){this.lib.destroy()}show(t,e,o){this.lib.show(t,e,o)}hide(t=!1){this.lib.hide(t)}onHover(t,e,o){this.lib.onHover(t,e,o)}}class Lo extends T{constructor({config:t,eventsDispatcher:e}){super({config:t,eventsDispatcher:e}),this.tooltip=new jt}destroy(){this.tooltip.destroy()}get methods(){return{show:(t,e,o)=>this.show(t,e,o),hide:()=>this.hide(),onHover:(t,e,o)=>this.onHover(t,e,o)}}show(t,e,o){this.tooltip.show(t,e,o)}hide(){this.tooltip.hide()}onHover(t,e,o){this.tooltip.onHover(t,e,o)}}class Oo extends T{get methods(){return{nodes:this.editorNodes}}get editorNodes(){return{wrapper:this.Editor.UI.nodes.wrapper,redactor:this.Editor.UI.nodes.redactor}}}function ge(s,t){const e={};return Object.entries(s).forEach(([o,i])=>{if(z(i)){const n=t?`${t}.${o}`:o;Object.values(i).every(r=>J(r))?e[o]=n:e[o]=ge(i,n);return}e[o]=i}),e}const X=ge(ce);function No(s,t){const e={};return Object.keys(s).forEach(o=>{const i=t[o];i!==void 0?e[i]=s[o]:e[o]=s[o]}),e}const Do='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9 12L9 7.1C9 7.04477 9.04477 7 9.1 7H10.4C11.5 7 14 7.1 14 9.5C14 9.5 14 12 11 12M9 12V16.8C9 16.9105 9.08954 17 9.2 17H12.5C14 17 15 16 15 14.5C15 11.7046 11 12 11 12M9 12H11"/></svg>',me='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 10L11.8586 14.8586C11.9367 14.9367 12.0633 14.9367 12.1414 14.8586L17 10"/></svg>',Ro='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 15L11.8586 10.1414C11.9367 10.0633 12.0633 10.0633 12.1414 10.1414L17 15"/></svg>',Po='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 8L12 12M12 12L16 16M12 12L16 8M12 12L8 16"/></svg>',Fo='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4" stroke="currentColor" stroke-width="2"/></svg>',Ho='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13.34 10C12.4223 12.7337 11 17 11 17"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M14.21 7H14.2"/></svg>',ee='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7.69998 12.6L7.67896 12.62C6.53993 13.7048 6.52012 15.5155 7.63516 16.625V16.625C8.72293 17.7073 10.4799 17.7102 11.5712 16.6314L13.0263 15.193C14.0703 14.1609 14.2141 12.525 13.3662 11.3266L13.22 11.12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16.22 11.12L16.3564 10.9805C17.2895 10.0265 17.3478 8.5207 16.4914 7.49733V7.49733C15.5691 6.39509 13.9269 6.25143 12.8271 7.17675L11.3901 8.38588C10.0935 9.47674 9.95706 11.4241 11.0888 12.6852L11.12 12.72"/></svg>',jo='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M9.40999 7.29999H9.4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M14.6 7.29999H14.59"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M9.30999 12H9.3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M14.6 12H14.59"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M9.40999 16.7H9.4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M14.6 16.7H14.59"/></svg>',zo='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 7V12M12 17V12M17 12H12M12 12H7"/></svg>',Uo='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="10.5" cy="10.5" r="5.5" stroke="currentColor" stroke-width="2"/><line x1="15.4142" x2="19" y1="15" y2="18.5858" stroke="currentColor" stroke-linecap="round" stroke-width="2"/></svg>',$o='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.7795 11.5C15.7795 11.5 16.053 11.1962 16.5497 10.6722C17.4442 9.72856 17.4701 8.2475 16.5781 7.30145V7.30145C15.6482 6.31522 14.0873 6.29227 13.1288 7.25073L11.8796 8.49999"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8.24517 12.3883C8.24517 12.3883 7.97171 12.6922 7.47504 13.2161C6.58051 14.1598 6.55467 15.6408 7.44666 16.5869V16.5869C8.37653 17.5731 9.93744 17.5961 10.8959 16.6376L12.1452 15.3883"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M17.7802 15.1032L16.597 14.9422C16.0109 14.8624 15.4841 15.3059 15.4627 15.8969L15.4199 17.0818"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6.39064 9.03238L7.58432 9.06668C8.17551 9.08366 8.6522 8.58665 8.61056 7.99669L8.5271 6.81397"/><line x1="12.1142" x2="11.7" y1="12.2" y2="11.7858" stroke="currentColor" stroke-linecap="round" stroke-width="2"/></svg>',Wo='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="14" height="14" x="5" y="5" stroke="currentColor" stroke-width="2" rx="4"/><line x1="12" x2="12" y1="9" y2="12" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 15.02V15.01"/></svg>';class P{constructor(t){this.nodes={root:null,icon:null},this.confirmationState=null,this.removeSpecialFocusBehavior=()=>{this.nodes.root.classList.remove(P.CSS.noFocus)},this.removeSpecialHoverBehavior=()=>{this.nodes.root.classList.remove(P.CSS.noHover)},this.onErrorAnimationEnd=()=>{this.nodes.icon.classList.remove(P.CSS.wobbleAnimation),this.nodes.icon.removeEventListener("animationend",this.onErrorAnimationEnd)},this.params=t,this.nodes.root=this.make(t)}get isDisabled(){return this.params.isDisabled}get toggle(){return this.params.toggle}get title(){return this.params.title}get closeOnActivate(){return this.params.closeOnActivate}get isConfirmationStateEnabled(){return this.confirmationState!==null}get isFocused(){return this.nodes.root.classList.contains(P.CSS.focused)}static get CSS(){return{container:"ce-popover-item",title:"ce-popover-item__title",secondaryTitle:"ce-popover-item__secondary-title",icon:"ce-popover-item__icon",active:"ce-popover-item--active",disabled:"ce-popover-item--disabled",focused:"ce-popover-item--focused",hidden:"ce-popover-item--hidden",confirmationState:"ce-popover-item--confirmation",noHover:"ce-popover-item--no-hover",noFocus:"ce-popover-item--no-focus",wobbleAnimation:"wobble"}}getElement(){return this.nodes.root}handleClick(){if(this.isConfirmationStateEnabled){this.activateOrEnableConfirmationMode(this.confirmationState);return}this.activateOrEnableConfirmationMode(this.params)}toggleActive(t){this.nodes.root.classList.toggle(P.CSS.active,t)}toggleHidden(t){this.nodes.root.classList.toggle(P.CSS.hidden,t)}reset(){this.isConfirmationStateEnabled&&this.disableConfirmationMode()}onFocus(){this.disableSpecialHoverAndFocusBehavior()}make(t){const e=d.make("div",P.CSS.container);return t.name&&(e.dataset.itemName=t.name),this.nodes.icon=d.make("div",P.CSS.icon,{innerHTML:t.icon||Fo}),e.appendChild(this.nodes.icon),e.appendChild(d.make("div",P.CSS.title,{innerHTML:t.title||""})),t.secondaryLabel&&e.appendChild(d.make("div",P.CSS.secondaryTitle,{textContent:t.secondaryLabel})),t.isActive&&e.classList.add(P.CSS.active),t.isDisabled&&e.classList.add(P.CSS.disabled),e}enableConfirmationMode(t){const e={...this.params,...t,confirmation:t.confirmation},o=this.make(e);this.nodes.root.innerHTML=o.innerHTML,this.nodes.root.classList.add(P.CSS.confirmationState),this.confirmationState=t,this.enableSpecialHoverAndFocusBehavior()}disableConfirmationMode(){const t=this.make(this.params);this.nodes.root.innerHTML=t.innerHTML,this.nodes.root.classList.remove(P.CSS.confirmationState),this.confirmationState=null,this.disableSpecialHoverAndFocusBehavior()}enableSpecialHoverAndFocusBehavior(){this.nodes.root.classList.add(P.CSS.noHover),this.nodes.root.classList.add(P.CSS.noFocus),this.nodes.root.addEventListener("mouseleave",this.removeSpecialHoverBehavior,{once:!0})}disableSpecialHoverAndFocusBehavior(){this.removeSpecialFocusBehavior(),this.removeSpecialHoverBehavior(),this.nodes.root.removeEventListener("mouseleave",this.removeSpecialHoverBehavior)}activateOrEnableConfirmationMode(t){if(t.confirmation===void 0)try{t.onActivate(t),this.disableConfirmationMode()}catch{this.animateError()}else this.enableConfirmationMode(t.confirmation)}animateError(){this.nodes.icon.classList.contains(P.CSS.wobbleAnimation)||(this.nodes.icon.classList.add(P.CSS.wobbleAnimation),this.nodes.icon.addEventListener("animationend",this.onErrorAnimationEnd))}}const ht=class{constructor(s,t){this.cursor=-1,this.items=[],this.items=s||[],this.focusedCssClass=t}get currentItem(){return this.cursor===-1?null:this.items[this.cursor]}setCursor(s){s<this.items.length&&s>=-1&&(this.dropCursor(),this.cursor=s,this.items[this.cursor].classList.add(this.focusedCssClass))}setItems(s){this.items=s}next(){this.cursor=this.leafNodesAndReturnIndex(ht.directions.RIGHT)}previous(){this.cursor=this.leafNodesAndReturnIndex(ht.directions.LEFT)}dropCursor(){this.cursor!==-1&&(this.items[this.cursor].classList.remove(this.focusedCssClass),this.cursor=-1)}leafNodesAndReturnIndex(s){if(this.items.length===0)return this.cursor;let t=this.cursor;return t===-1?t=s===ht.directions.RIGHT?-1:0:this.items[t].classList.remove(this.focusedCssClass),s===ht.directions.RIGHT?t=(t+1)%this.items.length:t=(this.items.length+t-1)%this.items.length,d.canSetCaret(this.items[t])&&rt(()=>b.setCursor(this.items[t]),50)(),this.items[t].classList.add(this.focusedCssClass),t}};let nt=ht;nt.directions={RIGHT:"right",LEFT:"left"};class G{constructor(t){this.iterator=null,this.activated=!1,this.flipCallbacks=[],this.onKeyDown=e=>{if(this.isEventReadyForHandling(e))switch(G.usedKeys.includes(e.keyCode)&&e.preventDefault(),e.keyCode){case E.TAB:this.handleTabPress(e);break;case E.LEFT:case E.UP:this.flipLeft();break;case E.RIGHT:case E.DOWN:this.flipRight();break;case E.ENTER:this.handleEnterPress(e);break}},this.iterator=new nt(t.items,t.focusedItemClass),this.activateCallback=t.activateCallback,this.allowedKeys=t.allowedKeys||G.usedKeys}get isActivated(){return this.activated}static get usedKeys(){return[E.TAB,E.LEFT,E.RIGHT,E.ENTER,E.UP,E.DOWN]}activate(t,e){this.activated=!0,t&&this.iterator.setItems(t),e!==void 0&&this.iterator.setCursor(e),document.addEventListener("keydown",this.onKeyDown,!0)}deactivate(){this.activated=!1,this.dropCursor(),document.removeEventListener("keydown",this.onKeyDown)}focusFirst(){this.dropCursor(),this.flipRight()}flipLeft(){this.iterator.previous(),this.flipCallback()}flipRight(){this.iterator.next(),this.flipCallback()}hasFocus(){return!!this.iterator.currentItem}onFlip(t){this.flipCallbacks.push(t)}removeOnFlip(t){this.flipCallbacks=this.flipCallbacks.filter(e=>e!==t)}dropCursor(){this.iterator.dropCursor()}isEventReadyForHandling(t){return this.activated&&this.allowedKeys.includes(t.keyCode)}handleTabPress(t){switch(t.shiftKey?nt.directions.LEFT:nt.directions.RIGHT){case nt.directions.RIGHT:this.flipRight();break;case nt.directions.LEFT:this.flipLeft();break}}handleEnterPress(t){this.activated&&(this.iterator.currentItem&&(t.stopPropagation(),t.preventDefault(),this.iterator.currentItem.click()),R(this.activateCallback)&&this.activateCallback(this.iterator.currentItem))}flipCallback(){this.iterator.currentItem&&this.iterator.currentItem.scrollIntoViewIfNeeded(),this.flipCallbacks.forEach(t=>t())}}class ut{static get CSS(){return{wrapper:"cdx-search-field",icon:"cdx-search-field__icon",input:"cdx-search-field__input"}}constructor({items:t,onSearch:e,placeholder:o}){this.listeners=new Pt,this.items=t,this.onSearch=e,this.render(o)}getElement(){return this.wrapper}focus(){this.input.focus()}clear(){this.input.value="",this.searchQuery="",this.onSearch("",this.foundItems)}destroy(){this.listeners.removeAll()}render(t){this.wrapper=d.make("div",ut.CSS.wrapper);const e=d.make("div",ut.CSS.icon,{innerHTML:Uo});this.input=d.make("input",ut.CSS.input,{placeholder:t}),this.wrapper.appendChild(e),this.wrapper.appendChild(this.input),this.listeners.on(this.input,"input",()=>{this.searchQuery=this.input.value,this.onSearch(this.searchQuery,this.foundItems)})}get foundItems(){return this.items.filter(t=>this.checkItem(t))}checkItem(t){var e;const o=((e=t.title)==null?void 0:e.toLowerCase())||"",i=this.searchQuery.toLowerCase();return o.includes(i)}}const pt=class{lock(){Qt?this.lockHard():document.body.classList.add(pt.CSS.scrollLocked)}unlock(){Qt?this.unlockHard():document.body.classList.remove(pt.CSS.scrollLocked)}lockHard(){this.scrollPosition=window.pageYOffset,document.documentElement.style.setProperty("--window-scroll-offset",`${this.scrollPosition}px`),document.body.classList.add(pt.CSS.scrollLockedHard)}unlockHard(){document.body.classList.remove(pt.CSS.scrollLockedHard),this.scrollPosition!==null&&window.scrollTo(0,this.scrollPosition),this.scrollPosition=null}};let be=pt;be.CSS={scrollLocked:"ce-scroll-locked",scrollLockedHard:"ce-scroll-locked--hard"};var Yo=Object.defineProperty,Ko=Object.getOwnPropertyDescriptor,Xo=(s,t,e,o)=>{for(var i=o>1?void 0:o?Ko(t,e):t,n=s.length-1,r;n>=0;n--)(r=s[n])&&(i=(o?r(t,e,i):r(i))||i);return o&&i&&Yo(t,e,i),i},gt=(s=>(s.Close="close",s))(gt||{});const j=class extends wt{constructor(s){super(),this.scopeElement=document.body,this.listeners=new Pt,this.scrollLocker=new be,this.nodes={wrapper:null,popover:null,nothingFoundMessage:null,customContent:null,items:null,overlay:null},this.messages={nothingFound:"Nothing found",search:"Search"},this.onFlip=()=>{this.items.find(t=>t.isFocused).onFocus()},this.items=s.items.map(t=>new P(t)),s.scopeElement!==void 0&&(this.scopeElement=s.scopeElement),s.messages&&(this.messages={...this.messages,...s.messages}),s.customContentFlippableItems&&(this.customContentFlippableItems=s.customContentFlippableItems),this.make(),s.customContent&&this.addCustomContent(s.customContent),s.searchable&&this.addSearch(),this.initializeFlipper()}static get CSS(){return{popover:"ce-popover",popoverOpenTop:"ce-popover--open-top",popoverOpened:"ce-popover--opened",search:"ce-popover__search",nothingFoundMessage:"ce-popover__nothing-found-message",nothingFoundMessageDisplayed:"ce-popover__nothing-found-message--displayed",customContent:"ce-popover__custom-content",customContentHidden:"ce-popover__custom-content--hidden",items:"ce-popover__items",overlay:"ce-popover__overlay",overlayHidden:"ce-popover__overlay--hidden"}}getElement(){return this.nodes.wrapper}hasFocus(){return this.flipper.hasFocus()}show(){this.shouldOpenBottom||(this.nodes.popover.style.setProperty("--popover-height",this.height+"px"),this.nodes.popover.classList.add(j.CSS.popoverOpenTop)),this.nodes.overlay.classList.remove(j.CSS.overlayHidden),this.nodes.popover.classList.add(j.CSS.popoverOpened),this.flipper.activate(this.flippableElements),this.search!==void 0&&setTimeout(()=>{this.search.focus()},100),et()&&this.scrollLocker.lock()}hide(){this.nodes.popover.classList.remove(j.CSS.popoverOpened),this.nodes.popover.classList.remove(j.CSS.popoverOpenTop),this.nodes.overlay.classList.add(j.CSS.overlayHidden),this.flipper.deactivate(),this.items.forEach(s=>s.reset()),this.search!==void 0&&this.search.clear(),et()&&this.scrollLocker.unlock(),this.emit("close")}destroy(){this.flipper.deactivate(),this.listeners.removeAll(),et()&&this.scrollLocker.unlock()}make(){this.nodes.popover=d.make("div",[j.CSS.popover]),this.nodes.nothingFoundMessage=d.make("div",[j.CSS.nothingFoundMessage],{textContent:this.messages.nothingFound}),this.nodes.popover.appendChild(this.nodes.nothingFoundMessage),this.nodes.items=d.make("div",[j.CSS.items]),this.items.forEach(s=>{this.nodes.items.appendChild(s.getElement())}),this.nodes.popover.appendChild(this.nodes.items),this.listeners.on(this.nodes.popover,"click",s=>{const t=this.getTargetItem(s);t!==void 0&&this.handleItemClick(t)}),this.nodes.wrapper=d.make("div"),this.nodes.overlay=d.make("div",[j.CSS.overlay,j.CSS.overlayHidden]),this.listeners.on(this.nodes.overlay,"click",()=>{this.hide()}),this.nodes.wrapper.appendChild(this.nodes.overlay),this.nodes.wrapper.appendChild(this.nodes.popover)}addSearch(){this.search=new ut({items:this.items,placeholder:this.messages.search,onSearch:(t,e)=>{this.items.forEach(i=>{const n=!e.includes(i);i.toggleHidden(n)}),this.toggleNothingFoundMessage(e.length===0),this.toggleCustomContent(t!=="");const o=t===""?this.flippableElements:e.map(i=>i.getElement());this.flipper.isActivated&&(this.flipper.deactivate(),this.flipper.activate(o))}});const s=this.search.getElement();s.classList.add(j.CSS.search),this.nodes.popover.insertBefore(s,this.nodes.popover.firstChild)}addCustomContent(s){this.nodes.customContent=s,this.nodes.customContent.classList.add(j.CSS.customContent),this.nodes.popover.insertBefore(s,this.nodes.popover.firstChild)}getTargetItem(s){return this.items.find(t=>s.composedPath().includes(t.getElement()))}handleItemClick(s){s.isDisabled||(this.items.filter(t=>t!==s).forEach(t=>t.reset()),s.handleClick(),this.toggleItemActivenessIfNeeded(s),s.closeOnActivate&&this.hide())}initializeFlipper(){this.flipper=new G({items:this.flippableElements,focusedItemClass:P.CSS.focused,allowedKeys:[E.TAB,E.UP,E.DOWN,E.ENTER]}),this.flipper.onFlip(this.onFlip)}get flippableElements(){const s=this.items.map(t=>t.getElement());return(this.customContentFlippableItems||[]).concat(s)}get height(){let s=0;if(this.nodes.popover===null)return s;const t=this.nodes.popover.cloneNode(!0);return t.style.visibility="hidden",t.style.position="absolute",t.style.top="-1000px",t.classList.add(j.CSS.popoverOpened),document.body.appendChild(t),s=t.offsetHeight,t.remove(),s}get shouldOpenBottom(){const s=this.nodes.popover.getBoundingClientRect(),t=this.scopeElement.getBoundingClientRect(),e=this.height,o=s.top+e,i=s.top-e,n=Math.min(window.innerHeight,t.bottom);return i<t.top||o<=n}toggleNothingFoundMessage(s){this.nodes.nothingFoundMessage.classList.toggle(j.CSS.nothingFoundMessageDisplayed,s)}toggleCustomContent(s){var t;(t=this.nodes.customContent)==null||t.classList.toggle(j.CSS.customContentHidden,s)}toggleItemActivenessIfNeeded(s){if(s.toggle===!0&&s.toggleActive(),typeof s.toggle=="string"){const t=this.items.filter(e=>e.toggle===s.toggle);if(t.length===1){s.toggleActive();return}t.forEach(e=>{e.toggleActive(e===s)})}}};let zt=j;Xo([ct],zt.prototype,"height",1);class Vo extends T{constructor(){super(...arguments),this.opened=!1,this.selection=new b,this.onPopoverClose=()=>{this.close()}}get events(){return{opened:"block-settings-opened",closed:"block-settings-closed"}}get CSS(){return{settings:"ce-settings"}}get flipper(){var t;return(t=this.popover)==null?void 0:t.flipper}make(){this.nodes.wrapper=d.make("div",[this.CSS.settings])}destroy(){this.removeAllNodes()}open(t=this.Editor.BlockManager.currentBlock){this.opened=!0,this.selection.save(),t.selected=!0,this.Editor.BlockSelection.clearCache();const[e,o]=t.getTunes();this.eventsDispatcher.emit(this.events.opened),this.popover=new zt({searchable:!0,items:e.map(i=>this.resolveTuneAliases(i)),customContent:o,customContentFlippableItems:this.getControls(o),scopeElement:this.Editor.API.methods.ui.nodes.redactor,messages:{nothingFound:$.ui(X.ui.popover,"Nothing found"),search:$.ui(X.ui.popover,"Filter")}}),this.popover.on(gt.Close,this.onPopoverClose),this.nodes.wrapper.append(this.popover.getElement()),this.popover.show()}getElement(){return this.nodes.wrapper}close(){this.opened=!1,b.isAtEditor||this.selection.restore(),this.selection.clearSaved(),!this.Editor.CrossBlockSelection.isCrossBlockSelectionStarted&&this.Editor.BlockManager.currentBlock&&(this.Editor.BlockManager.currentBlock.selected=!1),this.eventsDispatcher.emit(this.events.closed),this.popover&&(this.popover.off(gt.Close,this.onPopoverClose),this.popover.destroy(),this.popover.getElement().remove(),this.popover=null)}getControls(t){const{StylesAPI:e}=this.Editor,o=t.querySelectorAll(`.${e.classes.settingsButton}, ${d.allInputsSelector}`);return Array.from(o)}resolveTuneAliases(t){const e=No(t,{label:"title"});return t.confirmation&&(e.confirmation=this.resolveTuneAliases(t.confirmation)),e}}class Y extends T{constructor(){super(...arguments),this.opened=!1,this.tools=[],this.flipper=null,this.togglingCallback=null}static get CSS(){return{conversionToolbarWrapper:"ce-conversion-toolbar",conversionToolbarShowed:"ce-conversion-toolbar--showed",conversionToolbarTools:"ce-conversion-toolbar__tools",conversionToolbarLabel:"ce-conversion-toolbar__label",conversionTool:"ce-conversion-tool",conversionToolHidden:"ce-conversion-tool--hidden",conversionToolIcon:"ce-conversion-tool__icon",conversionToolSecondaryLabel:"ce-conversion-tool__secondary-label",conversionToolFocused:"ce-conversion-tool--focused",conversionToolActive:"ce-conversion-tool--active"}}make(){this.nodes.wrapper=d.make("div",[Y.CSS.conversionToolbarWrapper,...this.isRtl?[this.Editor.UI.CSS.editorRtlFix]:[]]),this.nodes.tools=d.make("div",Y.CSS.conversionToolbarTools);const t=d.make("div",Y.CSS.conversionToolbarLabel,{textContent:$.ui(X.ui.inlineToolbar.converter,"Convert to")});return this.addTools(),this.enableFlipper(),d.append(this.nodes.wrapper,t),d.append(this.nodes.wrapper,this.nodes.tools),this.nodes.wrapper}destroy(){this.flipper&&(this.flipper.deactivate(),this.flipper=null),this.removeAllNodes()}toggle(t){this.opened?this.close():this.open(),R(t)&&(this.togglingCallback=t)}open(){this.filterTools(),this.opened=!0,this.nodes.wrapper.classList.add(Y.CSS.conversionToolbarShowed),window.requestAnimationFrame(()=>{this.flipper.activate(this.tools.map(t=>t.button).filter(t=>!t.classList.contains(Y.CSS.conversionToolHidden))),this.flipper.focusFirst(),R(this.togglingCallback)&&this.togglingCallback(!0)})}close(){this.opened=!1,this.flipper.deactivate(),this.nodes.wrapper.classList.remove(Y.CSS.conversionToolbarShowed),R(this.togglingCallback)&&this.togglingCallback(!1)}hasTools(){return this.tools.length===1?this.tools[0].name!==this.config.defaultBlock:!0}async replaceWithBlock(t,e){const{BlockManager:o,BlockSelection:i,InlineToolbar:n,Caret:r}=this.Editor;o.convert(this.Editor.BlockManager.currentBlock,t,e),i.clearSelection(),this.close(),n.close(),window.requestAnimationFrame(()=>{r.setToBlock(this.Editor.BlockManager.currentBlock,r.positions.END)})}addTools(){const t=this.Editor.Tools.blockTools;Array.from(t.entries()).forEach(([e,o])=>{var i;const n=o.conversionConfig;!n||!n.import||(i=o.toolbox)==null||i.forEach(r=>this.addToolIfValid(e,r))})}addToolIfValid(t,e){V(e)||!e.icon||this.addTool(t,e)}addTool(t,e){var o;const i=d.make("div",[Y.CSS.conversionTool]),n=d.make("div",[Y.CSS.conversionToolIcon]);i.dataset.tool=t,n.innerHTML=e.icon,d.append(i,n),d.append(i,d.text($.t(X.toolNames,e.title||at(t))));const r=(o=this.Editor.Tools.blockTools.get(t))==null?void 0:o.shortcut;if(r){const a=d.make("span",Y.CSS.conversionToolSecondaryLabel,{innerText:Rt(r)});d.append(i,a)}d.append(this.nodes.tools,i),this.tools.push({name:t,button:i,toolboxItem:e}),this.listeners.on(i,"click",async()=>{await this.replaceWithBlock(t,e.data)})}async filterTools(){const{currentBlock:t}=this.Editor.BlockManager,e=await t.getActiveToolboxEntry();function o(i,n){return i.icon===n.icon&&i.title===n.title}this.tools.forEach(i=>{let n=!1;if(e){const r=o(e,i.toolboxItem);n=i.button.dataset.tool===t.name&&r}i.button.hidden=n,i.button.classList.toggle(Y.CSS.conversionToolHidden,n)})}enableFlipper(){this.flipper=new G({focusedItemClass:Y.CSS.conversionToolFocused})}}var Nt={},qo={get exports(){return Nt},set exports(s){Nt=s}};/*! + * + * + */ (function (s, t) { + (function (e, o) { + s.exports = o(); + })(window, function () { + return (function (e) { + var o = {}; + function i(n) { + if (o[n]) return o[n].exports; + var r = (o[n] = { i: n, l: !1, exports: {} }); + return e[n].call(r.exports, r, r.exports, i), (r.l = !0), r.exports; + } + return ( + (i.m = e), + (i.c = o), + (i.d = function (n, r, a) { + i.o(n, r) || Object.defineProperty(n, r, { enumerable: !0, get: a }); + }), + (i.r = function (n) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }), + Object.defineProperty(n, "__esModule", { value: !0 }); + }), + (i.t = function (n, r) { + if ( + (1 & r && (n = i(n)), + 8 & r || (4 & r && typeof n == "object" && n && n.__esModule)) + ) + return n; + var a = Object.create(null); + if ( + (i.r(a), + Object.defineProperty(a, "default", { enumerable: !0, value: n }), + 2 & r && typeof n != "string") + ) + for (var l in n) + i.d( + a, + l, + function (c) { + return n[c]; + }.bind(null, l), + ); + return a; + }), + (i.n = function (n) { + var r = + n && n.__esModule + ? function () { + return n.default; + } + : function () { + return n; + }; + return i.d(r, "a", r), r; + }), + (i.o = function (n, r) { + return Object.prototype.hasOwnProperty.call(n, r); + }), + (i.p = ""), + i((i.s = 0)) + ); + })([ + function (e, o, i) { + e.exports = i(1); + }, + function (e, o, i) { + i.r(o), + i.d(o, "default", function () { + return n; + }); + class n { + constructor() { + (this.nodes = { wrapper: null, content: null }), + (this.showed = !1), + (this.offsetTop = 10), + (this.offsetLeft = 10), + (this.offsetRight = 10), + (this.hidingDelay = 0), + (this.handleWindowScroll = () => { + this.showed && this.hide(!0); + }), + this.loadStyles(), + this.prepare(), + window.addEventListener("scroll", this.handleWindowScroll, { + passive: !0, + }); + } + get CSS() { + return { + tooltip: "ct", + tooltipContent: "ct__content", + tooltipShown: "ct--shown", + placement: { + left: "ct--left", + bottom: "ct--bottom", + right: "ct--right", + top: "ct--top", + }, + }; + } + show(a, l, c) { + this.nodes.wrapper || this.prepare(), + this.hidingTimeout && clearTimeout(this.hidingTimeout); + const p = Object.assign( + { + placement: "bottom", + marginTop: 0, + marginLeft: 0, + marginRight: 0, + marginBottom: 0, + delay: 70, + hidingDelay: 0, + }, + c, + ); + if ( + (p.hidingDelay && (this.hidingDelay = p.hidingDelay), + (this.nodes.content.innerHTML = ""), + typeof l == "string") + ) + this.nodes.content.appendChild(document.createTextNode(l)); + else { + if (!(l instanceof Node)) + throw Error( + "[CodeX Tooltip] Wrong type of «content» passed. It should be an instance of Node or String. But " + + typeof l + + " given.", + ); + this.nodes.content.appendChild(l); + } + switch ( + (this.nodes.wrapper.classList.remove( + ...Object.values(this.CSS.placement), + ), + p.placement) + ) { + case "top": + this.placeTop(a, p); + break; + case "left": + this.placeLeft(a, p); + break; + case "right": + this.placeRight(a, p); + break; + case "bottom": + default: + this.placeBottom(a, p); + } + p && p.delay + ? (this.showingTimeout = setTimeout(() => { + this.nodes.wrapper.classList.add(this.CSS.tooltipShown), + (this.showed = !0); + }, p.delay)) + : (this.nodes.wrapper.classList.add(this.CSS.tooltipShown), + (this.showed = !0)); + } + hide(a = !1) { + if (this.hidingDelay && !a) + return ( + this.hidingTimeout && clearTimeout(this.hidingTimeout), + void (this.hidingTimeout = setTimeout(() => { + this.hide(!0); + }, this.hidingDelay)) + ); + this.nodes.wrapper.classList.remove(this.CSS.tooltipShown), + (this.showed = !1), + this.showingTimeout && clearTimeout(this.showingTimeout); + } + onHover(a, l, c) { + a.addEventListener("mouseenter", () => { + this.show(a, l, c); + }), + a.addEventListener("mouseleave", () => { + this.hide(); + }); + } + destroy() { + this.nodes.wrapper.remove(), + window.removeEventListener("scroll", this.handleWindowScroll); + } + prepare() { + (this.nodes.wrapper = this.make("div", this.CSS.tooltip)), + (this.nodes.content = this.make("div", this.CSS.tooltipContent)), + this.append(this.nodes.wrapper, this.nodes.content), + this.append(document.body, this.nodes.wrapper); + } + loadStyles() { + const a = "codex-tooltips-style"; + if (document.getElementById(a)) return; + const l = i(2), + c = this.make("style", null, { + textContent: l.toString(), + id: a, + }); + this.prepend(document.head, c); + } + placeBottom(a, l) { + const c = a.getBoundingClientRect(), + p = + c.left + a.clientWidth / 2 - this.nodes.wrapper.offsetWidth / 2, + h = c.bottom + window.pageYOffset + this.offsetTop + l.marginTop; + this.applyPlacement("bottom", p, h); + } + placeTop(a, l) { + const c = a.getBoundingClientRect(), + p = + c.left + a.clientWidth / 2 - this.nodes.wrapper.offsetWidth / 2, + h = + c.top + + window.pageYOffset - + this.nodes.wrapper.clientHeight - + this.offsetTop; + this.applyPlacement("top", p, h); + } + placeLeft(a, l) { + const c = a.getBoundingClientRect(), + p = + c.left - + this.nodes.wrapper.offsetWidth - + this.offsetLeft - + l.marginLeft, + h = + c.top + + window.pageYOffset + + a.clientHeight / 2 - + this.nodes.wrapper.offsetHeight / 2; + this.applyPlacement("left", p, h); + } + placeRight(a, l) { + const c = a.getBoundingClientRect(), + p = c.right + this.offsetRight + l.marginRight, + h = + c.top + + window.pageYOffset + + a.clientHeight / 2 - + this.nodes.wrapper.offsetHeight / 2; + this.applyPlacement("right", p, h); + } + applyPlacement(a, l, c) { + this.nodes.wrapper.classList.add(this.CSS.placement[a]), + (this.nodes.wrapper.style.left = l + "px"), + (this.nodes.wrapper.style.top = c + "px"); + } + make(a, l = null, c = {}) { + const p = document.createElement(a); + Array.isArray(l) ? p.classList.add(...l) : l && p.classList.add(l); + for (const h in c) c.hasOwnProperty(h) && (p[h] = c[h]); + return p; + } + append(a, l) { + Array.isArray(l) + ? l.forEach((c) => a.appendChild(c)) + : a.appendChild(l); + } + prepend(a, l) { + Array.isArray(l) + ? (l = l.reverse()).forEach((c) => a.prepend(c)) + : a.prepend(l); + } + } + }, + function (e, o) { + e.exports = `.ct{z-index:999;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transition:opacity 50ms ease-in,-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,transform 70ms cubic-bezier(.215,.61,.355,1),-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);will-change:opacity,top,left;-webkit-box-shadow:0 8px 12px 0 rgba(29,32,43,.17),0 4px 5px -3px rgba(5,6,12,.49);box-shadow:0 8px 12px 0 rgba(29,32,43,.17),0 4px 5px -3px rgba(5,6,12,.49);border-radius:9px}.ct,.ct:before{position:absolute;top:0;left:0}.ct:before{content:"";bottom:0;right:0;background-color:#1d202b;z-index:-1;border-radius:4px}@supports(-webkit-mask-box-image:url("")){.ct:before{border-radius:0;-webkit-mask-box-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M10.71 0h2.58c3.02 0 4.64.42 6.1 1.2a8.18 8.18 0 013.4 3.4C23.6 6.07 24 7.7 24 10.71v2.58c0 3.02-.42 4.64-1.2 6.1a8.18 8.18 0 01-3.4 3.4c-1.47.8-3.1 1.21-6.11 1.21H10.7c-3.02 0-4.64-.42-6.1-1.2a8.18 8.18 0 01-3.4-3.4C.4 17.93 0 16.3 0 13.29V10.7c0-3.02.42-4.64 1.2-6.1a8.18 8.18 0 013.4-3.4C6.07.4 7.7 0 10.71 0z"/></svg>') 48% 41% 37.9% 53.3%}}@media (--mobile){.ct{display:none}}.ct__content{padding:6px 10px;color:#cdd1e0;font-size:12px;text-align:center;letter-spacing:.02em;line-height:1em}.ct:after{content:"";width:8px;height:8px;position:absolute;background-color:#1d202b;z-index:-1}.ct--bottom{-webkit-transform:translateY(5px);transform:translateY(5px)}.ct--bottom:after{top:-3px;left:50%;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.ct--top{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.ct--top:after{top:auto;bottom:-3px;left:50%;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.ct--left{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.ct--left:after{top:50%;left:auto;right:0;-webkit-transform:translate(41.6%,-50%) rotate(-45deg);transform:translate(41.6%,-50%) rotate(-45deg)}.ct--right{-webkit-transform:translateX(5px);transform:translateX(5px)}.ct--right:after{top:50%;left:0;-webkit-transform:translate(-41.6%,-50%) rotate(-45deg);transform:translate(-41.6%,-50%) rotate(-45deg)}.ct--shown{opacity:1;-webkit-transform:none;transform:none}`; + }, + ]).default; + }); +})(_o); +const Ao = xt(Ot); +class jt { + constructor() { + this.lib = new Ao(); + } + destroy() { + this.lib.destroy(); + } + show(t, e, o) { + this.lib.show(t, e, o); + } + hide(t = !1) { + this.lib.hide(t); + } + onHover(t, e, o) { + this.lib.onHover(t, e, o); + } +} +class Lo extends T { + constructor({ config: t, eventsDispatcher: e }) { + super({ config: t, eventsDispatcher: e }), (this.tooltip = new jt()); + } + destroy() { + this.tooltip.destroy(); + } + get methods() { + return { + show: (t, e, o) => this.show(t, e, o), + hide: () => this.hide(), + onHover: (t, e, o) => this.onHover(t, e, o), + }; + } + show(t, e, o) { + this.tooltip.show(t, e, o); + } + hide() { + this.tooltip.hide(); + } + onHover(t, e, o) { + this.tooltip.onHover(t, e, o); + } +} +class Oo extends T { + get methods() { + return { nodes: this.editorNodes }; + } + get editorNodes() { + return { + wrapper: this.Editor.UI.nodes.wrapper, + redactor: this.Editor.UI.nodes.redactor, + }; + } +} +function ge(s, t) { + const e = {}; + return ( + Object.entries(s).forEach(([o, i]) => { + if (z(i)) { + const n = t ? `${t}.${o}` : o; + Object.values(i).every((r) => J(r)) ? (e[o] = n) : (e[o] = ge(i, n)); + return; + } + e[o] = i; + }), + e + ); +} +const X = ge(ce); +function No(s, t) { + const e = {}; + return ( + Object.keys(s).forEach((o) => { + const i = t[o]; + i !== void 0 ? (e[i] = s[o]) : (e[o] = s[o]); + }), + e + ); +} +const Do = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9 12L9 7.1C9 7.04477 9.04477 7 9.1 7H10.4C11.5 7 14 7.1 14 9.5C14 9.5 14 12 11 12M9 12V16.8C9 16.9105 9.08954 17 9.2 17H12.5C14 17 15 16 15 14.5C15 11.7046 11 12 11 12M9 12H11"/></svg>', + me = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 10L11.8586 14.8586C11.9367 14.9367 12.0633 14.9367 12.1414 14.8586L17 10"/></svg>', + Ro = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7 15L11.8586 10.1414C11.9367 10.0633 12.0633 10.0633 12.1414 10.1414L17 15"/></svg>', + Po = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 8L12 12M12 12L16 16M12 12L16 8M12 12L8 16"/></svg>', + Fo = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4" stroke="currentColor" stroke-width="2"/></svg>', + Ho = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13.34 10C12.4223 12.7337 11 17 11 17"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M14.21 7H14.2"/></svg>', + ee = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7.69998 12.6L7.67896 12.62C6.53993 13.7048 6.52012 15.5155 7.63516 16.625V16.625C8.72293 17.7073 10.4799 17.7102 11.5712 16.6314L13.0263 15.193C14.0703 14.1609 14.2141 12.525 13.3662 11.3266L13.22 11.12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16.22 11.12L16.3564 10.9805C17.2895 10.0265 17.3478 8.5207 16.4914 7.49733V7.49733C15.5691 6.39509 13.9269 6.25143 12.8271 7.17675L11.3901 8.38588C10.0935 9.47674 9.95706 11.4241 11.0888 12.6852L11.12 12.72"/></svg>', + jo = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M9.40999 7.29999H9.4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M14.6 7.29999H14.59"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M9.30999 12H9.3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M14.6 12H14.59"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M9.40999 16.7H9.4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.6" d="M14.6 16.7H14.59"/></svg>', + zo = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 7V12M12 17V12M17 12H12M12 12H7"/></svg>', + Uo = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="10.5" cy="10.5" r="5.5" stroke="currentColor" stroke-width="2"/><line x1="15.4142" x2="19" y1="15" y2="18.5858" stroke="currentColor" stroke-linecap="round" stroke-width="2"/></svg>', + $o = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.7795 11.5C15.7795 11.5 16.053 11.1962 16.5497 10.6722C17.4442 9.72856 17.4701 8.2475 16.5781 7.30145V7.30145C15.6482 6.31522 14.0873 6.29227 13.1288 7.25073L11.8796 8.49999"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8.24517 12.3883C8.24517 12.3883 7.97171 12.6922 7.47504 13.2161C6.58051 14.1598 6.55467 15.6408 7.44666 16.5869V16.5869C8.37653 17.5731 9.93744 17.5961 10.8959 16.6376L12.1452 15.3883"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M17.7802 15.1032L16.597 14.9422C16.0109 14.8624 15.4841 15.3059 15.4627 15.8969L15.4199 17.0818"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6.39064 9.03238L7.58432 9.06668C8.17551 9.08366 8.6522 8.58665 8.61056 7.99669L8.5271 6.81397"/><line x1="12.1142" x2="11.7" y1="12.2" y2="11.7858" stroke="currentColor" stroke-linecap="round" stroke-width="2"/></svg>', + Wo = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="14" height="14" x="5" y="5" stroke="currentColor" stroke-width="2" rx="4"/><line x1="12" x2="12" y1="9" y2="12" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 15.02V15.01"/></svg>'; +class P { + constructor(t) { + (this.nodes = { root: null, icon: null }), + (this.confirmationState = null), + (this.removeSpecialFocusBehavior = () => { + this.nodes.root.classList.remove(P.CSS.noFocus); + }), + (this.removeSpecialHoverBehavior = () => { + this.nodes.root.classList.remove(P.CSS.noHover); + }), + (this.onErrorAnimationEnd = () => { + this.nodes.icon.classList.remove(P.CSS.wobbleAnimation), + this.nodes.icon.removeEventListener( + "animationend", + this.onErrorAnimationEnd, + ); + }), + (this.params = t), + (this.nodes.root = this.make(t)); + } + get isDisabled() { + return this.params.isDisabled; + } + get toggle() { + return this.params.toggle; + } + get title() { + return this.params.title; + } + get closeOnActivate() { + return this.params.closeOnActivate; + } + get isConfirmationStateEnabled() { + return this.confirmationState !== null; + } + get isFocused() { + return this.nodes.root.classList.contains(P.CSS.focused); + } + static get CSS() { + return { + container: "ce-popover-item", + title: "ce-popover-item__title", + secondaryTitle: "ce-popover-item__secondary-title", + icon: "ce-popover-item__icon", + active: "ce-popover-item--active", + disabled: "ce-popover-item--disabled", + focused: "ce-popover-item--focused", + hidden: "ce-popover-item--hidden", + confirmationState: "ce-popover-item--confirmation", + noHover: "ce-popover-item--no-hover", + noFocus: "ce-popover-item--no-focus", + wobbleAnimation: "wobble", + }; + } + getElement() { + return this.nodes.root; + } + handleClick() { + if (this.isConfirmationStateEnabled) { + this.activateOrEnableConfirmationMode(this.confirmationState); + return; + } + this.activateOrEnableConfirmationMode(this.params); + } + toggleActive(t) { + this.nodes.root.classList.toggle(P.CSS.active, t); + } + toggleHidden(t) { + this.nodes.root.classList.toggle(P.CSS.hidden, t); + } + reset() { + this.isConfirmationStateEnabled && this.disableConfirmationMode(); + } + onFocus() { + this.disableSpecialHoverAndFocusBehavior(); + } + make(t) { + const e = d.make("div", P.CSS.container); + return ( + t.name && (e.dataset.itemName = t.name), + (this.nodes.icon = d.make("div", P.CSS.icon, { + innerHTML: t.icon || Fo, + })), + e.appendChild(this.nodes.icon), + e.appendChild(d.make("div", P.CSS.title, { innerHTML: t.title || "" })), + t.secondaryLabel && + e.appendChild( + d.make("div", P.CSS.secondaryTitle, { + textContent: t.secondaryLabel, + }), + ), + t.isActive && e.classList.add(P.CSS.active), + t.isDisabled && e.classList.add(P.CSS.disabled), + e + ); + } + enableConfirmationMode(t) { + const e = { ...this.params, ...t, confirmation: t.confirmation }, + o = this.make(e); + (this.nodes.root.innerHTML = o.innerHTML), + this.nodes.root.classList.add(P.CSS.confirmationState), + (this.confirmationState = t), + this.enableSpecialHoverAndFocusBehavior(); + } + disableConfirmationMode() { + const t = this.make(this.params); + (this.nodes.root.innerHTML = t.innerHTML), + this.nodes.root.classList.remove(P.CSS.confirmationState), + (this.confirmationState = null), + this.disableSpecialHoverAndFocusBehavior(); + } + enableSpecialHoverAndFocusBehavior() { + this.nodes.root.classList.add(P.CSS.noHover), + this.nodes.root.classList.add(P.CSS.noFocus), + this.nodes.root.addEventListener( + "mouseleave", + this.removeSpecialHoverBehavior, + { once: !0 }, + ); + } + disableSpecialHoverAndFocusBehavior() { + this.removeSpecialFocusBehavior(), + this.removeSpecialHoverBehavior(), + this.nodes.root.removeEventListener( + "mouseleave", + this.removeSpecialHoverBehavior, + ); + } + activateOrEnableConfirmationMode(t) { + if (t.confirmation === void 0) + try { + t.onActivate(t), this.disableConfirmationMode(); + } catch { + this.animateError(); + } + else this.enableConfirmationMode(t.confirmation); + } + animateError() { + this.nodes.icon.classList.contains(P.CSS.wobbleAnimation) || + (this.nodes.icon.classList.add(P.CSS.wobbleAnimation), + this.nodes.icon.addEventListener( + "animationend", + this.onErrorAnimationEnd, + )); + } +} +const ht = class { + constructor(s, t) { + (this.cursor = -1), + (this.items = []), + (this.items = s || []), + (this.focusedCssClass = t); + } + get currentItem() { + return this.cursor === -1 ? null : this.items[this.cursor]; + } + setCursor(s) { + s < this.items.length && + s >= -1 && + (this.dropCursor(), + (this.cursor = s), + this.items[this.cursor].classList.add(this.focusedCssClass)); + } + setItems(s) { + this.items = s; + } + next() { + this.cursor = this.leafNodesAndReturnIndex(ht.directions.RIGHT); + } + previous() { + this.cursor = this.leafNodesAndReturnIndex(ht.directions.LEFT); + } + dropCursor() { + this.cursor !== -1 && + (this.items[this.cursor].classList.remove(this.focusedCssClass), + (this.cursor = -1)); + } + leafNodesAndReturnIndex(s) { + if (this.items.length === 0) return this.cursor; + let t = this.cursor; + return ( + t === -1 + ? (t = s === ht.directions.RIGHT ? -1 : 0) + : this.items[t].classList.remove(this.focusedCssClass), + s === ht.directions.RIGHT + ? (t = (t + 1) % this.items.length) + : (t = (this.items.length + t - 1) % this.items.length), + d.canSetCaret(this.items[t]) && + rt(() => b.setCursor(this.items[t]), 50)(), + this.items[t].classList.add(this.focusedCssClass), + t + ); + } +}; +let nt = ht; +nt.directions = { RIGHT: "right", LEFT: "left" }; +class G { + constructor(t) { + (this.iterator = null), + (this.activated = !1), + (this.flipCallbacks = []), + (this.onKeyDown = (e) => { + if (this.isEventReadyForHandling(e)) + switch ( + (G.usedKeys.includes(e.keyCode) && e.preventDefault(), e.keyCode) + ) { + case E.TAB: + this.handleTabPress(e); + break; + case E.LEFT: + case E.UP: + this.flipLeft(); + break; + case E.RIGHT: + case E.DOWN: + this.flipRight(); + break; + case E.ENTER: + this.handleEnterPress(e); + break; + } + }), + (this.iterator = new nt(t.items, t.focusedItemClass)), + (this.activateCallback = t.activateCallback), + (this.allowedKeys = t.allowedKeys || G.usedKeys); + } + get isActivated() { + return this.activated; + } + static get usedKeys() { + return [E.TAB, E.LEFT, E.RIGHT, E.ENTER, E.UP, E.DOWN]; + } + activate(t, e) { + (this.activated = !0), + t && this.iterator.setItems(t), + e !== void 0 && this.iterator.setCursor(e), + document.addEventListener("keydown", this.onKeyDown, !0); + } + deactivate() { + (this.activated = !1), + this.dropCursor(), + document.removeEventListener("keydown", this.onKeyDown); + } + focusFirst() { + this.dropCursor(), this.flipRight(); + } + flipLeft() { + this.iterator.previous(), this.flipCallback(); + } + flipRight() { + this.iterator.next(), this.flipCallback(); + } + hasFocus() { + return !!this.iterator.currentItem; + } + onFlip(t) { + this.flipCallbacks.push(t); + } + removeOnFlip(t) { + this.flipCallbacks = this.flipCallbacks.filter((e) => e !== t); + } + dropCursor() { + this.iterator.dropCursor(); + } + isEventReadyForHandling(t) { + return this.activated && this.allowedKeys.includes(t.keyCode); + } + handleTabPress(t) { + switch (t.shiftKey ? nt.directions.LEFT : nt.directions.RIGHT) { + case nt.directions.RIGHT: + this.flipRight(); + break; + case nt.directions.LEFT: + this.flipLeft(); + break; + } + } + handleEnterPress(t) { + this.activated && + (this.iterator.currentItem && + (t.stopPropagation(), + t.preventDefault(), + this.iterator.currentItem.click()), + R(this.activateCallback) && + this.activateCallback(this.iterator.currentItem)); + } + flipCallback() { + this.iterator.currentItem && + this.iterator.currentItem.scrollIntoViewIfNeeded(), + this.flipCallbacks.forEach((t) => t()); + } +} +class ut { + static get CSS() { + return { + wrapper: "cdx-search-field", + icon: "cdx-search-field__icon", + input: "cdx-search-field__input", + }; + } + constructor({ items: t, onSearch: e, placeholder: o }) { + (this.listeners = new Pt()), + (this.items = t), + (this.onSearch = e), + this.render(o); + } + getElement() { + return this.wrapper; + } + focus() { + this.input.focus(); + } + clear() { + (this.input.value = ""), + (this.searchQuery = ""), + this.onSearch("", this.foundItems); + } + destroy() { + this.listeners.removeAll(); + } + render(t) { + this.wrapper = d.make("div", ut.CSS.wrapper); + const e = d.make("div", ut.CSS.icon, { innerHTML: Uo }); + (this.input = d.make("input", ut.CSS.input, { placeholder: t })), + this.wrapper.appendChild(e), + this.wrapper.appendChild(this.input), + this.listeners.on(this.input, "input", () => { + (this.searchQuery = this.input.value), + this.onSearch(this.searchQuery, this.foundItems); + }); + } + get foundItems() { + return this.items.filter((t) => this.checkItem(t)); + } + checkItem(t) { + var e; + const o = ((e = t.title) == null ? void 0 : e.toLowerCase()) || "", + i = this.searchQuery.toLowerCase(); + return o.includes(i); + } +} +const pt = class { + lock() { + Qt ? this.lockHard() : document.body.classList.add(pt.CSS.scrollLocked); + } + unlock() { + Qt + ? this.unlockHard() + : document.body.classList.remove(pt.CSS.scrollLocked); + } + lockHard() { + (this.scrollPosition = window.pageYOffset), + document.documentElement.style.setProperty( + "--window-scroll-offset", + `${this.scrollPosition}px`, + ), + document.body.classList.add(pt.CSS.scrollLockedHard); + } + unlockHard() { + document.body.classList.remove(pt.CSS.scrollLockedHard), + this.scrollPosition !== null && window.scrollTo(0, this.scrollPosition), + (this.scrollPosition = null); + } +}; +let be = pt; +be.CSS = { + scrollLocked: "ce-scroll-locked", + scrollLockedHard: "ce-scroll-locked--hard", +}; +var Yo = Object.defineProperty, + Ko = Object.getOwnPropertyDescriptor, + Xo = (s, t, e, o) => { + for ( + var i = o > 1 ? void 0 : o ? Ko(t, e) : t, n = s.length - 1, r; + n >= 0; + n-- + ) + (r = s[n]) && (i = (o ? r(t, e, i) : r(i)) || i); + return o && i && Yo(t, e, i), i; + }, + gt = ((s) => ((s.Close = "close"), s))(gt || {}); +const j = class extends wt { + constructor(s) { + super(), + (this.scopeElement = document.body), + (this.listeners = new Pt()), + (this.scrollLocker = new be()), + (this.nodes = { + wrapper: null, + popover: null, + nothingFoundMessage: null, + customContent: null, + items: null, + overlay: null, + }), + (this.messages = { nothingFound: "Nothing found", search: "Search" }), + (this.onFlip = () => { + this.items.find((t) => t.isFocused).onFocus(); + }), + (this.items = s.items.map((t) => new P(t))), + s.scopeElement !== void 0 && (this.scopeElement = s.scopeElement), + s.messages && (this.messages = { ...this.messages, ...s.messages }), + s.customContentFlippableItems && + (this.customContentFlippableItems = s.customContentFlippableItems), + this.make(), + s.customContent && this.addCustomContent(s.customContent), + s.searchable && this.addSearch(), + this.initializeFlipper(); + } + static get CSS() { + return { + popover: "ce-popover", + popoverOpenTop: "ce-popover--open-top", + popoverOpened: "ce-popover--opened", + search: "ce-popover__search", + nothingFoundMessage: "ce-popover__nothing-found-message", + nothingFoundMessageDisplayed: + "ce-popover__nothing-found-message--displayed", + customContent: "ce-popover__custom-content", + customContentHidden: "ce-popover__custom-content--hidden", + items: "ce-popover__items", + overlay: "ce-popover__overlay", + overlayHidden: "ce-popover__overlay--hidden", + }; + } + getElement() { + return this.nodes.wrapper; + } + hasFocus() { + return this.flipper.hasFocus(); + } + show() { + this.shouldOpenBottom || + (this.nodes.popover.style.setProperty( + "--popover-height", + this.height + "px", + ), + this.nodes.popover.classList.add(j.CSS.popoverOpenTop)), + this.nodes.overlay.classList.remove(j.CSS.overlayHidden), + this.nodes.popover.classList.add(j.CSS.popoverOpened), + this.flipper.activate(this.flippableElements), + this.search !== void 0 && + setTimeout(() => { + this.search.focus(); + }, 100), + et() && this.scrollLocker.lock(); + } + hide() { + this.nodes.popover.classList.remove(j.CSS.popoverOpened), + this.nodes.popover.classList.remove(j.CSS.popoverOpenTop), + this.nodes.overlay.classList.add(j.CSS.overlayHidden), + this.flipper.deactivate(), + this.items.forEach((s) => s.reset()), + this.search !== void 0 && this.search.clear(), + et() && this.scrollLocker.unlock(), + this.emit("close"); + } + destroy() { + this.flipper.deactivate(), + this.listeners.removeAll(), + et() && this.scrollLocker.unlock(); + } + make() { + (this.nodes.popover = d.make("div", [j.CSS.popover])), + (this.nodes.nothingFoundMessage = d.make( + "div", + [j.CSS.nothingFoundMessage], + { textContent: this.messages.nothingFound }, + )), + this.nodes.popover.appendChild(this.nodes.nothingFoundMessage), + (this.nodes.items = d.make("div", [j.CSS.items])), + this.items.forEach((s) => { + this.nodes.items.appendChild(s.getElement()); + }), + this.nodes.popover.appendChild(this.nodes.items), + this.listeners.on(this.nodes.popover, "click", (s) => { + const t = this.getTargetItem(s); + t !== void 0 && this.handleItemClick(t); + }), + (this.nodes.wrapper = d.make("div")), + (this.nodes.overlay = d.make("div", [ + j.CSS.overlay, + j.CSS.overlayHidden, + ])), + this.listeners.on(this.nodes.overlay, "click", () => { + this.hide(); + }), + this.nodes.wrapper.appendChild(this.nodes.overlay), + this.nodes.wrapper.appendChild(this.nodes.popover); + } + addSearch() { + this.search = new ut({ + items: this.items, + placeholder: this.messages.search, + onSearch: (t, e) => { + this.items.forEach((i) => { + const n = !e.includes(i); + i.toggleHidden(n); + }), + this.toggleNothingFoundMessage(e.length === 0), + this.toggleCustomContent(t !== ""); + const o = + t === "" ? this.flippableElements : e.map((i) => i.getElement()); + this.flipper.isActivated && + (this.flipper.deactivate(), this.flipper.activate(o)); + }, + }); + const s = this.search.getElement(); + s.classList.add(j.CSS.search), + this.nodes.popover.insertBefore(s, this.nodes.popover.firstChild); + } + addCustomContent(s) { + (this.nodes.customContent = s), + this.nodes.customContent.classList.add(j.CSS.customContent), + this.nodes.popover.insertBefore(s, this.nodes.popover.firstChild); + } + getTargetItem(s) { + return this.items.find((t) => s.composedPath().includes(t.getElement())); + } + handleItemClick(s) { + s.isDisabled || + (this.items.filter((t) => t !== s).forEach((t) => t.reset()), + s.handleClick(), + this.toggleItemActivenessIfNeeded(s), + s.closeOnActivate && this.hide()); + } + initializeFlipper() { + (this.flipper = new G({ + items: this.flippableElements, + focusedItemClass: P.CSS.focused, + allowedKeys: [E.TAB, E.UP, E.DOWN, E.ENTER], + })), + this.flipper.onFlip(this.onFlip); + } + get flippableElements() { + const s = this.items.map((t) => t.getElement()); + return (this.customContentFlippableItems || []).concat(s); + } + get height() { + let s = 0; + if (this.nodes.popover === null) return s; + const t = this.nodes.popover.cloneNode(!0); + return ( + (t.style.visibility = "hidden"), + (t.style.position = "absolute"), + (t.style.top = "-1000px"), + t.classList.add(j.CSS.popoverOpened), + document.body.appendChild(t), + (s = t.offsetHeight), + t.remove(), + s + ); + } + get shouldOpenBottom() { + const s = this.nodes.popover.getBoundingClientRect(), + t = this.scopeElement.getBoundingClientRect(), + e = this.height, + o = s.top + e, + i = s.top - e, + n = Math.min(window.innerHeight, t.bottom); + return i < t.top || o <= n; + } + toggleNothingFoundMessage(s) { + this.nodes.nothingFoundMessage.classList.toggle( + j.CSS.nothingFoundMessageDisplayed, + s, + ); + } + toggleCustomContent(s) { + var t; + (t = this.nodes.customContent) == null || + t.classList.toggle(j.CSS.customContentHidden, s); + } + toggleItemActivenessIfNeeded(s) { + if ((s.toggle === !0 && s.toggleActive(), typeof s.toggle == "string")) { + const t = this.items.filter((e) => e.toggle === s.toggle); + if (t.length === 1) { + s.toggleActive(); + return; + } + t.forEach((e) => { + e.toggleActive(e === s); + }); + } + } +}; +let zt = j; +Xo([ct], zt.prototype, "height", 1); +class Vo extends T { + constructor() { + super(...arguments), + (this.opened = !1), + (this.selection = new b()), + (this.onPopoverClose = () => { + this.close(); + }); + } + get events() { + return { opened: "block-settings-opened", closed: "block-settings-closed" }; + } + get CSS() { + return { settings: "ce-settings" }; + } + get flipper() { + var t; + return (t = this.popover) == null ? void 0 : t.flipper; + } + make() { + this.nodes.wrapper = d.make("div", [this.CSS.settings]); + } + destroy() { + this.removeAllNodes(); + } + open(t = this.Editor.BlockManager.currentBlock) { + (this.opened = !0), + this.selection.save(), + (t.selected = !0), + this.Editor.BlockSelection.clearCache(); + const [e, o] = t.getTunes(); + this.eventsDispatcher.emit(this.events.opened), + (this.popover = new zt({ + searchable: !0, + items: e.map((i) => this.resolveTuneAliases(i)), + customContent: o, + customContentFlippableItems: this.getControls(o), + scopeElement: this.Editor.API.methods.ui.nodes.redactor, + messages: { + nothingFound: $.ui(X.ui.popover, "Nothing found"), + search: $.ui(X.ui.popover, "Filter"), + }, + })), + this.popover.on(gt.Close, this.onPopoverClose), + this.nodes.wrapper.append(this.popover.getElement()), + this.popover.show(); + } + getElement() { + return this.nodes.wrapper; + } + close() { + (this.opened = !1), + b.isAtEditor || this.selection.restore(), + this.selection.clearSaved(), + !this.Editor.CrossBlockSelection.isCrossBlockSelectionStarted && + this.Editor.BlockManager.currentBlock && + (this.Editor.BlockManager.currentBlock.selected = !1), + this.eventsDispatcher.emit(this.events.closed), + this.popover && + (this.popover.off(gt.Close, this.onPopoverClose), + this.popover.destroy(), + this.popover.getElement().remove(), + (this.popover = null)); + } + getControls(t) { + const { StylesAPI: e } = this.Editor, + o = t.querySelectorAll( + `.${e.classes.settingsButton}, ${d.allInputsSelector}`, + ); + return Array.from(o); + } + resolveTuneAliases(t) { + const e = No(t, { label: "title" }); + return ( + t.confirmation && + (e.confirmation = this.resolveTuneAliases(t.confirmation)), + e + ); + } +} +class Y extends T { + constructor() { + super(...arguments), + (this.opened = !1), + (this.tools = []), + (this.flipper = null), + (this.togglingCallback = null); + } + static get CSS() { + return { + conversionToolbarWrapper: "ce-conversion-toolbar", + conversionToolbarShowed: "ce-conversion-toolbar--showed", + conversionToolbarTools: "ce-conversion-toolbar__tools", + conversionToolbarLabel: "ce-conversion-toolbar__label", + conversionTool: "ce-conversion-tool", + conversionToolHidden: "ce-conversion-tool--hidden", + conversionToolIcon: "ce-conversion-tool__icon", + conversionToolSecondaryLabel: "ce-conversion-tool__secondary-label", + conversionToolFocused: "ce-conversion-tool--focused", + conversionToolActive: "ce-conversion-tool--active", + }; + } + make() { + (this.nodes.wrapper = d.make("div", [ + Y.CSS.conversionToolbarWrapper, + ...(this.isRtl ? [this.Editor.UI.CSS.editorRtlFix] : []), + ])), + (this.nodes.tools = d.make("div", Y.CSS.conversionToolbarTools)); + const t = d.make("div", Y.CSS.conversionToolbarLabel, { + textContent: $.ui(X.ui.inlineToolbar.converter, "Convert to"), + }); + return ( + this.addTools(), + this.enableFlipper(), + d.append(this.nodes.wrapper, t), + d.append(this.nodes.wrapper, this.nodes.tools), + this.nodes.wrapper + ); + } + destroy() { + this.flipper && (this.flipper.deactivate(), (this.flipper = null)), + this.removeAllNodes(); + } + toggle(t) { + this.opened ? this.close() : this.open(), + R(t) && (this.togglingCallback = t); + } + open() { + this.filterTools(), + (this.opened = !0), + this.nodes.wrapper.classList.add(Y.CSS.conversionToolbarShowed), + window.requestAnimationFrame(() => { + this.flipper.activate( + this.tools + .map((t) => t.button) + .filter((t) => !t.classList.contains(Y.CSS.conversionToolHidden)), + ), + this.flipper.focusFirst(), + R(this.togglingCallback) && this.togglingCallback(!0); + }); + } + close() { + (this.opened = !1), + this.flipper.deactivate(), + this.nodes.wrapper.classList.remove(Y.CSS.conversionToolbarShowed), + R(this.togglingCallback) && this.togglingCallback(!1); + } + hasTools() { + return this.tools.length === 1 + ? this.tools[0].name !== this.config.defaultBlock + : !0; + } + async replaceWithBlock(t, e) { + const { + BlockManager: o, + BlockSelection: i, + InlineToolbar: n, + Caret: r, + } = this.Editor; + o.convert(this.Editor.BlockManager.currentBlock, t, e), + i.clearSelection(), + this.close(), + n.close(), + window.requestAnimationFrame(() => { + r.setToBlock(this.Editor.BlockManager.currentBlock, r.positions.END); + }); + } + addTools() { + const t = this.Editor.Tools.blockTools; + Array.from(t.entries()).forEach(([e, o]) => { + var i; + const n = o.conversionConfig; + !n || + !n.import || + (i = o.toolbox) == null || + i.forEach((r) => this.addToolIfValid(e, r)); + }); + } + addToolIfValid(t, e) { + V(e) || !e.icon || this.addTool(t, e); + } + addTool(t, e) { + var o; + const i = d.make("div", [Y.CSS.conversionTool]), + n = d.make("div", [Y.CSS.conversionToolIcon]); + (i.dataset.tool = t), + (n.innerHTML = e.icon), + d.append(i, n), + d.append(i, d.text($.t(X.toolNames, e.title || at(t)))); + const r = + (o = this.Editor.Tools.blockTools.get(t)) == null ? void 0 : o.shortcut; + if (r) { + const a = d.make("span", Y.CSS.conversionToolSecondaryLabel, { + innerText: Rt(r), + }); + d.append(i, a); + } + d.append(this.nodes.tools, i), + this.tools.push({ name: t, button: i, toolboxItem: e }), + this.listeners.on(i, "click", async () => { + await this.replaceWithBlock(t, e.data); + }); + } + async filterTools() { + const { currentBlock: t } = this.Editor.BlockManager, + e = await t.getActiveToolboxEntry(); + function o(i, n) { + return i.icon === n.icon && i.title === n.title; + } + this.tools.forEach((i) => { + let n = !1; + if (e) { + const r = o(e, i.toolboxItem); + n = i.button.dataset.tool === t.name && r; + } + (i.button.hidden = n), + i.button.classList.toggle(Y.CSS.conversionToolHidden, n); + }); + } + enableFlipper() { + this.flipper = new G({ focusedItemClass: Y.CSS.conversionToolFocused }); + } +} +var Nt = {}, + qo = { + get exports() { + return Nt; + }, + set exports(s) { + Nt = s; + }, + }; +/*! * Library for handling keyboard shortcuts * @copyright CodeX (https://codex.so) * @license MIT * @author CodeX (https://codex.so) * @version 1.2.0 - */(function(s,t){(function(e,o){s.exports=o()})(window,function(){return function(e){var o={};function i(n){if(o[n])return o[n].exports;var r=o[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=e,i.c=o,i.d=function(n,r,a){i.o(n,r)||Object.defineProperty(n,r,{enumerable:!0,get:a})},i.r=function(n){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},i.t=function(n,r){if(1&r&&(n=i(n)),8&r||4&r&&typeof n=="object"&&n&&n.__esModule)return n;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:n}),2&r&&typeof n!="string")for(var l in n)i.d(a,l,(function(c){return n[c]}).bind(null,l));return a},i.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return i.d(r,"a",r),r},i.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},i.p="",i(i.s=0)}([function(e,o,i){function n(l,c){for(var p=0;p<c.length;p++){var h=c[p];h.enumerable=h.enumerable||!1,h.configurable=!0,"value"in h&&(h.writable=!0),Object.defineProperty(l,h.key,h)}}function r(l,c,p){return c&&n(l.prototype,c),p&&n(l,p),l}i.r(o);var a=function(){function l(c){var p=this;(function(h,f){if(!(h instanceof f))throw new TypeError("Cannot call a class as a function")})(this,l),this.commands={},this.keys={},this.name=c.name,this.parseShortcutName(c.name),this.element=c.on,this.callback=c.callback,this.executeShortcut=function(h){p.execute(h)},this.element.addEventListener("keydown",this.executeShortcut,!1)}return r(l,null,[{key:"supportedCommands",get:function(){return{SHIFT:["SHIFT"],CMD:["CMD","CONTROL","COMMAND","WINDOWS","CTRL"],ALT:["ALT","OPTION"]}}},{key:"keyCodes",get:function(){return{0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,BACKSPACE:8,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,INSERT:45,DELETE:46,".":190}}}]),r(l,[{key:"parseShortcutName",value:function(c){c=c.split("+");for(var p=0;p<c.length;p++){c[p]=c[p].toUpperCase();var h=!1;for(var f in l.supportedCommands)if(l.supportedCommands[f].includes(c[p])){h=this.commands[f]=!0;break}h||(this.keys[c[p]]=!0)}for(var k in l.supportedCommands)this.commands[k]||(this.commands[k]=!1)}},{key:"execute",value:function(c){var p,h={CMD:c.ctrlKey||c.metaKey,SHIFT:c.shiftKey,ALT:c.altKey},f=!0;for(p in this.commands)this.commands[p]!==h[p]&&(f=!1);var k,u=!0;for(k in this.keys)u=u&&c.keyCode===l.keyCodes[k];f&&u&&this.callback(c)}},{key:"remove",value:function(){this.element.removeEventListener("keydown",this.executeShortcut)}}]),l}();o.default=a}]).default})})(qo);const Zo=xt(Nt);class Go{constructor(){this.registeredShortcuts=new Map}add(t){if(this.findShortcut(t.on,t.name))throw Error(`Shortcut ${t.name} is already registered for ${t.on}. Please remove it before add a new handler.`);const e=new Zo({name:t.name,on:t.on,callback:t.handler}),o=this.registeredShortcuts.get(t.on)||[];this.registeredShortcuts.set(t.on,[...o,e])}remove(t,e){const o=this.findShortcut(t,e);if(!o)return;o.remove();const i=this.registeredShortcuts.get(t);this.registeredShortcuts.set(t,i.filter(n=>n!==o))}findShortcut(t,e){return(this.registeredShortcuts.get(t)||[]).find(({name:o})=>o===e)}}const lt=new Go;var Jo=Object.defineProperty,Qo=Object.getOwnPropertyDescriptor,ke=(s,t,e,o)=>{for(var i=o>1?void 0:o?Qo(t,e):t,n=s.length-1,r;n>=0;n--)(r=s[n])&&(i=(o?r(t,e,i):r(i))||i);return o&&i&&Jo(t,e,i),i},bt=(s=>(s.Opened="toolbox-opened",s.Closed="toolbox-closed",s.BlockAdded="toolbox-block-added",s))(bt||{});const ve=class extends wt{constructor({api:s,tools:t,i18nLabels:e}){super(),this.opened=!1,this.nodes={toolbox:null},this.onPopoverClose=()=>{this.opened=!1,this.emit("toolbox-closed")},this.api=s,this.tools=t,this.i18nLabels=e}get isEmpty(){return this.toolsToBeDisplayed.length===0}static get CSS(){return{toolbox:"ce-toolbox"}}make(){return this.popover=new zt({scopeElement:this.api.ui.nodes.redactor,searchable:!0,messages:{nothingFound:this.i18nLabels.nothingFound,search:this.i18nLabels.filter},items:this.toolboxItemsToBeDisplayed}),this.popover.on(gt.Close,this.onPopoverClose),this.enableShortcuts(),this.nodes.toolbox=this.popover.getElement(),this.nodes.toolbox.classList.add(ve.CSS.toolbox),this.nodes.toolbox}hasFocus(){var s;return(s=this.popover)==null?void 0:s.hasFocus()}destroy(){var s;super.destroy(),this.nodes&&this.nodes.toolbox&&(this.nodes.toolbox.remove(),this.nodes.toolbox=null),this.removeAllShortcuts(),(s=this.popover)==null||s.off(gt.Close,this.onPopoverClose)}toolButtonActivated(s,t){this.insertNewBlock(s,t)}open(){var s;this.isEmpty||((s=this.popover)==null||s.show(),this.opened=!0,this.emit("toolbox-opened"))}close(){var s;(s=this.popover)==null||s.hide(),this.opened=!1,this.emit("toolbox-closed")}toggle(){this.opened?this.close():this.open()}get toolsToBeDisplayed(){const s=[];return this.tools.forEach(t=>{t.toolbox&&s.push(t)}),s}get toolboxItemsToBeDisplayed(){const s=(t,e)=>({icon:t.icon,title:$.t(X.toolNames,t.title||at(e.name)),name:e.name,onActivate:()=>{this.toolButtonActivated(e.name,t.data)},secondaryLabel:e.shortcut?Rt(e.shortcut):""});return this.toolsToBeDisplayed.reduce((t,e)=>(Array.isArray(e.toolbox)?e.toolbox.forEach(o=>{t.push(s(o,e))}):e.toolbox!==void 0&&t.push(s(e.toolbox,e)),t),[])}enableShortcuts(){this.toolsToBeDisplayed.forEach(s=>{const t=s.shortcut;t&&this.enableShortcutForTool(s.name,t)})}enableShortcutForTool(s,t){lt.add({name:t,on:this.api.ui.nodes.redactor,handler:e=>{e.preventDefault();const o=this.api.blocks.getCurrentBlockIndex(),i=this.api.blocks.getBlockByIndex(o);if(i)try{this.api.blocks.convert(i.id,s),window.requestAnimationFrame(()=>{this.api.caret.setToBlock(o,"end")});return}catch{}this.insertNewBlock(s)}})}removeAllShortcuts(){this.toolsToBeDisplayed.forEach(s=>{const t=s.shortcut;t&<.remove(this.api.ui.nodes.redactor,t)})}async insertNewBlock(s,t){const e=this.api.blocks.getCurrentBlockIndex(),o=this.api.blocks.getBlockByIndex(e);if(!o)return;const i=o.isEmpty?e:e+1;let n;if(t){const a=await this.api.blocks.composeBlockData(s);n=Object.assign(a,t)}const r=this.api.blocks.insert(s,n,void 0,i,void 0,o.isEmpty);r.call(q.APPEND_CALLBACK),this.api.caret.setToBlock(i),this.emit("toolbox-block-added",{block:r}),this.api.toolbar.close()}};let Ut=ve;ke([ct],Ut.prototype,"toolsToBeDisplayed",1);ke([ct],Ut.prototype,"toolboxItemsToBeDisplayed",1);const xe="block hovered";class ti extends T{constructor({config:t,eventsDispatcher:e}){super({config:t,eventsDispatcher:e}),this.toolboxInstance=null,this.tooltip=new jt}get CSS(){return{toolbar:"ce-toolbar",content:"ce-toolbar__content",actions:"ce-toolbar__actions",actionsOpened:"ce-toolbar__actions--opened",toolbarOpened:"ce-toolbar--opened",openedToolboxHolderModifier:"codex-editor--toolbox-opened",plusButton:"ce-toolbar__plus",plusButtonShortcut:"ce-toolbar__plus-shortcut",settingsToggler:"ce-toolbar__settings-btn",settingsTogglerHidden:"ce-toolbar__settings-btn--hidden"}}get opened(){return this.nodes.wrapper.classList.contains(this.CSS.toolbarOpened)}get toolbox(){var t;return{opened:(t=this.toolboxInstance)==null?void 0:t.opened,close:()=>{var e;(e=this.toolboxInstance)==null||e.close()},open:()=>{if(this.toolboxInstance===null){_("toolbox.open() called before initialization is finished","warn");return}this.Editor.BlockManager.currentBlock=this.hoveredBlock,this.toolboxInstance.open()},toggle:()=>{if(this.toolboxInstance===null){_("toolbox.toggle() called before initialization is finished","warn");return}this.toolboxInstance.toggle()},hasFocus:()=>{var e;return(e=this.toolboxInstance)==null?void 0:e.hasFocus()}}}get blockActions(){return{hide:()=>{this.nodes.actions.classList.remove(this.CSS.actionsOpened)},show:()=>{this.nodes.actions.classList.add(this.CSS.actionsOpened)}}}get blockTunesToggler(){return{hide:()=>this.nodes.settingsToggler.classList.add(this.CSS.settingsTogglerHidden),show:()=>this.nodes.settingsToggler.classList.remove(this.CSS.settingsTogglerHidden)}}toggleReadOnly(t){t?(this.destroy(),this.Editor.BlockSettings.destroy(),this.disableModuleBindings()):window.requestIdleCallback(()=>{this.drawUI(),this.enableModuleBindings()},{timeout:2e3})}moveAndOpen(t=this.Editor.BlockManager.currentBlock){if(this.toolboxInstance===null){_("Can't open Toolbar since Editor initialization is not finished yet","warn");return}if(this.toolboxInstance.opened&&this.toolboxInstance.close(),this.Editor.BlockSettings.opened&&this.Editor.BlockSettings.close(),!t)return;this.hoveredBlock=t;const e=t.holder,{isMobile:o}=this.Editor.UI,i=t.pluginsContent,n=window.getComputedStyle(i),r=parseInt(n.paddingTop,10),a=e.offsetHeight;let l;o?l=e.offsetTop+a:l=e.offsetTop+r,this.nodes.wrapper.style.top=`${Math.floor(l)}px`,this.Editor.BlockManager.blocks.length===1&&t.isEmpty?this.blockTunesToggler.hide():this.blockTunesToggler.show(),this.open()}close(){var t;this.Editor.ReadOnly.isEnabled||(this.nodes.wrapper.classList.remove(this.CSS.toolbarOpened),this.blockActions.hide(),(t=this.toolboxInstance)==null||t.close(),this.Editor.BlockSettings.close())}open(t=!0){rt(()=>{this.nodes.wrapper.classList.add(this.CSS.toolbarOpened),t?this.blockActions.show():this.blockActions.hide()},50)()}make(){this.nodes.wrapper=d.make("div",this.CSS.toolbar),["content","actions"].forEach(e=>{this.nodes[e]=d.make("div",this.CSS[e])}),d.append(this.nodes.wrapper,this.nodes.content),d.append(this.nodes.content,this.nodes.actions),this.nodes.plusButton=d.make("div",this.CSS.plusButton,{innerHTML:zo}),d.append(this.nodes.actions,this.nodes.plusButton),this.readOnlyMutableListeners.on(this.nodes.plusButton,"click",()=>{this.tooltip.hide(!0),this.plusButtonClicked()},!1);const t=d.make("div");t.appendChild(document.createTextNode($.ui(X.ui.toolbar.toolbox,"Add"))),t.appendChild(d.make("div",this.CSS.plusButtonShortcut,{textContent:"⇥ Tab"})),this.tooltip.onHover(this.nodes.plusButton,t,{hidingDelay:400}),this.nodes.settingsToggler=d.make("span",this.CSS.settingsToggler,{innerHTML:jo}),d.append(this.nodes.actions,this.nodes.settingsToggler),this.tooltip.onHover(this.nodes.settingsToggler,$.ui(X.ui.blockTunes.toggler,"Click to tune"),{hidingDelay:400}),d.append(this.nodes.actions,this.makeToolbox()),d.append(this.nodes.actions,this.Editor.BlockSettings.getElement()),d.append(this.Editor.UI.nodes.wrapper,this.nodes.wrapper)}makeToolbox(){return this.toolboxInstance=new Ut({api:this.Editor.API.methods,tools:this.Editor.Tools.blockTools,i18nLabels:{filter:$.ui(X.ui.popover,"Filter"),nothingFound:$.ui(X.ui.popover,"Nothing found")}}),this.toolboxInstance.on(bt.Opened,()=>{this.Editor.UI.nodes.wrapper.classList.add(this.CSS.openedToolboxHolderModifier)}),this.toolboxInstance.on(bt.Closed,()=>{this.Editor.UI.nodes.wrapper.classList.remove(this.CSS.openedToolboxHolderModifier)}),this.toolboxInstance.on(bt.BlockAdded,({block:t})=>{const{BlockManager:e,Caret:o}=this.Editor,i=e.getBlockById(t.id);i.inputs.length===0&&(i===e.lastBlock?(e.insertAtEnd(),o.setToBlock(e.lastBlock)):o.setToBlock(e.nextBlock))}),this.toolboxInstance.make()}plusButtonClicked(){var t;this.Editor.BlockManager.currentBlock=this.hoveredBlock,(t=this.toolboxInstance)==null||t.toggle()}enableModuleBindings(){this.readOnlyMutableListeners.on(this.nodes.settingsToggler,"mousedown",t=>{var e;t.stopPropagation(),this.settingsTogglerClicked(),(e=this.toolboxInstance)!=null&&e.opened&&this.toolboxInstance.close(),this.tooltip.hide(!0)},!0),et()||this.eventsDispatcher.on(xe,t=>{var e;this.Editor.BlockSettings.opened||(e=this.toolboxInstance)!=null&&e.opened||this.moveAndOpen(t.block)})}disableModuleBindings(){this.readOnlyMutableListeners.clearAll()}settingsTogglerClicked(){this.Editor.BlockManager.currentBlock=this.hoveredBlock,this.Editor.BlockSettings.opened?this.Editor.BlockSettings.close():this.Editor.BlockSettings.open(this.hoveredBlock)}drawUI(){this.Editor.BlockSettings.make(),this.make()}destroy(){this.removeAllNodes(),this.toolboxInstance&&this.toolboxInstance.destroy(),this.tooltip.destroy()}}var yt=(s=>(s[s.Block=0]="Block",s[s.Inline=1]="Inline",s[s.Tune=2]="Tune",s))(yt||{}),kt=(s=>(s.Shortcut="shortcut",s.Toolbox="toolbox",s.EnabledInlineTools="inlineToolbar",s.EnabledBlockTunes="tunes",s.Config="config",s))(kt||{}),we=(s=>(s.Shortcut="shortcut",s.SanitizeConfig="sanitize",s))(we||{}),st=(s=>(s.IsEnabledLineBreaks="enableLineBreaks",s.Toolbox="toolbox",s.ConversionConfig="conversionConfig",s.IsReadOnlySupported="isReadOnlySupported",s.PasteConfig="pasteConfig",s))(st||{}),$t=(s=>(s.IsInline="isInline",s.Title="title",s))($t||{}),ye=(s=>(s.IsTune="isTune",s))(ye||{});class Wt{constructor({name:t,constructable:e,config:o,api:i,isDefault:n,isInternal:r=!1,defaultPlaceholder:a}){this.api=i,this.name=t,this.constructable=e,this.config=o,this.isDefault=n,this.isInternal=r,this.defaultPlaceholder=a}get settings(){const t=this.config.config||{};return this.isDefault&&!("placeholder"in t)&&this.defaultPlaceholder&&(t.placeholder=this.defaultPlaceholder),t}reset(){if(R(this.constructable.reset))return this.constructable.reset()}prepare(){if(R(this.constructable.prepare))return this.constructable.prepare({toolName:this.name,config:this.settings})}get shortcut(){const t=this.constructable.shortcut;return this.config.shortcut||t}get sanitizeConfig(){return this.constructable.sanitize||{}}isInline(){return this.type===1}isBlock(){return this.type===0}isTune(){return this.type===2}}class ei extends T{constructor({config:t,eventsDispatcher:e}){super({config:t,eventsDispatcher:e}),this.CSS={inlineToolbar:"ce-inline-toolbar",inlineToolbarShowed:"ce-inline-toolbar--showed",inlineToolbarLeftOriented:"ce-inline-toolbar--left-oriented",inlineToolbarRightOriented:"ce-inline-toolbar--right-oriented",inlineToolbarShortcut:"ce-inline-toolbar__shortcut",buttonsWrapper:"ce-inline-toolbar__buttons",actionsWrapper:"ce-inline-toolbar__actions",inlineToolButton:"ce-inline-tool",inputField:"cdx-input",focusedButton:"ce-inline-tool--focused",conversionToggler:"ce-inline-toolbar__dropdown",conversionTogglerArrow:"ce-inline-toolbar__dropdown-arrow",conversionTogglerHidden:"ce-inline-toolbar__dropdown--hidden",conversionTogglerContent:"ce-inline-toolbar__dropdown-content",togglerAndButtonsWrapper:"ce-inline-toolbar__toggler-and-button-wrapper"},this.opened=!1,this.toolbarVerticalMargin=et()?20:6,this.buttonsList=null,this.width=0,this.flipper=null,this.tooltip=new jt}toggleReadOnly(t){t?(this.destroy(),this.Editor.ConversionToolbar.destroy()):window.requestIdleCallback(()=>{this.make()},{timeout:2e3})}tryToShow(t=!1,e=!0){if(!this.allowedToShow()){t&&this.close();return}this.move(),this.open(e),this.Editor.Toolbar.close()}move(){const t=b.rect,e=this.Editor.UI.nodes.wrapper.getBoundingClientRect(),o={x:t.x-e.left,y:t.y+t.height-e.top+this.toolbarVerticalMargin};t.width&&(o.x+=Math.floor(t.width/2));const i=o.x-this.width/2,n=o.x+this.width/2;this.nodes.wrapper.classList.toggle(this.CSS.inlineToolbarLeftOriented,i<this.Editor.UI.contentRect.left),this.nodes.wrapper.classList.toggle(this.CSS.inlineToolbarRightOriented,n>this.Editor.UI.contentRect.right),this.nodes.wrapper.style.left=Math.floor(o.x)+"px",this.nodes.wrapper.style.top=Math.floor(o.y)+"px"}close(){this.opened&&(this.Editor.ReadOnly.isEnabled||(this.nodes.wrapper.classList.remove(this.CSS.inlineToolbarShowed),Array.from(this.toolsInstances.entries()).forEach(([t,e])=>{const o=this.getToolShortcut(t);o&<.remove(this.Editor.UI.nodes.redactor,o),R(e.clear)&&e.clear()}),this.opened=!1,this.flipper.deactivate(),this.Editor.ConversionToolbar.close()))}open(t=!0){if(this.opened)return;this.addToolsFiltered(),this.nodes.wrapper.classList.add(this.CSS.inlineToolbarShowed),this.buttonsList=this.nodes.buttons.querySelectorAll(`.${this.CSS.inlineToolButton}`),this.opened=!0,t&&this.Editor.ConversionToolbar.hasTools()?this.setConversionTogglerContent():this.nodes.conversionToggler.hidden=!0;let e=Array.from(this.buttonsList);e.unshift(this.nodes.conversionToggler),e=e.filter(o=>!o.hidden),this.flipper.activate(e)}containsNode(t){return this.nodes.wrapper.contains(t)}destroy(){this.flipper&&(this.flipper.deactivate(),this.flipper=null),this.removeAllNodes(),this.tooltip.destroy()}make(){this.nodes.wrapper=d.make("div",[this.CSS.inlineToolbar,...this.isRtl?[this.Editor.UI.CSS.editorRtlFix]:[]]),this.nodes.togglerAndButtonsWrapper=d.make("div",this.CSS.togglerAndButtonsWrapper),this.nodes.buttons=d.make("div",this.CSS.buttonsWrapper),this.nodes.actions=d.make("div",this.CSS.actionsWrapper),this.listeners.on(this.nodes.wrapper,"mousedown",t=>{t.target.closest(`.${this.CSS.actionsWrapper}`)||t.preventDefault()}),d.append(this.nodes.wrapper,[this.nodes.togglerAndButtonsWrapper,this.nodes.actions]),d.append(this.Editor.UI.nodes.wrapper,this.nodes.wrapper),this.addConversionToggler(),d.append(this.nodes.togglerAndButtonsWrapper,this.nodes.buttons),this.prepareConversionToolbar(),window.requestAnimationFrame(()=>{this.recalculateWidth()}),this.enableFlipper()}allowedToShow(){const t=["IMG","INPUT"],e=b.get(),o=b.text;if(!e||!e.anchorNode||e.isCollapsed||o.length<1)return!1;const i=d.isElement(e.anchorNode)?e.anchorNode:e.anchorNode.parentElement;if(e&&t.includes(i.tagName)||i.closest('[contenteditable="true"]')===null)return!1;const n=this.Editor.BlockManager.getBlock(e.anchorNode);return n?n.tool.inlineTools.size!==0:!1}recalculateWidth(){this.width=this.nodes.wrapper.offsetWidth}addConversionToggler(){this.nodes.conversionToggler=d.make("div",this.CSS.conversionToggler),this.nodes.conversionTogglerContent=d.make("div",this.CSS.conversionTogglerContent);const t=d.make("div",this.CSS.conversionTogglerArrow,{innerHTML:me});this.nodes.conversionToggler.appendChild(this.nodes.conversionTogglerContent),this.nodes.conversionToggler.appendChild(t),this.nodes.togglerAndButtonsWrapper.appendChild(this.nodes.conversionToggler),this.listeners.on(this.nodes.conversionToggler,"click",()=>{this.Editor.ConversionToolbar.toggle(e=>{!e&&this.opened?this.flipper.activate():this.opened&&this.flipper.deactivate()})}),et()===!1&&this.tooltip.onHover(this.nodes.conversionToggler,$.ui(X.ui.inlineToolbar.converter,"Convert to"),{placement:"top",hidingDelay:100})}async setConversionTogglerContent(){const{BlockManager:t}=this.Editor,{currentBlock:e}=t,o=e.name,i=e.tool.conversionConfig,n=i&&i.export;this.nodes.conversionToggler.hidden=!n,this.nodes.conversionToggler.classList.toggle(this.CSS.conversionTogglerHidden,!n);const r=await e.getActiveToolboxEntry()||{};this.nodes.conversionTogglerContent.innerHTML=r.icon||r.title||at(o)}prepareConversionToolbar(){const t=this.Editor.ConversionToolbar.make();d.append(this.nodes.wrapper,t)}addToolsFiltered(){const t=b.get(),e=this.Editor.BlockManager.getBlock(t.anchorNode);this.nodes.buttons.innerHTML="",this.nodes.actions.innerHTML="",this.toolsInstances=new Map,Array.from(e.tool.inlineTools.values()).forEach(o=>{this.addTool(o)}),this.recalculateWidth()}addTool(t){const e=t.create(),o=e.render();if(!o){_("Render method must return an instance of Node","warn",t.name);return}if(o.dataset.tool=t.name,this.nodes.buttons.appendChild(o),this.toolsInstances.set(t.name,e),R(e.renderActions)){const a=e.renderActions();this.nodes.actions.appendChild(a)}this.listeners.on(o,"click",a=>{this.toolClicked(e),a.preventDefault()});const i=this.getToolShortcut(t.name);if(i)try{this.enableShortcuts(e,i)}catch{}const n=d.make("div"),r=$.t(X.toolNames,t.title||at(t.name));n.appendChild(d.text(r)),i&&n.appendChild(d.make("div",this.CSS.inlineToolbarShortcut,{textContent:Rt(i)})),et()===!1&&this.tooltip.onHover(o,n,{placement:"top",hidingDelay:100}),e.checkState(b.get())}getToolShortcut(t){const{Tools:e}=this.Editor,o=e.inlineTools.get(t),i=e.internal.inlineTools;return Array.from(i.keys()).includes(t)?this.inlineTools[t][we.Shortcut]:o.shortcut}enableShortcuts(t,e){lt.add({name:e,handler:o=>{const{currentBlock:i}=this.Editor.BlockManager;i&&i.tool.enabledInlineTools&&(o.preventDefault(),this.toolClicked(t))},on:this.Editor.UI.nodes.redactor})}toolClicked(t){const e=b.range;t.surround(e),this.checkToolsState(),t.renderActions!==void 0&&this.flipper.deactivate()}checkToolsState(){this.toolsInstances.forEach(t=>{t.checkState(b.get())})}get inlineTools(){const t={};return Array.from(this.Editor.Tools.inlineTools.entries()).forEach(([e,o])=>{t[e]=o.create()}),t}enableFlipper(){this.flipper=new G({focusedItemClass:this.CSS.focusedButton,allowedKeys:[E.ENTER,E.TAB]})}}class oi extends T{keydown(t){switch(this.beforeKeydownProcessing(t),t.keyCode){case E.BACKSPACE:this.backspace(t);break;case E.DELETE:this.delete(t);break;case E.ENTER:this.enter(t);break;case E.DOWN:case E.RIGHT:this.arrowRightAndDown(t);break;case E.UP:case E.LEFT:this.arrowLeftAndUp(t);break;case E.TAB:this.tabPressed(t);break}}beforeKeydownProcessing(t){this.needToolbarClosing(t)&&re(t.keyCode)&&(this.Editor.Toolbar.close(),this.Editor.ConversionToolbar.close(),t.ctrlKey||t.metaKey||t.altKey||t.shiftKey||(this.Editor.BlockManager.clearFocused(),this.Editor.BlockSelection.clearSelection(t)))}keyup(t){t.shiftKey||this.Editor.UI.checkEmptiness()}tabPressed(t){this.Editor.BlockSelection.clearSelection(t);const{BlockManager:e,InlineToolbar:o,ConversionToolbar:i}=this.Editor,n=e.currentBlock;if(!n)return;const r=n.isEmpty,a=n.tool.isDefault&&r,l=!r&&i.opened,c=!r&&!b.isCollapsed&&o.opened;a?this.activateToolbox():!l&&!c&&this.activateBlockSettings()}dragOver(t){const e=this.Editor.BlockManager.getBlockByChildNode(t.target);e.dropTarget=!0}dragLeave(t){const e=this.Editor.BlockManager.getBlockByChildNode(t.target);e.dropTarget=!1}handleCommandC(t){const{BlockSelection:e}=this.Editor;e.anyBlockSelected&&e.copySelectedBlocks(t)}handleCommandX(t){const{BlockSelection:e,BlockManager:o,Caret:i}=this.Editor;e.anyBlockSelected&&e.copySelectedBlocks(t).then(()=>{const n=o.removeSelectedBlocks(),r=o.insertDefaultBlockAtIndex(n,!0);i.setToBlock(r,i.positions.START),e.clearSelection(t)})}enter(t){const{BlockManager:e,UI:o}=this.Editor;if(e.currentBlock.tool.isLineBreaksEnabled||o.someToolbarOpened&&o.someFlipperButtonFocused||t.shiftKey)return;let i=this.Editor.BlockManager.currentBlock;this.Editor.Caret.isAtStart&&!this.Editor.BlockManager.currentBlock.hasMedia?this.Editor.BlockManager.insertDefaultBlockAtIndex(this.Editor.BlockManager.currentBlockIndex):this.Editor.Caret.isAtEnd?i=this.Editor.BlockManager.insertDefaultBlockAtIndex(this.Editor.BlockManager.currentBlockIndex+1):i=this.Editor.BlockManager.split(),this.Editor.Caret.setToBlock(i),this.Editor.Toolbar.moveAndOpen(i),t.preventDefault()}backspace(t){const{BlockManager:e,Caret:o}=this.Editor,{currentBlock:i,previousBlock:n}=e;if(!(!b.isCollapsed||!o.isAtStart)){if(t.preventDefault(),this.Editor.Toolbar.close(),i.currentInput!==i.firstInput){o.navigatePrevious();return}if(n!==null){if(n.isEmpty){e.removeBlock(n);return}if(i.isEmpty){e.removeBlock(i);const r=e.currentBlock;o.setToBlock(r,o.positions.END);return}te(i,n)?this.mergeBlocks(n,i):o.setToBlock(n,o.positions.END)}}}delete(t){const{BlockManager:e,Caret:o}=this.Editor,{currentBlock:i,nextBlock:n}=e;if(!(!b.isCollapsed||!o.isAtEnd)){if(t.preventDefault(),this.Editor.Toolbar.close(),i.currentInput!==i.lastInput){o.navigateNext();return}if(n!==null){if(n.isEmpty){e.removeBlock(n);return}if(i.isEmpty){e.removeBlock(i),o.setToBlock(n,o.positions.START);return}te(i,n)?this.mergeBlocks(i,n):o.setToBlock(n,o.positions.START)}}}mergeBlocks(t,e){const{BlockManager:o,Caret:i,Toolbar:n}=this.Editor;i.createShadow(t.pluginsContent),o.mergeBlocks(t,e).then(()=>{window.requestAnimationFrame(()=>{i.restoreCaret(t.pluginsContent),t.pluginsContent.normalize(),n.close()})})}arrowRightAndDown(t){const e=G.usedKeys.includes(t.keyCode)&&(!t.shiftKey||t.keyCode===E.TAB);if(this.Editor.UI.someToolbarOpened&&e)return;this.Editor.BlockManager.clearFocused(),this.Editor.Toolbar.close();const o=this.Editor.Caret.isAtEnd||this.Editor.BlockSelection.anyBlockSelected;if(t.shiftKey&&t.keyCode===E.DOWN&&o){this.Editor.CrossBlockSelection.toggleBlockSelectedState();return}(t.keyCode===E.DOWN||t.keyCode===E.RIGHT&&!this.isRtl?this.Editor.Caret.navigateNext():this.Editor.Caret.navigatePrevious())?t.preventDefault():rt(()=>{this.Editor.BlockManager.currentBlock&&this.Editor.BlockManager.currentBlock.updateCurrentInput()},20)(),this.Editor.BlockSelection.clearSelection(t)}arrowLeftAndUp(t){if(this.Editor.UI.someToolbarOpened){if(G.usedKeys.includes(t.keyCode)&&(!t.shiftKey||t.keyCode===E.TAB))return;this.Editor.UI.closeAllToolbars()}this.Editor.BlockManager.clearFocused(),this.Editor.Toolbar.close();const e=this.Editor.Caret.isAtStart||this.Editor.BlockSelection.anyBlockSelected;if(t.shiftKey&&t.keyCode===E.UP&&e){this.Editor.CrossBlockSelection.toggleBlockSelectedState(!1);return}(t.keyCode===E.UP||t.keyCode===E.LEFT&&!this.isRtl?this.Editor.Caret.navigatePrevious():this.Editor.Caret.navigateNext())?t.preventDefault():rt(()=>{this.Editor.BlockManager.currentBlock&&this.Editor.BlockManager.currentBlock.updateCurrentInput()},20)(),this.Editor.BlockSelection.clearSelection(t)}needToolbarClosing(t){const e=t.keyCode===E.ENTER&&this.Editor.Toolbar.toolbox.opened,o=t.keyCode===E.ENTER&&this.Editor.BlockSettings.opened,i=t.keyCode===E.ENTER&&this.Editor.InlineToolbar.opened,n=t.keyCode===E.ENTER&&this.Editor.ConversionToolbar.opened,r=t.keyCode===E.TAB;return!(t.shiftKey||r||e||o||i||n)}activateToolbox(){this.Editor.Toolbar.opened||this.Editor.Toolbar.moveAndOpen(),this.Editor.Toolbar.toolbox.open()}activateBlockSettings(){this.Editor.Toolbar.opened||(this.Editor.BlockManager.currentBlock.focused=!0,this.Editor.Toolbar.moveAndOpen()),this.Editor.BlockSettings.opened||this.Editor.BlockSettings.open()}}class Bt{constructor(t){this.blocks=[],this.workingArea=t}get length(){return this.blocks.length}get array(){return this.blocks}get nodes(){return ae(this.workingArea.children)}static set(t,e,o){return isNaN(Number(e))?(Reflect.set(t,e,o),!0):(t.insert(+e,o),!0)}static get(t,e){return isNaN(Number(e))?Reflect.get(t,e):t.get(+e)}push(t){this.blocks.push(t),this.insertToDOM(t)}swap(t,e){const o=this.blocks[e];d.swap(this.blocks[t].holder,o.holder),this.blocks[e]=this.blocks[t],this.blocks[t]=o}move(t,e){const o=this.blocks.splice(e,1)[0],i=t-1,n=Math.max(0,i),r=this.blocks[n];t>0?this.insertToDOM(o,"afterend",r):this.insertToDOM(o,"beforebegin",r),this.blocks.splice(t,0,o);const a=this.composeBlockEvent("move",{fromIndex:e,toIndex:t});o.call(q.MOVED,a)}insert(t,e,o=!1){if(!this.length){this.push(e);return}t>this.length&&(t=this.length),o&&(this.blocks[t].holder.remove(),this.blocks[t].call(q.REMOVED));const i=o?1:0;if(this.blocks.splice(t,i,e),t>0){const n=this.blocks[t-1];this.insertToDOM(e,"afterend",n)}else{const n=this.blocks[t+1];n?this.insertToDOM(e,"beforebegin",n):this.insertToDOM(e)}}replace(t,e){if(this.blocks[t]===void 0)throw Error("Incorrect index");this.blocks[t].holder.replaceWith(e.holder),this.blocks[t]=e}insertMany(t,e){const o=new DocumentFragment;for(const i of t)o.appendChild(i.holder);if(this.length>0){if(e>0){const i=Math.min(e-1,this.length-1);this.blocks[i].holder.after(o)}else e===0&&this.workingArea.prepend(o);this.blocks.splice(e,0,...t)}else this.blocks.push(...t),this.workingArea.appendChild(o);t.forEach(i=>i.call(q.RENDERED))}remove(t){isNaN(t)&&(t=this.length-1),this.blocks[t].holder.remove(),this.blocks[t].call(q.REMOVED),this.blocks.splice(t,1)}removeAll(){this.workingArea.innerHTML="",this.blocks.forEach(t=>t.call(q.REMOVED)),this.blocks.length=0}insertAfter(t,e){const o=this.blocks.indexOf(t);this.insert(o+1,e)}get(t){return this.blocks[t]}indexOf(t){return this.blocks.indexOf(t)}insertToDOM(t,e,o){e?o.holder.insertAdjacentElement(e,t.holder):this.workingArea.appendChild(t.holder),t.call(q.RENDERED)}composeBlockEvent(t,e){return new CustomEvent(t,{detail:e})}}const oe="block-removed",ie="block-added",ii="block-moved",ne="block-changed";class ni{constructor(){this.completed=Promise.resolve()}add(t){return new Promise((e,o)=>{this.completed=this.completed.then(t).then(e).catch(o)})}}class si extends T{constructor(){super(...arguments),this._currentBlockIndex=-1,this._blocks=null}get currentBlockIndex(){return this._currentBlockIndex}set currentBlockIndex(t){this._currentBlockIndex=t}get firstBlock(){return this._blocks[0]}get lastBlock(){return this._blocks[this._blocks.length-1]}get currentBlock(){return this._blocks[this.currentBlockIndex]}set currentBlock(t){this.currentBlockIndex=this.getBlockIndex(t)}get nextBlock(){return this.currentBlockIndex===this._blocks.length-1?null:this._blocks[this.currentBlockIndex+1]}get nextContentfulBlock(){return this.blocks.slice(this.currentBlockIndex+1).find(t=>!!t.inputs.length)}get previousContentfulBlock(){return this.blocks.slice(0,this.currentBlockIndex).reverse().find(t=>!!t.inputs.length)}get previousBlock(){return this.currentBlockIndex===0?null:this._blocks[this.currentBlockIndex-1]}get blocks(){return this._blocks.array}get isEditorEmpty(){return this.blocks.every(t=>t.isEmpty)}prepare(){const t=new Bt(this.Editor.UI.nodes.redactor);this._blocks=new Proxy(t,{set:Bt.set,get:Bt.get}),this.listeners.on(document,"copy",e=>this.Editor.BlockEvents.handleCommandC(e))}toggleReadOnly(t){t?this.disableModuleBindings():this.enableModuleBindings()}composeBlock({tool:t,data:e={},id:o=void 0,tunes:i={}}){const n=this.Editor.ReadOnly.isEnabled,r=this.Editor.Tools.blockTools.get(t),a=new F({id:o,data:e,tool:r,api:this.Editor.API,readOnly:n,tunesData:i},this.eventsDispatcher);return n||window.requestIdleCallback(()=>{this.bindBlockEvents(a)},{timeout:2e3}),a}insert({id:t=void 0,tool:e=this.config.defaultBlock,data:o={},index:i,needToFocus:n=!0,replace:r=!1,tunes:a={}}={}){let l=i;l===void 0&&(l=this.currentBlockIndex+(r?0:1));const c=this.composeBlock({id:t,tool:e,data:o,tunes:a});return r&&this.blockDidMutated(oe,this.getBlockByIndex(l),{index:l}),this._blocks.insert(l,c,r),this.blockDidMutated(ie,c,{index:l}),n?this.currentBlockIndex=l:l<=this.currentBlockIndex&&this.currentBlockIndex++,c}insertMany(t,e=0){this._blocks.insertMany(t,e)}async update(t,e){const o=await t.data,i=this.composeBlock({id:t.id,tool:t.name,data:Object.assign({},o,e),tunes:t.tunes}),n=this.getBlockIndex(t);return this._blocks.replace(n,i),this.blockDidMutated(ne,i,{index:n}),i}replace(t,e,o){const i=this.getBlockIndex(t);this.insert({tool:e,data:o,index:i,replace:!0})}paste(t,e,o=!1){const i=this.insert({tool:t,replace:o});try{i.call(q.ON_PASTE,e)}catch(n){_(`${t}: onPaste callback call is failed`,"error",n)}return i}insertDefaultBlockAtIndex(t,e=!1){const o=this.composeBlock({tool:this.config.defaultBlock});return this._blocks[t]=o,this.blockDidMutated(ie,o,{index:t}),e?this.currentBlockIndex=t:t<=this.currentBlockIndex&&this.currentBlockIndex++,o}insertAtEnd(){return this.currentBlockIndex=this.blocks.length-1,this.insert()}async mergeBlocks(t,e){const o=await e.data;V(o)||await t.mergeWith(o),this.removeBlock(e),this.currentBlockIndex=this._blocks.indexOf(t)}removeBlock(t,e=!0){return new Promise(o=>{const i=this._blocks.indexOf(t);if(!this.validateIndex(i))throw new Error("Can't find a Block to remove");t.destroy(),this._blocks.remove(i),this.blockDidMutated(oe,t,{index:i}),this.currentBlockIndex>=i&&this.currentBlockIndex--,this.blocks.length?i===0&&(this.currentBlockIndex=0):(this.currentBlockIndex=-1,e&&this.insert()),o()})}removeSelectedBlocks(){let t;for(let e=this.blocks.length-1;e>=0;e--)this.blocks[e].selected&&(this.removeBlock(this.blocks[e]),t=e);return t}removeAllBlocks(){for(let t=this.blocks.length-1;t>=0;t--)this._blocks.remove(t);this.currentBlockIndex=-1,this.insert(),this.currentBlock.firstInput.focus()}split(){const t=this.Editor.Caret.extractFragmentFromCaretPosition(),e=d.make("div");e.appendChild(t);const o={text:d.isEmpty(e)?"":e.innerHTML};return this.insert({data:o})}getBlockByIndex(t){return t===-1&&(t=this._blocks.length-1),this._blocks[t]}getBlockIndex(t){return this._blocks.indexOf(t)}getBlockById(t){return this._blocks.array.find(e=>e.id===t)}getBlock(t){d.isElement(t)||(t=t.parentNode);const e=this._blocks.nodes,o=t.closest(`.${F.CSS.wrapper}`),i=e.indexOf(o);if(i>=0)return this._blocks[i]}highlightCurrentNode(){this.clearFocused(),this.currentBlock.focused=!0}clearFocused(){this.blocks.forEach(t=>{t.focused=!1})}setCurrentBlockByChildNode(t){d.isElement(t)||(t=t.parentNode);const e=t.closest(`.${F.CSS.wrapper}`);if(!e)return;const o=e.closest(`.${this.Editor.UI.CSS.editorWrapper}`);if(o!=null&&o.isEqualNode(this.Editor.UI.nodes.wrapper))return this.currentBlockIndex=this._blocks.nodes.indexOf(e),this.currentBlock.updateCurrentInput(),this.currentBlock}getBlockByChildNode(t){d.isElement(t)||(t=t.parentNode);const e=t.closest(`.${F.CSS.wrapper}`);return this.blocks.find(o=>o.holder===e)}swap(t,e){this._blocks.swap(t,e),this.currentBlockIndex=e}move(t,e=this.currentBlockIndex){if(isNaN(t)||isNaN(e)){_("Warning during 'move' call: incorrect indices provided.","warn");return}if(!this.validateIndex(t)||!this.validateIndex(e)){_("Warning during 'move' call: indices cannot be lower than 0 or greater than the amount of blocks.","warn");return}this._blocks.move(t,e),this.currentBlockIndex=t,this.blockDidMutated(ii,this.currentBlock,{fromIndex:e,toIndex:t})}async convert(t,e,o){if(!await t.save())throw new Error("Could not convert Block. Failed to extract original Block data.");const i=this.Editor.Tools.blockTools.get(e);if(!i)throw new Error(`Could not convert Block. Tool «${e}» not found.`);const n=await t.exportDataAsString(),r=Z(n,i.sanitizeConfig);let a=ro(r,i.conversionConfig);o&&(a=Object.assign(a,o)),this.replace(t,i.name,a)}dropPointer(){this.currentBlockIndex=-1,this.clearFocused()}async clear(t=!1){const e=new ni;this.blocks.forEach(o=>{e.add(async()=>{await this.removeBlock(o,!1)})}),await e.completed,this.dropPointer(),t&&this.insert(),this.Editor.UI.checkEmptiness()}async destroy(){await Promise.all(this.blocks.map(t=>t.destroy()))}bindBlockEvents(t){const{BlockEvents:e}=this.Editor;this.readOnlyMutableListeners.on(t.holder,"keydown",o=>{e.keydown(o)}),this.readOnlyMutableListeners.on(t.holder,"keyup",o=>{e.keyup(o)}),this.readOnlyMutableListeners.on(t.holder,"dragover",o=>{e.dragOver(o)}),this.readOnlyMutableListeners.on(t.holder,"dragleave",o=>{e.dragLeave(o)}),t.on("didMutated",o=>this.blockDidMutated(ne,o,{index:this.getBlockIndex(o)}))}disableModuleBindings(){this.readOnlyMutableListeners.clearAll()}enableModuleBindings(){this.readOnlyMutableListeners.on(document,"cut",t=>this.Editor.BlockEvents.handleCommandX(t)),this.blocks.forEach(t=>{this.bindBlockEvents(t)})}validateIndex(t){return!(t<0||t>=this._blocks.length)}blockDidMutated(t,e,o){const i=new CustomEvent(t,{detail:{target:new tt(e),...o}});return this.eventsDispatcher.emit(he,{event:i}),e}}class ri extends T{constructor(){super(...arguments),this.anyBlockSelectedCache=null,this.needToSelectAll=!1,this.nativeInputSelected=!1,this.readyToBlockSelection=!1}get sanitizerConfig(){return{p:{},h1:{},h2:{},h3:{},h4:{},h5:{},h6:{},ol:{},ul:{},li:{},br:!0,img:{src:!0,width:!0,height:!0},a:{href:!0},b:{},i:{},u:{}}}get allBlocksSelected(){const{BlockManager:t}=this.Editor;return t.blocks.every(e=>e.selected===!0)}set allBlocksSelected(t){const{BlockManager:e}=this.Editor;e.blocks.forEach(o=>{o.selected=t}),this.clearCache()}get anyBlockSelected(){const{BlockManager:t}=this.Editor;return this.anyBlockSelectedCache===null&&(this.anyBlockSelectedCache=t.blocks.some(e=>e.selected===!0)),this.anyBlockSelectedCache}get selectedBlocks(){return this.Editor.BlockManager.blocks.filter(t=>t.selected)}prepare(){this.selection=new b,lt.add({name:"CMD+A",handler:t=>{const{BlockManager:e,ReadOnly:o}=this.Editor;if(o.isEnabled){t.preventDefault(),this.selectAllBlocks();return}e.currentBlock&&this.handleCommandA(t)},on:this.Editor.UI.nodes.redactor})}toggleReadOnly(){b.get().removeAllRanges(),this.allBlocksSelected=!1}unSelectBlockByIndex(t){const{BlockManager:e}=this.Editor;let o;isNaN(t)?o=e.currentBlock:o=e.getBlockByIndex(t),o.selected=!1,this.clearCache()}clearSelection(t,e=!1){const{BlockManager:o,Caret:i,RectangleSelection:n}=this.Editor;this.needToSelectAll=!1,this.nativeInputSelected=!1,this.readyToBlockSelection=!1;const r=t&&t instanceof KeyboardEvent,a=r&&re(t.keyCode);if(this.anyBlockSelected&&r&&a&&!b.isSelectionExists){const l=o.removeSelectedBlocks();o.insertDefaultBlockAtIndex(l,!0),i.setToBlock(o.currentBlock),rt(()=>{const c=t.key;i.insertContentAtCaretPosition(c.length>1?"":c)},20)()}if(this.Editor.CrossBlockSelection.clear(t),!this.anyBlockSelected||n.isRectActivated()){this.Editor.RectangleSelection.clearSelection();return}e&&this.selection.restore(),this.allBlocksSelected=!1}copySelectedBlocks(t){t.preventDefault();const e=d.make("div");this.selectedBlocks.forEach(n=>{const r=Z(n.holder.innerHTML,this.sanitizerConfig),a=d.make("p");a.innerHTML=r,e.appendChild(a)});const o=Array.from(e.childNodes).map(n=>n.textContent).join(` + */ (function (s, t) { + (function (e, o) { + s.exports = o(); + })(window, function () { + return (function (e) { + var o = {}; + function i(n) { + if (o[n]) return o[n].exports; + var r = (o[n] = { i: n, l: !1, exports: {} }); + return e[n].call(r.exports, r, r.exports, i), (r.l = !0), r.exports; + } + return ( + (i.m = e), + (i.c = o), + (i.d = function (n, r, a) { + i.o(n, r) || Object.defineProperty(n, r, { enumerable: !0, get: a }); + }), + (i.r = function (n) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }), + Object.defineProperty(n, "__esModule", { value: !0 }); + }), + (i.t = function (n, r) { + if ( + (1 & r && (n = i(n)), + 8 & r || (4 & r && typeof n == "object" && n && n.__esModule)) + ) + return n; + var a = Object.create(null); + if ( + (i.r(a), + Object.defineProperty(a, "default", { enumerable: !0, value: n }), + 2 & r && typeof n != "string") + ) + for (var l in n) + i.d( + a, + l, + function (c) { + return n[c]; + }.bind(null, l), + ); + return a; + }), + (i.n = function (n) { + var r = + n && n.__esModule + ? function () { + return n.default; + } + : function () { + return n; + }; + return i.d(r, "a", r), r; + }), + (i.o = function (n, r) { + return Object.prototype.hasOwnProperty.call(n, r); + }), + (i.p = ""), + i((i.s = 0)) + ); + })([ + function (e, o, i) { + function n(l, c) { + for (var p = 0; p < c.length; p++) { + var h = c[p]; + (h.enumerable = h.enumerable || !1), + (h.configurable = !0), + "value" in h && (h.writable = !0), + Object.defineProperty(l, h.key, h); + } + } + function r(l, c, p) { + return c && n(l.prototype, c), p && n(l, p), l; + } + i.r(o); + var a = (function () { + function l(c) { + var p = this; + (function (h, f) { + if (!(h instanceof f)) + throw new TypeError("Cannot call a class as a function"); + })(this, l), + (this.commands = {}), + (this.keys = {}), + (this.name = c.name), + this.parseShortcutName(c.name), + (this.element = c.on), + (this.callback = c.callback), + (this.executeShortcut = function (h) { + p.execute(h); + }), + this.element.addEventListener( + "keydown", + this.executeShortcut, + !1, + ); + } + return ( + r(l, null, [ + { + key: "supportedCommands", + get: function () { + return { + SHIFT: ["SHIFT"], + CMD: ["CMD", "CONTROL", "COMMAND", "WINDOWS", "CTRL"], + ALT: ["ALT", "OPTION"], + }; + }, + }, + { + key: "keyCodes", + get: function () { + return { + 0: 48, + 1: 49, + 2: 50, + 3: 51, + 4: 52, + 5: 53, + 6: 54, + 7: 55, + 8: 56, + 9: 57, + A: 65, + B: 66, + C: 67, + D: 68, + E: 69, + F: 70, + G: 71, + H: 72, + I: 73, + J: 74, + K: 75, + L: 76, + M: 77, + N: 78, + O: 79, + P: 80, + Q: 81, + R: 82, + S: 83, + T: 84, + U: 85, + V: 86, + W: 87, + X: 88, + Y: 89, + Z: 90, + BACKSPACE: 8, + ENTER: 13, + ESCAPE: 27, + LEFT: 37, + UP: 38, + RIGHT: 39, + DOWN: 40, + INSERT: 45, + DELETE: 46, + ".": 190, + }; + }, + }, + ]), + r(l, [ + { + key: "parseShortcutName", + value: function (c) { + c = c.split("+"); + for (var p = 0; p < c.length; p++) { + c[p] = c[p].toUpperCase(); + var h = !1; + for (var f in l.supportedCommands) + if (l.supportedCommands[f].includes(c[p])) { + h = this.commands[f] = !0; + break; + } + h || (this.keys[c[p]] = !0); + } + for (var k in l.supportedCommands) + this.commands[k] || (this.commands[k] = !1); + }, + }, + { + key: "execute", + value: function (c) { + var p, + h = { + CMD: c.ctrlKey || c.metaKey, + SHIFT: c.shiftKey, + ALT: c.altKey, + }, + f = !0; + for (p in this.commands) + this.commands[p] !== h[p] && (f = !1); + var k, + u = !0; + for (k in this.keys) u = u && c.keyCode === l.keyCodes[k]; + f && u && this.callback(c); + }, + }, + { + key: "remove", + value: function () { + this.element.removeEventListener( + "keydown", + this.executeShortcut, + ); + }, + }, + ]), + l + ); + })(); + o.default = a; + }, + ]).default; + }); +})(qo); +const Zo = xt(Nt); +class Go { + constructor() { + this.registeredShortcuts = new Map(); + } + add(t) { + if (this.findShortcut(t.on, t.name)) + throw Error( + `Shortcut ${t.name} is already registered for ${t.on}. Please remove it before add a new handler.`, + ); + const e = new Zo({ name: t.name, on: t.on, callback: t.handler }), + o = this.registeredShortcuts.get(t.on) || []; + this.registeredShortcuts.set(t.on, [...o, e]); + } + remove(t, e) { + const o = this.findShortcut(t, e); + if (!o) return; + o.remove(); + const i = this.registeredShortcuts.get(t); + this.registeredShortcuts.set( + t, + i.filter((n) => n !== o), + ); + } + findShortcut(t, e) { + return (this.registeredShortcuts.get(t) || []).find( + ({ name: o }) => o === e, + ); + } +} +const lt = new Go(); +var Jo = Object.defineProperty, + Qo = Object.getOwnPropertyDescriptor, + ke = (s, t, e, o) => { + for ( + var i = o > 1 ? void 0 : o ? Qo(t, e) : t, n = s.length - 1, r; + n >= 0; + n-- + ) + (r = s[n]) && (i = (o ? r(t, e, i) : r(i)) || i); + return o && i && Jo(t, e, i), i; + }, + bt = ((s) => ( + (s.Opened = "toolbox-opened"), + (s.Closed = "toolbox-closed"), + (s.BlockAdded = "toolbox-block-added"), + s + ))(bt || {}); +const ve = class extends wt { + constructor({ api: s, tools: t, i18nLabels: e }) { + super(), + (this.opened = !1), + (this.nodes = { toolbox: null }), + (this.onPopoverClose = () => { + (this.opened = !1), this.emit("toolbox-closed"); + }), + (this.api = s), + (this.tools = t), + (this.i18nLabels = e); + } + get isEmpty() { + return this.toolsToBeDisplayed.length === 0; + } + static get CSS() { + return { toolbox: "ce-toolbox" }; + } + make() { + return ( + (this.popover = new zt({ + scopeElement: this.api.ui.nodes.redactor, + searchable: !0, + messages: { + nothingFound: this.i18nLabels.nothingFound, + search: this.i18nLabels.filter, + }, + items: this.toolboxItemsToBeDisplayed, + })), + this.popover.on(gt.Close, this.onPopoverClose), + this.enableShortcuts(), + (this.nodes.toolbox = this.popover.getElement()), + this.nodes.toolbox.classList.add(ve.CSS.toolbox), + this.nodes.toolbox + ); + } + hasFocus() { + var s; + return (s = this.popover) == null ? void 0 : s.hasFocus(); + } + destroy() { + var s; + super.destroy(), + this.nodes && + this.nodes.toolbox && + (this.nodes.toolbox.remove(), (this.nodes.toolbox = null)), + this.removeAllShortcuts(), + (s = this.popover) == null || s.off(gt.Close, this.onPopoverClose); + } + toolButtonActivated(s, t) { + this.insertNewBlock(s, t); + } + open() { + var s; + this.isEmpty || + ((s = this.popover) == null || s.show(), + (this.opened = !0), + this.emit("toolbox-opened")); + } + close() { + var s; + (s = this.popover) == null || s.hide(), + (this.opened = !1), + this.emit("toolbox-closed"); + } + toggle() { + this.opened ? this.close() : this.open(); + } + get toolsToBeDisplayed() { + const s = []; + return ( + this.tools.forEach((t) => { + t.toolbox && s.push(t); + }), + s + ); + } + get toolboxItemsToBeDisplayed() { + const s = (t, e) => ({ + icon: t.icon, + title: $.t(X.toolNames, t.title || at(e.name)), + name: e.name, + onActivate: () => { + this.toolButtonActivated(e.name, t.data); + }, + secondaryLabel: e.shortcut ? Rt(e.shortcut) : "", + }); + return this.toolsToBeDisplayed.reduce( + (t, e) => ( + Array.isArray(e.toolbox) + ? e.toolbox.forEach((o) => { + t.push(s(o, e)); + }) + : e.toolbox !== void 0 && t.push(s(e.toolbox, e)), + t + ), + [], + ); + } + enableShortcuts() { + this.toolsToBeDisplayed.forEach((s) => { + const t = s.shortcut; + t && this.enableShortcutForTool(s.name, t); + }); + } + enableShortcutForTool(s, t) { + lt.add({ + name: t, + on: this.api.ui.nodes.redactor, + handler: (e) => { + e.preventDefault(); + const o = this.api.blocks.getCurrentBlockIndex(), + i = this.api.blocks.getBlockByIndex(o); + if (i) + try { + this.api.blocks.convert(i.id, s), + window.requestAnimationFrame(() => { + this.api.caret.setToBlock(o, "end"); + }); + return; + } catch {} + this.insertNewBlock(s); + }, + }); + } + removeAllShortcuts() { + this.toolsToBeDisplayed.forEach((s) => { + const t = s.shortcut; + t && lt.remove(this.api.ui.nodes.redactor, t); + }); + } + async insertNewBlock(s, t) { + const e = this.api.blocks.getCurrentBlockIndex(), + o = this.api.blocks.getBlockByIndex(e); + if (!o) return; + const i = o.isEmpty ? e : e + 1; + let n; + if (t) { + const a = await this.api.blocks.composeBlockData(s); + n = Object.assign(a, t); + } + const r = this.api.blocks.insert(s, n, void 0, i, void 0, o.isEmpty); + r.call(q.APPEND_CALLBACK), + this.api.caret.setToBlock(i), + this.emit("toolbox-block-added", { block: r }), + this.api.toolbar.close(); + } +}; +let Ut = ve; +ke([ct], Ut.prototype, "toolsToBeDisplayed", 1); +ke([ct], Ut.prototype, "toolboxItemsToBeDisplayed", 1); +const xe = "block hovered"; +class ti extends T { + constructor({ config: t, eventsDispatcher: e }) { + super({ config: t, eventsDispatcher: e }), + (this.toolboxInstance = null), + (this.tooltip = new jt()); + } + get CSS() { + return { + toolbar: "ce-toolbar", + content: "ce-toolbar__content", + actions: "ce-toolbar__actions", + actionsOpened: "ce-toolbar__actions--opened", + toolbarOpened: "ce-toolbar--opened", + openedToolboxHolderModifier: "codex-editor--toolbox-opened", + plusButton: "ce-toolbar__plus", + plusButtonShortcut: "ce-toolbar__plus-shortcut", + settingsToggler: "ce-toolbar__settings-btn", + settingsTogglerHidden: "ce-toolbar__settings-btn--hidden", + }; + } + get opened() { + return this.nodes.wrapper.classList.contains(this.CSS.toolbarOpened); + } + get toolbox() { + var t; + return { + opened: (t = this.toolboxInstance) == null ? void 0 : t.opened, + close: () => { + var e; + (e = this.toolboxInstance) == null || e.close(); + }, + open: () => { + if (this.toolboxInstance === null) { + _("toolbox.open() called before initialization is finished", "warn"); + return; + } + (this.Editor.BlockManager.currentBlock = this.hoveredBlock), + this.toolboxInstance.open(); + }, + toggle: () => { + if (this.toolboxInstance === null) { + _( + "toolbox.toggle() called before initialization is finished", + "warn", + ); + return; + } + this.toolboxInstance.toggle(); + }, + hasFocus: () => { + var e; + return (e = this.toolboxInstance) == null ? void 0 : e.hasFocus(); + }, + }; + } + get blockActions() { + return { + hide: () => { + this.nodes.actions.classList.remove(this.CSS.actionsOpened); + }, + show: () => { + this.nodes.actions.classList.add(this.CSS.actionsOpened); + }, + }; + } + get blockTunesToggler() { + return { + hide: () => + this.nodes.settingsToggler.classList.add( + this.CSS.settingsTogglerHidden, + ), + show: () => + this.nodes.settingsToggler.classList.remove( + this.CSS.settingsTogglerHidden, + ), + }; + } + toggleReadOnly(t) { + t + ? (this.destroy(), + this.Editor.BlockSettings.destroy(), + this.disableModuleBindings()) + : window.requestIdleCallback( + () => { + this.drawUI(), this.enableModuleBindings(); + }, + { timeout: 2e3 }, + ); + } + moveAndOpen(t = this.Editor.BlockManager.currentBlock) { + if (this.toolboxInstance === null) { + _( + "Can't open Toolbar since Editor initialization is not finished yet", + "warn", + ); + return; + } + if ( + (this.toolboxInstance.opened && this.toolboxInstance.close(), + this.Editor.BlockSettings.opened && this.Editor.BlockSettings.close(), + !t) + ) + return; + this.hoveredBlock = t; + const e = t.holder, + { isMobile: o } = this.Editor.UI, + i = t.pluginsContent, + n = window.getComputedStyle(i), + r = parseInt(n.paddingTop, 10), + a = e.offsetHeight; + let l; + o ? (l = e.offsetTop + a) : (l = e.offsetTop + r), + (this.nodes.wrapper.style.top = `${Math.floor(l)}px`), + this.Editor.BlockManager.blocks.length === 1 && t.isEmpty + ? this.blockTunesToggler.hide() + : this.blockTunesToggler.show(), + this.open(); + } + close() { + var t; + this.Editor.ReadOnly.isEnabled || + (this.nodes.wrapper.classList.remove(this.CSS.toolbarOpened), + this.blockActions.hide(), + (t = this.toolboxInstance) == null || t.close(), + this.Editor.BlockSettings.close()); + } + open(t = !0) { + rt(() => { + this.nodes.wrapper.classList.add(this.CSS.toolbarOpened), + t ? this.blockActions.show() : this.blockActions.hide(); + }, 50)(); + } + make() { + (this.nodes.wrapper = d.make("div", this.CSS.toolbar)), + ["content", "actions"].forEach((e) => { + this.nodes[e] = d.make("div", this.CSS[e]); + }), + d.append(this.nodes.wrapper, this.nodes.content), + d.append(this.nodes.content, this.nodes.actions), + (this.nodes.plusButton = d.make("div", this.CSS.plusButton, { + innerHTML: zo, + })), + d.append(this.nodes.actions, this.nodes.plusButton), + this.readOnlyMutableListeners.on( + this.nodes.plusButton, + "click", + () => { + this.tooltip.hide(!0), this.plusButtonClicked(); + }, + !1, + ); + const t = d.make("div"); + t.appendChild(document.createTextNode($.ui(X.ui.toolbar.toolbox, "Add"))), + t.appendChild( + d.make("div", this.CSS.plusButtonShortcut, { textContent: "⇥ Tab" }), + ), + this.tooltip.onHover(this.nodes.plusButton, t, { hidingDelay: 400 }), + (this.nodes.settingsToggler = d.make("span", this.CSS.settingsToggler, { + innerHTML: jo, + })), + d.append(this.nodes.actions, this.nodes.settingsToggler), + this.tooltip.onHover( + this.nodes.settingsToggler, + $.ui(X.ui.blockTunes.toggler, "Click to tune"), + { hidingDelay: 400 }, + ), + d.append(this.nodes.actions, this.makeToolbox()), + d.append(this.nodes.actions, this.Editor.BlockSettings.getElement()), + d.append(this.Editor.UI.nodes.wrapper, this.nodes.wrapper); + } + makeToolbox() { + return ( + (this.toolboxInstance = new Ut({ + api: this.Editor.API.methods, + tools: this.Editor.Tools.blockTools, + i18nLabels: { + filter: $.ui(X.ui.popover, "Filter"), + nothingFound: $.ui(X.ui.popover, "Nothing found"), + }, + })), + this.toolboxInstance.on(bt.Opened, () => { + this.Editor.UI.nodes.wrapper.classList.add( + this.CSS.openedToolboxHolderModifier, + ); + }), + this.toolboxInstance.on(bt.Closed, () => { + this.Editor.UI.nodes.wrapper.classList.remove( + this.CSS.openedToolboxHolderModifier, + ); + }), + this.toolboxInstance.on(bt.BlockAdded, ({ block: t }) => { + const { BlockManager: e, Caret: o } = this.Editor, + i = e.getBlockById(t.id); + i.inputs.length === 0 && + (i === e.lastBlock + ? (e.insertAtEnd(), o.setToBlock(e.lastBlock)) + : o.setToBlock(e.nextBlock)); + }), + this.toolboxInstance.make() + ); + } + plusButtonClicked() { + var t; + (this.Editor.BlockManager.currentBlock = this.hoveredBlock), + (t = this.toolboxInstance) == null || t.toggle(); + } + enableModuleBindings() { + this.readOnlyMutableListeners.on( + this.nodes.settingsToggler, + "mousedown", + (t) => { + var e; + t.stopPropagation(), + this.settingsTogglerClicked(), + (e = this.toolboxInstance) != null && + e.opened && + this.toolboxInstance.close(), + this.tooltip.hide(!0); + }, + !0, + ), + et() || + this.eventsDispatcher.on(xe, (t) => { + var e; + this.Editor.BlockSettings.opened || + ((e = this.toolboxInstance) != null && e.opened) || + this.moveAndOpen(t.block); + }); + } + disableModuleBindings() { + this.readOnlyMutableListeners.clearAll(); + } + settingsTogglerClicked() { + (this.Editor.BlockManager.currentBlock = this.hoveredBlock), + this.Editor.BlockSettings.opened + ? this.Editor.BlockSettings.close() + : this.Editor.BlockSettings.open(this.hoveredBlock); + } + drawUI() { + this.Editor.BlockSettings.make(), this.make(); + } + destroy() { + this.removeAllNodes(), + this.toolboxInstance && this.toolboxInstance.destroy(), + this.tooltip.destroy(); + } +} +var yt = ((s) => ( + (s[(s.Block = 0)] = "Block"), + (s[(s.Inline = 1)] = "Inline"), + (s[(s.Tune = 2)] = "Tune"), + s + ))(yt || {}), + kt = ((s) => ( + (s.Shortcut = "shortcut"), + (s.Toolbox = "toolbox"), + (s.EnabledInlineTools = "inlineToolbar"), + (s.EnabledBlockTunes = "tunes"), + (s.Config = "config"), + s + ))(kt || {}), + we = ((s) => ((s.Shortcut = "shortcut"), (s.SanitizeConfig = "sanitize"), s))( + we || {}, + ), + st = ((s) => ( + (s.IsEnabledLineBreaks = "enableLineBreaks"), + (s.Toolbox = "toolbox"), + (s.ConversionConfig = "conversionConfig"), + (s.IsReadOnlySupported = "isReadOnlySupported"), + (s.PasteConfig = "pasteConfig"), + s + ))(st || {}), + $t = ((s) => ((s.IsInline = "isInline"), (s.Title = "title"), s))($t || {}), + ye = ((s) => ((s.IsTune = "isTune"), s))(ye || {}); +class Wt { + constructor({ + name: t, + constructable: e, + config: o, + api: i, + isDefault: n, + isInternal: r = !1, + defaultPlaceholder: a, + }) { + (this.api = i), + (this.name = t), + (this.constructable = e), + (this.config = o), + (this.isDefault = n), + (this.isInternal = r), + (this.defaultPlaceholder = a); + } + get settings() { + const t = this.config.config || {}; + return ( + this.isDefault && + !("placeholder" in t) && + this.defaultPlaceholder && + (t.placeholder = this.defaultPlaceholder), + t + ); + } + reset() { + if (R(this.constructable.reset)) return this.constructable.reset(); + } + prepare() { + if (R(this.constructable.prepare)) + return this.constructable.prepare({ + toolName: this.name, + config: this.settings, + }); + } + get shortcut() { + const t = this.constructable.shortcut; + return this.config.shortcut || t; + } + get sanitizeConfig() { + return this.constructable.sanitize || {}; + } + isInline() { + return this.type === 1; + } + isBlock() { + return this.type === 0; + } + isTune() { + return this.type === 2; + } +} +class ei extends T { + constructor({ config: t, eventsDispatcher: e }) { + super({ config: t, eventsDispatcher: e }), + (this.CSS = { + inlineToolbar: "ce-inline-toolbar", + inlineToolbarShowed: "ce-inline-toolbar--showed", + inlineToolbarLeftOriented: "ce-inline-toolbar--left-oriented", + inlineToolbarRightOriented: "ce-inline-toolbar--right-oriented", + inlineToolbarShortcut: "ce-inline-toolbar__shortcut", + buttonsWrapper: "ce-inline-toolbar__buttons", + actionsWrapper: "ce-inline-toolbar__actions", + inlineToolButton: "ce-inline-tool", + inputField: "cdx-input", + focusedButton: "ce-inline-tool--focused", + conversionToggler: "ce-inline-toolbar__dropdown", + conversionTogglerArrow: "ce-inline-toolbar__dropdown-arrow", + conversionTogglerHidden: "ce-inline-toolbar__dropdown--hidden", + conversionTogglerContent: "ce-inline-toolbar__dropdown-content", + togglerAndButtonsWrapper: + "ce-inline-toolbar__toggler-and-button-wrapper", + }), + (this.opened = !1), + (this.toolbarVerticalMargin = et() ? 20 : 6), + (this.buttonsList = null), + (this.width = 0), + (this.flipper = null), + (this.tooltip = new jt()); + } + toggleReadOnly(t) { + t + ? (this.destroy(), this.Editor.ConversionToolbar.destroy()) + : window.requestIdleCallback( + () => { + this.make(); + }, + { timeout: 2e3 }, + ); + } + tryToShow(t = !1, e = !0) { + if (!this.allowedToShow()) { + t && this.close(); + return; + } + this.move(), this.open(e), this.Editor.Toolbar.close(); + } + move() { + const t = b.rect, + e = this.Editor.UI.nodes.wrapper.getBoundingClientRect(), + o = { + x: t.x - e.left, + y: t.y + t.height - e.top + this.toolbarVerticalMargin, + }; + t.width && (o.x += Math.floor(t.width / 2)); + const i = o.x - this.width / 2, + n = o.x + this.width / 2; + this.nodes.wrapper.classList.toggle( + this.CSS.inlineToolbarLeftOriented, + i < this.Editor.UI.contentRect.left, + ), + this.nodes.wrapper.classList.toggle( + this.CSS.inlineToolbarRightOriented, + n > this.Editor.UI.contentRect.right, + ), + (this.nodes.wrapper.style.left = Math.floor(o.x) + "px"), + (this.nodes.wrapper.style.top = Math.floor(o.y) + "px"); + } + close() { + this.opened && + (this.Editor.ReadOnly.isEnabled || + (this.nodes.wrapper.classList.remove(this.CSS.inlineToolbarShowed), + Array.from(this.toolsInstances.entries()).forEach(([t, e]) => { + const o = this.getToolShortcut(t); + o && lt.remove(this.Editor.UI.nodes.redactor, o), + R(e.clear) && e.clear(); + }), + (this.opened = !1), + this.flipper.deactivate(), + this.Editor.ConversionToolbar.close())); + } + open(t = !0) { + if (this.opened) return; + this.addToolsFiltered(), + this.nodes.wrapper.classList.add(this.CSS.inlineToolbarShowed), + (this.buttonsList = this.nodes.buttons.querySelectorAll( + `.${this.CSS.inlineToolButton}`, + )), + (this.opened = !0), + t && this.Editor.ConversionToolbar.hasTools() + ? this.setConversionTogglerContent() + : (this.nodes.conversionToggler.hidden = !0); + let e = Array.from(this.buttonsList); + e.unshift(this.nodes.conversionToggler), + (e = e.filter((o) => !o.hidden)), + this.flipper.activate(e); + } + containsNode(t) { + return this.nodes.wrapper.contains(t); + } + destroy() { + this.flipper && (this.flipper.deactivate(), (this.flipper = null)), + this.removeAllNodes(), + this.tooltip.destroy(); + } + make() { + (this.nodes.wrapper = d.make("div", [ + this.CSS.inlineToolbar, + ...(this.isRtl ? [this.Editor.UI.CSS.editorRtlFix] : []), + ])), + (this.nodes.togglerAndButtonsWrapper = d.make( + "div", + this.CSS.togglerAndButtonsWrapper, + )), + (this.nodes.buttons = d.make("div", this.CSS.buttonsWrapper)), + (this.nodes.actions = d.make("div", this.CSS.actionsWrapper)), + this.listeners.on(this.nodes.wrapper, "mousedown", (t) => { + t.target.closest(`.${this.CSS.actionsWrapper}`) || t.preventDefault(); + }), + d.append(this.nodes.wrapper, [ + this.nodes.togglerAndButtonsWrapper, + this.nodes.actions, + ]), + d.append(this.Editor.UI.nodes.wrapper, this.nodes.wrapper), + this.addConversionToggler(), + d.append(this.nodes.togglerAndButtonsWrapper, this.nodes.buttons), + this.prepareConversionToolbar(), + window.requestAnimationFrame(() => { + this.recalculateWidth(); + }), + this.enableFlipper(); + } + allowedToShow() { + const t = ["IMG", "INPUT"], + e = b.get(), + o = b.text; + if (!e || !e.anchorNode || e.isCollapsed || o.length < 1) return !1; + const i = d.isElement(e.anchorNode) + ? e.anchorNode + : e.anchorNode.parentElement; + if ( + (e && t.includes(i.tagName)) || + i.closest('[contenteditable="true"]') === null + ) + return !1; + const n = this.Editor.BlockManager.getBlock(e.anchorNode); + return n ? n.tool.inlineTools.size !== 0 : !1; + } + recalculateWidth() { + this.width = this.nodes.wrapper.offsetWidth; + } + addConversionToggler() { + (this.nodes.conversionToggler = d.make("div", this.CSS.conversionToggler)), + (this.nodes.conversionTogglerContent = d.make( + "div", + this.CSS.conversionTogglerContent, + )); + const t = d.make("div", this.CSS.conversionTogglerArrow, { innerHTML: me }); + this.nodes.conversionToggler.appendChild( + this.nodes.conversionTogglerContent, + ), + this.nodes.conversionToggler.appendChild(t), + this.nodes.togglerAndButtonsWrapper.appendChild( + this.nodes.conversionToggler, + ), + this.listeners.on(this.nodes.conversionToggler, "click", () => { + this.Editor.ConversionToolbar.toggle((e) => { + !e && this.opened + ? this.flipper.activate() + : this.opened && this.flipper.deactivate(); + }); + }), + et() === !1 && + this.tooltip.onHover( + this.nodes.conversionToggler, + $.ui(X.ui.inlineToolbar.converter, "Convert to"), + { placement: "top", hidingDelay: 100 }, + ); + } + async setConversionTogglerContent() { + const { BlockManager: t } = this.Editor, + { currentBlock: e } = t, + o = e.name, + i = e.tool.conversionConfig, + n = i && i.export; + (this.nodes.conversionToggler.hidden = !n), + this.nodes.conversionToggler.classList.toggle( + this.CSS.conversionTogglerHidden, + !n, + ); + const r = (await e.getActiveToolboxEntry()) || {}; + this.nodes.conversionTogglerContent.innerHTML = r.icon || r.title || at(o); + } + prepareConversionToolbar() { + const t = this.Editor.ConversionToolbar.make(); + d.append(this.nodes.wrapper, t); + } + addToolsFiltered() { + const t = b.get(), + e = this.Editor.BlockManager.getBlock(t.anchorNode); + (this.nodes.buttons.innerHTML = ""), + (this.nodes.actions.innerHTML = ""), + (this.toolsInstances = new Map()), + Array.from(e.tool.inlineTools.values()).forEach((o) => { + this.addTool(o); + }), + this.recalculateWidth(); + } + addTool(t) { + const e = t.create(), + o = e.render(); + if (!o) { + _("Render method must return an instance of Node", "warn", t.name); + return; + } + if ( + ((o.dataset.tool = t.name), + this.nodes.buttons.appendChild(o), + this.toolsInstances.set(t.name, e), + R(e.renderActions)) + ) { + const a = e.renderActions(); + this.nodes.actions.appendChild(a); + } + this.listeners.on(o, "click", (a) => { + this.toolClicked(e), a.preventDefault(); + }); + const i = this.getToolShortcut(t.name); + if (i) + try { + this.enableShortcuts(e, i); + } catch {} + const n = d.make("div"), + r = $.t(X.toolNames, t.title || at(t.name)); + n.appendChild(d.text(r)), + i && + n.appendChild( + d.make("div", this.CSS.inlineToolbarShortcut, { textContent: Rt(i) }), + ), + et() === !1 && + this.tooltip.onHover(o, n, { placement: "top", hidingDelay: 100 }), + e.checkState(b.get()); + } + getToolShortcut(t) { + const { Tools: e } = this.Editor, + o = e.inlineTools.get(t), + i = e.internal.inlineTools; + return Array.from(i.keys()).includes(t) + ? this.inlineTools[t][we.Shortcut] + : o.shortcut; + } + enableShortcuts(t, e) { + lt.add({ + name: e, + handler: (o) => { + const { currentBlock: i } = this.Editor.BlockManager; + i && + i.tool.enabledInlineTools && + (o.preventDefault(), this.toolClicked(t)); + }, + on: this.Editor.UI.nodes.redactor, + }); + } + toolClicked(t) { + const e = b.range; + t.surround(e), + this.checkToolsState(), + t.renderActions !== void 0 && this.flipper.deactivate(); + } + checkToolsState() { + this.toolsInstances.forEach((t) => { + t.checkState(b.get()); + }); + } + get inlineTools() { + const t = {}; + return ( + Array.from(this.Editor.Tools.inlineTools.entries()).forEach(([e, o]) => { + t[e] = o.create(); + }), + t + ); + } + enableFlipper() { + this.flipper = new G({ + focusedItemClass: this.CSS.focusedButton, + allowedKeys: [E.ENTER, E.TAB], + }); + } +} +class oi extends T { + keydown(t) { + switch ((this.beforeKeydownProcessing(t), t.keyCode)) { + case E.BACKSPACE: + this.backspace(t); + break; + case E.DELETE: + this.delete(t); + break; + case E.ENTER: + this.enter(t); + break; + case E.DOWN: + case E.RIGHT: + this.arrowRightAndDown(t); + break; + case E.UP: + case E.LEFT: + this.arrowLeftAndUp(t); + break; + case E.TAB: + this.tabPressed(t); + break; + } + } + beforeKeydownProcessing(t) { + this.needToolbarClosing(t) && + re(t.keyCode) && + (this.Editor.Toolbar.close(), + this.Editor.ConversionToolbar.close(), + t.ctrlKey || + t.metaKey || + t.altKey || + t.shiftKey || + (this.Editor.BlockManager.clearFocused(), + this.Editor.BlockSelection.clearSelection(t))); + } + keyup(t) { + t.shiftKey || this.Editor.UI.checkEmptiness(); + } + tabPressed(t) { + this.Editor.BlockSelection.clearSelection(t); + const { + BlockManager: e, + InlineToolbar: o, + ConversionToolbar: i, + } = this.Editor, + n = e.currentBlock; + if (!n) return; + const r = n.isEmpty, + a = n.tool.isDefault && r, + l = !r && i.opened, + c = !r && !b.isCollapsed && o.opened; + a ? this.activateToolbox() : !l && !c && this.activateBlockSettings(); + } + dragOver(t) { + const e = this.Editor.BlockManager.getBlockByChildNode(t.target); + e.dropTarget = !0; + } + dragLeave(t) { + const e = this.Editor.BlockManager.getBlockByChildNode(t.target); + e.dropTarget = !1; + } + handleCommandC(t) { + const { BlockSelection: e } = this.Editor; + e.anyBlockSelected && e.copySelectedBlocks(t); + } + handleCommandX(t) { + const { BlockSelection: e, BlockManager: o, Caret: i } = this.Editor; + e.anyBlockSelected && + e.copySelectedBlocks(t).then(() => { + const n = o.removeSelectedBlocks(), + r = o.insertDefaultBlockAtIndex(n, !0); + i.setToBlock(r, i.positions.START), e.clearSelection(t); + }); + } + enter(t) { + const { BlockManager: e, UI: o } = this.Editor; + if ( + e.currentBlock.tool.isLineBreaksEnabled || + (o.someToolbarOpened && o.someFlipperButtonFocused) || + t.shiftKey + ) + return; + let i = this.Editor.BlockManager.currentBlock; + this.Editor.Caret.isAtStart && + !this.Editor.BlockManager.currentBlock.hasMedia + ? this.Editor.BlockManager.insertDefaultBlockAtIndex( + this.Editor.BlockManager.currentBlockIndex, + ) + : this.Editor.Caret.isAtEnd + ? (i = this.Editor.BlockManager.insertDefaultBlockAtIndex( + this.Editor.BlockManager.currentBlockIndex + 1, + )) + : (i = this.Editor.BlockManager.split()), + this.Editor.Caret.setToBlock(i), + this.Editor.Toolbar.moveAndOpen(i), + t.preventDefault(); + } + backspace(t) { + const { BlockManager: e, Caret: o } = this.Editor, + { currentBlock: i, previousBlock: n } = e; + if (!(!b.isCollapsed || !o.isAtStart)) { + if ( + (t.preventDefault(), + this.Editor.Toolbar.close(), + i.currentInput !== i.firstInput) + ) { + o.navigatePrevious(); + return; + } + if (n !== null) { + if (n.isEmpty) { + e.removeBlock(n); + return; + } + if (i.isEmpty) { + e.removeBlock(i); + const r = e.currentBlock; + o.setToBlock(r, o.positions.END); + return; + } + te(i, n) ? this.mergeBlocks(n, i) : o.setToBlock(n, o.positions.END); + } + } + } + delete(t) { + const { BlockManager: e, Caret: o } = this.Editor, + { currentBlock: i, nextBlock: n } = e; + if (!(!b.isCollapsed || !o.isAtEnd)) { + if ( + (t.preventDefault(), + this.Editor.Toolbar.close(), + i.currentInput !== i.lastInput) + ) { + o.navigateNext(); + return; + } + if (n !== null) { + if (n.isEmpty) { + e.removeBlock(n); + return; + } + if (i.isEmpty) { + e.removeBlock(i), o.setToBlock(n, o.positions.START); + return; + } + te(i, n) ? this.mergeBlocks(i, n) : o.setToBlock(n, o.positions.START); + } + } + } + mergeBlocks(t, e) { + const { BlockManager: o, Caret: i, Toolbar: n } = this.Editor; + i.createShadow(t.pluginsContent), + o.mergeBlocks(t, e).then(() => { + window.requestAnimationFrame(() => { + i.restoreCaret(t.pluginsContent), + t.pluginsContent.normalize(), + n.close(); + }); + }); + } + arrowRightAndDown(t) { + const e = + G.usedKeys.includes(t.keyCode) && (!t.shiftKey || t.keyCode === E.TAB); + if (this.Editor.UI.someToolbarOpened && e) return; + this.Editor.BlockManager.clearFocused(), this.Editor.Toolbar.close(); + const o = + this.Editor.Caret.isAtEnd || this.Editor.BlockSelection.anyBlockSelected; + if (t.shiftKey && t.keyCode === E.DOWN && o) { + this.Editor.CrossBlockSelection.toggleBlockSelectedState(); + return; + } + ( + t.keyCode === E.DOWN || (t.keyCode === E.RIGHT && !this.isRtl) + ? this.Editor.Caret.navigateNext() + : this.Editor.Caret.navigatePrevious() + ) + ? t.preventDefault() + : rt(() => { + this.Editor.BlockManager.currentBlock && + this.Editor.BlockManager.currentBlock.updateCurrentInput(); + }, 20)(), + this.Editor.BlockSelection.clearSelection(t); + } + arrowLeftAndUp(t) { + if (this.Editor.UI.someToolbarOpened) { + if ( + G.usedKeys.includes(t.keyCode) && + (!t.shiftKey || t.keyCode === E.TAB) + ) + return; + this.Editor.UI.closeAllToolbars(); + } + this.Editor.BlockManager.clearFocused(), this.Editor.Toolbar.close(); + const e = + this.Editor.Caret.isAtStart || + this.Editor.BlockSelection.anyBlockSelected; + if (t.shiftKey && t.keyCode === E.UP && e) { + this.Editor.CrossBlockSelection.toggleBlockSelectedState(!1); + return; + } + ( + t.keyCode === E.UP || (t.keyCode === E.LEFT && !this.isRtl) + ? this.Editor.Caret.navigatePrevious() + : this.Editor.Caret.navigateNext() + ) + ? t.preventDefault() + : rt(() => { + this.Editor.BlockManager.currentBlock && + this.Editor.BlockManager.currentBlock.updateCurrentInput(); + }, 20)(), + this.Editor.BlockSelection.clearSelection(t); + } + needToolbarClosing(t) { + const e = t.keyCode === E.ENTER && this.Editor.Toolbar.toolbox.opened, + o = t.keyCode === E.ENTER && this.Editor.BlockSettings.opened, + i = t.keyCode === E.ENTER && this.Editor.InlineToolbar.opened, + n = t.keyCode === E.ENTER && this.Editor.ConversionToolbar.opened, + r = t.keyCode === E.TAB; + return !(t.shiftKey || r || e || o || i || n); + } + activateToolbox() { + this.Editor.Toolbar.opened || this.Editor.Toolbar.moveAndOpen(), + this.Editor.Toolbar.toolbox.open(); + } + activateBlockSettings() { + this.Editor.Toolbar.opened || + ((this.Editor.BlockManager.currentBlock.focused = !0), + this.Editor.Toolbar.moveAndOpen()), + this.Editor.BlockSettings.opened || this.Editor.BlockSettings.open(); + } +} +class Bt { + constructor(t) { + (this.blocks = []), (this.workingArea = t); + } + get length() { + return this.blocks.length; + } + get array() { + return this.blocks; + } + get nodes() { + return ae(this.workingArea.children); + } + static set(t, e, o) { + return isNaN(Number(e)) + ? (Reflect.set(t, e, o), !0) + : (t.insert(+e, o), !0); + } + static get(t, e) { + return isNaN(Number(e)) ? Reflect.get(t, e) : t.get(+e); + } + push(t) { + this.blocks.push(t), this.insertToDOM(t); + } + swap(t, e) { + const o = this.blocks[e]; + d.swap(this.blocks[t].holder, o.holder), + (this.blocks[e] = this.blocks[t]), + (this.blocks[t] = o); + } + move(t, e) { + const o = this.blocks.splice(e, 1)[0], + i = t - 1, + n = Math.max(0, i), + r = this.blocks[n]; + t > 0 + ? this.insertToDOM(o, "afterend", r) + : this.insertToDOM(o, "beforebegin", r), + this.blocks.splice(t, 0, o); + const a = this.composeBlockEvent("move", { fromIndex: e, toIndex: t }); + o.call(q.MOVED, a); + } + insert(t, e, o = !1) { + if (!this.length) { + this.push(e); + return; + } + t > this.length && (t = this.length), + o && (this.blocks[t].holder.remove(), this.blocks[t].call(q.REMOVED)); + const i = o ? 1 : 0; + if ((this.blocks.splice(t, i, e), t > 0)) { + const n = this.blocks[t - 1]; + this.insertToDOM(e, "afterend", n); + } else { + const n = this.blocks[t + 1]; + n ? this.insertToDOM(e, "beforebegin", n) : this.insertToDOM(e); + } + } + replace(t, e) { + if (this.blocks[t] === void 0) throw Error("Incorrect index"); + this.blocks[t].holder.replaceWith(e.holder), (this.blocks[t] = e); + } + insertMany(t, e) { + const o = new DocumentFragment(); + for (const i of t) o.appendChild(i.holder); + if (this.length > 0) { + if (e > 0) { + const i = Math.min(e - 1, this.length - 1); + this.blocks[i].holder.after(o); + } else e === 0 && this.workingArea.prepend(o); + this.blocks.splice(e, 0, ...t); + } else this.blocks.push(...t), this.workingArea.appendChild(o); + t.forEach((i) => i.call(q.RENDERED)); + } + remove(t) { + isNaN(t) && (t = this.length - 1), + this.blocks[t].holder.remove(), + this.blocks[t].call(q.REMOVED), + this.blocks.splice(t, 1); + } + removeAll() { + (this.workingArea.innerHTML = ""), + this.blocks.forEach((t) => t.call(q.REMOVED)), + (this.blocks.length = 0); + } + insertAfter(t, e) { + const o = this.blocks.indexOf(t); + this.insert(o + 1, e); + } + get(t) { + return this.blocks[t]; + } + indexOf(t) { + return this.blocks.indexOf(t); + } + insertToDOM(t, e, o) { + e + ? o.holder.insertAdjacentElement(e, t.holder) + : this.workingArea.appendChild(t.holder), + t.call(q.RENDERED); + } + composeBlockEvent(t, e) { + return new CustomEvent(t, { detail: e }); + } +} +const oe = "block-removed", + ie = "block-added", + ii = "block-moved", + ne = "block-changed"; +class ni { + constructor() { + this.completed = Promise.resolve(); + } + add(t) { + return new Promise((e, o) => { + this.completed = this.completed.then(t).then(e).catch(o); + }); + } +} +class si extends T { + constructor() { + super(...arguments), (this._currentBlockIndex = -1), (this._blocks = null); + } + get currentBlockIndex() { + return this._currentBlockIndex; + } + set currentBlockIndex(t) { + this._currentBlockIndex = t; + } + get firstBlock() { + return this._blocks[0]; + } + get lastBlock() { + return this._blocks[this._blocks.length - 1]; + } + get currentBlock() { + return this._blocks[this.currentBlockIndex]; + } + set currentBlock(t) { + this.currentBlockIndex = this.getBlockIndex(t); + } + get nextBlock() { + return this.currentBlockIndex === this._blocks.length - 1 + ? null + : this._blocks[this.currentBlockIndex + 1]; + } + get nextContentfulBlock() { + return this.blocks + .slice(this.currentBlockIndex + 1) + .find((t) => !!t.inputs.length); + } + get previousContentfulBlock() { + return this.blocks + .slice(0, this.currentBlockIndex) + .reverse() + .find((t) => !!t.inputs.length); + } + get previousBlock() { + return this.currentBlockIndex === 0 + ? null + : this._blocks[this.currentBlockIndex - 1]; + } + get blocks() { + return this._blocks.array; + } + get isEditorEmpty() { + return this.blocks.every((t) => t.isEmpty); + } + prepare() { + const t = new Bt(this.Editor.UI.nodes.redactor); + (this._blocks = new Proxy(t, { set: Bt.set, get: Bt.get })), + this.listeners.on(document, "copy", (e) => + this.Editor.BlockEvents.handleCommandC(e), + ); + } + toggleReadOnly(t) { + t ? this.disableModuleBindings() : this.enableModuleBindings(); + } + composeBlock({ tool: t, data: e = {}, id: o = void 0, tunes: i = {} }) { + const n = this.Editor.ReadOnly.isEnabled, + r = this.Editor.Tools.blockTools.get(t), + a = new F( + { + id: o, + data: e, + tool: r, + api: this.Editor.API, + readOnly: n, + tunesData: i, + }, + this.eventsDispatcher, + ); + return ( + n || + window.requestIdleCallback( + () => { + this.bindBlockEvents(a); + }, + { timeout: 2e3 }, + ), + a + ); + } + insert({ + id: t = void 0, + tool: e = this.config.defaultBlock, + data: o = {}, + index: i, + needToFocus: n = !0, + replace: r = !1, + tunes: a = {}, + } = {}) { + let l = i; + l === void 0 && (l = this.currentBlockIndex + (r ? 0 : 1)); + const c = this.composeBlock({ id: t, tool: e, data: o, tunes: a }); + return ( + r && this.blockDidMutated(oe, this.getBlockByIndex(l), { index: l }), + this._blocks.insert(l, c, r), + this.blockDidMutated(ie, c, { index: l }), + n + ? (this.currentBlockIndex = l) + : l <= this.currentBlockIndex && this.currentBlockIndex++, + c + ); + } + insertMany(t, e = 0) { + this._blocks.insertMany(t, e); + } + async update(t, e) { + const o = await t.data, + i = this.composeBlock({ + id: t.id, + tool: t.name, + data: Object.assign({}, o, e), + tunes: t.tunes, + }), + n = this.getBlockIndex(t); + return ( + this._blocks.replace(n, i), this.blockDidMutated(ne, i, { index: n }), i + ); + } + replace(t, e, o) { + const i = this.getBlockIndex(t); + this.insert({ tool: e, data: o, index: i, replace: !0 }); + } + paste(t, e, o = !1) { + const i = this.insert({ tool: t, replace: o }); + try { + i.call(q.ON_PASTE, e); + } catch (n) { + _(`${t}: onPaste callback call is failed`, "error", n); + } + return i; + } + insertDefaultBlockAtIndex(t, e = !1) { + const o = this.composeBlock({ tool: this.config.defaultBlock }); + return ( + (this._blocks[t] = o), + this.blockDidMutated(ie, o, { index: t }), + e + ? (this.currentBlockIndex = t) + : t <= this.currentBlockIndex && this.currentBlockIndex++, + o + ); + } + insertAtEnd() { + return (this.currentBlockIndex = this.blocks.length - 1), this.insert(); + } + async mergeBlocks(t, e) { + const o = await e.data; + V(o) || (await t.mergeWith(o)), + this.removeBlock(e), + (this.currentBlockIndex = this._blocks.indexOf(t)); + } + removeBlock(t, e = !0) { + return new Promise((o) => { + const i = this._blocks.indexOf(t); + if (!this.validateIndex(i)) + throw new Error("Can't find a Block to remove"); + t.destroy(), + this._blocks.remove(i), + this.blockDidMutated(oe, t, { index: i }), + this.currentBlockIndex >= i && this.currentBlockIndex--, + this.blocks.length + ? i === 0 && (this.currentBlockIndex = 0) + : ((this.currentBlockIndex = -1), e && this.insert()), + o(); + }); + } + removeSelectedBlocks() { + let t; + for (let e = this.blocks.length - 1; e >= 0; e--) + this.blocks[e].selected && (this.removeBlock(this.blocks[e]), (t = e)); + return t; + } + removeAllBlocks() { + for (let t = this.blocks.length - 1; t >= 0; t--) this._blocks.remove(t); + (this.currentBlockIndex = -1), + this.insert(), + this.currentBlock.firstInput.focus(); + } + split() { + const t = this.Editor.Caret.extractFragmentFromCaretPosition(), + e = d.make("div"); + e.appendChild(t); + const o = { text: d.isEmpty(e) ? "" : e.innerHTML }; + return this.insert({ data: o }); + } + getBlockByIndex(t) { + return t === -1 && (t = this._blocks.length - 1), this._blocks[t]; + } + getBlockIndex(t) { + return this._blocks.indexOf(t); + } + getBlockById(t) { + return this._blocks.array.find((e) => e.id === t); + } + getBlock(t) { + d.isElement(t) || (t = t.parentNode); + const e = this._blocks.nodes, + o = t.closest(`.${F.CSS.wrapper}`), + i = e.indexOf(o); + if (i >= 0) return this._blocks[i]; + } + highlightCurrentNode() { + this.clearFocused(), (this.currentBlock.focused = !0); + } + clearFocused() { + this.blocks.forEach((t) => { + t.focused = !1; + }); + } + setCurrentBlockByChildNode(t) { + d.isElement(t) || (t = t.parentNode); + const e = t.closest(`.${F.CSS.wrapper}`); + if (!e) return; + const o = e.closest(`.${this.Editor.UI.CSS.editorWrapper}`); + if (o != null && o.isEqualNode(this.Editor.UI.nodes.wrapper)) + return ( + (this.currentBlockIndex = this._blocks.nodes.indexOf(e)), + this.currentBlock.updateCurrentInput(), + this.currentBlock + ); + } + getBlockByChildNode(t) { + d.isElement(t) || (t = t.parentNode); + const e = t.closest(`.${F.CSS.wrapper}`); + return this.blocks.find((o) => o.holder === e); + } + swap(t, e) { + this._blocks.swap(t, e), (this.currentBlockIndex = e); + } + move(t, e = this.currentBlockIndex) { + if (isNaN(t) || isNaN(e)) { + _("Warning during 'move' call: incorrect indices provided.", "warn"); + return; + } + if (!this.validateIndex(t) || !this.validateIndex(e)) { + _( + "Warning during 'move' call: indices cannot be lower than 0 or greater than the amount of blocks.", + "warn", + ); + return; + } + this._blocks.move(t, e), + (this.currentBlockIndex = t), + this.blockDidMutated(ii, this.currentBlock, { fromIndex: e, toIndex: t }); + } + async convert(t, e, o) { + if (!(await t.save())) + throw new Error( + "Could not convert Block. Failed to extract original Block data.", + ); + const i = this.Editor.Tools.blockTools.get(e); + if (!i) throw new Error(`Could not convert Block. Tool «${e}» not found.`); + const n = await t.exportDataAsString(), + r = Z(n, i.sanitizeConfig); + let a = ro(r, i.conversionConfig); + o && (a = Object.assign(a, o)), this.replace(t, i.name, a); + } + dropPointer() { + (this.currentBlockIndex = -1), this.clearFocused(); + } + async clear(t = !1) { + const e = new ni(); + this.blocks.forEach((o) => { + e.add(async () => { + await this.removeBlock(o, !1); + }); + }), + await e.completed, + this.dropPointer(), + t && this.insert(), + this.Editor.UI.checkEmptiness(); + } + async destroy() { + await Promise.all(this.blocks.map((t) => t.destroy())); + } + bindBlockEvents(t) { + const { BlockEvents: e } = this.Editor; + this.readOnlyMutableListeners.on(t.holder, "keydown", (o) => { + e.keydown(o); + }), + this.readOnlyMutableListeners.on(t.holder, "keyup", (o) => { + e.keyup(o); + }), + this.readOnlyMutableListeners.on(t.holder, "dragover", (o) => { + e.dragOver(o); + }), + this.readOnlyMutableListeners.on(t.holder, "dragleave", (o) => { + e.dragLeave(o); + }), + t.on("didMutated", (o) => + this.blockDidMutated(ne, o, { index: this.getBlockIndex(o) }), + ); + } + disableModuleBindings() { + this.readOnlyMutableListeners.clearAll(); + } + enableModuleBindings() { + this.readOnlyMutableListeners.on(document, "cut", (t) => + this.Editor.BlockEvents.handleCommandX(t), + ), + this.blocks.forEach((t) => { + this.bindBlockEvents(t); + }); + } + validateIndex(t) { + return !(t < 0 || t >= this._blocks.length); + } + blockDidMutated(t, e, o) { + const i = new CustomEvent(t, { detail: { target: new tt(e), ...o } }); + return this.eventsDispatcher.emit(he, { event: i }), e; + } +} +class ri extends T { + constructor() { + super(...arguments), + (this.anyBlockSelectedCache = null), + (this.needToSelectAll = !1), + (this.nativeInputSelected = !1), + (this.readyToBlockSelection = !1); + } + get sanitizerConfig() { + return { + p: {}, + h1: {}, + h2: {}, + h3: {}, + h4: {}, + h5: {}, + h6: {}, + ol: {}, + ul: {}, + li: {}, + br: !0, + img: { src: !0, width: !0, height: !0 }, + a: { href: !0 }, + b: {}, + i: {}, + u: {}, + }; + } + get allBlocksSelected() { + const { BlockManager: t } = this.Editor; + return t.blocks.every((e) => e.selected === !0); + } + set allBlocksSelected(t) { + const { BlockManager: e } = this.Editor; + e.blocks.forEach((o) => { + o.selected = t; + }), + this.clearCache(); + } + get anyBlockSelected() { + const { BlockManager: t } = this.Editor; + return ( + this.anyBlockSelectedCache === null && + (this.anyBlockSelectedCache = t.blocks.some((e) => e.selected === !0)), + this.anyBlockSelectedCache + ); + } + get selectedBlocks() { + return this.Editor.BlockManager.blocks.filter((t) => t.selected); + } + prepare() { + (this.selection = new b()), + lt.add({ + name: "CMD+A", + handler: (t) => { + const { BlockManager: e, ReadOnly: o } = this.Editor; + if (o.isEnabled) { + t.preventDefault(), this.selectAllBlocks(); + return; + } + e.currentBlock && this.handleCommandA(t); + }, + on: this.Editor.UI.nodes.redactor, + }); + } + toggleReadOnly() { + b.get().removeAllRanges(), (this.allBlocksSelected = !1); + } + unSelectBlockByIndex(t) { + const { BlockManager: e } = this.Editor; + let o; + isNaN(t) ? (o = e.currentBlock) : (o = e.getBlockByIndex(t)), + (o.selected = !1), + this.clearCache(); + } + clearSelection(t, e = !1) { + const { BlockManager: o, Caret: i, RectangleSelection: n } = this.Editor; + (this.needToSelectAll = !1), + (this.nativeInputSelected = !1), + (this.readyToBlockSelection = !1); + const r = t && t instanceof KeyboardEvent, + a = r && re(t.keyCode); + if (this.anyBlockSelected && r && a && !b.isSelectionExists) { + const l = o.removeSelectedBlocks(); + o.insertDefaultBlockAtIndex(l, !0), + i.setToBlock(o.currentBlock), + rt(() => { + const c = t.key; + i.insertContentAtCaretPosition(c.length > 1 ? "" : c); + }, 20)(); + } + if ( + (this.Editor.CrossBlockSelection.clear(t), + !this.anyBlockSelected || n.isRectActivated()) + ) { + this.Editor.RectangleSelection.clearSelection(); + return; + } + e && this.selection.restore(), (this.allBlocksSelected = !1); + } + copySelectedBlocks(t) { + t.preventDefault(); + const e = d.make("div"); + this.selectedBlocks.forEach((n) => { + const r = Z(n.holder.innerHTML, this.sanitizerConfig), + a = d.make("p"); + (a.innerHTML = r), e.appendChild(a); + }); + const o = Array.from(e.childNodes).map((n) => n.textContent).join(` -`),i=e.innerHTML;return t.clipboardData.setData("text/plain",o),t.clipboardData.setData("text/html",i),Promise.all(this.selectedBlocks.map(n=>n.save())).then(n=>{try{t.clipboardData.setData(this.Editor.Paste.MIME_TYPE,JSON.stringify(n))}catch{}})}selectBlockByIndex(t){const{BlockManager:e}=this.Editor;e.clearFocused();let o;isNaN(t)?o=e.currentBlock:o=e.getBlockByIndex(t),this.selection.save(),b.get().removeAllRanges(),o.selected=!0,this.clearCache(),this.Editor.InlineToolbar.close()}clearCache(){this.anyBlockSelectedCache=null}destroy(){lt.remove(this.Editor.UI.nodes.redactor,"CMD+A")}handleCommandA(t){if(this.Editor.RectangleSelection.clearSelection(),d.isNativeInput(t.target)&&!this.readyToBlockSelection){this.readyToBlockSelection=!0;return}const e=this.Editor.BlockManager.getBlock(t.target).inputs;if(e.length>1&&!this.readyToBlockSelection){this.readyToBlockSelection=!0;return}if(e.length===1&&!this.needToSelectAll){this.needToSelectAll=!0;return}this.needToSelectAll?(t.preventDefault(),this.selectAllBlocks(),this.needToSelectAll=!1,this.readyToBlockSelection=!1,this.Editor.ConversionToolbar.close()):this.readyToBlockSelection&&(t.preventDefault(),this.selectBlockByIndex(),this.needToSelectAll=!0)}selectAllBlocks(){this.selection.save(),b.get().removeAllRanges(),this.allBlocksSelected=!0,this.Editor.InlineToolbar.close()}}class vt extends T{get positions(){return{START:"start",END:"end",DEFAULT:"default"}}static get CSS(){return{shadowCaret:"cdx-shadow-caret"}}get isAtStart(){const t=b.get(),e=d.getDeepestNode(this.Editor.BlockManager.currentBlock.currentInput);let o=t.focusNode;if(d.isNativeInput(e))return e.selectionEnd===0;if(!t.anchorNode)return!1;let i=o.textContent.search(/\S/);i===-1&&(i=0);let n=t.focusOffset;return o.nodeType!==Node.TEXT_NODE&&o.childNodes.length&&(o.childNodes[n]?(o=o.childNodes[n],n=0):(o=o.childNodes[n-1],n=o.textContent.length)),(d.isLineBreakTag(e)||d.isEmpty(e))&&this.getHigherLevelSiblings(o,"left").every(r=>{const a=d.isLineBreakTag(r),l=r.children.length===1&&d.isLineBreakTag(r.children[0]),c=a||l;return d.isEmpty(r)&&!c})&&n===i?!0:e===null||o===e&&n<=i}get isAtEnd(){const t=b.get();let e=t.focusNode;const o=d.getDeepestNode(this.Editor.BlockManager.currentBlock.currentInput,!0);if(d.isNativeInput(o))return o.selectionEnd===o.value.length;if(!t.focusNode)return!1;let i=t.focusOffset;if(e.nodeType!==Node.TEXT_NODE&&e.childNodes.length&&(e.childNodes[i-1]?(e=e.childNodes[i-1],i=e.textContent.length):(e=e.childNodes[0],i=0)),d.isLineBreakTag(o)||d.isEmpty(o)){const r=this.getHigherLevelSiblings(e,"right");if(r.every((a,l)=>l===r.length-1&&d.isLineBreakTag(a)||d.isEmpty(a)&&!d.isLineBreakTag(a))&&i===e.textContent.length)return!0}const n=o.textContent.replace(/\s+$/,"");return e===o&&i>=n.length}setToBlock(t,e=this.positions.DEFAULT,o=0){const{BlockManager:i}=this.Editor;let n;switch(e){case this.positions.START:n=t.firstInput;break;case this.positions.END:n=t.lastInput;break;default:n=t.currentInput}if(!n)return;const r=d.getDeepestNode(n,e===this.positions.END),a=d.getContentLength(r);switch(!0){case e===this.positions.START:o=0;break;case e===this.positions.END:case o>a:o=a;break}rt(()=>{this.set(r,o)},20)(),i.setCurrentBlockByChildNode(t.holder),i.currentBlock.currentInput=n}setToInput(t,e=this.positions.DEFAULT,o=0){const{currentBlock:i}=this.Editor.BlockManager,n=d.getDeepestNode(t);switch(e){case this.positions.START:this.set(n,0);break;case this.positions.END:this.set(n,d.getContentLength(n));break;default:o&&this.set(n,o)}i.currentInput=t}set(t,e=0){const{top:o,bottom:i}=b.setCursor(t,e),{innerHeight:n}=window;o<0&&window.scrollBy(0,o),i>n&&window.scrollBy(0,i-n)}setToTheLastBlock(){const t=this.Editor.BlockManager.lastBlock;if(t)if(t.tool.isDefault&&t.isEmpty)this.setToBlock(t);else{const e=this.Editor.BlockManager.insertAtEnd();this.setToBlock(e)}}extractFragmentFromCaretPosition(){const t=b.get();if(t.rangeCount){const e=t.getRangeAt(0),o=this.Editor.BlockManager.currentBlock.currentInput;if(e.deleteContents(),o)if(d.isNativeInput(o)){const i=o,n=document.createDocumentFragment(),r=i.value.substring(0,i.selectionStart),a=i.value.substring(i.selectionStart);return n.textContent=a,i.value=r,n}else{const i=e.cloneRange();return i.selectNodeContents(o),i.setStart(e.endContainer,e.endOffset),i.extractContents()}}}navigateNext(){const{BlockManager:t}=this.Editor,{currentBlock:e,nextContentfulBlock:o}=t,{nextInput:i}=e,n=this.isAtEnd;let r=o;if(!r&&!i){if(e.tool.isDefault||!n)return!1;r=t.insertAtEnd()}return n?(i?this.setToInput(i,this.positions.START):this.setToBlock(r,this.positions.START),!0):!1}navigatePrevious(){const{currentBlock:t,previousContentfulBlock:e}=this.Editor.BlockManager;if(!t)return!1;const{previousInput:o}=t;return!e&&!o?!1:this.isAtStart?(o?this.setToInput(o,this.positions.END):this.setToBlock(e,this.positions.END),!0):!1}createShadow(t){const e=document.createElement("span");e.classList.add(vt.CSS.shadowCaret),t.insertAdjacentElement("beforeend",e)}restoreCaret(t){const e=t.querySelector(`.${vt.CSS.shadowCaret}`);if(!e)return;new b().expandToTag(e);const o=document.createRange();o.selectNode(e),o.extractContents()}insertContentAtCaretPosition(t){const e=document.createDocumentFragment(),o=document.createElement("div"),i=b.get(),n=b.range;o.innerHTML=t,Array.from(o.childNodes).forEach(c=>e.appendChild(c)),e.childNodes.length===0&&e.appendChild(new Text);const r=e.lastChild;n.deleteContents(),n.insertNode(e);const a=document.createRange(),l=r.nodeType===Node.TEXT_NODE?r:r.firstChild;l!==null&&l.textContent!==null&&a.setStart(l,l.textContent.length),i.removeAllRanges(),i.addRange(a)}getHigherLevelSiblings(t,e){let o=t;const i=[];for(;o.parentNode&&o.parentNode.contentEditable!=="true";)o=o.parentNode;const n=e==="left"?"previousSibling":"nextSibling";for(;o[n];)o=o[n],i.push(o);return i}}class ai extends T{constructor(){super(...arguments),this.onMouseUp=()=>{this.listeners.off(document,"mouseover",this.onMouseOver),this.listeners.off(document,"mouseup",this.onMouseUp)},this.onMouseOver=t=>{const{BlockManager:e,BlockSelection:o}=this.Editor,i=e.getBlockByChildNode(t.relatedTarget)||this.lastSelectedBlock,n=e.getBlockByChildNode(t.target);if(!(!i||!n)&&n!==i){if(i===this.firstSelectedBlock){b.get().removeAllRanges(),i.selected=!0,n.selected=!0,o.clearCache();return}if(n===this.firstSelectedBlock){i.selected=!1,n.selected=!1,o.clearCache();return}this.Editor.InlineToolbar.close(),this.toggleBlocksSelectedState(i,n),this.lastSelectedBlock=n}}}async prepare(){this.listeners.on(document,"mousedown",t=>{this.enableCrossBlockSelection(t)})}watchSelection(t){if(t.button!==ze.LEFT)return;const{BlockManager:e}=this.Editor;this.firstSelectedBlock=e.getBlock(t.target),this.lastSelectedBlock=this.firstSelectedBlock,this.listeners.on(document,"mouseover",this.onMouseOver),this.listeners.on(document,"mouseup",this.onMouseUp)}get isCrossBlockSelectionStarted(){return!!this.firstSelectedBlock&&!!this.lastSelectedBlock}toggleBlockSelectedState(t=!0){const{BlockManager:e,BlockSelection:o}=this.Editor;this.lastSelectedBlock||(this.lastSelectedBlock=this.firstSelectedBlock=e.currentBlock),this.firstSelectedBlock===this.lastSelectedBlock&&(this.firstSelectedBlock.selected=!0,o.clearCache(),b.get().removeAllRanges());const i=e.blocks.indexOf(this.lastSelectedBlock)+(t?1:-1),n=e.blocks[i];n&&(this.lastSelectedBlock.selected!==n.selected?(n.selected=!0,o.clearCache()):(this.lastSelectedBlock.selected=!1,o.clearCache()),this.lastSelectedBlock=n,this.Editor.InlineToolbar.close(),n.holder.scrollIntoView({block:"nearest"}))}clear(t){const{BlockManager:e,BlockSelection:o,Caret:i}=this.Editor,n=e.blocks.indexOf(this.firstSelectedBlock),r=e.blocks.indexOf(this.lastSelectedBlock);if(o.anyBlockSelected&&n>-1&&r>-1)if(t&&t instanceof KeyboardEvent)switch(t.keyCode){case E.DOWN:case E.RIGHT:i.setToBlock(e.blocks[Math.max(n,r)],i.positions.END);break;case E.UP:case E.LEFT:i.setToBlock(e.blocks[Math.min(n,r)],i.positions.START);break;default:i.setToBlock(e.blocks[Math.max(n,r)],i.positions.END)}else i.setToBlock(e.blocks[Math.max(n,r)],i.positions.END);this.firstSelectedBlock=this.lastSelectedBlock=null}enableCrossBlockSelection(t){const{UI:e}=this.Editor;b.isCollapsed||this.Editor.BlockSelection.clearSelection(t),e.nodes.redactor.contains(t.target)?this.watchSelection(t):this.Editor.BlockSelection.clearSelection(t)}toggleBlocksSelectedState(t,e){const{BlockManager:o,BlockSelection:i}=this.Editor,n=o.blocks.indexOf(t),r=o.blocks.indexOf(e),a=t.selected!==e.selected;for(let l=Math.min(n,r);l<=Math.max(n,r);l++){const c=o.blocks[l];c!==this.firstSelectedBlock&&c!==(a?t:e)&&(o.blocks[l].selected=!o.blocks[l].selected,i.clearCache())}}}class li extends T{constructor(){super(...arguments),this.isStartedAtEditor=!1}toggleReadOnly(t){t?this.disableModuleBindings():this.enableModuleBindings()}enableModuleBindings(){const{UI:t}=this.Editor;this.readOnlyMutableListeners.on(t.nodes.holder,"drop",async e=>{await this.processDrop(e)},!0),this.readOnlyMutableListeners.on(t.nodes.holder,"dragstart",()=>{this.processDragStart()}),this.readOnlyMutableListeners.on(t.nodes.holder,"dragover",e=>{this.processDragOver(e)},!0)}disableModuleBindings(){this.readOnlyMutableListeners.clearAll()}async processDrop(t){const{BlockManager:e,Caret:o,Paste:i}=this.Editor;t.preventDefault(),e.blocks.forEach(r=>{r.dropTarget=!1}),b.isAtEditor&&!b.isCollapsed&&this.isStartedAtEditor&&document.execCommand("delete"),this.isStartedAtEditor=!1;const n=e.setCurrentBlockByChildNode(t.target);if(n)this.Editor.Caret.setToBlock(n,o.positions.END);else{const r=e.setCurrentBlockByChildNode(e.lastBlock.holder);this.Editor.Caret.setToBlock(r,o.positions.END)}await i.processDataTransfer(t.dataTransfer,!0)}processDragStart(){b.isAtEditor&&!b.isCollapsed&&(this.isStartedAtEditor=!0),this.Editor.InlineToolbar.close()}processDragOver(t){t.preventDefault()}}class ci extends T{constructor({config:t,eventsDispatcher:e}){super({config:t,eventsDispatcher:e}),this.disabled=!1,this.batchingTimeout=null,this.batchingOnChangeQueue=new Map,this.batchTime=400,this.mutationObserver=new MutationObserver(o=>{this.redactorChanged(o)}),this.eventsDispatcher.on(he,o=>{this.particularBlockChanged(o.event)}),this.eventsDispatcher.on(pe,()=>{this.disable()}),this.eventsDispatcher.on(ue,()=>{this.enable()})}enable(){this.mutationObserver.observe(this.Editor.UI.nodes.redactor,{childList:!0,subtree:!0,characterData:!0,attributes:!0}),this.disabled=!1}disable(){this.mutationObserver.disconnect(),this.disabled=!0}particularBlockChanged(t){this.disabled||!R(this.config.onChange)||(this.batchingOnChangeQueue.set(`block:${t.detail.target.id}:event:${t.type}`,t),this.batchingTimeout&&clearTimeout(this.batchingTimeout),this.batchingTimeout=setTimeout(()=>{let e;this.batchingOnChangeQueue.size===1?e=this.batchingOnChangeQueue.values().next().value:e=Array.from(this.batchingOnChangeQueue.values()),this.config.onChange&&this.config.onChange(this.Editor.API.methods,e),this.batchingOnChangeQueue.clear()},this.batchTime))}redactorChanged(t){this.eventsDispatcher.emit(_t,{mutations:t})}}const Ee=class extends T{constructor(){super(...arguments),this.MIME_TYPE="application/x-editor-js",this.toolsTags={},this.tagsByTool={},this.toolsPatterns=[],this.toolsFiles={},this.exceptionList=[],this.processTool=s=>{try{const t=s.create({},{},!1);if(s.pasteConfig===!1){this.exceptionList.push(s.name);return}if(!R(t.onPaste))return;this.getTagsConfig(s),this.getFilesConfig(s),this.getPatternsConfig(s)}catch(t){_(`Paste handling for «${s.name}» Tool hasn't been set up because of the error`,"warn",t)}},this.handlePasteEvent=async s=>{const{BlockManager:t,Toolbar:e}=this.Editor,o=t.setCurrentBlockByChildNode(s.target);!o||this.isNativeBehaviour(s.target)&&!s.clipboardData.types.includes("Files")||o&&this.exceptionList.includes(o.name)||(s.preventDefault(),this.processDataTransfer(s.clipboardData),t.clearFocused(),e.close())}}async prepare(){this.processTools()}toggleReadOnly(s){s?this.unsetCallback():this.setCallback()}async processDataTransfer(s,t=!1){const{Tools:e}=this.Editor,o=s.types;if((o.includes?o.includes("Files"):o.contains("Files"))&&!V(this.toolsFiles)){await this.processFiles(s.files);return}const i=s.getData(this.MIME_TYPE),n=s.getData("text/plain");let r=s.getData("text/html");if(i)try{this.insertEditorJSData(JSON.parse(i));return}catch{}t&&n.trim()&&r.trim()&&(r="<p>"+(r.trim()?r:n)+"</p>");const a=Object.keys(this.toolsTags).reduce((p,h)=>(p[h.toLowerCase()]=this.toolsTags[h].sanitizationConfig??{},p),{}),l=Object.assign({},a,e.getAllInlineToolsSanitizeConfig(),{br:{}}),c=Z(r,l);!c.trim()||c.trim()===n||!d.isHTMLString(c)?await this.processText(n):await this.processText(c,!0)}async processText(s,t=!1){const{Caret:e,BlockManager:o}=this.Editor,i=t?this.processHTML(s):this.processPlain(s);if(!i.length)return;if(i.length===1){i[0].isBlock?this.processSingleBlock(i.pop()):this.processInlinePaste(i.pop());return}const n=o.currentBlock&&o.currentBlock.tool.isDefault&&o.currentBlock.isEmpty;i.map(async(r,a)=>this.insertBlock(r,a===0&&n)),o.currentBlock&&e.setToBlock(o.currentBlock,e.positions.END)}setCallback(){this.listeners.on(this.Editor.UI.nodes.holder,"paste",this.handlePasteEvent)}unsetCallback(){this.listeners.off(this.Editor.UI.nodes.holder,"paste",this.handlePasteEvent)}processTools(){const s=this.Editor.Tools.blockTools;Array.from(s.values()).forEach(this.processTool)}collectTagNames(s){return J(s)?[s]:z(s)?Object.keys(s):[]}getTagsConfig(s){if(s.pasteConfig===!1)return;const t=s.pasteConfig.tags||[],e=[];t.forEach(o=>{const i=this.collectTagNames(o);e.push(...i),i.forEach(n=>{if(Object.prototype.hasOwnProperty.call(this.toolsTags,n)){_(`Paste handler for «${s.name}» Tool on «${n}» tag is skipped because it is already used by «${this.toolsTags[n].tool.name}» Tool.`,"warn");return}const r=z(o)?o[n]:null;this.toolsTags[n.toUpperCase()]={tool:s,sanitizationConfig:r}})}),this.tagsByTool[s.name]=e.map(o=>o.toUpperCase())}getFilesConfig(s){if(s.pasteConfig===!1)return;const{files:t={}}=s.pasteConfig;let{extensions:e,mimeTypes:o}=t;!e&&!o||(e&&!Array.isArray(e)&&(_(`«extensions» property of the onDrop config for «${s.name}» Tool should be an array`),e=[]),o&&!Array.isArray(o)&&(_(`«mimeTypes» property of the onDrop config for «${s.name}» Tool should be an array`),o=[]),o&&(o=o.filter(i=>Ke(i)?!0:(_(`MIME type value «${i}» for the «${s.name}» Tool is not a valid MIME type`,"warn"),!1))),this.toolsFiles[s.name]={extensions:e||[],mimeTypes:o||[]})}getPatternsConfig(s){s.pasteConfig===!1||!s.pasteConfig.patterns||V(s.pasteConfig.patterns)||Object.entries(s.pasteConfig.patterns).forEach(([t,e])=>{e instanceof RegExp||_(`Pattern ${e} for «${s.name}» Tool is skipped because it should be a Regexp instance.`,"warn"),this.toolsPatterns.push({key:t,pattern:e,tool:s})})}isNativeBehaviour(s){return d.isNativeInput(s)}async processFiles(s){const{BlockManager:t}=this.Editor;let e;e=await Promise.all(Array.from(s).map(i=>this.processFile(i))),e=e.filter(i=>!!i);const o=t.currentBlock.tool.isDefault&&t.currentBlock.isEmpty;e.forEach((i,n)=>{t.paste(i.type,i.event,n===0&&o)})}async processFile(s){const t=Ye(s),e=Object.entries(this.toolsFiles).find(([i,{mimeTypes:n,extensions:r}])=>{const[a,l]=s.type.split("/"),c=r.find(h=>h.toLowerCase()===t.toLowerCase()),p=n.find(h=>{const[f,k]=h.split("/");return f===a&&(k===l||k==="*")});return!!c||!!p});if(!e)return;const[o]=e;return{event:this.composePasteEvent("file",{file:s}),type:o}}processHTML(s){const{Tools:t}=this.Editor,e=d.make("DIV");return e.innerHTML=s,this.getNodes(e).map(o=>{let i,n=t.defaultTool,r=!1;switch(o.nodeType){case Node.DOCUMENT_FRAGMENT_NODE:i=d.make("div"),i.appendChild(o);break;case Node.ELEMENT_NODE:i=o,r=!0,this.toolsTags[i.tagName]&&(n=this.toolsTags[i.tagName].tool);break}const{tags:a}=n.pasteConfig||{tags:[]},l=a.reduce((h,f)=>(this.collectTagNames(f).forEach(k=>{const u=z(f)?f[k]:null;h[k.toLowerCase()]=u||{}}),h),{}),c=Object.assign({},l,n.baseSanitizeConfig);if(i.tagName.toLowerCase()==="table"){const h=Z(i.outerHTML,c);i=d.make("div",void 0,{innerHTML:h}).firstChild}else i.innerHTML=Z(i.innerHTML,c);const p=this.composePasteEvent("tag",{data:i});return{content:i,isBlock:r,tool:n.name,event:p}}).filter(o=>{const i=d.isEmpty(o.content),n=d.isSingleTag(o.content);return!i||n})}processPlain(s){const{defaultBlock:t}=this.config;if(!s)return[];const e=t;return s.split(/\r?\n/).filter(o=>o.trim()).map(o=>{const i=d.make("div");i.textContent=o;const n=this.composePasteEvent("tag",{data:i});return{content:i,tool:e,isBlock:!1,event:n}})}async processSingleBlock(s){const{Caret:t,BlockManager:e}=this.Editor,{currentBlock:o}=e;if(!o||s.tool!==o.name||!d.containsOnlyInlineElements(s.content.innerHTML)){this.insertBlock(s,(o==null?void 0:o.tool.isDefault)&&o.isEmpty);return}t.insertContentAtCaretPosition(s.content.innerHTML)}async processInlinePaste(s){const{BlockManager:t,Caret:e}=this.Editor,{content:o}=s;if(t.currentBlock&&t.currentBlock.tool.isDefault&&o.textContent.length<Ee.PATTERN_PROCESSING_MAX_LENGTH){const i=await this.processPattern(o.textContent);if(i){const n=t.currentBlock&&t.currentBlock.tool.isDefault&&t.currentBlock.isEmpty,r=t.paste(i.tool,i.event,n);e.setToBlock(r,e.positions.END);return}}if(t.currentBlock&&t.currentBlock.currentInput){const i=t.currentBlock.tool.baseSanitizeConfig;document.execCommand("insertHTML",!1,Z(o.innerHTML,i))}else this.insertBlock(s)}async processPattern(s){const t=this.toolsPatterns.find(e=>{const o=e.pattern.exec(s);return o?s===o.shift():!1});return t?{event:this.composePasteEvent("pattern",{key:t.key,data:s}),tool:t.tool.name}:void 0}insertBlock(s,t=!1){const{BlockManager:e,Caret:o}=this.Editor,{currentBlock:i}=e;let n;if(t&&i&&i.isEmpty){n=e.paste(s.tool,s.event,!0),o.setToBlock(n,o.positions.END);return}n=e.paste(s.tool,s.event),o.setToBlock(n,o.positions.END)}insertEditorJSData(s){const{BlockManager:t,Caret:e,Tools:o}=this.Editor;fe(s,i=>o.blockTools.get(i).sanitizeConfig).forEach(({tool:i,data:n},r)=>{let a=!1;r===0&&(a=t.currentBlock&&t.currentBlock.tool.isDefault&&t.currentBlock.isEmpty);const l=t.insert({tool:i,data:n,replace:a});e.setToBlock(l,e.positions.END)})}processElementNode(s,t,e){const o=Object.keys(this.toolsTags),i=s,{tool:n}=this.toolsTags[i.tagName]||{},r=this.tagsByTool[n==null?void 0:n.name]||[],a=o.includes(i.tagName),l=d.blockElements.includes(i.tagName.toLowerCase()),c=Array.from(i.children).some(({tagName:h})=>o.includes(h)&&!r.includes(h)),p=Array.from(i.children).some(({tagName:h})=>d.blockElements.includes(h.toLowerCase()));if(!l&&!a&&!c)return e.appendChild(i),[...t,e];if(a&&!c||l&&!p&&!c)return[...t,e,i]}getNodes(s){const t=Array.from(s.childNodes);let e;const o=(i,n)=>{if(d.isEmpty(n)&&!d.isSingleTag(n))return i;const r=i[i.length-1];let a=new DocumentFragment;switch(r&&d.isFragment(r)&&(a=i.pop()),n.nodeType){case Node.ELEMENT_NODE:if(e=this.processElementNode(n,i,a),e)return e;break;case Node.TEXT_NODE:return a.appendChild(n),[...i,a];default:return[...i,a]}return[...i,...Array.from(n.childNodes).reduce(o,[])]};return t.reduce(o,[])}composePasteEvent(s,t){return new CustomEvent(s,{detail:t})}};let Ce=Ee;Ce.PATTERN_PROCESSING_MAX_LENGTH=450;class di extends T{constructor(){super(...arguments),this.toolsDontSupportReadOnly=[],this.readOnlyEnabled=!1}get isEnabled(){return this.readOnlyEnabled}async prepare(){const{Tools:t}=this.Editor,{blockTools:e}=t,o=[];Array.from(e.entries()).forEach(([i,n])=>{n.isReadOnlySupported||o.push(i)}),this.toolsDontSupportReadOnly=o,this.config.readOnly&&o.length>0&&this.throwCriticalError(),this.toggle(this.config.readOnly)}async toggle(t=!this.readOnlyEnabled){t&&this.toolsDontSupportReadOnly.length>0&&this.throwCriticalError();const e=this.readOnlyEnabled;this.readOnlyEnabled=t;for(const i in this.Editor)this.Editor[i].toggleReadOnly&&this.Editor[i].toggleReadOnly(t);if(e===t)return this.readOnlyEnabled;const o=await this.Editor.Saver.save();return await this.Editor.BlockManager.clear(),await this.Editor.Renderer.render(o.blocks),this.readOnlyEnabled}throwCriticalError(){throw new de(`To enable read-only mode all connected tools should support it. Tools ${this.toolsDontSupportReadOnly.join(", ")} don't support read-only mode.`)}}class ft extends T{constructor(){super(...arguments),this.isRectSelectionActivated=!1,this.SCROLL_SPEED=3,this.HEIGHT_OF_SCROLL_ZONE=40,this.BOTTOM_SCROLL_ZONE=1,this.TOP_SCROLL_ZONE=2,this.MAIN_MOUSE_BUTTON=0,this.mousedown=!1,this.isScrolling=!1,this.inScrollZone=null,this.startX=0,this.startY=0,this.mouseX=0,this.mouseY=0,this.stackOfSelected=[],this.listenerIds=[]}static get CSS(){return{overlay:"codex-editor-overlay",overlayContainer:"codex-editor-overlay__container",rect:"codex-editor-overlay__rectangle",topScrollZone:"codex-editor-overlay__scroll-zone--top",bottomScrollZone:"codex-editor-overlay__scroll-zone--bottom"}}prepare(){this.enableModuleBindings()}startSelection(t,e){const o=document.elementFromPoint(t-window.pageXOffset,e-window.pageYOffset);o.closest(`.${this.Editor.Toolbar.CSS.toolbar}`)||(this.Editor.BlockSelection.allBlocksSelected=!1,this.clearSelection(),this.stackOfSelected=[]);const i=[`.${F.CSS.content}`,`.${this.Editor.Toolbar.CSS.toolbar}`,`.${this.Editor.InlineToolbar.CSS.inlineToolbar}`],n=o.closest("."+this.Editor.UI.CSS.editorWrapper),r=i.some(a=>!!o.closest(a));!n||r||(this.mousedown=!0,this.startX=t,this.startY=e)}endSelection(){this.mousedown=!1,this.startX=0,this.startY=0,this.overlayRectangle.style.display="none"}isRectActivated(){return this.isRectSelectionActivated}clearSelection(){this.isRectSelectionActivated=!1}enableModuleBindings(){const{container:t}=this.genHTML();this.listeners.on(t,"mousedown",e=>{this.processMouseDown(e)},!1),this.listeners.on(document.body,"mousemove",St(e=>{this.processMouseMove(e)},10),{passive:!0}),this.listeners.on(document.body,"mouseleave",()=>{this.processMouseLeave()}),this.listeners.on(window,"scroll",St(e=>{this.processScroll(e)},10),{passive:!0}),this.listeners.on(document.body,"mouseup",()=>{this.processMouseUp()},!1)}processMouseDown(t){t.button===this.MAIN_MOUSE_BUTTON&&(t.target.closest(d.allInputsSelector)!==null||this.startSelection(t.pageX,t.pageY))}processMouseMove(t){this.changingRectangle(t),this.scrollByZones(t.clientY)}processMouseLeave(){this.clearSelection(),this.endSelection()}processScroll(t){this.changingRectangle(t)}processMouseUp(){this.clearSelection(),this.endSelection()}scrollByZones(t){if(this.inScrollZone=null,t<=this.HEIGHT_OF_SCROLL_ZONE&&(this.inScrollZone=this.TOP_SCROLL_ZONE),document.documentElement.clientHeight-t<=this.HEIGHT_OF_SCROLL_ZONE&&(this.inScrollZone=this.BOTTOM_SCROLL_ZONE),!this.inScrollZone){this.isScrolling=!1;return}this.isScrolling||(this.scrollVertical(this.inScrollZone===this.TOP_SCROLL_ZONE?-this.SCROLL_SPEED:this.SCROLL_SPEED),this.isScrolling=!0)}genHTML(){const{UI:t}=this.Editor,e=t.nodes.holder.querySelector("."+t.CSS.editorWrapper),o=d.make("div",ft.CSS.overlay,{}),i=d.make("div",ft.CSS.overlayContainer,{}),n=d.make("div",ft.CSS.rect,{});return i.appendChild(n),o.appendChild(i),e.appendChild(o),this.overlayRectangle=n,{container:e,overlay:o}}scrollVertical(t){if(!(this.inScrollZone&&this.mousedown))return;const e=window.pageYOffset;window.scrollBy(0,t),this.mouseY+=window.pageYOffset-e,setTimeout(()=>{this.scrollVertical(t)},0)}changingRectangle(t){if(!this.mousedown)return;t.pageY!==void 0&&(this.mouseX=t.pageX,this.mouseY=t.pageY);const{rightPos:e,leftPos:o,index:i}=this.genInfoForMouseSelection(),n=this.startX>e&&this.mouseX>e,r=this.startX<o&&this.mouseX<o;this.rectCrossesBlocks=!(n||r),this.isRectSelectionActivated||(this.rectCrossesBlocks=!1,this.isRectSelectionActivated=!0,this.shrinkRectangleToPoint(),this.overlayRectangle.style.display="block"),this.updateRectangleSize(),this.Editor.Toolbar.close(),i!==void 0&&(this.trySelectNextBlock(i),this.inverseSelection(),b.get().removeAllRanges())}shrinkRectangleToPoint(){this.overlayRectangle.style.left=`${this.startX-window.pageXOffset}px`,this.overlayRectangle.style.top=`${this.startY-window.pageYOffset}px`,this.overlayRectangle.style.bottom=`calc(100% - ${this.startY-window.pageYOffset}px`,this.overlayRectangle.style.right=`calc(100% - ${this.startX-window.pageXOffset}px`}inverseSelection(){const t=this.Editor.BlockManager.getBlockByIndex(this.stackOfSelected[0]).selected;if(this.rectCrossesBlocks&&!t)for(const e of this.stackOfSelected)this.Editor.BlockSelection.selectBlockByIndex(e);if(!this.rectCrossesBlocks&&t)for(const e of this.stackOfSelected)this.Editor.BlockSelection.unSelectBlockByIndex(e)}updateRectangleSize(){this.mouseY>=this.startY?(this.overlayRectangle.style.top=`${this.startY-window.pageYOffset}px`,this.overlayRectangle.style.bottom=`calc(100% - ${this.mouseY-window.pageYOffset}px`):(this.overlayRectangle.style.bottom=`calc(100% - ${this.startY-window.pageYOffset}px`,this.overlayRectangle.style.top=`${this.mouseY-window.pageYOffset}px`),this.mouseX>=this.startX?(this.overlayRectangle.style.left=`${this.startX-window.pageXOffset}px`,this.overlayRectangle.style.right=`calc(100% - ${this.mouseX-window.pageXOffset}px`):(this.overlayRectangle.style.right=`calc(100% - ${this.startX-window.pageXOffset}px`,this.overlayRectangle.style.left=`${this.mouseX-window.pageXOffset}px`)}genInfoForMouseSelection(){const t=document.body.offsetWidth/2,e=this.mouseY-window.pageYOffset,o=document.elementFromPoint(t,e),i=this.Editor.BlockManager.getBlockByChildNode(o);let n;i!==void 0&&(n=this.Editor.BlockManager.blocks.findIndex(p=>p.holder===i.holder));const r=this.Editor.BlockManager.lastBlock.holder.querySelector("."+F.CSS.content),a=Number.parseInt(window.getComputedStyle(r).width,10)/2,l=t-a,c=t+a;return{index:n,leftPos:l,rightPos:c}}addBlockInSelection(t){this.rectCrossesBlocks&&this.Editor.BlockSelection.selectBlockByIndex(t),this.stackOfSelected.push(t)}trySelectNextBlock(t){const e=this.stackOfSelected[this.stackOfSelected.length-1]===t,o=this.stackOfSelected.length,i=1,n=-1,r=0;if(e)return;const a=this.stackOfSelected[o-1]-this.stackOfSelected[o-2]>0;let l=r;o>1&&(l=a?i:n);const c=t>this.stackOfSelected[o-1]&&l===i,p=t<this.stackOfSelected[o-1]&&l===n,h=!(c||p||l===r);if(!h&&(t>this.stackOfSelected[o-1]||this.stackOfSelected[o-1]===void 0)){let u=this.stackOfSelected[o-1]+1||t;for(u;u<=t;u++)this.addBlockInSelection(u);return}if(!h&&t<this.stackOfSelected[o-1]){for(let u=this.stackOfSelected[o-1]-1;u>=t;u--)this.addBlockInSelection(u);return}if(!h)return;let f=o-1,k;for(t>this.stackOfSelected[o-1]?k=()=>t>this.stackOfSelected[f]:k=()=>t<this.stackOfSelected[f];k();)this.rectCrossesBlocks&&this.Editor.BlockSelection.unSelectBlockByIndex(this.stackOfSelected[f]),this.stackOfSelected.pop(),f--}}class hi extends T{async render(t){return new Promise(e=>{const{Tools:o,BlockManager:i}=this.Editor,n=t.map(({type:r,data:a,tunes:l,id:c})=>{o.available.has(r)===!1&&(K(`Tool «${r}» is not found. Check 'tools' property at the Editor.js config.`,"warn"),a=this.composeStubDataForTool(r,a,c),r=o.stubTool);let p;try{p=i.composeBlock({id:c,tool:r,data:a,tunes:l})}catch(h){_(`Block «${r}» skipped because of plugins error`,"error",{data:a,error:h}),a=this.composeStubDataForTool(r,a,c),r=o.stubTool,p=i.composeBlock({id:c,tool:r,data:a,tunes:l})}return p});i.insertMany(n),window.requestIdleCallback(()=>{e()},{timeout:2e3})})}composeStubDataForTool(t,e,o){const{Tools:i}=this.Editor;let n=t;if(i.unavailable.has(t)){const r=i.unavailable.get(t).toolbox;r!==void 0&&r[0].title!==void 0&&(n=r[0].title)}return{savedData:{id:o,type:t,data:e},title:n}}}class pi extends T{async save(){const{BlockManager:t,Tools:e}=this.Editor,o=t.blocks,i=[];try{o.forEach(a=>{i.push(this.getSavedData(a))});const n=await Promise.all(i),r=await fe(n,a=>e.blockTools.get(a).sanitizeConfig);return this.makeOutput(r)}catch(n){K("Saving failed due to the Error %o","error",n)}}async getSavedData(t){const e=await t.save(),o=e&&await t.validate(e.data);return{...e,isValid:o}}makeOutput(t){const e=[];return t.forEach(({id:o,tool:i,data:n,tunes:r,isValid:a})=>{if(!a){_(`Block «${i}» skipped because saved data is invalid`);return}if(i===this.Editor.Tools.stubTool){e.push(n);return}const l={id:o,type:i,data:n,...!V(r)&&{tunes:r}};e.push(l)}),{time:+new Date,blocks:e,version:"2.28.0"}}}var Dt={},ui={get exports(){return Dt},set exports(s){Dt=s}};(function(s,t){(function(e,o){s.exports=o()})(window,function(){return function(e){var o={};function i(n){if(o[n])return o[n].exports;var r=o[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=e,i.c=o,i.d=function(n,r,a){i.o(n,r)||Object.defineProperty(n,r,{enumerable:!0,get:a})},i.r=function(n){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},i.t=function(n,r){if(1&r&&(n=i(n)),8&r||4&r&&typeof n=="object"&&n&&n.__esModule)return n;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:n}),2&r&&typeof n!="string")for(var l in n)i.d(a,l,(function(c){return n[c]}).bind(null,l));return a},i.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return i.d(r,"a",r),r},i.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},i.p="/",i(i.s=4)}([function(e,o,i){var n=i(1),r=i(2);typeof(r=r.__esModule?r.default:r)=="string"&&(r=[[e.i,r,""]]);var a={insert:"head",singleton:!1};n(r,a),e.exports=r.locals||{}},function(e,o,i){var n,r=function(){return n===void 0&&(n=!!(window&&document&&document.all&&!window.atob)),n},a=function(){var w={};return function(v){if(w[v]===void 0){var x=document.querySelector(v);if(window.HTMLIFrameElement&&x instanceof window.HTMLIFrameElement)try{x=x.contentDocument.head}catch{x=null}w[v]=x}return w[v]}}(),l=[];function c(w){for(var v=-1,x=0;x<l.length;x++)if(l[x].identifier===w){v=x;break}return v}function p(w,v){for(var x={},I=[],O=0;O<w.length;O++){var m=w[O],g=v.base?m[0]+v.base:m[0],y=x[g]||0,B="".concat(g," ").concat(y);x[g]=y+1;var A=c(B),S={css:m[1],media:m[2],sourceMap:m[3]};A!==-1?(l[A].references++,l[A].updater(S)):l.push({identifier:B,updater:D(S,v),references:1}),I.push(B)}return I}function h(w){var v=document.createElement("style"),x=w.attributes||{};if(x.nonce===void 0){var I=i.nc;I&&(x.nonce=I)}if(Object.keys(x).forEach(function(m){v.setAttribute(m,x[m])}),typeof w.insert=="function")w.insert(v);else{var O=a(w.insert||"head");if(!O)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");O.appendChild(v)}return v}var f,k=(f=[],function(w,v){return f[w]=v,f.filter(Boolean).join(` -`)});function u(w,v,x,I){var O=x?"":I.media?"@media ".concat(I.media," {").concat(I.css,"}"):I.css;if(w.styleSheet)w.styleSheet.cssText=k(v,O);else{var m=document.createTextNode(O),g=w.childNodes;g[v]&&w.removeChild(g[v]),g.length?w.insertBefore(m,g[v]):w.appendChild(m)}}function C(w,v,x){var I=x.css,O=x.media,m=x.sourceMap;if(O?w.setAttribute("media",O):w.removeAttribute("media"),m&&btoa&&(I+=` -/*# sourceMappingURL=data:application/json;base64,`.concat(btoa(unescape(encodeURIComponent(JSON.stringify(m))))," */")),w.styleSheet)w.styleSheet.cssText=I;else{for(;w.firstChild;)w.removeChild(w.firstChild);w.appendChild(document.createTextNode(I))}}var L=null,N=0;function D(w,v){var x,I,O;if(v.singleton){var m=N++;x=L||(L=h(v)),I=u.bind(null,x,m,!1),O=u.bind(null,x,m,!0)}else x=h(v),I=C.bind(null,x,v),O=function(){(function(g){if(g.parentNode===null)return!1;g.parentNode.removeChild(g)})(x)};return I(w),function(g){if(g){if(g.css===w.css&&g.media===w.media&&g.sourceMap===w.sourceMap)return;I(w=g)}else O()}}e.exports=function(w,v){(v=v||{}).singleton||typeof v.singleton=="boolean"||(v.singleton=r());var x=p(w=w||[],v);return function(I){if(I=I||[],Object.prototype.toString.call(I)==="[object Array]"){for(var O=0;O<x.length;O++){var m=c(x[O]);l[m].references--}for(var g=p(I,v),y=0;y<x.length;y++){var B=c(x[y]);l[B].references===0&&(l[B].updater(),l.splice(B,1))}x=g}}}},function(e,o,i){(o=i(3)(!1)).push([e.i,`.ce-paragraph { +`), + i = e.innerHTML; + return ( + t.clipboardData.setData("text/plain", o), + t.clipboardData.setData("text/html", i), + Promise.all(this.selectedBlocks.map((n) => n.save())).then((n) => { + try { + t.clipboardData.setData( + this.Editor.Paste.MIME_TYPE, + JSON.stringify(n), + ); + } catch {} + }) + ); + } + selectBlockByIndex(t) { + const { BlockManager: e } = this.Editor; + e.clearFocused(); + let o; + isNaN(t) ? (o = e.currentBlock) : (o = e.getBlockByIndex(t)), + this.selection.save(), + b.get().removeAllRanges(), + (o.selected = !0), + this.clearCache(), + this.Editor.InlineToolbar.close(); + } + clearCache() { + this.anyBlockSelectedCache = null; + } + destroy() { + lt.remove(this.Editor.UI.nodes.redactor, "CMD+A"); + } + handleCommandA(t) { + if ( + (this.Editor.RectangleSelection.clearSelection(), + d.isNativeInput(t.target) && !this.readyToBlockSelection) + ) { + this.readyToBlockSelection = !0; + return; + } + const e = this.Editor.BlockManager.getBlock(t.target).inputs; + if (e.length > 1 && !this.readyToBlockSelection) { + this.readyToBlockSelection = !0; + return; + } + if (e.length === 1 && !this.needToSelectAll) { + this.needToSelectAll = !0; + return; + } + this.needToSelectAll + ? (t.preventDefault(), + this.selectAllBlocks(), + (this.needToSelectAll = !1), + (this.readyToBlockSelection = !1), + this.Editor.ConversionToolbar.close()) + : this.readyToBlockSelection && + (t.preventDefault(), + this.selectBlockByIndex(), + (this.needToSelectAll = !0)); + } + selectAllBlocks() { + this.selection.save(), + b.get().removeAllRanges(), + (this.allBlocksSelected = !0), + this.Editor.InlineToolbar.close(); + } +} +class vt extends T { + get positions() { + return { START: "start", END: "end", DEFAULT: "default" }; + } + static get CSS() { + return { shadowCaret: "cdx-shadow-caret" }; + } + get isAtStart() { + const t = b.get(), + e = d.getDeepestNode(this.Editor.BlockManager.currentBlock.currentInput); + let o = t.focusNode; + if (d.isNativeInput(e)) return e.selectionEnd === 0; + if (!t.anchorNode) return !1; + let i = o.textContent.search(/\S/); + i === -1 && (i = 0); + let n = t.focusOffset; + return ( + o.nodeType !== Node.TEXT_NODE && + o.childNodes.length && + (o.childNodes[n] + ? ((o = o.childNodes[n]), (n = 0)) + : ((o = o.childNodes[n - 1]), (n = o.textContent.length))), + (d.isLineBreakTag(e) || d.isEmpty(e)) && + this.getHigherLevelSiblings(o, "left").every((r) => { + const a = d.isLineBreakTag(r), + l = r.children.length === 1 && d.isLineBreakTag(r.children[0]), + c = a || l; + return d.isEmpty(r) && !c; + }) && + n === i + ? !0 + : e === null || (o === e && n <= i) + ); + } + get isAtEnd() { + const t = b.get(); + let e = t.focusNode; + const o = d.getDeepestNode( + this.Editor.BlockManager.currentBlock.currentInput, + !0, + ); + if (d.isNativeInput(o)) return o.selectionEnd === o.value.length; + if (!t.focusNode) return !1; + let i = t.focusOffset; + if ( + (e.nodeType !== Node.TEXT_NODE && + e.childNodes.length && + (e.childNodes[i - 1] + ? ((e = e.childNodes[i - 1]), (i = e.textContent.length)) + : ((e = e.childNodes[0]), (i = 0))), + d.isLineBreakTag(o) || d.isEmpty(o)) + ) { + const r = this.getHigherLevelSiblings(e, "right"); + if ( + r.every( + (a, l) => + (l === r.length - 1 && d.isLineBreakTag(a)) || + (d.isEmpty(a) && !d.isLineBreakTag(a)), + ) && + i === e.textContent.length + ) + return !0; + } + const n = o.textContent.replace(/\s+$/, ""); + return e === o && i >= n.length; + } + setToBlock(t, e = this.positions.DEFAULT, o = 0) { + const { BlockManager: i } = this.Editor; + let n; + switch (e) { + case this.positions.START: + n = t.firstInput; + break; + case this.positions.END: + n = t.lastInput; + break; + default: + n = t.currentInput; + } + if (!n) return; + const r = d.getDeepestNode(n, e === this.positions.END), + a = d.getContentLength(r); + switch (!0) { + case e === this.positions.START: + o = 0; + break; + case e === this.positions.END: + case o > a: + o = a; + break; + } + rt(() => { + this.set(r, o); + }, 20)(), + i.setCurrentBlockByChildNode(t.holder), + (i.currentBlock.currentInput = n); + } + setToInput(t, e = this.positions.DEFAULT, o = 0) { + const { currentBlock: i } = this.Editor.BlockManager, + n = d.getDeepestNode(t); + switch (e) { + case this.positions.START: + this.set(n, 0); + break; + case this.positions.END: + this.set(n, d.getContentLength(n)); + break; + default: + o && this.set(n, o); + } + i.currentInput = t; + } + set(t, e = 0) { + const { top: o, bottom: i } = b.setCursor(t, e), + { innerHeight: n } = window; + o < 0 && window.scrollBy(0, o), i > n && window.scrollBy(0, i - n); + } + setToTheLastBlock() { + const t = this.Editor.BlockManager.lastBlock; + if (t) + if (t.tool.isDefault && t.isEmpty) this.setToBlock(t); + else { + const e = this.Editor.BlockManager.insertAtEnd(); + this.setToBlock(e); + } + } + extractFragmentFromCaretPosition() { + const t = b.get(); + if (t.rangeCount) { + const e = t.getRangeAt(0), + o = this.Editor.BlockManager.currentBlock.currentInput; + if ((e.deleteContents(), o)) + if (d.isNativeInput(o)) { + const i = o, + n = document.createDocumentFragment(), + r = i.value.substring(0, i.selectionStart), + a = i.value.substring(i.selectionStart); + return (n.textContent = a), (i.value = r), n; + } else { + const i = e.cloneRange(); + return ( + i.selectNodeContents(o), + i.setStart(e.endContainer, e.endOffset), + i.extractContents() + ); + } + } + } + navigateNext() { + const { BlockManager: t } = this.Editor, + { currentBlock: e, nextContentfulBlock: o } = t, + { nextInput: i } = e, + n = this.isAtEnd; + let r = o; + if (!r && !i) { + if (e.tool.isDefault || !n) return !1; + r = t.insertAtEnd(); + } + return n + ? (i + ? this.setToInput(i, this.positions.START) + : this.setToBlock(r, this.positions.START), + !0) + : !1; + } + navigatePrevious() { + const { currentBlock: t, previousContentfulBlock: e } = + this.Editor.BlockManager; + if (!t) return !1; + const { previousInput: o } = t; + return !e && !o + ? !1 + : this.isAtStart + ? (o + ? this.setToInput(o, this.positions.END) + : this.setToBlock(e, this.positions.END), + !0) + : !1; + } + createShadow(t) { + const e = document.createElement("span"); + e.classList.add(vt.CSS.shadowCaret), + t.insertAdjacentElement("beforeend", e); + } + restoreCaret(t) { + const e = t.querySelector(`.${vt.CSS.shadowCaret}`); + if (!e) return; + new b().expandToTag(e); + const o = document.createRange(); + o.selectNode(e), o.extractContents(); + } + insertContentAtCaretPosition(t) { + const e = document.createDocumentFragment(), + o = document.createElement("div"), + i = b.get(), + n = b.range; + (o.innerHTML = t), + Array.from(o.childNodes).forEach((c) => e.appendChild(c)), + e.childNodes.length === 0 && e.appendChild(new Text()); + const r = e.lastChild; + n.deleteContents(), n.insertNode(e); + const a = document.createRange(), + l = r.nodeType === Node.TEXT_NODE ? r : r.firstChild; + l !== null && l.textContent !== null && a.setStart(l, l.textContent.length), + i.removeAllRanges(), + i.addRange(a); + } + getHigherLevelSiblings(t, e) { + let o = t; + const i = []; + for (; o.parentNode && o.parentNode.contentEditable !== "true"; ) + o = o.parentNode; + const n = e === "left" ? "previousSibling" : "nextSibling"; + for (; o[n]; ) (o = o[n]), i.push(o); + return i; + } +} +class ai extends T { + constructor() { + super(...arguments), + (this.onMouseUp = () => { + this.listeners.off(document, "mouseover", this.onMouseOver), + this.listeners.off(document, "mouseup", this.onMouseUp); + }), + (this.onMouseOver = (t) => { + const { BlockManager: e, BlockSelection: o } = this.Editor, + i = e.getBlockByChildNode(t.relatedTarget) || this.lastSelectedBlock, + n = e.getBlockByChildNode(t.target); + if (!(!i || !n) && n !== i) { + if (i === this.firstSelectedBlock) { + b.get().removeAllRanges(), + (i.selected = !0), + (n.selected = !0), + o.clearCache(); + return; + } + if (n === this.firstSelectedBlock) { + (i.selected = !1), (n.selected = !1), o.clearCache(); + return; + } + this.Editor.InlineToolbar.close(), + this.toggleBlocksSelectedState(i, n), + (this.lastSelectedBlock = n); + } + }); + } + async prepare() { + this.listeners.on(document, "mousedown", (t) => { + this.enableCrossBlockSelection(t); + }); + } + watchSelection(t) { + if (t.button !== ze.LEFT) return; + const { BlockManager: e } = this.Editor; + (this.firstSelectedBlock = e.getBlock(t.target)), + (this.lastSelectedBlock = this.firstSelectedBlock), + this.listeners.on(document, "mouseover", this.onMouseOver), + this.listeners.on(document, "mouseup", this.onMouseUp); + } + get isCrossBlockSelectionStarted() { + return !!this.firstSelectedBlock && !!this.lastSelectedBlock; + } + toggleBlockSelectedState(t = !0) { + const { BlockManager: e, BlockSelection: o } = this.Editor; + this.lastSelectedBlock || + (this.lastSelectedBlock = this.firstSelectedBlock = e.currentBlock), + this.firstSelectedBlock === this.lastSelectedBlock && + ((this.firstSelectedBlock.selected = !0), + o.clearCache(), + b.get().removeAllRanges()); + const i = e.blocks.indexOf(this.lastSelectedBlock) + (t ? 1 : -1), + n = e.blocks[i]; + n && + (this.lastSelectedBlock.selected !== n.selected + ? ((n.selected = !0), o.clearCache()) + : ((this.lastSelectedBlock.selected = !1), o.clearCache()), + (this.lastSelectedBlock = n), + this.Editor.InlineToolbar.close(), + n.holder.scrollIntoView({ block: "nearest" })); + } + clear(t) { + const { BlockManager: e, BlockSelection: o, Caret: i } = this.Editor, + n = e.blocks.indexOf(this.firstSelectedBlock), + r = e.blocks.indexOf(this.lastSelectedBlock); + if (o.anyBlockSelected && n > -1 && r > -1) + if (t && t instanceof KeyboardEvent) + switch (t.keyCode) { + case E.DOWN: + case E.RIGHT: + i.setToBlock(e.blocks[Math.max(n, r)], i.positions.END); + break; + case E.UP: + case E.LEFT: + i.setToBlock(e.blocks[Math.min(n, r)], i.positions.START); + break; + default: + i.setToBlock(e.blocks[Math.max(n, r)], i.positions.END); + } + else i.setToBlock(e.blocks[Math.max(n, r)], i.positions.END); + this.firstSelectedBlock = this.lastSelectedBlock = null; + } + enableCrossBlockSelection(t) { + const { UI: e } = this.Editor; + b.isCollapsed || this.Editor.BlockSelection.clearSelection(t), + e.nodes.redactor.contains(t.target) + ? this.watchSelection(t) + : this.Editor.BlockSelection.clearSelection(t); + } + toggleBlocksSelectedState(t, e) { + const { BlockManager: o, BlockSelection: i } = this.Editor, + n = o.blocks.indexOf(t), + r = o.blocks.indexOf(e), + a = t.selected !== e.selected; + for (let l = Math.min(n, r); l <= Math.max(n, r); l++) { + const c = o.blocks[l]; + c !== this.firstSelectedBlock && + c !== (a ? t : e) && + ((o.blocks[l].selected = !o.blocks[l].selected), i.clearCache()); + } + } +} +class li extends T { + constructor() { + super(...arguments), (this.isStartedAtEditor = !1); + } + toggleReadOnly(t) { + t ? this.disableModuleBindings() : this.enableModuleBindings(); + } + enableModuleBindings() { + const { UI: t } = this.Editor; + this.readOnlyMutableListeners.on( + t.nodes.holder, + "drop", + async (e) => { + await this.processDrop(e); + }, + !0, + ), + this.readOnlyMutableListeners.on(t.nodes.holder, "dragstart", () => { + this.processDragStart(); + }), + this.readOnlyMutableListeners.on( + t.nodes.holder, + "dragover", + (e) => { + this.processDragOver(e); + }, + !0, + ); + } + disableModuleBindings() { + this.readOnlyMutableListeners.clearAll(); + } + async processDrop(t) { + const { BlockManager: e, Caret: o, Paste: i } = this.Editor; + t.preventDefault(), + e.blocks.forEach((r) => { + r.dropTarget = !1; + }), + b.isAtEditor && + !b.isCollapsed && + this.isStartedAtEditor && + document.execCommand("delete"), + (this.isStartedAtEditor = !1); + const n = e.setCurrentBlockByChildNode(t.target); + if (n) this.Editor.Caret.setToBlock(n, o.positions.END); + else { + const r = e.setCurrentBlockByChildNode(e.lastBlock.holder); + this.Editor.Caret.setToBlock(r, o.positions.END); + } + await i.processDataTransfer(t.dataTransfer, !0); + } + processDragStart() { + b.isAtEditor && !b.isCollapsed && (this.isStartedAtEditor = !0), + this.Editor.InlineToolbar.close(); + } + processDragOver(t) { + t.preventDefault(); + } +} +class ci extends T { + constructor({ config: t, eventsDispatcher: e }) { + super({ config: t, eventsDispatcher: e }), + (this.disabled = !1), + (this.batchingTimeout = null), + (this.batchingOnChangeQueue = new Map()), + (this.batchTime = 400), + (this.mutationObserver = new MutationObserver((o) => { + this.redactorChanged(o); + })), + this.eventsDispatcher.on(he, (o) => { + this.particularBlockChanged(o.event); + }), + this.eventsDispatcher.on(pe, () => { + this.disable(); + }), + this.eventsDispatcher.on(ue, () => { + this.enable(); + }); + } + enable() { + this.mutationObserver.observe(this.Editor.UI.nodes.redactor, { + childList: !0, + subtree: !0, + characterData: !0, + attributes: !0, + }), + (this.disabled = !1); + } + disable() { + this.mutationObserver.disconnect(), (this.disabled = !0); + } + particularBlockChanged(t) { + this.disabled || + !R(this.config.onChange) || + (this.batchingOnChangeQueue.set( + `block:${t.detail.target.id}:event:${t.type}`, + t, + ), + this.batchingTimeout && clearTimeout(this.batchingTimeout), + (this.batchingTimeout = setTimeout(() => { + let e; + this.batchingOnChangeQueue.size === 1 + ? (e = this.batchingOnChangeQueue.values().next().value) + : (e = Array.from(this.batchingOnChangeQueue.values())), + this.config.onChange && + this.config.onChange(this.Editor.API.methods, e), + this.batchingOnChangeQueue.clear(); + }, this.batchTime))); + } + redactorChanged(t) { + this.eventsDispatcher.emit(_t, { mutations: t }); + } +} +const Ee = class extends T { + constructor() { + super(...arguments), + (this.MIME_TYPE = "application/x-editor-js"), + (this.toolsTags = {}), + (this.tagsByTool = {}), + (this.toolsPatterns = []), + (this.toolsFiles = {}), + (this.exceptionList = []), + (this.processTool = (s) => { + try { + const t = s.create({}, {}, !1); + if (s.pasteConfig === !1) { + this.exceptionList.push(s.name); + return; + } + if (!R(t.onPaste)) return; + this.getTagsConfig(s), + this.getFilesConfig(s), + this.getPatternsConfig(s); + } catch (t) { + _( + `Paste handling for «${s.name}» Tool hasn't been set up because of the error`, + "warn", + t, + ); + } + }), + (this.handlePasteEvent = async (s) => { + const { BlockManager: t, Toolbar: e } = this.Editor, + o = t.setCurrentBlockByChildNode(s.target); + !o || + (this.isNativeBehaviour(s.target) && + !s.clipboardData.types.includes("Files")) || + (o && this.exceptionList.includes(o.name)) || + (s.preventDefault(), + this.processDataTransfer(s.clipboardData), + t.clearFocused(), + e.close()); + }); + } + async prepare() { + this.processTools(); + } + toggleReadOnly(s) { + s ? this.unsetCallback() : this.setCallback(); + } + async processDataTransfer(s, t = !1) { + const { Tools: e } = this.Editor, + o = s.types; + if ( + (o.includes ? o.includes("Files") : o.contains("Files")) && + !V(this.toolsFiles) + ) { + await this.processFiles(s.files); + return; + } + const i = s.getData(this.MIME_TYPE), + n = s.getData("text/plain"); + let r = s.getData("text/html"); + if (i) + try { + this.insertEditorJSData(JSON.parse(i)); + return; + } catch {} + t && n.trim() && r.trim() && (r = "<p>" + (r.trim() ? r : n) + "</p>"); + const a = Object.keys(this.toolsTags).reduce( + (p, h) => ( + (p[h.toLowerCase()] = this.toolsTags[h].sanitizationConfig ?? {}), p + ), + {}, + ), + l = Object.assign({}, a, e.getAllInlineToolsSanitizeConfig(), { br: {} }), + c = Z(r, l); + !c.trim() || c.trim() === n || !d.isHTMLString(c) + ? await this.processText(n) + : await this.processText(c, !0); + } + async processText(s, t = !1) { + const { Caret: e, BlockManager: o } = this.Editor, + i = t ? this.processHTML(s) : this.processPlain(s); + if (!i.length) return; + if (i.length === 1) { + i[0].isBlock + ? this.processSingleBlock(i.pop()) + : this.processInlinePaste(i.pop()); + return; + } + const n = + o.currentBlock && o.currentBlock.tool.isDefault && o.currentBlock.isEmpty; + i.map(async (r, a) => this.insertBlock(r, a === 0 && n)), + o.currentBlock && e.setToBlock(o.currentBlock, e.positions.END); + } + setCallback() { + this.listeners.on( + this.Editor.UI.nodes.holder, + "paste", + this.handlePasteEvent, + ); + } + unsetCallback() { + this.listeners.off( + this.Editor.UI.nodes.holder, + "paste", + this.handlePasteEvent, + ); + } + processTools() { + const s = this.Editor.Tools.blockTools; + Array.from(s.values()).forEach(this.processTool); + } + collectTagNames(s) { + return J(s) ? [s] : z(s) ? Object.keys(s) : []; + } + getTagsConfig(s) { + if (s.pasteConfig === !1) return; + const t = s.pasteConfig.tags || [], + e = []; + t.forEach((o) => { + const i = this.collectTagNames(o); + e.push(...i), + i.forEach((n) => { + if (Object.prototype.hasOwnProperty.call(this.toolsTags, n)) { + _( + `Paste handler for «${s.name}» Tool on «${n}» tag is skipped because it is already used by «${this.toolsTags[n].tool.name}» Tool.`, + "warn", + ); + return; + } + const r = z(o) ? o[n] : null; + this.toolsTags[n.toUpperCase()] = { tool: s, sanitizationConfig: r }; + }); + }), + (this.tagsByTool[s.name] = e.map((o) => o.toUpperCase())); + } + getFilesConfig(s) { + if (s.pasteConfig === !1) return; + const { files: t = {} } = s.pasteConfig; + let { extensions: e, mimeTypes: o } = t; + (!e && !o) || + (e && + !Array.isArray(e) && + (_( + `«extensions» property of the onDrop config for «${s.name}» Tool should be an array`, + ), + (e = [])), + o && + !Array.isArray(o) && + (_( + `«mimeTypes» property of the onDrop config for «${s.name}» Tool should be an array`, + ), + (o = [])), + o && + (o = o.filter((i) => + Ke(i) + ? !0 + : (_( + `MIME type value «${i}» for the «${s.name}» Tool is not a valid MIME type`, + "warn", + ), + !1), + )), + (this.toolsFiles[s.name] = { extensions: e || [], mimeTypes: o || [] })); + } + getPatternsConfig(s) { + s.pasteConfig === !1 || + !s.pasteConfig.patterns || + V(s.pasteConfig.patterns) || + Object.entries(s.pasteConfig.patterns).forEach(([t, e]) => { + e instanceof RegExp || + _( + `Pattern ${e} for «${s.name}» Tool is skipped because it should be a Regexp instance.`, + "warn", + ), + this.toolsPatterns.push({ key: t, pattern: e, tool: s }); + }); + } + isNativeBehaviour(s) { + return d.isNativeInput(s); + } + async processFiles(s) { + const { BlockManager: t } = this.Editor; + let e; + (e = await Promise.all(Array.from(s).map((i) => this.processFile(i)))), + (e = e.filter((i) => !!i)); + const o = t.currentBlock.tool.isDefault && t.currentBlock.isEmpty; + e.forEach((i, n) => { + t.paste(i.type, i.event, n === 0 && o); + }); + } + async processFile(s) { + const t = Ye(s), + e = Object.entries(this.toolsFiles).find( + ([i, { mimeTypes: n, extensions: r }]) => { + const [a, l] = s.type.split("/"), + c = r.find((h) => h.toLowerCase() === t.toLowerCase()), + p = n.find((h) => { + const [f, k] = h.split("/"); + return f === a && (k === l || k === "*"); + }); + return !!c || !!p; + }, + ); + if (!e) return; + const [o] = e; + return { event: this.composePasteEvent("file", { file: s }), type: o }; + } + processHTML(s) { + const { Tools: t } = this.Editor, + e = d.make("DIV"); + return ( + (e.innerHTML = s), + this.getNodes(e) + .map((o) => { + let i, + n = t.defaultTool, + r = !1; + switch (o.nodeType) { + case Node.DOCUMENT_FRAGMENT_NODE: + (i = d.make("div")), i.appendChild(o); + break; + case Node.ELEMENT_NODE: + (i = o), + (r = !0), + this.toolsTags[i.tagName] && + (n = this.toolsTags[i.tagName].tool); + break; + } + const { tags: a } = n.pasteConfig || { tags: [] }, + l = a.reduce( + (h, f) => ( + this.collectTagNames(f).forEach((k) => { + const u = z(f) ? f[k] : null; + h[k.toLowerCase()] = u || {}; + }), + h + ), + {}, + ), + c = Object.assign({}, l, n.baseSanitizeConfig); + if (i.tagName.toLowerCase() === "table") { + const h = Z(i.outerHTML, c); + i = d.make("div", void 0, { innerHTML: h }).firstChild; + } else i.innerHTML = Z(i.innerHTML, c); + const p = this.composePasteEvent("tag", { data: i }); + return { content: i, isBlock: r, tool: n.name, event: p }; + }) + .filter((o) => { + const i = d.isEmpty(o.content), + n = d.isSingleTag(o.content); + return !i || n; + }) + ); + } + processPlain(s) { + const { defaultBlock: t } = this.config; + if (!s) return []; + const e = t; + return s + .split(/\r?\n/) + .filter((o) => o.trim()) + .map((o) => { + const i = d.make("div"); + i.textContent = o; + const n = this.composePasteEvent("tag", { data: i }); + return { content: i, tool: e, isBlock: !1, event: n }; + }); + } + async processSingleBlock(s) { + const { Caret: t, BlockManager: e } = this.Editor, + { currentBlock: o } = e; + if ( + !o || + s.tool !== o.name || + !d.containsOnlyInlineElements(s.content.innerHTML) + ) { + this.insertBlock(s, (o == null ? void 0 : o.tool.isDefault) && o.isEmpty); + return; + } + t.insertContentAtCaretPosition(s.content.innerHTML); + } + async processInlinePaste(s) { + const { BlockManager: t, Caret: e } = this.Editor, + { content: o } = s; + if ( + t.currentBlock && + t.currentBlock.tool.isDefault && + o.textContent.length < Ee.PATTERN_PROCESSING_MAX_LENGTH + ) { + const i = await this.processPattern(o.textContent); + if (i) { + const n = + t.currentBlock && + t.currentBlock.tool.isDefault && + t.currentBlock.isEmpty, + r = t.paste(i.tool, i.event, n); + e.setToBlock(r, e.positions.END); + return; + } + } + if (t.currentBlock && t.currentBlock.currentInput) { + const i = t.currentBlock.tool.baseSanitizeConfig; + document.execCommand("insertHTML", !1, Z(o.innerHTML, i)); + } else this.insertBlock(s); + } + async processPattern(s) { + const t = this.toolsPatterns.find((e) => { + const o = e.pattern.exec(s); + return o ? s === o.shift() : !1; + }); + return t + ? { + event: this.composePasteEvent("pattern", { key: t.key, data: s }), + tool: t.tool.name, + } + : void 0; + } + insertBlock(s, t = !1) { + const { BlockManager: e, Caret: o } = this.Editor, + { currentBlock: i } = e; + let n; + if (t && i && i.isEmpty) { + (n = e.paste(s.tool, s.event, !0)), o.setToBlock(n, o.positions.END); + return; + } + (n = e.paste(s.tool, s.event)), o.setToBlock(n, o.positions.END); + } + insertEditorJSData(s) { + const { BlockManager: t, Caret: e, Tools: o } = this.Editor; + fe(s, (i) => o.blockTools.get(i).sanitizeConfig).forEach( + ({ tool: i, data: n }, r) => { + let a = !1; + r === 0 && + (a = + t.currentBlock && + t.currentBlock.tool.isDefault && + t.currentBlock.isEmpty); + const l = t.insert({ tool: i, data: n, replace: a }); + e.setToBlock(l, e.positions.END); + }, + ); + } + processElementNode(s, t, e) { + const o = Object.keys(this.toolsTags), + i = s, + { tool: n } = this.toolsTags[i.tagName] || {}, + r = this.tagsByTool[n == null ? void 0 : n.name] || [], + a = o.includes(i.tagName), + l = d.blockElements.includes(i.tagName.toLowerCase()), + c = Array.from(i.children).some( + ({ tagName: h }) => o.includes(h) && !r.includes(h), + ), + p = Array.from(i.children).some(({ tagName: h }) => + d.blockElements.includes(h.toLowerCase()), + ); + if (!l && !a && !c) return e.appendChild(i), [...t, e]; + if ((a && !c) || (l && !p && !c)) return [...t, e, i]; + } + getNodes(s) { + const t = Array.from(s.childNodes); + let e; + const o = (i, n) => { + if (d.isEmpty(n) && !d.isSingleTag(n)) return i; + const r = i[i.length - 1]; + let a = new DocumentFragment(); + switch ((r && d.isFragment(r) && (a = i.pop()), n.nodeType)) { + case Node.ELEMENT_NODE: + if (((e = this.processElementNode(n, i, a)), e)) return e; + break; + case Node.TEXT_NODE: + return a.appendChild(n), [...i, a]; + default: + return [...i, a]; + } + return [...i, ...Array.from(n.childNodes).reduce(o, [])]; + }; + return t.reduce(o, []); + } + composePasteEvent(s, t) { + return new CustomEvent(s, { detail: t }); + } +}; +let Ce = Ee; +Ce.PATTERN_PROCESSING_MAX_LENGTH = 450; +class di extends T { + constructor() { + super(...arguments), + (this.toolsDontSupportReadOnly = []), + (this.readOnlyEnabled = !1); + } + get isEnabled() { + return this.readOnlyEnabled; + } + async prepare() { + const { Tools: t } = this.Editor, + { blockTools: e } = t, + o = []; + Array.from(e.entries()).forEach(([i, n]) => { + n.isReadOnlySupported || o.push(i); + }), + (this.toolsDontSupportReadOnly = o), + this.config.readOnly && o.length > 0 && this.throwCriticalError(), + this.toggle(this.config.readOnly); + } + async toggle(t = !this.readOnlyEnabled) { + t && this.toolsDontSupportReadOnly.length > 0 && this.throwCriticalError(); + const e = this.readOnlyEnabled; + this.readOnlyEnabled = t; + for (const i in this.Editor) + this.Editor[i].toggleReadOnly && this.Editor[i].toggleReadOnly(t); + if (e === t) return this.readOnlyEnabled; + const o = await this.Editor.Saver.save(); + return ( + await this.Editor.BlockManager.clear(), + await this.Editor.Renderer.render(o.blocks), + this.readOnlyEnabled + ); + } + throwCriticalError() { + throw new de( + `To enable read-only mode all connected tools should support it. Tools ${this.toolsDontSupportReadOnly.join( + ", ", + )} don't support read-only mode.`, + ); + } +} +class ft extends T { + constructor() { + super(...arguments), + (this.isRectSelectionActivated = !1), + (this.SCROLL_SPEED = 3), + (this.HEIGHT_OF_SCROLL_ZONE = 40), + (this.BOTTOM_SCROLL_ZONE = 1), + (this.TOP_SCROLL_ZONE = 2), + (this.MAIN_MOUSE_BUTTON = 0), + (this.mousedown = !1), + (this.isScrolling = !1), + (this.inScrollZone = null), + (this.startX = 0), + (this.startY = 0), + (this.mouseX = 0), + (this.mouseY = 0), + (this.stackOfSelected = []), + (this.listenerIds = []); + } + static get CSS() { + return { + overlay: "codex-editor-overlay", + overlayContainer: "codex-editor-overlay__container", + rect: "codex-editor-overlay__rectangle", + topScrollZone: "codex-editor-overlay__scroll-zone--top", + bottomScrollZone: "codex-editor-overlay__scroll-zone--bottom", + }; + } + prepare() { + this.enableModuleBindings(); + } + startSelection(t, e) { + const o = document.elementFromPoint( + t - window.pageXOffset, + e - window.pageYOffset, + ); + o.closest(`.${this.Editor.Toolbar.CSS.toolbar}`) || + ((this.Editor.BlockSelection.allBlocksSelected = !1), + this.clearSelection(), + (this.stackOfSelected = [])); + const i = [ + `.${F.CSS.content}`, + `.${this.Editor.Toolbar.CSS.toolbar}`, + `.${this.Editor.InlineToolbar.CSS.inlineToolbar}`, + ], + n = o.closest("." + this.Editor.UI.CSS.editorWrapper), + r = i.some((a) => !!o.closest(a)); + !n || r || ((this.mousedown = !0), (this.startX = t), (this.startY = e)); + } + endSelection() { + (this.mousedown = !1), + (this.startX = 0), + (this.startY = 0), + (this.overlayRectangle.style.display = "none"); + } + isRectActivated() { + return this.isRectSelectionActivated; + } + clearSelection() { + this.isRectSelectionActivated = !1; + } + enableModuleBindings() { + const { container: t } = this.genHTML(); + this.listeners.on( + t, + "mousedown", + (e) => { + this.processMouseDown(e); + }, + !1, + ), + this.listeners.on( + document.body, + "mousemove", + St((e) => { + this.processMouseMove(e); + }, 10), + { passive: !0 }, + ), + this.listeners.on(document.body, "mouseleave", () => { + this.processMouseLeave(); + }), + this.listeners.on( + window, + "scroll", + St((e) => { + this.processScroll(e); + }, 10), + { passive: !0 }, + ), + this.listeners.on( + document.body, + "mouseup", + () => { + this.processMouseUp(); + }, + !1, + ); + } + processMouseDown(t) { + t.button === this.MAIN_MOUSE_BUTTON && + (t.target.closest(d.allInputsSelector) !== null || + this.startSelection(t.pageX, t.pageY)); + } + processMouseMove(t) { + this.changingRectangle(t), this.scrollByZones(t.clientY); + } + processMouseLeave() { + this.clearSelection(), this.endSelection(); + } + processScroll(t) { + this.changingRectangle(t); + } + processMouseUp() { + this.clearSelection(), this.endSelection(); + } + scrollByZones(t) { + if ( + ((this.inScrollZone = null), + t <= this.HEIGHT_OF_SCROLL_ZONE && + (this.inScrollZone = this.TOP_SCROLL_ZONE), + document.documentElement.clientHeight - t <= this.HEIGHT_OF_SCROLL_ZONE && + (this.inScrollZone = this.BOTTOM_SCROLL_ZONE), + !this.inScrollZone) + ) { + this.isScrolling = !1; + return; + } + this.isScrolling || + (this.scrollVertical( + this.inScrollZone === this.TOP_SCROLL_ZONE + ? -this.SCROLL_SPEED + : this.SCROLL_SPEED, + ), + (this.isScrolling = !0)); + } + genHTML() { + const { UI: t } = this.Editor, + e = t.nodes.holder.querySelector("." + t.CSS.editorWrapper), + o = d.make("div", ft.CSS.overlay, {}), + i = d.make("div", ft.CSS.overlayContainer, {}), + n = d.make("div", ft.CSS.rect, {}); + return ( + i.appendChild(n), + o.appendChild(i), + e.appendChild(o), + (this.overlayRectangle = n), + { container: e, overlay: o } + ); + } + scrollVertical(t) { + if (!(this.inScrollZone && this.mousedown)) return; + const e = window.pageYOffset; + window.scrollBy(0, t), + (this.mouseY += window.pageYOffset - e), + setTimeout(() => { + this.scrollVertical(t); + }, 0); + } + changingRectangle(t) { + if (!this.mousedown) return; + t.pageY !== void 0 && ((this.mouseX = t.pageX), (this.mouseY = t.pageY)); + const { + rightPos: e, + leftPos: o, + index: i, + } = this.genInfoForMouseSelection(), + n = this.startX > e && this.mouseX > e, + r = this.startX < o && this.mouseX < o; + (this.rectCrossesBlocks = !(n || r)), + this.isRectSelectionActivated || + ((this.rectCrossesBlocks = !1), + (this.isRectSelectionActivated = !0), + this.shrinkRectangleToPoint(), + (this.overlayRectangle.style.display = "block")), + this.updateRectangleSize(), + this.Editor.Toolbar.close(), + i !== void 0 && + (this.trySelectNextBlock(i), + this.inverseSelection(), + b.get().removeAllRanges()); + } + shrinkRectangleToPoint() { + (this.overlayRectangle.style.left = `${ + this.startX - window.pageXOffset + }px`), + (this.overlayRectangle.style.top = `${ + this.startY - window.pageYOffset + }px`), + (this.overlayRectangle.style.bottom = `calc(100% - ${ + this.startY - window.pageYOffset + }px`), + (this.overlayRectangle.style.right = `calc(100% - ${ + this.startX - window.pageXOffset + }px`); + } + inverseSelection() { + const t = this.Editor.BlockManager.getBlockByIndex( + this.stackOfSelected[0], + ).selected; + if (this.rectCrossesBlocks && !t) + for (const e of this.stackOfSelected) + this.Editor.BlockSelection.selectBlockByIndex(e); + if (!this.rectCrossesBlocks && t) + for (const e of this.stackOfSelected) + this.Editor.BlockSelection.unSelectBlockByIndex(e); + } + updateRectangleSize() { + this.mouseY >= this.startY + ? ((this.overlayRectangle.style.top = `${ + this.startY - window.pageYOffset + }px`), + (this.overlayRectangle.style.bottom = `calc(100% - ${ + this.mouseY - window.pageYOffset + }px`)) + : ((this.overlayRectangle.style.bottom = `calc(100% - ${ + this.startY - window.pageYOffset + }px`), + (this.overlayRectangle.style.top = `${ + this.mouseY - window.pageYOffset + }px`)), + this.mouseX >= this.startX + ? ((this.overlayRectangle.style.left = `${ + this.startX - window.pageXOffset + }px`), + (this.overlayRectangle.style.right = `calc(100% - ${ + this.mouseX - window.pageXOffset + }px`)) + : ((this.overlayRectangle.style.right = `calc(100% - ${ + this.startX - window.pageXOffset + }px`), + (this.overlayRectangle.style.left = `${ + this.mouseX - window.pageXOffset + }px`)); + } + genInfoForMouseSelection() { + const t = document.body.offsetWidth / 2, + e = this.mouseY - window.pageYOffset, + o = document.elementFromPoint(t, e), + i = this.Editor.BlockManager.getBlockByChildNode(o); + let n; + i !== void 0 && + (n = this.Editor.BlockManager.blocks.findIndex( + (p) => p.holder === i.holder, + )); + const r = this.Editor.BlockManager.lastBlock.holder.querySelector( + "." + F.CSS.content, + ), + a = Number.parseInt(window.getComputedStyle(r).width, 10) / 2, + l = t - a, + c = t + a; + return { index: n, leftPos: l, rightPos: c }; + } + addBlockInSelection(t) { + this.rectCrossesBlocks && this.Editor.BlockSelection.selectBlockByIndex(t), + this.stackOfSelected.push(t); + } + trySelectNextBlock(t) { + const e = this.stackOfSelected[this.stackOfSelected.length - 1] === t, + o = this.stackOfSelected.length, + i = 1, + n = -1, + r = 0; + if (e) return; + const a = this.stackOfSelected[o - 1] - this.stackOfSelected[o - 2] > 0; + let l = r; + o > 1 && (l = a ? i : n); + const c = t > this.stackOfSelected[o - 1] && l === i, + p = t < this.stackOfSelected[o - 1] && l === n, + h = !(c || p || l === r); + if ( + !h && + (t > this.stackOfSelected[o - 1] || + this.stackOfSelected[o - 1] === void 0) + ) { + let u = this.stackOfSelected[o - 1] + 1 || t; + for (u; u <= t; u++) this.addBlockInSelection(u); + return; + } + if (!h && t < this.stackOfSelected[o - 1]) { + for (let u = this.stackOfSelected[o - 1] - 1; u >= t; u--) + this.addBlockInSelection(u); + return; + } + if (!h) return; + let f = o - 1, + k; + for ( + t > this.stackOfSelected[o - 1] + ? (k = () => t > this.stackOfSelected[f]) + : (k = () => t < this.stackOfSelected[f]); + k(); + + ) + this.rectCrossesBlocks && + this.Editor.BlockSelection.unSelectBlockByIndex( + this.stackOfSelected[f], + ), + this.stackOfSelected.pop(), + f--; + } +} +class hi extends T { + async render(t) { + return new Promise((e) => { + const { Tools: o, BlockManager: i } = this.Editor, + n = t.map(({ type: r, data: a, tunes: l, id: c }) => { + o.available.has(r) === !1 && + (K( + `Tool «${r}» is not found. Check 'tools' property at the Editor.js config.`, + "warn", + ), + (a = this.composeStubDataForTool(r, a, c)), + (r = o.stubTool)); + let p; + try { + p = i.composeBlock({ id: c, tool: r, data: a, tunes: l }); + } catch (h) { + _(`Block «${r}» skipped because of plugins error`, "error", { + data: a, + error: h, + }), + (a = this.composeStubDataForTool(r, a, c)), + (r = o.stubTool), + (p = i.composeBlock({ id: c, tool: r, data: a, tunes: l })); + } + return p; + }); + i.insertMany(n), + window.requestIdleCallback( + () => { + e(); + }, + { timeout: 2e3 }, + ); + }); + } + composeStubDataForTool(t, e, o) { + const { Tools: i } = this.Editor; + let n = t; + if (i.unavailable.has(t)) { + const r = i.unavailable.get(t).toolbox; + r !== void 0 && r[0].title !== void 0 && (n = r[0].title); + } + return { savedData: { id: o, type: t, data: e }, title: n }; + } +} +class pi extends T { + async save() { + const { BlockManager: t, Tools: e } = this.Editor, + o = t.blocks, + i = []; + try { + o.forEach((a) => { + i.push(this.getSavedData(a)); + }); + const n = await Promise.all(i), + r = await fe(n, (a) => e.blockTools.get(a).sanitizeConfig); + return this.makeOutput(r); + } catch (n) { + K("Saving failed due to the Error %o", "error", n); + } + } + async getSavedData(t) { + const e = await t.save(), + o = e && (await t.validate(e.data)); + return { ...e, isValid: o }; + } + makeOutput(t) { + const e = []; + return ( + t.forEach(({ id: o, tool: i, data: n, tunes: r, isValid: a }) => { + if (!a) { + _(`Block «${i}» skipped because saved data is invalid`); + return; + } + if (i === this.Editor.Tools.stubTool) { + e.push(n); + return; + } + const l = { id: o, type: i, data: n, ...(!V(r) && { tunes: r }) }; + e.push(l); + }), + { time: +new Date(), blocks: e, version: "2.28.0" } + ); + } +} +var Dt = {}, + ui = { + get exports() { + return Dt; + }, + set exports(s) { + Dt = s; + }, + }; +(function (s, t) { + (function (e, o) { + s.exports = o(); + })(window, function () { + return (function (e) { + var o = {}; + function i(n) { + if (o[n]) return o[n].exports; + var r = (o[n] = { i: n, l: !1, exports: {} }); + return e[n].call(r.exports, r, r.exports, i), (r.l = !0), r.exports; + } + return ( + (i.m = e), + (i.c = o), + (i.d = function (n, r, a) { + i.o(n, r) || Object.defineProperty(n, r, { enumerable: !0, get: a }); + }), + (i.r = function (n) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }), + Object.defineProperty(n, "__esModule", { value: !0 }); + }), + (i.t = function (n, r) { + if ( + (1 & r && (n = i(n)), + 8 & r || (4 & r && typeof n == "object" && n && n.__esModule)) + ) + return n; + var a = Object.create(null); + if ( + (i.r(a), + Object.defineProperty(a, "default", { enumerable: !0, value: n }), + 2 & r && typeof n != "string") + ) + for (var l in n) + i.d( + a, + l, + function (c) { + return n[c]; + }.bind(null, l), + ); + return a; + }), + (i.n = function (n) { + var r = + n && n.__esModule + ? function () { + return n.default; + } + : function () { + return n; + }; + return i.d(r, "a", r), r; + }), + (i.o = function (n, r) { + return Object.prototype.hasOwnProperty.call(n, r); + }), + (i.p = "/"), + i((i.s = 4)) + ); + })([ + function (e, o, i) { + var n = i(1), + r = i(2); + typeof (r = r.__esModule ? r.default : r) == "string" && + (r = [[e.i, r, ""]]); + var a = { insert: "head", singleton: !1 }; + n(r, a), (e.exports = r.locals || {}); + }, + function (e, o, i) { + var n, + r = function () { + return ( + n === void 0 && + (n = !!(window && document && document.all && !window.atob)), + n + ); + }, + a = (function () { + var w = {}; + return function (v) { + if (w[v] === void 0) { + var x = document.querySelector(v); + if ( + window.HTMLIFrameElement && + x instanceof window.HTMLIFrameElement + ) + try { + x = x.contentDocument.head; + } catch { + x = null; + } + w[v] = x; + } + return w[v]; + }; + })(), + l = []; + function c(w) { + for (var v = -1, x = 0; x < l.length; x++) + if (l[x].identifier === w) { + v = x; + break; + } + return v; + } + function p(w, v) { + for (var x = {}, I = [], O = 0; O < w.length; O++) { + var m = w[O], + g = v.base ? m[0] + v.base : m[0], + y = x[g] || 0, + B = "".concat(g, " ").concat(y); + x[g] = y + 1; + var A = c(B), + S = { css: m[1], media: m[2], sourceMap: m[3] }; + A !== -1 + ? (l[A].references++, l[A].updater(S)) + : l.push({ identifier: B, updater: D(S, v), references: 1 }), + I.push(B); + } + return I; + } + function h(w) { + var v = document.createElement("style"), + x = w.attributes || {}; + if (x.nonce === void 0) { + var I = i.nc; + I && (x.nonce = I); + } + if ( + (Object.keys(x).forEach(function (m) { + v.setAttribute(m, x[m]); + }), + typeof w.insert == "function") + ) + w.insert(v); + else { + var O = a(w.insert || "head"); + if (!O) + throw new Error( + "Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.", + ); + O.appendChild(v); + } + return v; + } + var f, + k = + ((f = []), + function (w, v) { + return ( + (f[w] = v), + f.filter(Boolean).join(` +`) + ); + }); + function u(w, v, x, I) { + var O = x + ? "" + : I.media + ? "@media ".concat(I.media, " {").concat(I.css, "}") + : I.css; + if (w.styleSheet) w.styleSheet.cssText = k(v, O); + else { + var m = document.createTextNode(O), + g = w.childNodes; + g[v] && w.removeChild(g[v]), + g.length ? w.insertBefore(m, g[v]) : w.appendChild(m); + } + } + function C(w, v, x) { + var I = x.css, + O = x.media, + m = x.sourceMap; + if ( + (O ? w.setAttribute("media", O) : w.removeAttribute("media"), + m && + btoa && + (I += ` +/*# sourceMappingURL=data:application/json;base64,`.concat( + btoa(unescape(encodeURIComponent(JSON.stringify(m)))), + " */", + )), + w.styleSheet) + ) + w.styleSheet.cssText = I; + else { + for (; w.firstChild; ) w.removeChild(w.firstChild); + w.appendChild(document.createTextNode(I)); + } + } + var L = null, + N = 0; + function D(w, v) { + var x, I, O; + if (v.singleton) { + var m = N++; + (x = L || (L = h(v))), + (I = u.bind(null, x, m, !1)), + (O = u.bind(null, x, m, !0)); + } else + (x = h(v)), + (I = C.bind(null, x, v)), + (O = function () { + (function (g) { + if (g.parentNode === null) return !1; + g.parentNode.removeChild(g); + })(x); + }); + return ( + I(w), + function (g) { + if (g) { + if ( + g.css === w.css && + g.media === w.media && + g.sourceMap === w.sourceMap + ) + return; + I((w = g)); + } else O(); + } + ); + } + e.exports = function (w, v) { + (v = v || {}).singleton || + typeof v.singleton == "boolean" || + (v.singleton = r()); + var x = p((w = w || []), v); + return function (I) { + if ( + ((I = I || []), + Object.prototype.toString.call(I) === "[object Array]") + ) { + for (var O = 0; O < x.length; O++) { + var m = c(x[O]); + l[m].references--; + } + for (var g = p(I, v), y = 0; y < x.length; y++) { + var B = c(x[y]); + l[B].references === 0 && (l[B].updater(), l.splice(B, 1)); + } + x = g; + } + }; + }; + }, + function (e, o, i) { + (o = i(3)(!1)).push([ + e.i, + `.ce-paragraph { line-height: 1.6em; outline: none; } @@ -64,20 +7233,1591 @@ import{_ as Oe,a0 as Zt,c as Ne,i as De,r as Re,o as Pe,h as Fe}from"./admin-app .ce-paragraph p:last-of-type{ margin-bottom: 0; } -`,""]),e.exports=o},function(e,o,i){e.exports=function(n){var r=[];return r.toString=function(){return this.map(function(a){var l=function(c,p){var h=c[1]||"",f=c[3];if(!f)return h;if(p&&typeof btoa=="function"){var k=(C=f,L=btoa(unescape(encodeURIComponent(JSON.stringify(C)))),N="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(L),"/*# ".concat(N," */")),u=f.sources.map(function(D){return"/*# sourceURL=".concat(f.sourceRoot||"").concat(D," */")});return[h].concat(u).concat([k]).join(` -`)}var C,L,N;return[h].join(` -`)}(a,n);return a[2]?"@media ".concat(a[2]," {").concat(l,"}"):l}).join("")},r.i=function(a,l,c){typeof a=="string"&&(a=[[null,a,""]]);var p={};if(c)for(var h=0;h<this.length;h++){var f=this[h][0];f!=null&&(p[f]=!0)}for(var k=0;k<a.length;k++){var u=[].concat(a[k]);c&&p[u[0]]||(l&&(u[2]?u[2]="".concat(l," and ").concat(u[2]):u[2]=l),r.push(u))}},r}},function(e,o,i){i.r(o),i.d(o,"default",function(){return a}),i(0);function n(l,c){for(var p=0;p<c.length;p++){var h=c[p];h.enumerable=h.enumerable||!1,h.configurable=!0,"value"in h&&(h.writable=!0),Object.defineProperty(l,h.key,h)}}function r(l,c,p){return c&&n(l.prototype,c),p&&n(l,p),l}/** - * Base Paragraph Block for the Editor.js. - * Represents a regular text block - * - * @author CodeX (team@codex.so) - * @copyright CodeX 2018 - * @license The MIT License (MIT) - */var a=function(){function l(c){var p=c.data,h=c.config,f=c.api,k=c.readOnly;(function(u,C){if(!(u instanceof C))throw new TypeError("Cannot call a class as a function")})(this,l),this.api=f,this.readOnly=k,this._CSS={block:this.api.styles.block,wrapper:"ce-paragraph"},this.readOnly||(this.onKeyUp=this.onKeyUp.bind(this)),this._placeholder=h.placeholder?h.placeholder:l.DEFAULT_PLACEHOLDER,this._data={},this._element=null,this._preserveBlank=h.preserveBlank!==void 0&&h.preserveBlank,this.data=p}return r(l,null,[{key:"DEFAULT_PLACEHOLDER",get:function(){return""}}]),r(l,[{key:"onKeyUp",value:function(c){c.code!=="Backspace"&&c.code!=="Delete"||this._element.textContent===""&&(this._element.innerHTML="")}},{key:"drawView",value:function(){var c=document.createElement("DIV");return c.classList.add(this._CSS.wrapper,this._CSS.block),c.contentEditable=!1,c.dataset.placeholder=this.api.i18n.t(this._placeholder),this.readOnly||(c.contentEditable=!0,c.addEventListener("keyup",this.onKeyUp)),c}},{key:"render",value:function(){return this._element===null&&(this._element=this.drawView()),this.hydrate(),this._element}},{key:"merge",value:function(c){var p={text:this.data.text+c.text};this.data=p}},{key:"validate",value:function(c){return!(c.text.trim()===""&&!this._preserveBlank)}},{key:"save",value:function(c){return{text:c.innerHTML}}},{key:"onPaste",value:function(c){var p={text:c.detail.data.innerHTML};this.data=p}},{key:"hydrate",value:function(){var c=this;window.requestAnimationFrame(function(){c._element.innerHTML=c._data.text||""})}},{key:"data",get:function(){if(this._element!==null){var c=this._element.innerHTML;this._data.text=c}return this._data},set:function(c){this._data=c||{},this._element!==null&&this.hydrate()}}],[{key:"conversionConfig",get:function(){return{export:"text",import:"text"}}},{key:"sanitize",get:function(){return{text:{br:!0}}}},{key:"isReadOnlySupported",get:function(){return!0}},{key:"pasteConfig",get:function(){return{tags:["P"]}}},{key:"toolbox",get:function(){return{icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 9V7.2C8 7.08954 8.08954 7 8.2 7L12 7M16 9V7.2C16 7.08954 15.9105 7 15.8 7L12 7M12 7L12 17M12 17H10M12 17H14"/></svg>',title:"Text"}}}]),l}()}]).default})})(ui);const fi=xt(Dt);class Yt{constructor(){this.commandName="bold",this.CSS={button:"ce-inline-tool",buttonActive:"ce-inline-tool--active",buttonModifier:"ce-inline-tool--bold"},this.nodes={button:void 0}}static get sanitize(){return{b:{}}}render(){return this.nodes.button=document.createElement("button"),this.nodes.button.type="button",this.nodes.button.classList.add(this.CSS.button,this.CSS.buttonModifier),this.nodes.button.innerHTML=Do,this.nodes.button}surround(){document.execCommand(this.commandName)}checkState(){const t=document.queryCommandState(this.commandName);return this.nodes.button.classList.toggle(this.CSS.buttonActive,t),t}get shortcut(){return"CMD+B"}}Yt.isInline=!0;Yt.title="Bold";class Kt{constructor(){this.commandName="italic",this.CSS={button:"ce-inline-tool",buttonActive:"ce-inline-tool--active",buttonModifier:"ce-inline-tool--italic"},this.nodes={button:null}}static get sanitize(){return{i:{}}}render(){return this.nodes.button=document.createElement("button"),this.nodes.button.type="button",this.nodes.button.classList.add(this.CSS.button,this.CSS.buttonModifier),this.nodes.button.innerHTML=Ho,this.nodes.button}surround(){document.execCommand(this.commandName)}checkState(){const t=document.queryCommandState(this.commandName);return this.nodes.button.classList.toggle(this.CSS.buttonActive,t),t}get shortcut(){return"CMD+I"}}Kt.isInline=!0;Kt.title="Italic";class Xt{constructor({api:t}){this.commandLink="createLink",this.commandUnlink="unlink",this.ENTER_KEY=13,this.CSS={button:"ce-inline-tool",buttonActive:"ce-inline-tool--active",buttonModifier:"ce-inline-tool--link",buttonUnlink:"ce-inline-tool--unlink",input:"ce-inline-tool-input",inputShowed:"ce-inline-tool-input--showed"},this.nodes={button:null,input:null},this.inputOpened=!1,this.toolbar=t.toolbar,this.inlineToolbar=t.inlineToolbar,this.notifier=t.notifier,this.i18n=t.i18n,this.selection=new b}static get sanitize(){return{a:{href:!0,target:"_blank",rel:"nofollow"}}}render(){return this.nodes.button=document.createElement("button"),this.nodes.button.type="button",this.nodes.button.classList.add(this.CSS.button,this.CSS.buttonModifier),this.nodes.button.innerHTML=ee,this.nodes.button}renderActions(){return this.nodes.input=document.createElement("input"),this.nodes.input.placeholder=this.i18n.t("Add a link"),this.nodes.input.classList.add(this.CSS.input),this.nodes.input.addEventListener("keydown",t=>{t.keyCode===this.ENTER_KEY&&this.enterPressed(t)}),this.nodes.input}surround(t){if(t){this.inputOpened?(this.selection.restore(),this.selection.removeFakeBackground()):(this.selection.setFakeBackground(),this.selection.save());const e=this.selection.findParentTag("A");if(e){this.selection.expandToTag(e),this.unlink(),this.closeActions(),this.checkState(),this.toolbar.close();return}}this.toggleActions()}checkState(){const t=this.selection.findParentTag("A");if(t){this.nodes.button.innerHTML=$o,this.nodes.button.classList.add(this.CSS.buttonUnlink),this.nodes.button.classList.add(this.CSS.buttonActive),this.openActions();const e=t.getAttribute("href");this.nodes.input.value=e!=="null"?e:"",this.selection.save()}else this.nodes.button.innerHTML=ee,this.nodes.button.classList.remove(this.CSS.buttonUnlink),this.nodes.button.classList.remove(this.CSS.buttonActive);return!!t}clear(){this.closeActions()}get shortcut(){return"CMD+K"}toggleActions(){this.inputOpened?this.closeActions(!1):this.openActions(!0)}openActions(t=!1){this.nodes.input.classList.add(this.CSS.inputShowed),t&&this.nodes.input.focus(),this.inputOpened=!0}closeActions(t=!0){if(this.selection.isFakeBackgroundEnabled){const e=new b;e.save(),this.selection.restore(),this.selection.removeFakeBackground(),e.restore()}this.nodes.input.classList.remove(this.CSS.inputShowed),this.nodes.input.value="",t&&this.selection.clearSaved(),this.inputOpened=!1}enterPressed(t){let e=this.nodes.input.value||"";if(!e.trim()){this.selection.restore(),this.unlink(),t.preventDefault(),this.closeActions();return}if(!this.validateURL(e)){this.notifier.show({message:"Pasted link is not valid.",style:"error"}),_("Incorrect Link pasted","warn",e);return}e=this.prepareLink(e),this.selection.restore(),this.selection.removeFakeBackground(),this.insertLink(e),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this.selection.collapseToEnd(),this.inlineToolbar.close()}validateURL(t){return!/\s/.test(t)}prepareLink(t){return t=t.trim(),t=this.addProtocol(t),t}addProtocol(t){if(/^(\w+):(\/\/)?/.test(t))return t;const e=/^\/[^/\s]/.test(t),o=t.substring(0,1)==="#",i=/^\/\/[^/\s]/.test(t);return!e&&!o&&!i&&(t="http://"+t),t}insertLink(t){const e=this.selection.findParentTag("A");e&&this.selection.expandToTag(e),document.execCommand(this.commandLink,!1,t)}unlink(){document.execCommand(this.commandUnlink)}}Xt.isInline=!0;Xt.title="Link";class Be{constructor({data:t,api:e}){this.CSS={wrapper:"ce-stub",info:"ce-stub__info",title:"ce-stub__title",subtitle:"ce-stub__subtitle"},this.api=e,this.title=t.title||this.api.i18n.t("Error"),this.subtitle=this.api.i18n.t("The block can not be displayed correctly."),this.savedData=t.savedData,this.wrapper=this.make()}render(){return this.wrapper}save(){return this.savedData}make(){const t=d.make("div",this.CSS.wrapper),e=Wo,o=d.make("div",this.CSS.info),i=d.make("div",this.CSS.title,{textContent:this.title}),n=d.make("div",this.CSS.subtitle,{textContent:this.subtitle});return t.innerHTML=e,o.appendChild(i),o.appendChild(n),t.appendChild(o),t}}Be.isReadOnlySupported=!0;class gi extends Wt{constructor(){super(...arguments),this.type=yt.Inline}get title(){return this.constructable[$t.Title]}create(){return new this.constructable({api:this.api.getMethodsForTool(this),config:this.settings})}}class mi extends Wt{constructor(){super(...arguments),this.type=yt.Tune}create(t,e){return new this.constructable({api:this.api.getMethodsForTool(this),config:this.settings,block:e,data:t})}}class U extends Map{get blockTools(){const t=Array.from(this.entries()).filter(([,e])=>e.isBlock());return new U(t)}get inlineTools(){const t=Array.from(this.entries()).filter(([,e])=>e.isInline());return new U(t)}get blockTunes(){const t=Array.from(this.entries()).filter(([,e])=>e.isTune());return new U(t)}get internalTools(){const t=Array.from(this.entries()).filter(([,e])=>e.isInternal);return new U(t)}get externalTools(){const t=Array.from(this.entries()).filter(([,e])=>!e.isInternal);return new U(t)}}var bi=Object.defineProperty,ki=Object.getOwnPropertyDescriptor,Te=(s,t,e,o)=>{for(var i=o>1?void 0:o?ki(t,e):t,n=s.length-1,r;n>=0;n--)(r=s[n])&&(i=(o?r(t,e,i):r(i))||i);return o&&i&&bi(t,e,i),i};class Vt extends Wt{constructor(){super(...arguments),this.type=yt.Block,this.inlineTools=new U,this.tunes=new U}create(t,e,o){return new this.constructable({data:t,block:e,readOnly:o,api:this.api.getMethodsForTool(this),config:this.settings})}get isReadOnlySupported(){return this.constructable[st.IsReadOnlySupported]===!0}get isLineBreaksEnabled(){return this.constructable[st.IsEnabledLineBreaks]}get toolbox(){const t=this.constructable[st.Toolbox],e=this.config[kt.Toolbox];if(!V(t)&&e!==!1)return e?Array.isArray(t)?Array.isArray(e)?e.map((o,i)=>{const n=t[i];return n?{...n,...o}:o}):[e]:Array.isArray(e)?e:[{...t,...e}]:Array.isArray(t)?t:[t]}get conversionConfig(){return this.constructable[st.ConversionConfig]}get enabledInlineTools(){return this.config[kt.EnabledInlineTools]||!1}get enabledBlockTunes(){return this.config[kt.EnabledBlockTunes]}get pasteConfig(){return this.constructable[st.PasteConfig]??{}}get sanitizeConfig(){const t=super.sanitizeConfig,e=this.baseSanitizeConfig;if(V(t))return e;const o={};for(const i in t)if(Object.prototype.hasOwnProperty.call(t,i)){const n=t[i];z(n)?o[i]=Object.assign({},e,n):o[i]=n}return o}get baseSanitizeConfig(){const t={};return Array.from(this.inlineTools.values()).forEach(e=>Object.assign(t,e.sanitizeConfig)),Array.from(this.tunes.values()).forEach(e=>Object.assign(t,e.sanitizeConfig)),t}}Te([ct],Vt.prototype,"sanitizeConfig",1);Te([ct],Vt.prototype,"baseSanitizeConfig",1);class vi{constructor(t,e,o){this.api=o,this.config=t,this.editorConfig=e}get(t){const{class:e,isInternal:o=!1,...i}=this.config[t],n=this.getConstructor(e);return new n({name:t,constructable:e,config:i,api:this.api,isDefault:t===this.editorConfig.defaultBlock,defaultPlaceholder:this.editorConfig.placeholder,isInternal:o})}getConstructor(t){switch(!0){case t[$t.IsInline]:return gi;case t[ye.IsTune]:return mi;default:return Vt}}}class Se{constructor({api:t}){this.CSS={animation:"wobble"},this.api=t}render(){return{icon:me,title:this.api.i18n.t("Move down"),onActivate:()=>this.handleClick(),name:"move-down"}}handleClick(){const t=this.api.blocks.getCurrentBlockIndex(),e=this.api.blocks.getBlockByIndex(t+1);if(!e)throw new Error("Unable to move Block down since it is already the last");const o=e.holder,i=o.getBoundingClientRect();let n=Math.abs(window.innerHeight-o.offsetHeight);i.top<window.innerHeight&&(n=window.scrollY+o.offsetHeight),window.scrollTo(0,n),this.api.blocks.move(t+1),this.api.toolbar.toggleBlockSettings(!0)}}Se.isTune=!0;class Ie{constructor({api:t}){this.api=t}render(){return{icon:Po,title:this.api.i18n.t("Delete"),name:"delete",confirmation:{title:this.api.i18n.t("Click to delete"),onActivate:()=>this.handleClick()}}}handleClick(){this.api.blocks.delete()}}Ie.isTune=!0;class Me{constructor({api:t}){this.CSS={animation:"wobble"},this.api=t}render(){return{icon:Ro,title:this.api.i18n.t("Move up"),onActivate:()=>this.handleClick(),name:"move-up"}}handleClick(){const t=this.api.blocks.getCurrentBlockIndex(),e=this.api.blocks.getBlockByIndex(t),o=this.api.blocks.getBlockByIndex(t-1);if(t===0||!e||!o)throw new Error("Unable to move Block up since it is already the first");const i=e.holder,n=o.holder,r=i.getBoundingClientRect(),a=n.getBoundingClientRect();let l;a.top>0?l=Math.abs(r.top)-Math.abs(a.top):l=Math.abs(r.top)+a.height,window.scrollBy(0,-1*l),this.api.blocks.move(t-1),this.api.toolbar.toggleBlockSettings(!0)}}Me.isTune=!0;var xi=Object.defineProperty,wi=Object.getOwnPropertyDescriptor,yi=(s,t,e,o)=>{for(var i=o>1?void 0:o?wi(t,e):t,n=s.length-1,r;n>=0;n--)(r=s[n])&&(i=(o?r(t,e,i):r(i))||i);return o&&i&&xi(t,e,i),i};class _e extends T{constructor(){super(...arguments),this.stubTool="stub",this.toolsAvailable=new U,this.toolsUnavailable=new U}get available(){return this.toolsAvailable}get unavailable(){return this.toolsUnavailable}get inlineTools(){return this.available.inlineTools}get blockTools(){return this.available.blockTools}get blockTunes(){return this.available.blockTunes}get defaultTool(){return this.blockTools.get(this.config.defaultBlock)}get internal(){return this.available.internalTools}async prepare(){if(this.validateTools(),this.config.tools=It({},this.internalTools,this.config.tools),!Object.prototype.hasOwnProperty.call(this.config,"tools")||Object.keys(this.config.tools).length===0)throw Error("Can't start without tools");const t=this.prepareConfig();this.factory=new vi(t,this.config,this.Editor.API);const e=this.getListOfPrepareFunctions(t);if(e.length===0)return Promise.resolve();await We(e,o=>{this.toolPrepareMethodSuccess(o)},o=>{this.toolPrepareMethodFallback(o)}),this.prepareBlockTools()}getAllInlineToolsSanitizeConfig(){const t={};return Array.from(this.inlineTools.values()).forEach(e=>{Object.assign(t,e.sanitizeConfig)}),t}destroy(){Object.values(this.available).forEach(async t=>{R(t.reset)&&await t.reset()})}get internalTools(){return{bold:{class:Yt,isInternal:!0},italic:{class:Kt,isInternal:!0},link:{class:Xt,isInternal:!0},paragraph:{class:fi,inlineToolbar:!0,isInternal:!0},stub:{class:Be,isInternal:!0},moveUp:{class:Me,isInternal:!0},delete:{class:Ie,isInternal:!0},moveDown:{class:Se,isInternal:!0}}}toolPrepareMethodSuccess(t){const e=this.factory.get(t.toolName);if(e.isInline()){const o=["render","surround","checkState"].filter(i=>!e.create()[i]);if(o.length){_(`Incorrect Inline Tool: ${e.name}. Some of required methods is not implemented %o`,"warn",o),this.toolsUnavailable.set(e.name,e);return}}this.toolsAvailable.set(e.name,e)}toolPrepareMethodFallback(t){this.toolsUnavailable.set(t.toolName,this.factory.get(t.toolName))}getListOfPrepareFunctions(t){const e=[];return Object.entries(t).forEach(([o,i])=>{e.push({function:R(i.class.prepare)?i.class.prepare:()=>{},data:{toolName:o,config:i.config}})}),e}prepareBlockTools(){Array.from(this.blockTools.values()).forEach(t=>{this.assignInlineToolsToBlockTool(t),this.assignBlockTunesToBlockTool(t)})}assignInlineToolsToBlockTool(t){if(this.config.inlineToolbar!==!1){if(t.enabledInlineTools===!0){t.inlineTools=new U(Array.isArray(this.config.inlineToolbar)?this.config.inlineToolbar.map(e=>[e,this.inlineTools.get(e)]):Array.from(this.inlineTools.entries()));return}Array.isArray(t.enabledInlineTools)&&(t.inlineTools=new U(t.enabledInlineTools.map(e=>[e,this.inlineTools.get(e)])))}}assignBlockTunesToBlockTool(t){if(t.enabledBlockTunes!==!1){if(Array.isArray(t.enabledBlockTunes)){const e=new U(t.enabledBlockTunes.map(o=>[o,this.blockTunes.get(o)]));t.tunes=new U([...e,...this.blockTunes.internalTools]);return}if(Array.isArray(this.config.tunes)){const e=new U(this.config.tunes.map(o=>[o,this.blockTunes.get(o)]));t.tunes=new U([...e,...this.blockTunes.internalTools]);return}t.tunes=this.blockTunes.internalTools}}validateTools(){for(const t in this.config.tools)if(Object.prototype.hasOwnProperty.call(this.config.tools,t)){if(t in this.internalTools)return;const e=this.config.tools[t];if(!R(e)&&!R(e.class))throw Error(`Tool «${t}» must be a constructor function or an object with function in the «class» property`)}}prepareConfig(){const t={};for(const e in this.config.tools)z(this.config.tools[e])?t[e]=this.config.tools[e]:t[e]={class:this.config.tools[e]};return t}}yi([ct],_e.prototype,"getAllInlineToolsSanitizeConfig",1);const Ei=`:root{--selectionColor: #e1f2ff;--inlineSelectionColor: #d4ecff;--bg-light: #eff2f5;--grayText: #707684;--color-dark: #1D202B;--color-active-icon: #388AE5;--color-gray-border: rgba(201, 201, 204, .48);--content-width: 650px;--narrow-mode-right-padding: 50px;--toolbox-buttons-size: 26px;--toolbox-buttons-size--mobile: 36px;--icon-size: 20px;--icon-size--mobile: 28px;--block-padding-vertical: .4em;--color-line-gray: #EFF0F1 }.codex-editor{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1}.codex-editor .hide{display:none}.codex-editor__redactor [contenteditable]:empty:after{content:"\\feff"}@media (min-width: 651px){.codex-editor--narrow .codex-editor__redactor{margin-right:50px}}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .codex-editor__redactor{margin-left:50px;margin-right:0}}@media (min-width: 651px){.codex-editor--narrow .ce-toolbar__actions{right:-5px}}.codex-editor-copyable{position:absolute;height:1px;width:1px;top:-400%;opacity:.001}.codex-editor-overlay{position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:999;pointer-events:none;overflow:hidden}.codex-editor-overlay__container{position:relative;pointer-events:auto;z-index:0}.codex-editor-overlay__rectangle{position:absolute;pointer-events:none;background-color:#2eaadc33;border:1px solid transparent}.codex-editor svg{max-height:100%}.codex-editor path{stroke:currentColor}.codex-editor ::-moz-selection{background-color:#d4ecff}.codex-editor ::selection{background-color:#d4ecff}.codex-editor--toolbox-opened [contentEditable=true][data-placeholder]:focus:before{opacity:0!important}.ce-scroll-locked{overflow:hidden}.ce-scroll-locked--hard{overflow:hidden;top:calc(-1 * var(--window-scroll-offset));position:fixed;width:100%}.ce-toolbar{position:absolute;left:0;right:0;top:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;will-change:opacity,top;display:none}.ce-toolbar--opened{display:block}.ce-toolbar__content{max-width:650px;margin:0 auto;position:relative}.ce-toolbar__plus{color:#1d202b;cursor:pointer;width:26px;height:26px;border-radius:7px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0}@media (max-width: 650px){.ce-toolbar__plus{width:36px;height:36px}}@media (hover: hover){.ce-toolbar__plus:hover{background-color:#eff2f5}}.ce-toolbar__plus--active{background-color:#eff2f5;-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ce-toolbar__plus-shortcut{opacity:.6;word-spacing:-2px;margin-top:5px}@media (max-width: 650px){.ce-toolbar__plus{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;position:static}.ce-toolbar__plus--left-oriented:before{left:15px;margin-left:0}.ce-toolbar__plus--right-oriented:before{left:auto;right:15px;margin-left:0}}.ce-toolbar__actions{position:absolute;right:100%;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:5px}.ce-toolbar__actions--opened{opacity:1}@media (max-width: 650px){.ce-toolbar__actions{right:auto}}.ce-toolbar__settings-btn{color:#1d202b;width:26px;height:26px;border-radius:7px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-left:3px;cursor:pointer;user-select:none}@media (max-width: 650px){.ce-toolbar__settings-btn{width:36px;height:36px}}@media (hover: hover){.ce-toolbar__settings-btn:hover{background-color:#eff2f5}}.ce-toolbar__settings-btn--active{background-color:#eff2f5;-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media (min-width: 651px){.ce-toolbar__settings-btn{width:24px}}.ce-toolbar__settings-btn--hidden{display:none}@media (max-width: 650px){.ce-toolbar__settings-btn{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;position:static}.ce-toolbar__settings-btn--left-oriented:before{left:15px;margin-left:0}.ce-toolbar__settings-btn--right-oriented:before{left:auto;right:15px;margin-left:0}}.ce-toolbar__plus svg,.ce-toolbar__settings-btn svg{width:24px;height:24px}@media (min-width: 651px){.codex-editor--narrow .ce-toolbar__plus{left:5px}}@media (min-width: 651px){.codex-editor--narrow .ce-toolbox .ce-popover{right:0;left:auto;left:initial}}.ce-inline-toolbar{--y-offset: 8px;position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;-webkit-transform:translateX(-50%) translateY(8px) scale(.94);transform:translate(-50%) translateY(8px) scale(.94);opacity:0;visibility:hidden;-webkit-transition:opacity .25s ease,-webkit-transform .15s ease;transition:opacity .25s ease,-webkit-transform .15s ease;transition:transform .15s ease,opacity .25s ease;transition:transform .15s ease,opacity .25s ease,-webkit-transform .15s ease;will-change:transform,opacity;top:0;left:0;z-index:3}.ce-inline-toolbar--left-oriented:before{left:15px;margin-left:0}.ce-inline-toolbar--right-oriented:before{left:auto;right:15px;margin-left:0}.ce-inline-toolbar--showed{opacity:1;visibility:visible;-webkit-transform:translateX(-50%);transform:translate(-50%)}.ce-inline-toolbar--left-oriented{-webkit-transform:translateX(-23px) translateY(8px) scale(.94);transform:translate(-23px) translateY(8px) scale(.94)}.ce-inline-toolbar--left-oriented.ce-inline-toolbar--showed{-webkit-transform:translateX(-23px);transform:translate(-23px)}.ce-inline-toolbar--right-oriented{-webkit-transform:translateX(-100%) translateY(8px) scale(.94);transform:translate(-100%) translateY(8px) scale(.94);margin-left:23px}.ce-inline-toolbar--right-oriented.ce-inline-toolbar--showed{-webkit-transform:translateX(-100%);transform:translate(-100%)}.ce-inline-toolbar [hidden]{display:none!important}.ce-inline-toolbar__toggler-and-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 6px}.ce-inline-toolbar__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-inline-toolbar__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;margin:0 6px 0 -6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-right:1px solid rgba(201,201,204,.48);-webkit-box-sizing:border-box;box-sizing:border-box}@media (hover: hover){.ce-inline-toolbar__dropdown:hover{background:#eff2f5}}.ce-inline-toolbar__dropdown--hidden{display:none}.ce-inline-toolbar__dropdown-content,.ce-inline-toolbar__dropdown-arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-inline-toolbar__dropdown-content svg,.ce-inline-toolbar__dropdown-arrow svg{width:20px;height:20px}.ce-inline-toolbar__shortcut{opacity:.6;word-spacing:-3px;margin-top:3px}.ce-inline-tool{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 1px;cursor:pointer;border:0;outline:none;background-color:transparent;vertical-align:bottom;color:inherit;margin:0;border-radius:0;line-height:normal}.ce-inline-tool svg{width:20px;height:20px}@media (max-width: 650px){.ce-inline-tool svg{width:28px;height:28px}}@media (hover: hover){.ce-inline-tool:hover{background-color:#eff2f5}}.ce-inline-tool--active{color:#388ae5}.ce-inline-tool--focused{background:rgba(34,186,255,.08)!important}.ce-inline-tool--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.ce-inline-tool--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.ce-inline-tool--link .icon--unlink,.ce-inline-tool--unlink .icon--link{display:none}.ce-inline-tool--unlink .icon--unlink{display:inline-block;margin-bottom:-1px}.ce-inline-tool-input{outline:none;border:0;border-radius:0 0 4px 4px;margin:0;font-size:13px;padding:10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;font-weight:500;border-top:1px solid rgba(201,201,204,.48);-webkit-appearance:none;font-family:inherit}@media (max-width: 650px){.ce-inline-tool-input{font-size:15px;font-weight:500}}.ce-inline-tool-input::-webkit-input-placeholder{color:#707684}.ce-inline-tool-input::-moz-placeholder{color:#707684}.ce-inline-tool-input:-ms-input-placeholder{color:#707684}.ce-inline-tool-input::-ms-input-placeholder{color:#707684}.ce-inline-tool-input::placeholder{color:#707684}.ce-inline-tool-input--showed{display:block}.ce-conversion-toolbar{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;opacity:0;visibility:hidden;will-change:transform,opacity;-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;-webkit-transform:translateY(-8px);transform:translateY(-8px);left:-1px;width:190px;margin-top:5px;-webkit-box-sizing:content-box;box-sizing:content-box}.ce-conversion-toolbar--left-oriented:before{left:15px;margin-left:0}.ce-conversion-toolbar--right-oriented:before{left:auto;right:15px;margin-left:0}.ce-conversion-toolbar--showed{opacity:1;visibility:visible;-webkit-transform:none;transform:none}.ce-conversion-toolbar [hidden]{display:none!important}.ce-conversion-toolbar__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-conversion-toolbar__label{color:#707684;font-size:11px;font-weight:500;letter-spacing:.33px;padding:10px 10px 5px;text-transform:uppercase}.ce-conversion-tool{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 10px;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ce-conversion-tool--hidden{display:none}.ce-conversion-tool--focused{background:rgba(34,186,255,.08)!important}.ce-conversion-tool--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.ce-conversion-tool--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.ce-conversion-tool:hover{background:#eff2f5}.ce-conversion-tool__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:26px;height:26px;-webkit-box-shadow:0 0 0 1px rgba(201,201,204,.48);box-shadow:0 0 0 1px #c9c9cc7a;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.ce-conversion-tool__icon svg{width:20px;height:20px}@media (max-width: 650px){.ce-conversion-tool__icon{width:36px;height:36px;border-radius:8px}.ce-conversion-tool__icon svg{width:28px;height:28px}}.ce-conversion-tool--last{margin-right:0!important}.ce-conversion-tool--active{color:#388ae5!important}.ce-conversion-tool--active{-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ce-conversion-tool__secondary-label{color:#707684;font-size:12px;margin-left:auto;white-space:nowrap;letter-spacing:-.1em;padding-right:5px;margin-bottom:-2px;opacity:.6}@media (max-width: 650px){.ce-conversion-tool__secondary-label{display:none}}.ce-settings__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 1px;border-radius:3px;cursor:pointer;border:0;outline:none;background-color:transparent;vertical-align:bottom;color:inherit;margin:0;line-height:32px}.ce-settings__button svg{width:20px;height:20px}@media (max-width: 650px){.ce-settings__button svg{width:28px;height:28px}}@media (hover: hover){.ce-settings__button:hover{background-color:#eff2f5}}.ce-settings__button--active{color:#388ae5}.ce-settings__button--focused{background:rgba(34,186,255,.08)!important}.ce-settings__button--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.ce-settings__button--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.ce-settings__button:not(:nth-child(3n+3)){margin-right:3px}.ce-settings__button:nth-child(n+4){margin-top:3px}.ce-settings__button--disabled{cursor:not-allowed!important}.ce-settings__button--disabled{opacity:.3}.ce-settings__button--selected{color:#388ae5}@media (min-width: 651px){.codex-editor--narrow .ce-settings .ce-popover{right:0;left:auto;left:initial}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.ce-block{-webkit-animation:fade-in .3s ease;animation:fade-in .3s ease;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-fill-mode:initial;animation-fill-mode:initial}.ce-block:first-of-type{margin-top:0}.ce-block--selected .ce-block__content{background:#e1f2ff}.ce-block--selected .ce-block__content [contenteditable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ce-block--selected .ce-block__content img,.ce-block--selected .ce-block__content .ce-stub{opacity:.55}.ce-block--stretched .ce-block__content{max-width:none}.ce-block__content{position:relative;max-width:650px;margin:0 auto;-webkit-transition:background-color .15s ease;transition:background-color .15s ease}.ce-block--drop-target .ce-block__content:before{content:"";position:absolute;top:100%;left:-20px;margin-top:-1px;height:8px;width:8px;border:solid #388AE5;border-width:1px 1px 0 0;-webkit-transform-origin:right;transform-origin:right;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ce-block--drop-target .ce-block__content:after{content:"";position:absolute;top:100%;height:1px;width:100%;color:#388ae5;background:repeating-linear-gradient(90deg,#388AE5,#388AE5 1px,#fff 1px,#fff 6px)}.ce-block a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.ce-block b{font-weight:700}.ce-block i{font-style:italic}@media (min-width: 651px){.codex-editor--narrow .ce-block--focused{margin-right:-50px;padding-right:50px}}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}20%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}20%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@-webkit-keyframes selectionBounce{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}50%{-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}70%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes selectionBounce{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}50%{-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}70%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@-webkit-keyframes buttonClicked{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95)}60%{-webkit-transform:scale3d(1.02,1.02,1.02);transform:scale3d(1.02,1.02,1.02)}80%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes buttonClicked{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95)}60%{-webkit-transform:scale3d(1.02,1.02,1.02);transform:scale3d(1.02,1.02,1.02)}80%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.cdx-block{padding:.4em 0}.cdx-block::-webkit-input-placeholder{line-height:normal!important}.cdx-input{border:1px solid rgba(201,201,204,.48);-webkit-box-shadow:inset 0 1px 2px 0 rgba(35,44,72,.06);box-shadow:inset 0 1px 2px #232c480f;border-radius:3px;padding:10px 12px;outline:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.cdx-input[data-placeholder]:before{position:static!important}.cdx-input[data-placeholder]:before{display:inline-block;width:0;white-space:nowrap;pointer-events:none}.cdx-settings-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 1px;border-radius:3px;cursor:pointer;border:0;outline:none;background-color:transparent;vertical-align:bottom;color:inherit;margin:0;min-width:26px;min-height:26px}.cdx-settings-button svg{width:20px;height:20px}@media (max-width: 650px){.cdx-settings-button svg{width:28px;height:28px}}@media (hover: hover){.cdx-settings-button:hover{background-color:#eff2f5}}.cdx-settings-button--focused{background:rgba(34,186,255,.08)!important}.cdx-settings-button--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.cdx-settings-button--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.cdx-settings-button--active{color:#388ae5}.cdx-settings-button svg{width:auto;height:auto}@media (max-width: 650px){.cdx-settings-button{width:36px;height:36px;border-radius:8px}}.cdx-loader{position:relative;border:1px solid rgba(201,201,204,.48)}.cdx-loader:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;margin:-11px 0 0 -11px;border:2px solid rgba(201,201,204,.48);border-left-color:#388ae5;border-radius:50%;-webkit-animation:cdxRotation 1.2s infinite linear;animation:cdxRotation 1.2s infinite linear}@-webkit-keyframes cdxRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes cdxRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cdx-button{padding:13px;border-radius:3px;border:1px solid rgba(201,201,204,.48);font-size:14.9px;background:#fff;-webkit-box-shadow:0 2px 2px 0 rgba(18,30,57,.04);box-shadow:0 2px 2px #121e390a;color:#707684;text-align:center;cursor:pointer}@media (hover: hover){.cdx-button:hover{background:#FBFCFE;-webkit-box-shadow:0 1px 3px 0 rgba(18,30,57,.08);box-shadow:0 1px 3px #121e3914}}.cdx-button svg{height:20px;margin-right:.2em;margin-top:-2px}.ce-stub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 18px;margin:10px 0;border-radius:10px;background:#eff2f5;border:1px solid #EFF0F1;color:#707684;font-size:14px}.ce-stub svg{width:20px;height:20px}.ce-stub__info{margin-left:14px}.ce-stub__title{font-weight:500;text-transform:capitalize}.codex-editor.codex-editor--rtl{direction:rtl}.codex-editor.codex-editor--rtl .cdx-list{padding-left:0;padding-right:40px}.codex-editor.codex-editor--rtl .ce-toolbar__plus{right:-26px;left:auto}.codex-editor.codex-editor--rtl .ce-toolbar__actions{right:auto;left:-26px}@media (max-width: 650px){.codex-editor.codex-editor--rtl .ce-toolbar__actions{margin-left:0;margin-right:auto;padding-right:0;padding-left:10px}}.codex-editor.codex-editor--rtl .ce-settings{left:5px;right:auto}.codex-editor.codex-editor--rtl .ce-settings:before{right:auto;left:25px}.codex-editor.codex-editor--rtl .ce-settings__button:not(:nth-child(3n+3)){margin-left:3px;margin-right:0}.codex-editor.codex-editor--rtl .ce-conversion-tool__icon{margin-right:0;margin-left:10px}.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown{border-right:0px solid transparent;border-left:1px solid rgba(201,201,204,.48);margin:0 -6px 0 6px}.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown .icon--toggler-down{margin-left:0;margin-right:4px}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .ce-toolbar__plus{left:0px;right:5px}}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .ce-toolbar__actions{left:-5px}}.cdx-search-field{--icon-margin-right: 10px;background:rgba(232,232,235,.49);border:1px solid rgba(226,226,229,.2);border-radius:6px;padding:2px;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto}.cdx-search-field__icon{width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:var(--icon-margin-right)}.cdx-search-field__icon svg{width:20px;height:20px;color:#707684}.cdx-search-field__input{font-size:14px;outline:none;font-weight:500;font-family:inherit;border:0;background:transparent;margin:0;padding:0;line-height:22px;min-width:calc(100% - 26px - var(--icon-margin-right))}.cdx-search-field__input::-webkit-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::-moz-placeholder{color:#707684;font-weight:500}.cdx-search-field__input:-ms-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::-ms-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::placeholder{color:#707684;font-weight:500}.ce-popover{--border-radius: 6px;--width: 200px;--max-height: 270px;--padding: 6px;--offset-from-target: 8px;--color-border: #e8e8eb;--color-shadow: rgba(13,20,33,.13);--color-background: white;--color-text-primary: black;--color-text-secondary: #707684;--color-border-icon: rgba(201, 201, 204, .48);--color-border-icon-disabled: #EFF0F1;--color-text-icon-active: #388AE5;--color-background-icon-active: rgba(56, 138, 229, .1);--color-background-item-focus: rgba(34, 186, 255, .08);--color-shadow-item-focus: rgba(7, 161, 227, .08);--color-background-item-hover: #eff2f5;--color-background-item-confirm: #E24A4A;--color-background-item-confirm-hover: #CE4343;min-width:var(--width);width:var(--width);max-height:var(--max-height);border-radius:var(--border-radius);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 15px -3px var(--color-shadow);box-shadow:0 3px 15px -3px var(--color-shadow);position:absolute;left:0;top:calc(100% + var(--offset-from-target));background:var(--color-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:4;opacity:0;max-height:0;pointer-events:none;padding:0;border:none}.ce-popover--opened{opacity:1;padding:var(--padding);max-height:var(--max-height);pointer-events:auto;-webkit-animation:panelShowing .1s ease;animation:panelShowing .1s ease;border:1px solid var(--color-border)}@media (max-width: 650px){.ce-popover--opened{-webkit-animation:panelShowingMobile .25s ease;animation:panelShowingMobile .25s ease}}.ce-popover__items{overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}@media (max-width: 650px){.ce-popover__overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#1D202B;z-index:3;opacity:.5;-webkit-transition:opacity .12s ease-in;transition:opacity .12s ease-in;will-change:opacity;visibility:visible}}.ce-popover__overlay--hidden{display:none}.ce-popover--open-top{top:calc(-1 * (var(--offset-from-target) + var(--popover-height)))}@media (max-width: 650px){.ce-popover{--offset: 5px;position:fixed;max-width:none;min-width:calc(100% - var(--offset) * 2);left:var(--offset);right:var(--offset);bottom:calc(var(--offset) + env(safe-area-inset-bottom));top:auto;border-radius:10px}.ce-popover .ce-popover__search{display:none}}.ce-popover__search,.ce-popover__custom-content:not(:empty){margin-bottom:5px}.ce-popover__nothing-found-message{color:#707684;display:none;cursor:default;padding:3px;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ce-popover__nothing-found-message--displayed{display:block}.ce-popover__custom-content:not(:empty){padding:4px}@media (min-width: 651px){.ce-popover__custom-content:not(:empty){padding:0}}.ce-popover__custom-content--hidden{display:none}.ce-popover-item{--border-radius: 6px;--icon-size: 20px;--icon-size-mobile: 28px;border-radius:var(--border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px;color:var(--color-text-primary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 650px){.ce-popover-item{padding:4px}}.ce-popover-item:not(:last-of-type){margin-bottom:1px}.ce-popover-item__icon{border-radius:5px;width:26px;height:26px;-webkit-box-shadow:0 0 0 1px var(--color-border-icon);box-shadow:0 0 0 1px var(--color-border-icon);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px}.ce-popover-item__icon svg{width:20px;height:20px}@media (max-width: 650px){.ce-popover-item__icon{width:36px;height:36px;border-radius:8px}.ce-popover-item__icon svg{width:var(--icon-size-mobile);height:var(--icon-size-mobile)}}.ce-popover-item__title{font-size:14px;line-height:20px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 650px){.ce-popover-item__title{font-size:16px}}.ce-popover-item__secondary-title{color:var(--color-text-secondary);font-size:12px;margin-left:auto;white-space:nowrap;letter-spacing:-.1em;padding-right:5px;margin-bottom:-2px;opacity:.6}@media (max-width: 650px){.ce-popover-item__secondary-title{display:none}}.ce-popover-item--active{background:var(--color-background-icon-active);color:var(--color-text-icon-active)}.ce-popover-item--active .ce-popover-item__icon{-webkit-box-shadow:none;box-shadow:none}.ce-popover-item--disabled{color:var(--color-text-secondary);cursor:default;pointer-events:none}.ce-popover-item--disabled .ce-popover-item__icon{-webkit-box-shadow:0 0 0 1px var(--color-border-icon-disabled);box-shadow:0 0 0 1px var(--color-border-icon-disabled)}.ce-popover-item--focused:not(.ce-popover-item--no-focus){background:var(--color-background-item-focus)!important}.ce-popover-item--focused:not(.ce-popover-item--no-focus){-webkit-box-shadow:inset 0 0 0px 1px var(--color-shadow-item-focus);box-shadow:inset 0 0 0 1px var(--color-shadow-item-focus)}.ce-popover-item--hidden{display:none}@media (hover: hover){.ce-popover-item:hover{cursor:pointer}.ce-popover-item:hover:not(.ce-popover-item--no-hover){background-color:var(--color-background-item-hover)}.ce-popover-item:hover .ce-popover-item__icon{-webkit-box-shadow:none;box-shadow:none}}.ce-popover-item--confirmation{background:var(--color-background-item-confirm)}.ce-popover-item--confirmation .ce-popover-item__icon{color:var(--color-background-item-confirm)}.ce-popover-item--confirmation .ce-popover-item__title{color:#fff}@media (hover: hover){.ce-popover-item--confirmation:not(.ce-popover-item--no-hover):hover{background:var(--color-background-item-confirm-hover)}}.ce-popover-item--confirmation:not(.ce-popover-item--no-focus).ce-popover-item--focused{background:var(--color-background-item-confirm-hover)!important}.ce-popover-item--confirmation .ce-popover-item__icon,.ce-popover-item--active .ce-popover-item__icon,.ce-popover-item--focused .ce-popover-item__icon{-webkit-box-shadow:none;box-shadow:none}@-webkit-keyframes panelShowing{0%{opacity:0;-webkit-transform:translateY(-8px) scale(.9);transform:translateY(-8px) scale(.9)}70%{opacity:1;-webkit-transform:translateY(2px);transform:translateY(2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes panelShowing{0%{opacity:0;-webkit-transform:translateY(-8px) scale(.9);transform:translateY(-8px) scale(.9)}70%{opacity:1;-webkit-transform:translateY(2px);transform:translateY(2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes panelShowingMobile{0%{opacity:0;-webkit-transform:translateY(14px) scale(.98);transform:translateY(14px) scale(.98)}70%{opacity:1;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes panelShowingMobile{0%{opacity:0;-webkit-transform:translateY(14px) scale(.98);transform:translateY(14px) scale(.98)}70%{opacity:1;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;-webkit-animation-duration:.4s;animation-duration:.4s}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-9%,0,0);transform:translate3d(-9%,0,0)}30%{-webkit-transform:translate3d(9%,0,0);transform:translate3d(9%,0,0)}45%{-webkit-transform:translate3d(-4%,0,0);transform:translate3d(-4%,0,0)}60%{-webkit-transform:translate3d(4%,0,0);transform:translate3d(4%,0,0)}75%{-webkit-transform:translate3d(-1%,0,0);transform:translate3d(-1%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-9%,0,0);transform:translate3d(-9%,0,0)}30%{-webkit-transform:translate3d(9%,0,0);transform:translate3d(9%,0,0)}45%{-webkit-transform:translate3d(-4%,0,0);transform:translate3d(-4%,0,0)}60%{-webkit-transform:translate3d(4%,0,0);transform:translate3d(4%,0,0)}75%{-webkit-transform:translate3d(-1%,0,0);transform:translate3d(-1%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}} -`;class Ci extends T{constructor(){super(...arguments),this.isMobile=!1,this.contentRectCache=void 0,this.resizeDebouncer=Xe(()=>{this.windowResize()},200)}get CSS(){return{editorWrapper:"codex-editor",editorWrapperNarrow:"codex-editor--narrow",editorZone:"codex-editor__redactor",editorZoneHidden:"codex-editor__redactor--hidden",editorEmpty:"codex-editor--empty",editorRtlFix:"codex-editor--rtl"}}get contentRect(){if(this.contentRectCache)return this.contentRectCache;const t=this.nodes.wrapper.querySelector(`.${F.CSS.content}`);return t?(this.contentRectCache=t.getBoundingClientRect(),this.contentRectCache):{width:650,left:0,right:0}}async prepare(){this.checkIsMobile(),this.make(),this.loadStyles()}toggleReadOnly(t){t?this.disableModuleBindings():this.enableModuleBindings()}checkEmptiness(){const{BlockManager:t}=this.Editor;this.nodes.wrapper.classList.toggle(this.CSS.editorEmpty,t.isEditorEmpty)}get someToolbarOpened(){const{Toolbar:t,BlockSettings:e,InlineToolbar:o,ConversionToolbar:i}=this.Editor;return e.opened||o.opened||i.opened||t.toolbox.opened}get someFlipperButtonFocused(){return this.Editor.Toolbar.toolbox.hasFocus()?!0:Object.entries(this.Editor).filter(([t,e])=>e.flipper instanceof G).some(([t,e])=>e.flipper.hasFocus())}destroy(){this.nodes.holder.innerHTML=""}closeAllToolbars(){const{Toolbar:t,BlockSettings:e,InlineToolbar:o,ConversionToolbar:i}=this.Editor;e.close(),o.close(),i.close(),t.toolbox.close()}checkIsMobile(){this.isMobile=window.innerWidth<le}make(){this.nodes.holder=d.getHolder(this.config.holder),this.nodes.wrapper=d.make("div",[this.CSS.editorWrapper,...this.isRtl?[this.CSS.editorRtlFix]:[]]),this.nodes.redactor=d.make("div",this.CSS.editorZone),this.nodes.holder.offsetWidth<this.contentRect.width&&this.nodes.wrapper.classList.add(this.CSS.editorWrapperNarrow),this.nodes.redactor.style.paddingBottom=this.config.minHeight+"px",this.nodes.wrapper.appendChild(this.nodes.redactor),this.nodes.holder.appendChild(this.nodes.wrapper)}loadStyles(){const t="editor-js-styles";if(d.get(t))return;const e=d.make("style",null,{id:t,textContent:Ei.toString()});d.prepend(document.head,e)}enableModuleBindings(){this.readOnlyMutableListeners.on(this.nodes.redactor,"click",t=>{this.redactorClicked(t)},!1),this.readOnlyMutableListeners.on(this.nodes.redactor,"mousedown",t=>{this.documentTouched(t)},!0),this.readOnlyMutableListeners.on(this.nodes.redactor,"touchstart",t=>{this.documentTouched(t)},!0),this.readOnlyMutableListeners.on(document,"keydown",t=>{this.documentKeydown(t)},!0),this.readOnlyMutableListeners.on(document,"mousedown",t=>{this.documentClicked(t)},!0),this.readOnlyMutableListeners.on(document,"selectionchange",()=>{this.selectionChanged()},!0),this.readOnlyMutableListeners.on(window,"resize",()=>{this.resizeDebouncer()},{passive:!0}),this.watchBlockHoveredEvents()}watchBlockHoveredEvents(){let t;this.readOnlyMutableListeners.on(this.nodes.redactor,"mousemove",St(e=>{const o=e.target.closest(".ce-block");this.Editor.BlockSelection.anyBlockSelected||o&&t!==o&&(t=o,this.eventsDispatcher.emit(xe,{block:this.Editor.BlockManager.getBlockByChildNode(o)}))},20),{passive:!0})}disableModuleBindings(){this.readOnlyMutableListeners.clearAll()}windowResize(){this.contentRectCache=null,this.checkIsMobile()}documentKeydown(t){switch(t.keyCode){case E.ENTER:this.enterPressed(t);break;case E.BACKSPACE:case E.DELETE:this.backspacePressed(t);break;case E.ESC:this.escapePressed(t);break;default:this.defaultBehaviour(t);break}}defaultBehaviour(t){const{currentBlock:e}=this.Editor.BlockManager,o=t.target.closest(`.${this.CSS.editorWrapper}`),i=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;if(e!==void 0&&o===null){this.Editor.BlockEvents.keydown(t);return}o||e&&i||(this.Editor.BlockManager.dropPointer(),this.Editor.Toolbar.close())}backspacePressed(t){const{BlockManager:e,BlockSelection:o,Caret:i}=this.Editor;if(o.anyBlockSelected&&!b.isSelectionExists){const n=e.removeSelectedBlocks();i.setToBlock(e.insertDefaultBlockAtIndex(n,!0),i.positions.START),o.clearSelection(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()}}escapePressed(t){this.Editor.BlockSelection.clearSelection(t),this.Editor.Toolbar.toolbox.opened?(this.Editor.Toolbar.toolbox.close(),this.Editor.Caret.setToBlock(this.Editor.BlockManager.currentBlock)):this.Editor.BlockSettings.opened?this.Editor.BlockSettings.close():this.Editor.ConversionToolbar.opened?this.Editor.ConversionToolbar.close():this.Editor.InlineToolbar.opened?this.Editor.InlineToolbar.close():this.Editor.Toolbar.close()}enterPressed(t){const{BlockManager:e,BlockSelection:o}=this.Editor,i=e.currentBlockIndex>=0;if(o.anyBlockSelected&&!b.isSelectionExists){o.clearSelection(t),t.preventDefault(),t.stopImmediatePropagation(),t.stopPropagation();return}if(!this.someToolbarOpened&&i&&t.target.tagName==="BODY"){const n=this.Editor.BlockManager.insert();this.Editor.Caret.setToBlock(n),this.Editor.BlockManager.highlightCurrentNode(),this.Editor.Toolbar.moveAndOpen(n)}this.Editor.BlockSelection.clearSelection(t)}documentClicked(t){if(!t.isTrusted)return;const e=t.target;this.nodes.holder.contains(e)||b.isAtEditor||(this.Editor.BlockManager.dropPointer(),this.Editor.Toolbar.close());const o=this.Editor.BlockSettings.nodes.wrapper.contains(e),i=this.Editor.Toolbar.nodes.settingsToggler.contains(e),n=o||i;if(this.Editor.BlockSettings.opened&&!n){this.Editor.BlockSettings.close();const r=this.Editor.BlockManager.getBlockByChildNode(e);this.Editor.Toolbar.moveAndOpen(r)}this.Editor.BlockSelection.clearSelection(t)}documentTouched(t){let e=t.target;if(e===this.nodes.redactor){const o=t instanceof MouseEvent?t.clientX:t.touches[0].clientX,i=t instanceof MouseEvent?t.clientY:t.touches[0].clientY;e=document.elementFromPoint(o,i)}try{this.Editor.BlockManager.setCurrentBlockByChildNode(e),this.Editor.BlockManager.highlightCurrentNode()}catch{this.Editor.RectangleSelection.isRectActivated()||this.Editor.Caret.setToTheLastBlock()}this.Editor.Toolbar.moveAndOpen()}redactorClicked(t){const{BlockSelection:e}=this.Editor;if(!b.isCollapsed)return;const o=()=>{t.stopImmediatePropagation(),t.stopPropagation()},i=t.target,n=t.metaKey||t.ctrlKey;if(d.isAnchor(i)&&n){o();const c=i.getAttribute("href"),p=qe(c);Ge(p);return}const r=this.Editor.BlockManager.getBlockByIndex(-1),a=d.offset(r.holder).bottom,l=t.pageY;if(t.target instanceof Element&&t.target.isEqualNode(this.nodes.redactor)&&!e.anyBlockSelected&&a<l){o();const{BlockManager:c,Caret:p,Toolbar:h}=this.Editor;(!c.lastBlock.tool.isDefault||!c.lastBlock.isEmpty)&&c.insertAtEnd(),p.setToTheLastBlock(),h.moveAndOpen(c.lastBlock)}}selectionChanged(){const{CrossBlockSelection:t,BlockSelection:e}=this.Editor,o=b.anchorElement;if(t.isCrossBlockSelectionStarted&&e.anyBlockSelected&&b.get().removeAllRanges(),!o){b.range||this.Editor.InlineToolbar.close();return}const i=o.closest(`.${F.CSS.content}`)===null;if(i&&(this.Editor.InlineToolbar.containsNode(o)||this.Editor.InlineToolbar.close(),o.dataset.inlineToolbar!=="true"))return;this.Editor.BlockManager.currentBlock||this.Editor.BlockManager.setCurrentBlockByChildNode(o);const n=i!==!0;this.Editor.InlineToolbar.tryToShow(!0,n)}}const Bi={BlocksAPI:ao,CaretAPI:lo,EventsAPI:co,I18nAPI:Ft,API:ho,InlineToolbarAPI:po,ListenersAPI:uo,NotifierAPI:bo,ReadOnlyAPI:ko,SanitizerAPI:Bo,SaverAPI:To,SelectionAPI:So,StylesAPI:Io,ToolbarAPI:Mo,TooltipAPI:Lo,UiAPI:Oo,BlockSettings:Vo,ConversionToolbar:Y,Toolbar:ti,InlineToolbar:ei,BlockEvents:oi,BlockManager:si,BlockSelection:ri,Caret:vt,CrossBlockSelection:ai,DragNDrop:li,ModificationsObserver:ci,Paste:Ce,ReadOnly:di,RectangleSelection:ft,Renderer:hi,Saver:pi,Tools:_e,UI:Ci};class Ti{constructor(t){this.moduleInstances={},this.eventsDispatcher=new wt;let e,o;this.isReady=new Promise((i,n)=>{e=i,o=n}),Promise.resolve().then(async()=>{this.configuration=t,this.validate(),this.init(),await this.start(),await this.render();const{BlockManager:i,Caret:n,UI:r,ModificationsObserver:a}=this.moduleInstances;r.checkEmptiness(),a.enable(),this.configuration.autofocus&&(n.setToBlock(i.blocks[0],n.positions.START),i.highlightCurrentNode()),e()}).catch(i=>{_(`Editor.js is not ready because of ${i}`,"error"),o(i)})}set configuration(t){var e,o;z(t)?this.config={...t}:this.config={holder:t},Mt(!!this.config.holderId,"config.holderId","config.holder"),this.config.holderId&&!this.config.holder&&(this.config.holder=this.config.holderId,this.config.holderId=null),this.config.holder==null&&(this.config.holder="editorjs"),this.config.logLevel||(this.config.logLevel=se.VERBOSE),Ue(this.config.logLevel),Mt(!!this.config.initialBlock,"config.initialBlock","config.defaultBlock"),this.config.defaultBlock=this.config.defaultBlock||this.config.initialBlock||"paragraph",this.config.minHeight=this.config.minHeight!==void 0?this.config.minHeight:300;const i={type:this.config.defaultBlock,data:{}};this.config.placeholder=this.config.placeholder||!1,this.config.sanitizer=this.config.sanitizer||{p:!0,b:!0,a:!0},this.config.hideToolbar=this.config.hideToolbar?this.config.hideToolbar:!1,this.config.tools=this.config.tools||{},this.config.i18n=this.config.i18n||{},this.config.data=this.config.data||{blocks:[]},this.config.onReady=this.config.onReady||(()=>{}),this.config.onChange=this.config.onChange||(()=>{}),this.config.inlineToolbar=this.config.inlineToolbar!==void 0?this.config.inlineToolbar:!0,(V(this.config.data)||!this.config.data.blocks||this.config.data.blocks.length===0)&&(this.config.data={blocks:[i]}),this.config.readOnly=this.config.readOnly||!1,(e=this.config.i18n)!=null&&e.messages&&$.setDictionary(this.config.i18n.messages),this.config.i18n.direction=((o=this.config.i18n)==null?void 0:o.direction)||"ltr"}get configuration(){return this.config}validate(){const{holderId:t,holder:e}=this.config;if(t&&e)throw Error("«holderId» and «holder» param can't assign at the same time.");if(J(e)&&!d.get(e))throw Error(`element with ID «${e}» is missing. Pass correct holder's ID.`);if(e&&z(e)&&!d.isElement(e))throw Error("«holder» value must be an Element node")}init(){this.constructModules(),this.configureModules()}async start(){await["Tools","UI","BlockManager","Paste","BlockSelection","RectangleSelection","CrossBlockSelection","ReadOnly"].reduce((t,e)=>t.then(async()=>{try{await this.moduleInstances[e].prepare()}catch(o){if(o instanceof de)throw new Error(o.message);_(`Module ${e} was skipped because of %o`,"warn",o)}}),Promise.resolve())}render(){return this.moduleInstances.Renderer.render(this.config.data.blocks)}constructModules(){Object.entries(Bi).forEach(([t,e])=>{try{this.moduleInstances[t]=new e({config:this.configuration,eventsDispatcher:this.eventsDispatcher})}catch(o){_("[constructModules]",`Module ${t} skipped because`,"error",o)}})}configureModules(){for(const t in this.moduleInstances)Object.prototype.hasOwnProperty.call(this.moduleInstances,t)&&(this.moduleInstances[t].state=this.getModulesDiff(t))}getModulesDiff(t){const e={};for(const o in this.moduleInstances)o!==t&&(e[o]=this.moduleInstances[o]);return e}}/** +`, + "", + ]), + (e.exports = o); + }, + function (e, o, i) { + e.exports = function (n) { + var r = []; + return ( + (r.toString = function () { + return this.map(function (a) { + var l = (function (c, p) { + var h = c[1] || "", + f = c[3]; + if (!f) return h; + if (p && typeof btoa == "function") { + var k = + ((C = f), + (L = btoa( + unescape(encodeURIComponent(JSON.stringify(C))), + )), + (N = + "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat( + L, + )), + "/*# ".concat(N, " */")), + u = f.sources.map(function (D) { + return "/*# sourceURL=" + .concat(f.sourceRoot || "") + .concat(D, " */"); + }); + return [h].concat(u).concat([k]).join(` +`); + } + var C, L, N; + return [h].join(` +`); + })(a, n); + return a[2] ? "@media ".concat(a[2], " {").concat(l, "}") : l; + }).join(""); + }), + (r.i = function (a, l, c) { + typeof a == "string" && (a = [[null, a, ""]]); + var p = {}; + if (c) + for (var h = 0; h < this.length; h++) { + var f = this[h][0]; + f != null && (p[f] = !0); + } + for (var k = 0; k < a.length; k++) { + var u = [].concat(a[k]); + (c && p[u[0]]) || + (l && + (u[2] + ? (u[2] = "".concat(l, " and ").concat(u[2])) + : (u[2] = l)), + r.push(u)); + } + }), + r + ); + }; + }, + function (e, o, i) { + i.r(o), + i.d(o, "default", function () { + return a; + }), + i(0); + function n(l, c) { + for (var p = 0; p < c.length; p++) { + var h = c[p]; + (h.enumerable = h.enumerable || !1), + (h.configurable = !0), + "value" in h && (h.writable = !0), + Object.defineProperty(l, h.key, h); + } + } + function r(l, c, p) { + return c && n(l.prototype, c), p && n(l, p), l; + } + /** + * Base Paragraph Block for the Editor.js. + * Represents a regular text block + * + * @author CodeX (team@codex.so) + * @copyright CodeX 2018 + * @license The MIT License (MIT) + */ var a = (function () { + function l(c) { + var p = c.data, + h = c.config, + f = c.api, + k = c.readOnly; + (function (u, C) { + if (!(u instanceof C)) + throw new TypeError("Cannot call a class as a function"); + })(this, l), + (this.api = f), + (this.readOnly = k), + (this._CSS = { + block: this.api.styles.block, + wrapper: "ce-paragraph", + }), + this.readOnly || (this.onKeyUp = this.onKeyUp.bind(this)), + (this._placeholder = h.placeholder + ? h.placeholder + : l.DEFAULT_PLACEHOLDER), + (this._data = {}), + (this._element = null), + (this._preserveBlank = + h.preserveBlank !== void 0 && h.preserveBlank), + (this.data = p); + } + return ( + r(l, null, [ + { + key: "DEFAULT_PLACEHOLDER", + get: function () { + return ""; + }, + }, + ]), + r( + l, + [ + { + key: "onKeyUp", + value: function (c) { + (c.code !== "Backspace" && c.code !== "Delete") || + (this._element.textContent === "" && + (this._element.innerHTML = "")); + }, + }, + { + key: "drawView", + value: function () { + var c = document.createElement("DIV"); + return ( + c.classList.add(this._CSS.wrapper, this._CSS.block), + (c.contentEditable = !1), + (c.dataset.placeholder = this.api.i18n.t( + this._placeholder, + )), + this.readOnly || + ((c.contentEditable = !0), + c.addEventListener("keyup", this.onKeyUp)), + c + ); + }, + }, + { + key: "render", + value: function () { + return ( + this._element === null && + (this._element = this.drawView()), + this.hydrate(), + this._element + ); + }, + }, + { + key: "merge", + value: function (c) { + var p = { text: this.data.text + c.text }; + this.data = p; + }, + }, + { + key: "validate", + value: function (c) { + return !(c.text.trim() === "" && !this._preserveBlank); + }, + }, + { + key: "save", + value: function (c) { + return { text: c.innerHTML }; + }, + }, + { + key: "onPaste", + value: function (c) { + var p = { text: c.detail.data.innerHTML }; + this.data = p; + }, + }, + { + key: "hydrate", + value: function () { + var c = this; + window.requestAnimationFrame(function () { + c._element.innerHTML = c._data.text || ""; + }); + }, + }, + { + key: "data", + get: function () { + if (this._element !== null) { + var c = this._element.innerHTML; + this._data.text = c; + } + return this._data; + }, + set: function (c) { + (this._data = c || {}), + this._element !== null && this.hydrate(); + }, + }, + ], + [ + { + key: "conversionConfig", + get: function () { + return { export: "text", import: "text" }; + }, + }, + { + key: "sanitize", + get: function () { + return { text: { br: !0 } }; + }, + }, + { + key: "isReadOnlySupported", + get: function () { + return !0; + }, + }, + { + key: "pasteConfig", + get: function () { + return { tags: ["P"] }; + }, + }, + { + key: "toolbox", + get: function () { + return { + icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 9V7.2C8 7.08954 8.08954 7 8.2 7L12 7M16 9V7.2C16 7.08954 15.9105 7 15.8 7L12 7M12 7L12 17M12 17H10M12 17H14"/></svg>', + title: "Text", + }; + }, + }, + ], + ), + l + ); + })(); + }, + ]).default; + }); +})(ui); +const fi = xt(Dt); +class Yt { + constructor() { + (this.commandName = "bold"), + (this.CSS = { + button: "ce-inline-tool", + buttonActive: "ce-inline-tool--active", + buttonModifier: "ce-inline-tool--bold", + }), + (this.nodes = { button: void 0 }); + } + static get sanitize() { + return { b: {} }; + } + render() { + return ( + (this.nodes.button = document.createElement("button")), + (this.nodes.button.type = "button"), + this.nodes.button.classList.add(this.CSS.button, this.CSS.buttonModifier), + (this.nodes.button.innerHTML = Do), + this.nodes.button + ); + } + surround() { + document.execCommand(this.commandName); + } + checkState() { + const t = document.queryCommandState(this.commandName); + return this.nodes.button.classList.toggle(this.CSS.buttonActive, t), t; + } + get shortcut() { + return "CMD+B"; + } +} +Yt.isInline = !0; +Yt.title = "Bold"; +class Kt { + constructor() { + (this.commandName = "italic"), + (this.CSS = { + button: "ce-inline-tool", + buttonActive: "ce-inline-tool--active", + buttonModifier: "ce-inline-tool--italic", + }), + (this.nodes = { button: null }); + } + static get sanitize() { + return { i: {} }; + } + render() { + return ( + (this.nodes.button = document.createElement("button")), + (this.nodes.button.type = "button"), + this.nodes.button.classList.add(this.CSS.button, this.CSS.buttonModifier), + (this.nodes.button.innerHTML = Ho), + this.nodes.button + ); + } + surround() { + document.execCommand(this.commandName); + } + checkState() { + const t = document.queryCommandState(this.commandName); + return this.nodes.button.classList.toggle(this.CSS.buttonActive, t), t; + } + get shortcut() { + return "CMD+I"; + } +} +Kt.isInline = !0; +Kt.title = "Italic"; +class Xt { + constructor({ api: t }) { + (this.commandLink = "createLink"), + (this.commandUnlink = "unlink"), + (this.ENTER_KEY = 13), + (this.CSS = { + button: "ce-inline-tool", + buttonActive: "ce-inline-tool--active", + buttonModifier: "ce-inline-tool--link", + buttonUnlink: "ce-inline-tool--unlink", + input: "ce-inline-tool-input", + inputShowed: "ce-inline-tool-input--showed", + }), + (this.nodes = { button: null, input: null }), + (this.inputOpened = !1), + (this.toolbar = t.toolbar), + (this.inlineToolbar = t.inlineToolbar), + (this.notifier = t.notifier), + (this.i18n = t.i18n), + (this.selection = new b()); + } + static get sanitize() { + return { a: { href: !0, target: "_blank", rel: "nofollow" } }; + } + render() { + return ( + (this.nodes.button = document.createElement("button")), + (this.nodes.button.type = "button"), + this.nodes.button.classList.add(this.CSS.button, this.CSS.buttonModifier), + (this.nodes.button.innerHTML = ee), + this.nodes.button + ); + } + renderActions() { + return ( + (this.nodes.input = document.createElement("input")), + (this.nodes.input.placeholder = this.i18n.t("Add a link")), + this.nodes.input.classList.add(this.CSS.input), + this.nodes.input.addEventListener("keydown", (t) => { + t.keyCode === this.ENTER_KEY && this.enterPressed(t); + }), + this.nodes.input + ); + } + surround(t) { + if (t) { + this.inputOpened + ? (this.selection.restore(), this.selection.removeFakeBackground()) + : (this.selection.setFakeBackground(), this.selection.save()); + const e = this.selection.findParentTag("A"); + if (e) { + this.selection.expandToTag(e), + this.unlink(), + this.closeActions(), + this.checkState(), + this.toolbar.close(); + return; + } + } + this.toggleActions(); + } + checkState() { + const t = this.selection.findParentTag("A"); + if (t) { + (this.nodes.button.innerHTML = $o), + this.nodes.button.classList.add(this.CSS.buttonUnlink), + this.nodes.button.classList.add(this.CSS.buttonActive), + this.openActions(); + const e = t.getAttribute("href"); + (this.nodes.input.value = e !== "null" ? e : ""), this.selection.save(); + } else + (this.nodes.button.innerHTML = ee), + this.nodes.button.classList.remove(this.CSS.buttonUnlink), + this.nodes.button.classList.remove(this.CSS.buttonActive); + return !!t; + } + clear() { + this.closeActions(); + } + get shortcut() { + return "CMD+K"; + } + toggleActions() { + this.inputOpened ? this.closeActions(!1) : this.openActions(!0); + } + openActions(t = !1) { + this.nodes.input.classList.add(this.CSS.inputShowed), + t && this.nodes.input.focus(), + (this.inputOpened = !0); + } + closeActions(t = !0) { + if (this.selection.isFakeBackgroundEnabled) { + const e = new b(); + e.save(), + this.selection.restore(), + this.selection.removeFakeBackground(), + e.restore(); + } + this.nodes.input.classList.remove(this.CSS.inputShowed), + (this.nodes.input.value = ""), + t && this.selection.clearSaved(), + (this.inputOpened = !1); + } + enterPressed(t) { + let e = this.nodes.input.value || ""; + if (!e.trim()) { + this.selection.restore(), + this.unlink(), + t.preventDefault(), + this.closeActions(); + return; + } + if (!this.validateURL(e)) { + this.notifier.show({ + message: "Pasted link is not valid.", + style: "error", + }), + _("Incorrect Link pasted", "warn", e); + return; + } + (e = this.prepareLink(e)), + this.selection.restore(), + this.selection.removeFakeBackground(), + this.insertLink(e), + t.preventDefault(), + t.stopPropagation(), + t.stopImmediatePropagation(), + this.selection.collapseToEnd(), + this.inlineToolbar.close(); + } + validateURL(t) { + return !/\s/.test(t); + } + prepareLink(t) { + return (t = t.trim()), (t = this.addProtocol(t)), t; + } + addProtocol(t) { + if (/^(\w+):(\/\/)?/.test(t)) return t; + const e = /^\/[^/\s]/.test(t), + o = t.substring(0, 1) === "#", + i = /^\/\/[^/\s]/.test(t); + return !e && !o && !i && (t = "http://" + t), t; + } + insertLink(t) { + const e = this.selection.findParentTag("A"); + e && this.selection.expandToTag(e), + document.execCommand(this.commandLink, !1, t); + } + unlink() { + document.execCommand(this.commandUnlink); + } +} +Xt.isInline = !0; +Xt.title = "Link"; +class Be { + constructor({ data: t, api: e }) { + (this.CSS = { + wrapper: "ce-stub", + info: "ce-stub__info", + title: "ce-stub__title", + subtitle: "ce-stub__subtitle", + }), + (this.api = e), + (this.title = t.title || this.api.i18n.t("Error")), + (this.subtitle = this.api.i18n.t( + "The block can not be displayed correctly.", + )), + (this.savedData = t.savedData), + (this.wrapper = this.make()); + } + render() { + return this.wrapper; + } + save() { + return this.savedData; + } + make() { + const t = d.make("div", this.CSS.wrapper), + e = Wo, + o = d.make("div", this.CSS.info), + i = d.make("div", this.CSS.title, { textContent: this.title }), + n = d.make("div", this.CSS.subtitle, { textContent: this.subtitle }); + return ( + (t.innerHTML = e), o.appendChild(i), o.appendChild(n), t.appendChild(o), t + ); + } +} +Be.isReadOnlySupported = !0; +class gi extends Wt { + constructor() { + super(...arguments), (this.type = yt.Inline); + } + get title() { + return this.constructable[$t.Title]; + } + create() { + return new this.constructable({ + api: this.api.getMethodsForTool(this), + config: this.settings, + }); + } +} +class mi extends Wt { + constructor() { + super(...arguments), (this.type = yt.Tune); + } + create(t, e) { + return new this.constructable({ + api: this.api.getMethodsForTool(this), + config: this.settings, + block: e, + data: t, + }); + } +} +class U extends Map { + get blockTools() { + const t = Array.from(this.entries()).filter(([, e]) => e.isBlock()); + return new U(t); + } + get inlineTools() { + const t = Array.from(this.entries()).filter(([, e]) => e.isInline()); + return new U(t); + } + get blockTunes() { + const t = Array.from(this.entries()).filter(([, e]) => e.isTune()); + return new U(t); + } + get internalTools() { + const t = Array.from(this.entries()).filter(([, e]) => e.isInternal); + return new U(t); + } + get externalTools() { + const t = Array.from(this.entries()).filter(([, e]) => !e.isInternal); + return new U(t); + } +} +var bi = Object.defineProperty, + ki = Object.getOwnPropertyDescriptor, + Te = (s, t, e, o) => { + for ( + var i = o > 1 ? void 0 : o ? ki(t, e) : t, n = s.length - 1, r; + n >= 0; + n-- + ) + (r = s[n]) && (i = (o ? r(t, e, i) : r(i)) || i); + return o && i && bi(t, e, i), i; + }; +class Vt extends Wt { + constructor() { + super(...arguments), + (this.type = yt.Block), + (this.inlineTools = new U()), + (this.tunes = new U()); + } + create(t, e, o) { + return new this.constructable({ + data: t, + block: e, + readOnly: o, + api: this.api.getMethodsForTool(this), + config: this.settings, + }); + } + get isReadOnlySupported() { + return this.constructable[st.IsReadOnlySupported] === !0; + } + get isLineBreaksEnabled() { + return this.constructable[st.IsEnabledLineBreaks]; + } + get toolbox() { + const t = this.constructable[st.Toolbox], + e = this.config[kt.Toolbox]; + if (!V(t) && e !== !1) + return e + ? Array.isArray(t) + ? Array.isArray(e) + ? e.map((o, i) => { + const n = t[i]; + return n ? { ...n, ...o } : o; + }) + : [e] + : Array.isArray(e) + ? e + : [{ ...t, ...e }] + : Array.isArray(t) + ? t + : [t]; + } + get conversionConfig() { + return this.constructable[st.ConversionConfig]; + } + get enabledInlineTools() { + return this.config[kt.EnabledInlineTools] || !1; + } + get enabledBlockTunes() { + return this.config[kt.EnabledBlockTunes]; + } + get pasteConfig() { + return this.constructable[st.PasteConfig] ?? {}; + } + get sanitizeConfig() { + const t = super.sanitizeConfig, + e = this.baseSanitizeConfig; + if (V(t)) return e; + const o = {}; + for (const i in t) + if (Object.prototype.hasOwnProperty.call(t, i)) { + const n = t[i]; + z(n) ? (o[i] = Object.assign({}, e, n)) : (o[i] = n); + } + return o; + } + get baseSanitizeConfig() { + const t = {}; + return ( + Array.from(this.inlineTools.values()).forEach((e) => + Object.assign(t, e.sanitizeConfig), + ), + Array.from(this.tunes.values()).forEach((e) => + Object.assign(t, e.sanitizeConfig), + ), + t + ); + } +} +Te([ct], Vt.prototype, "sanitizeConfig", 1); +Te([ct], Vt.prototype, "baseSanitizeConfig", 1); +class vi { + constructor(t, e, o) { + (this.api = o), (this.config = t), (this.editorConfig = e); + } + get(t) { + const { class: e, isInternal: o = !1, ...i } = this.config[t], + n = this.getConstructor(e); + return new n({ + name: t, + constructable: e, + config: i, + api: this.api, + isDefault: t === this.editorConfig.defaultBlock, + defaultPlaceholder: this.editorConfig.placeholder, + isInternal: o, + }); + } + getConstructor(t) { + switch (!0) { + case t[$t.IsInline]: + return gi; + case t[ye.IsTune]: + return mi; + default: + return Vt; + } + } +} +class Se { + constructor({ api: t }) { + (this.CSS = { animation: "wobble" }), (this.api = t); + } + render() { + return { + icon: me, + title: this.api.i18n.t("Move down"), + onActivate: () => this.handleClick(), + name: "move-down", + }; + } + handleClick() { + const t = this.api.blocks.getCurrentBlockIndex(), + e = this.api.blocks.getBlockByIndex(t + 1); + if (!e) + throw new Error("Unable to move Block down since it is already the last"); + const o = e.holder, + i = o.getBoundingClientRect(); + let n = Math.abs(window.innerHeight - o.offsetHeight); + i.top < window.innerHeight && (n = window.scrollY + o.offsetHeight), + window.scrollTo(0, n), + this.api.blocks.move(t + 1), + this.api.toolbar.toggleBlockSettings(!0); + } +} +Se.isTune = !0; +class Ie { + constructor({ api: t }) { + this.api = t; + } + render() { + return { + icon: Po, + title: this.api.i18n.t("Delete"), + name: "delete", + confirmation: { + title: this.api.i18n.t("Click to delete"), + onActivate: () => this.handleClick(), + }, + }; + } + handleClick() { + this.api.blocks.delete(); + } +} +Ie.isTune = !0; +class Me { + constructor({ api: t }) { + (this.CSS = { animation: "wobble" }), (this.api = t); + } + render() { + return { + icon: Ro, + title: this.api.i18n.t("Move up"), + onActivate: () => this.handleClick(), + name: "move-up", + }; + } + handleClick() { + const t = this.api.blocks.getCurrentBlockIndex(), + e = this.api.blocks.getBlockByIndex(t), + o = this.api.blocks.getBlockByIndex(t - 1); + if (t === 0 || !e || !o) + throw new Error("Unable to move Block up since it is already the first"); + const i = e.holder, + n = o.holder, + r = i.getBoundingClientRect(), + a = n.getBoundingClientRect(); + let l; + a.top > 0 + ? (l = Math.abs(r.top) - Math.abs(a.top)) + : (l = Math.abs(r.top) + a.height), + window.scrollBy(0, -1 * l), + this.api.blocks.move(t - 1), + this.api.toolbar.toggleBlockSettings(!0); + } +} +Me.isTune = !0; +var xi = Object.defineProperty, + wi = Object.getOwnPropertyDescriptor, + yi = (s, t, e, o) => { + for ( + var i = o > 1 ? void 0 : o ? wi(t, e) : t, n = s.length - 1, r; + n >= 0; + n-- + ) + (r = s[n]) && (i = (o ? r(t, e, i) : r(i)) || i); + return o && i && xi(t, e, i), i; + }; +class _e extends T { + constructor() { + super(...arguments), + (this.stubTool = "stub"), + (this.toolsAvailable = new U()), + (this.toolsUnavailable = new U()); + } + get available() { + return this.toolsAvailable; + } + get unavailable() { + return this.toolsUnavailable; + } + get inlineTools() { + return this.available.inlineTools; + } + get blockTools() { + return this.available.blockTools; + } + get blockTunes() { + return this.available.blockTunes; + } + get defaultTool() { + return this.blockTools.get(this.config.defaultBlock); + } + get internal() { + return this.available.internalTools; + } + async prepare() { + if ( + (this.validateTools(), + (this.config.tools = It({}, this.internalTools, this.config.tools)), + !Object.prototype.hasOwnProperty.call(this.config, "tools") || + Object.keys(this.config.tools).length === 0) + ) + throw Error("Can't start without tools"); + const t = this.prepareConfig(); + this.factory = new vi(t, this.config, this.Editor.API); + const e = this.getListOfPrepareFunctions(t); + if (e.length === 0) return Promise.resolve(); + await We( + e, + (o) => { + this.toolPrepareMethodSuccess(o); + }, + (o) => { + this.toolPrepareMethodFallback(o); + }, + ), + this.prepareBlockTools(); + } + getAllInlineToolsSanitizeConfig() { + const t = {}; + return ( + Array.from(this.inlineTools.values()).forEach((e) => { + Object.assign(t, e.sanitizeConfig); + }), + t + ); + } + destroy() { + Object.values(this.available).forEach(async (t) => { + R(t.reset) && (await t.reset()); + }); + } + get internalTools() { + return { + bold: { class: Yt, isInternal: !0 }, + italic: { class: Kt, isInternal: !0 }, + link: { class: Xt, isInternal: !0 }, + paragraph: { class: fi, inlineToolbar: !0, isInternal: !0 }, + stub: { class: Be, isInternal: !0 }, + moveUp: { class: Me, isInternal: !0 }, + delete: { class: Ie, isInternal: !0 }, + moveDown: { class: Se, isInternal: !0 }, + }; + } + toolPrepareMethodSuccess(t) { + const e = this.factory.get(t.toolName); + if (e.isInline()) { + const o = ["render", "surround", "checkState"].filter( + (i) => !e.create()[i], + ); + if (o.length) { + _( + `Incorrect Inline Tool: ${e.name}. Some of required methods is not implemented %o`, + "warn", + o, + ), + this.toolsUnavailable.set(e.name, e); + return; + } + } + this.toolsAvailable.set(e.name, e); + } + toolPrepareMethodFallback(t) { + this.toolsUnavailable.set(t.toolName, this.factory.get(t.toolName)); + } + getListOfPrepareFunctions(t) { + const e = []; + return ( + Object.entries(t).forEach(([o, i]) => { + e.push({ + function: R(i.class.prepare) ? i.class.prepare : () => {}, + data: { toolName: o, config: i.config }, + }); + }), + e + ); + } + prepareBlockTools() { + Array.from(this.blockTools.values()).forEach((t) => { + this.assignInlineToolsToBlockTool(t), this.assignBlockTunesToBlockTool(t); + }); + } + assignInlineToolsToBlockTool(t) { + if (this.config.inlineToolbar !== !1) { + if (t.enabledInlineTools === !0) { + t.inlineTools = new U( + Array.isArray(this.config.inlineToolbar) + ? this.config.inlineToolbar.map((e) => [e, this.inlineTools.get(e)]) + : Array.from(this.inlineTools.entries()), + ); + return; + } + Array.isArray(t.enabledInlineTools) && + (t.inlineTools = new U( + t.enabledInlineTools.map((e) => [e, this.inlineTools.get(e)]), + )); + } + } + assignBlockTunesToBlockTool(t) { + if (t.enabledBlockTunes !== !1) { + if (Array.isArray(t.enabledBlockTunes)) { + const e = new U( + t.enabledBlockTunes.map((o) => [o, this.blockTunes.get(o)]), + ); + t.tunes = new U([...e, ...this.blockTunes.internalTools]); + return; + } + if (Array.isArray(this.config.tunes)) { + const e = new U( + this.config.tunes.map((o) => [o, this.blockTunes.get(o)]), + ); + t.tunes = new U([...e, ...this.blockTunes.internalTools]); + return; + } + t.tunes = this.blockTunes.internalTools; + } + } + validateTools() { + for (const t in this.config.tools) + if (Object.prototype.hasOwnProperty.call(this.config.tools, t)) { + if (t in this.internalTools) return; + const e = this.config.tools[t]; + if (!R(e) && !R(e.class)) + throw Error( + `Tool «${t}» must be a constructor function or an object with function in the «class» property`, + ); + } + } + prepareConfig() { + const t = {}; + for (const e in this.config.tools) + z(this.config.tools[e]) + ? (t[e] = this.config.tools[e]) + : (t[e] = { class: this.config.tools[e] }); + return t; + } +} +yi([ct], _e.prototype, "getAllInlineToolsSanitizeConfig", 1); +const Ei = `:root{--selectionColor: #e1f2ff;--inlineSelectionColor: #d4ecff;--bg-light: #eff2f5;--grayText: #707684;--color-dark: #1D202B;--color-active-icon: #388AE5;--color-gray-border: rgba(201, 201, 204, .48);--content-width: 650px;--narrow-mode-right-padding: 50px;--toolbox-buttons-size: 26px;--toolbox-buttons-size--mobile: 36px;--icon-size: 20px;--icon-size--mobile: 28px;--block-padding-vertical: .4em;--color-line-gray: #EFF0F1 }.codex-editor{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1}.codex-editor .hide{display:none}.codex-editor__redactor [contenteditable]:empty:after{content:"\\feff"}@media (min-width: 651px){.codex-editor--narrow .codex-editor__redactor{margin-right:50px}}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .codex-editor__redactor{margin-left:50px;margin-right:0}}@media (min-width: 651px){.codex-editor--narrow .ce-toolbar__actions{right:-5px}}.codex-editor-copyable{position:absolute;height:1px;width:1px;top:-400%;opacity:.001}.codex-editor-overlay{position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:999;pointer-events:none;overflow:hidden}.codex-editor-overlay__container{position:relative;pointer-events:auto;z-index:0}.codex-editor-overlay__rectangle{position:absolute;pointer-events:none;background-color:#2eaadc33;border:1px solid transparent}.codex-editor svg{max-height:100%}.codex-editor path{stroke:currentColor}.codex-editor ::-moz-selection{background-color:#d4ecff}.codex-editor ::selection{background-color:#d4ecff}.codex-editor--toolbox-opened [contentEditable=true][data-placeholder]:focus:before{opacity:0!important}.ce-scroll-locked{overflow:hidden}.ce-scroll-locked--hard{overflow:hidden;top:calc(-1 * var(--window-scroll-offset));position:fixed;width:100%}.ce-toolbar{position:absolute;left:0;right:0;top:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;will-change:opacity,top;display:none}.ce-toolbar--opened{display:block}.ce-toolbar__content{max-width:650px;margin:0 auto;position:relative}.ce-toolbar__plus{color:#1d202b;cursor:pointer;width:26px;height:26px;border-radius:7px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0}@media (max-width: 650px){.ce-toolbar__plus{width:36px;height:36px}}@media (hover: hover){.ce-toolbar__plus:hover{background-color:#eff2f5}}.ce-toolbar__plus--active{background-color:#eff2f5;-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ce-toolbar__plus-shortcut{opacity:.6;word-spacing:-2px;margin-top:5px}@media (max-width: 650px){.ce-toolbar__plus{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;position:static}.ce-toolbar__plus--left-oriented:before{left:15px;margin-left:0}.ce-toolbar__plus--right-oriented:before{left:auto;right:15px;margin-left:0}}.ce-toolbar__actions{position:absolute;right:100%;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:5px}.ce-toolbar__actions--opened{opacity:1}@media (max-width: 650px){.ce-toolbar__actions{right:auto}}.ce-toolbar__settings-btn{color:#1d202b;width:26px;height:26px;border-radius:7px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-left:3px;cursor:pointer;user-select:none}@media (max-width: 650px){.ce-toolbar__settings-btn{width:36px;height:36px}}@media (hover: hover){.ce-toolbar__settings-btn:hover{background-color:#eff2f5}}.ce-toolbar__settings-btn--active{background-color:#eff2f5;-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media (min-width: 651px){.ce-toolbar__settings-btn{width:24px}}.ce-toolbar__settings-btn--hidden{display:none}@media (max-width: 650px){.ce-toolbar__settings-btn{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;position:static}.ce-toolbar__settings-btn--left-oriented:before{left:15px;margin-left:0}.ce-toolbar__settings-btn--right-oriented:before{left:auto;right:15px;margin-left:0}}.ce-toolbar__plus svg,.ce-toolbar__settings-btn svg{width:24px;height:24px}@media (min-width: 651px){.codex-editor--narrow .ce-toolbar__plus{left:5px}}@media (min-width: 651px){.codex-editor--narrow .ce-toolbox .ce-popover{right:0;left:auto;left:initial}}.ce-inline-toolbar{--y-offset: 8px;position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;-webkit-transform:translateX(-50%) translateY(8px) scale(.94);transform:translate(-50%) translateY(8px) scale(.94);opacity:0;visibility:hidden;-webkit-transition:opacity .25s ease,-webkit-transform .15s ease;transition:opacity .25s ease,-webkit-transform .15s ease;transition:transform .15s ease,opacity .25s ease;transition:transform .15s ease,opacity .25s ease,-webkit-transform .15s ease;will-change:transform,opacity;top:0;left:0;z-index:3}.ce-inline-toolbar--left-oriented:before{left:15px;margin-left:0}.ce-inline-toolbar--right-oriented:before{left:auto;right:15px;margin-left:0}.ce-inline-toolbar--showed{opacity:1;visibility:visible;-webkit-transform:translateX(-50%);transform:translate(-50%)}.ce-inline-toolbar--left-oriented{-webkit-transform:translateX(-23px) translateY(8px) scale(.94);transform:translate(-23px) translateY(8px) scale(.94)}.ce-inline-toolbar--left-oriented.ce-inline-toolbar--showed{-webkit-transform:translateX(-23px);transform:translate(-23px)}.ce-inline-toolbar--right-oriented{-webkit-transform:translateX(-100%) translateY(8px) scale(.94);transform:translate(-100%) translateY(8px) scale(.94);margin-left:23px}.ce-inline-toolbar--right-oriented.ce-inline-toolbar--showed{-webkit-transform:translateX(-100%);transform:translate(-100%)}.ce-inline-toolbar [hidden]{display:none!important}.ce-inline-toolbar__toggler-and-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 6px}.ce-inline-toolbar__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-inline-toolbar__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;margin:0 6px 0 -6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-right:1px solid rgba(201,201,204,.48);-webkit-box-sizing:border-box;box-sizing:border-box}@media (hover: hover){.ce-inline-toolbar__dropdown:hover{background:#eff2f5}}.ce-inline-toolbar__dropdown--hidden{display:none}.ce-inline-toolbar__dropdown-content,.ce-inline-toolbar__dropdown-arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-inline-toolbar__dropdown-content svg,.ce-inline-toolbar__dropdown-arrow svg{width:20px;height:20px}.ce-inline-toolbar__shortcut{opacity:.6;word-spacing:-3px;margin-top:3px}.ce-inline-tool{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 1px;cursor:pointer;border:0;outline:none;background-color:transparent;vertical-align:bottom;color:inherit;margin:0;border-radius:0;line-height:normal}.ce-inline-tool svg{width:20px;height:20px}@media (max-width: 650px){.ce-inline-tool svg{width:28px;height:28px}}@media (hover: hover){.ce-inline-tool:hover{background-color:#eff2f5}}.ce-inline-tool--active{color:#388ae5}.ce-inline-tool--focused{background:rgba(34,186,255,.08)!important}.ce-inline-tool--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.ce-inline-tool--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.ce-inline-tool--link .icon--unlink,.ce-inline-tool--unlink .icon--link{display:none}.ce-inline-tool--unlink .icon--unlink{display:inline-block;margin-bottom:-1px}.ce-inline-tool-input{outline:none;border:0;border-radius:0 0 4px 4px;margin:0;font-size:13px;padding:10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;font-weight:500;border-top:1px solid rgba(201,201,204,.48);-webkit-appearance:none;font-family:inherit}@media (max-width: 650px){.ce-inline-tool-input{font-size:15px;font-weight:500}}.ce-inline-tool-input::-webkit-input-placeholder{color:#707684}.ce-inline-tool-input::-moz-placeholder{color:#707684}.ce-inline-tool-input:-ms-input-placeholder{color:#707684}.ce-inline-tool-input::-ms-input-placeholder{color:#707684}.ce-inline-tool-input::placeholder{color:#707684}.ce-inline-tool-input--showed{display:block}.ce-conversion-toolbar{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;opacity:0;visibility:hidden;will-change:transform,opacity;-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;-webkit-transform:translateY(-8px);transform:translateY(-8px);left:-1px;width:190px;margin-top:5px;-webkit-box-sizing:content-box;box-sizing:content-box}.ce-conversion-toolbar--left-oriented:before{left:15px;margin-left:0}.ce-conversion-toolbar--right-oriented:before{left:auto;right:15px;margin-left:0}.ce-conversion-toolbar--showed{opacity:1;visibility:visible;-webkit-transform:none;transform:none}.ce-conversion-toolbar [hidden]{display:none!important}.ce-conversion-toolbar__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-conversion-toolbar__label{color:#707684;font-size:11px;font-weight:500;letter-spacing:.33px;padding:10px 10px 5px;text-transform:uppercase}.ce-conversion-tool{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 10px;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ce-conversion-tool--hidden{display:none}.ce-conversion-tool--focused{background:rgba(34,186,255,.08)!important}.ce-conversion-tool--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.ce-conversion-tool--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.ce-conversion-tool:hover{background:#eff2f5}.ce-conversion-tool__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:26px;height:26px;-webkit-box-shadow:0 0 0 1px rgba(201,201,204,.48);box-shadow:0 0 0 1px #c9c9cc7a;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.ce-conversion-tool__icon svg{width:20px;height:20px}@media (max-width: 650px){.ce-conversion-tool__icon{width:36px;height:36px;border-radius:8px}.ce-conversion-tool__icon svg{width:28px;height:28px}}.ce-conversion-tool--last{margin-right:0!important}.ce-conversion-tool--active{color:#388ae5!important}.ce-conversion-tool--active{-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ce-conversion-tool__secondary-label{color:#707684;font-size:12px;margin-left:auto;white-space:nowrap;letter-spacing:-.1em;padding-right:5px;margin-bottom:-2px;opacity:.6}@media (max-width: 650px){.ce-conversion-tool__secondary-label{display:none}}.ce-settings__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 1px;border-radius:3px;cursor:pointer;border:0;outline:none;background-color:transparent;vertical-align:bottom;color:inherit;margin:0;line-height:32px}.ce-settings__button svg{width:20px;height:20px}@media (max-width: 650px){.ce-settings__button svg{width:28px;height:28px}}@media (hover: hover){.ce-settings__button:hover{background-color:#eff2f5}}.ce-settings__button--active{color:#388ae5}.ce-settings__button--focused{background:rgba(34,186,255,.08)!important}.ce-settings__button--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.ce-settings__button--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.ce-settings__button:not(:nth-child(3n+3)){margin-right:3px}.ce-settings__button:nth-child(n+4){margin-top:3px}.ce-settings__button--disabled{cursor:not-allowed!important}.ce-settings__button--disabled{opacity:.3}.ce-settings__button--selected{color:#388ae5}@media (min-width: 651px){.codex-editor--narrow .ce-settings .ce-popover{right:0;left:auto;left:initial}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.ce-block{-webkit-animation:fade-in .3s ease;animation:fade-in .3s ease;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-fill-mode:initial;animation-fill-mode:initial}.ce-block:first-of-type{margin-top:0}.ce-block--selected .ce-block__content{background:#e1f2ff}.ce-block--selected .ce-block__content [contenteditable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ce-block--selected .ce-block__content img,.ce-block--selected .ce-block__content .ce-stub{opacity:.55}.ce-block--stretched .ce-block__content{max-width:none}.ce-block__content{position:relative;max-width:650px;margin:0 auto;-webkit-transition:background-color .15s ease;transition:background-color .15s ease}.ce-block--drop-target .ce-block__content:before{content:"";position:absolute;top:100%;left:-20px;margin-top:-1px;height:8px;width:8px;border:solid #388AE5;border-width:1px 1px 0 0;-webkit-transform-origin:right;transform-origin:right;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ce-block--drop-target .ce-block__content:after{content:"";position:absolute;top:100%;height:1px;width:100%;color:#388ae5;background:repeating-linear-gradient(90deg,#388AE5,#388AE5 1px,#fff 1px,#fff 6px)}.ce-block a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.ce-block b{font-weight:700}.ce-block i{font-style:italic}@media (min-width: 651px){.codex-editor--narrow .ce-block--focused{margin-right:-50px;padding-right:50px}}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}20%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}20%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@-webkit-keyframes selectionBounce{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}50%{-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}70%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes selectionBounce{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}50%{-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}70%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@-webkit-keyframes buttonClicked{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95)}60%{-webkit-transform:scale3d(1.02,1.02,1.02);transform:scale3d(1.02,1.02,1.02)}80%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes buttonClicked{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95)}60%{-webkit-transform:scale3d(1.02,1.02,1.02);transform:scale3d(1.02,1.02,1.02)}80%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.cdx-block{padding:.4em 0}.cdx-block::-webkit-input-placeholder{line-height:normal!important}.cdx-input{border:1px solid rgba(201,201,204,.48);-webkit-box-shadow:inset 0 1px 2px 0 rgba(35,44,72,.06);box-shadow:inset 0 1px 2px #232c480f;border-radius:3px;padding:10px 12px;outline:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.cdx-input[data-placeholder]:before{position:static!important}.cdx-input[data-placeholder]:before{display:inline-block;width:0;white-space:nowrap;pointer-events:none}.cdx-settings-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 1px;border-radius:3px;cursor:pointer;border:0;outline:none;background-color:transparent;vertical-align:bottom;color:inherit;margin:0;min-width:26px;min-height:26px}.cdx-settings-button svg{width:20px;height:20px}@media (max-width: 650px){.cdx-settings-button svg{width:28px;height:28px}}@media (hover: hover){.cdx-settings-button:hover{background-color:#eff2f5}}.cdx-settings-button--focused{background:rgba(34,186,255,.08)!important}.cdx-settings-button--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.cdx-settings-button--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.cdx-settings-button--active{color:#388ae5}.cdx-settings-button svg{width:auto;height:auto}@media (max-width: 650px){.cdx-settings-button{width:36px;height:36px;border-radius:8px}}.cdx-loader{position:relative;border:1px solid rgba(201,201,204,.48)}.cdx-loader:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;margin:-11px 0 0 -11px;border:2px solid rgba(201,201,204,.48);border-left-color:#388ae5;border-radius:50%;-webkit-animation:cdxRotation 1.2s infinite linear;animation:cdxRotation 1.2s infinite linear}@-webkit-keyframes cdxRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes cdxRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cdx-button{padding:13px;border-radius:3px;border:1px solid rgba(201,201,204,.48);font-size:14.9px;background:#fff;-webkit-box-shadow:0 2px 2px 0 rgba(18,30,57,.04);box-shadow:0 2px 2px #121e390a;color:#707684;text-align:center;cursor:pointer}@media (hover: hover){.cdx-button:hover{background:#FBFCFE;-webkit-box-shadow:0 1px 3px 0 rgba(18,30,57,.08);box-shadow:0 1px 3px #121e3914}}.cdx-button svg{height:20px;margin-right:.2em;margin-top:-2px}.ce-stub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 18px;margin:10px 0;border-radius:10px;background:#eff2f5;border:1px solid #EFF0F1;color:#707684;font-size:14px}.ce-stub svg{width:20px;height:20px}.ce-stub__info{margin-left:14px}.ce-stub__title{font-weight:500;text-transform:capitalize}.codex-editor.codex-editor--rtl{direction:rtl}.codex-editor.codex-editor--rtl .cdx-list{padding-left:0;padding-right:40px}.codex-editor.codex-editor--rtl .ce-toolbar__plus{right:-26px;left:auto}.codex-editor.codex-editor--rtl .ce-toolbar__actions{right:auto;left:-26px}@media (max-width: 650px){.codex-editor.codex-editor--rtl .ce-toolbar__actions{margin-left:0;margin-right:auto;padding-right:0;padding-left:10px}}.codex-editor.codex-editor--rtl .ce-settings{left:5px;right:auto}.codex-editor.codex-editor--rtl .ce-settings:before{right:auto;left:25px}.codex-editor.codex-editor--rtl .ce-settings__button:not(:nth-child(3n+3)){margin-left:3px;margin-right:0}.codex-editor.codex-editor--rtl .ce-conversion-tool__icon{margin-right:0;margin-left:10px}.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown{border-right:0px solid transparent;border-left:1px solid rgba(201,201,204,.48);margin:0 -6px 0 6px}.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown .icon--toggler-down{margin-left:0;margin-right:4px}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .ce-toolbar__plus{left:0px;right:5px}}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .ce-toolbar__actions{left:-5px}}.cdx-search-field{--icon-margin-right: 10px;background:rgba(232,232,235,.49);border:1px solid rgba(226,226,229,.2);border-radius:6px;padding:2px;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto}.cdx-search-field__icon{width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:var(--icon-margin-right)}.cdx-search-field__icon svg{width:20px;height:20px;color:#707684}.cdx-search-field__input{font-size:14px;outline:none;font-weight:500;font-family:inherit;border:0;background:transparent;margin:0;padding:0;line-height:22px;min-width:calc(100% - 26px - var(--icon-margin-right))}.cdx-search-field__input::-webkit-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::-moz-placeholder{color:#707684;font-weight:500}.cdx-search-field__input:-ms-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::-ms-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::placeholder{color:#707684;font-weight:500}.ce-popover{--border-radius: 6px;--width: 200px;--max-height: 270px;--padding: 6px;--offset-from-target: 8px;--color-border: #e8e8eb;--color-shadow: rgba(13,20,33,.13);--color-background: white;--color-text-primary: black;--color-text-secondary: #707684;--color-border-icon: rgba(201, 201, 204, .48);--color-border-icon-disabled: #EFF0F1;--color-text-icon-active: #388AE5;--color-background-icon-active: rgba(56, 138, 229, .1);--color-background-item-focus: rgba(34, 186, 255, .08);--color-shadow-item-focus: rgba(7, 161, 227, .08);--color-background-item-hover: #eff2f5;--color-background-item-confirm: #E24A4A;--color-background-item-confirm-hover: #CE4343;min-width:var(--width);width:var(--width);max-height:var(--max-height);border-radius:var(--border-radius);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 15px -3px var(--color-shadow);box-shadow:0 3px 15px -3px var(--color-shadow);position:absolute;left:0;top:calc(100% + var(--offset-from-target));background:var(--color-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:4;opacity:0;max-height:0;pointer-events:none;padding:0;border:none}.ce-popover--opened{opacity:1;padding:var(--padding);max-height:var(--max-height);pointer-events:auto;-webkit-animation:panelShowing .1s ease;animation:panelShowing .1s ease;border:1px solid var(--color-border)}@media (max-width: 650px){.ce-popover--opened{-webkit-animation:panelShowingMobile .25s ease;animation:panelShowingMobile .25s ease}}.ce-popover__items{overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}@media (max-width: 650px){.ce-popover__overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#1D202B;z-index:3;opacity:.5;-webkit-transition:opacity .12s ease-in;transition:opacity .12s ease-in;will-change:opacity;visibility:visible}}.ce-popover__overlay--hidden{display:none}.ce-popover--open-top{top:calc(-1 * (var(--offset-from-target) + var(--popover-height)))}@media (max-width: 650px){.ce-popover{--offset: 5px;position:fixed;max-width:none;min-width:calc(100% - var(--offset) * 2);left:var(--offset);right:var(--offset);bottom:calc(var(--offset) + env(safe-area-inset-bottom));top:auto;border-radius:10px}.ce-popover .ce-popover__search{display:none}}.ce-popover__search,.ce-popover__custom-content:not(:empty){margin-bottom:5px}.ce-popover__nothing-found-message{color:#707684;display:none;cursor:default;padding:3px;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ce-popover__nothing-found-message--displayed{display:block}.ce-popover__custom-content:not(:empty){padding:4px}@media (min-width: 651px){.ce-popover__custom-content:not(:empty){padding:0}}.ce-popover__custom-content--hidden{display:none}.ce-popover-item{--border-radius: 6px;--icon-size: 20px;--icon-size-mobile: 28px;border-radius:var(--border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px;color:var(--color-text-primary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 650px){.ce-popover-item{padding:4px}}.ce-popover-item:not(:last-of-type){margin-bottom:1px}.ce-popover-item__icon{border-radius:5px;width:26px;height:26px;-webkit-box-shadow:0 0 0 1px var(--color-border-icon);box-shadow:0 0 0 1px var(--color-border-icon);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px}.ce-popover-item__icon svg{width:20px;height:20px}@media (max-width: 650px){.ce-popover-item__icon{width:36px;height:36px;border-radius:8px}.ce-popover-item__icon svg{width:var(--icon-size-mobile);height:var(--icon-size-mobile)}}.ce-popover-item__title{font-size:14px;line-height:20px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 650px){.ce-popover-item__title{font-size:16px}}.ce-popover-item__secondary-title{color:var(--color-text-secondary);font-size:12px;margin-left:auto;white-space:nowrap;letter-spacing:-.1em;padding-right:5px;margin-bottom:-2px;opacity:.6}@media (max-width: 650px){.ce-popover-item__secondary-title{display:none}}.ce-popover-item--active{background:var(--color-background-icon-active);color:var(--color-text-icon-active)}.ce-popover-item--active .ce-popover-item__icon{-webkit-box-shadow:none;box-shadow:none}.ce-popover-item--disabled{color:var(--color-text-secondary);cursor:default;pointer-events:none}.ce-popover-item--disabled .ce-popover-item__icon{-webkit-box-shadow:0 0 0 1px var(--color-border-icon-disabled);box-shadow:0 0 0 1px var(--color-border-icon-disabled)}.ce-popover-item--focused:not(.ce-popover-item--no-focus){background:var(--color-background-item-focus)!important}.ce-popover-item--focused:not(.ce-popover-item--no-focus){-webkit-box-shadow:inset 0 0 0px 1px var(--color-shadow-item-focus);box-shadow:inset 0 0 0 1px var(--color-shadow-item-focus)}.ce-popover-item--hidden{display:none}@media (hover: hover){.ce-popover-item:hover{cursor:pointer}.ce-popover-item:hover:not(.ce-popover-item--no-hover){background-color:var(--color-background-item-hover)}.ce-popover-item:hover .ce-popover-item__icon{-webkit-box-shadow:none;box-shadow:none}}.ce-popover-item--confirmation{background:var(--color-background-item-confirm)}.ce-popover-item--confirmation .ce-popover-item__icon{color:var(--color-background-item-confirm)}.ce-popover-item--confirmation .ce-popover-item__title{color:#fff}@media (hover: hover){.ce-popover-item--confirmation:not(.ce-popover-item--no-hover):hover{background:var(--color-background-item-confirm-hover)}}.ce-popover-item--confirmation:not(.ce-popover-item--no-focus).ce-popover-item--focused{background:var(--color-background-item-confirm-hover)!important}.ce-popover-item--confirmation .ce-popover-item__icon,.ce-popover-item--active .ce-popover-item__icon,.ce-popover-item--focused .ce-popover-item__icon{-webkit-box-shadow:none;box-shadow:none}@-webkit-keyframes panelShowing{0%{opacity:0;-webkit-transform:translateY(-8px) scale(.9);transform:translateY(-8px) scale(.9)}70%{opacity:1;-webkit-transform:translateY(2px);transform:translateY(2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes panelShowing{0%{opacity:0;-webkit-transform:translateY(-8px) scale(.9);transform:translateY(-8px) scale(.9)}70%{opacity:1;-webkit-transform:translateY(2px);transform:translateY(2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes panelShowingMobile{0%{opacity:0;-webkit-transform:translateY(14px) scale(.98);transform:translateY(14px) scale(.98)}70%{opacity:1;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes panelShowingMobile{0%{opacity:0;-webkit-transform:translateY(14px) scale(.98);transform:translateY(14px) scale(.98)}70%{opacity:1;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;-webkit-animation-duration:.4s;animation-duration:.4s}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-9%,0,0);transform:translate3d(-9%,0,0)}30%{-webkit-transform:translate3d(9%,0,0);transform:translate3d(9%,0,0)}45%{-webkit-transform:translate3d(-4%,0,0);transform:translate3d(-4%,0,0)}60%{-webkit-transform:translate3d(4%,0,0);transform:translate3d(4%,0,0)}75%{-webkit-transform:translate3d(-1%,0,0);transform:translate3d(-1%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-9%,0,0);transform:translate3d(-9%,0,0)}30%{-webkit-transform:translate3d(9%,0,0);transform:translate3d(9%,0,0)}45%{-webkit-transform:translate3d(-4%,0,0);transform:translate3d(-4%,0,0)}60%{-webkit-transform:translate3d(4%,0,0);transform:translate3d(4%,0,0)}75%{-webkit-transform:translate3d(-1%,0,0);transform:translate3d(-1%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}} +`; +class Ci extends T { + constructor() { + super(...arguments), + (this.isMobile = !1), + (this.contentRectCache = void 0), + (this.resizeDebouncer = Xe(() => { + this.windowResize(); + }, 200)); + } + get CSS() { + return { + editorWrapper: "codex-editor", + editorWrapperNarrow: "codex-editor--narrow", + editorZone: "codex-editor__redactor", + editorZoneHidden: "codex-editor__redactor--hidden", + editorEmpty: "codex-editor--empty", + editorRtlFix: "codex-editor--rtl", + }; + } + get contentRect() { + if (this.contentRectCache) return this.contentRectCache; + const t = this.nodes.wrapper.querySelector(`.${F.CSS.content}`); + return t + ? ((this.contentRectCache = t.getBoundingClientRect()), + this.contentRectCache) + : { width: 650, left: 0, right: 0 }; + } + async prepare() { + this.checkIsMobile(), this.make(), this.loadStyles(); + } + toggleReadOnly(t) { + t ? this.disableModuleBindings() : this.enableModuleBindings(); + } + checkEmptiness() { + const { BlockManager: t } = this.Editor; + this.nodes.wrapper.classList.toggle(this.CSS.editorEmpty, t.isEditorEmpty); + } + get someToolbarOpened() { + const { + Toolbar: t, + BlockSettings: e, + InlineToolbar: o, + ConversionToolbar: i, + } = this.Editor; + return e.opened || o.opened || i.opened || t.toolbox.opened; + } + get someFlipperButtonFocused() { + return this.Editor.Toolbar.toolbox.hasFocus() + ? !0 + : Object.entries(this.Editor) + .filter(([t, e]) => e.flipper instanceof G) + .some(([t, e]) => e.flipper.hasFocus()); + } + destroy() { + this.nodes.holder.innerHTML = ""; + } + closeAllToolbars() { + const { + Toolbar: t, + BlockSettings: e, + InlineToolbar: o, + ConversionToolbar: i, + } = this.Editor; + e.close(), o.close(), i.close(), t.toolbox.close(); + } + checkIsMobile() { + this.isMobile = window.innerWidth < le; + } + make() { + (this.nodes.holder = d.getHolder(this.config.holder)), + (this.nodes.wrapper = d.make("div", [ + this.CSS.editorWrapper, + ...(this.isRtl ? [this.CSS.editorRtlFix] : []), + ])), + (this.nodes.redactor = d.make("div", this.CSS.editorZone)), + this.nodes.holder.offsetWidth < this.contentRect.width && + this.nodes.wrapper.classList.add(this.CSS.editorWrapperNarrow), + (this.nodes.redactor.style.paddingBottom = this.config.minHeight + "px"), + this.nodes.wrapper.appendChild(this.nodes.redactor), + this.nodes.holder.appendChild(this.nodes.wrapper); + } + loadStyles() { + const t = "editor-js-styles"; + if (d.get(t)) return; + const e = d.make("style", null, { id: t, textContent: Ei.toString() }); + d.prepend(document.head, e); + } + enableModuleBindings() { + this.readOnlyMutableListeners.on( + this.nodes.redactor, + "click", + (t) => { + this.redactorClicked(t); + }, + !1, + ), + this.readOnlyMutableListeners.on( + this.nodes.redactor, + "mousedown", + (t) => { + this.documentTouched(t); + }, + !0, + ), + this.readOnlyMutableListeners.on( + this.nodes.redactor, + "touchstart", + (t) => { + this.documentTouched(t); + }, + !0, + ), + this.readOnlyMutableListeners.on( + document, + "keydown", + (t) => { + this.documentKeydown(t); + }, + !0, + ), + this.readOnlyMutableListeners.on( + document, + "mousedown", + (t) => { + this.documentClicked(t); + }, + !0, + ), + this.readOnlyMutableListeners.on( + document, + "selectionchange", + () => { + this.selectionChanged(); + }, + !0, + ), + this.readOnlyMutableListeners.on( + window, + "resize", + () => { + this.resizeDebouncer(); + }, + { passive: !0 }, + ), + this.watchBlockHoveredEvents(); + } + watchBlockHoveredEvents() { + let t; + this.readOnlyMutableListeners.on( + this.nodes.redactor, + "mousemove", + St((e) => { + const o = e.target.closest(".ce-block"); + this.Editor.BlockSelection.anyBlockSelected || + (o && + t !== o && + ((t = o), + this.eventsDispatcher.emit(xe, { + block: this.Editor.BlockManager.getBlockByChildNode(o), + }))); + }, 20), + { passive: !0 }, + ); + } + disableModuleBindings() { + this.readOnlyMutableListeners.clearAll(); + } + windowResize() { + (this.contentRectCache = null), this.checkIsMobile(); + } + documentKeydown(t) { + switch (t.keyCode) { + case E.ENTER: + this.enterPressed(t); + break; + case E.BACKSPACE: + case E.DELETE: + this.backspacePressed(t); + break; + case E.ESC: + this.escapePressed(t); + break; + default: + this.defaultBehaviour(t); + break; + } + } + defaultBehaviour(t) { + const { currentBlock: e } = this.Editor.BlockManager, + o = t.target.closest(`.${this.CSS.editorWrapper}`), + i = t.altKey || t.ctrlKey || t.metaKey || t.shiftKey; + if (e !== void 0 && o === null) { + this.Editor.BlockEvents.keydown(t); + return; + } + o || + (e && i) || + (this.Editor.BlockManager.dropPointer(), this.Editor.Toolbar.close()); + } + backspacePressed(t) { + const { BlockManager: e, BlockSelection: o, Caret: i } = this.Editor; + if (o.anyBlockSelected && !b.isSelectionExists) { + const n = e.removeSelectedBlocks(); + i.setToBlock(e.insertDefaultBlockAtIndex(n, !0), i.positions.START), + o.clearSelection(t), + t.preventDefault(), + t.stopPropagation(), + t.stopImmediatePropagation(); + } + } + escapePressed(t) { + this.Editor.BlockSelection.clearSelection(t), + this.Editor.Toolbar.toolbox.opened + ? (this.Editor.Toolbar.toolbox.close(), + this.Editor.Caret.setToBlock(this.Editor.BlockManager.currentBlock)) + : this.Editor.BlockSettings.opened + ? this.Editor.BlockSettings.close() + : this.Editor.ConversionToolbar.opened + ? this.Editor.ConversionToolbar.close() + : this.Editor.InlineToolbar.opened + ? this.Editor.InlineToolbar.close() + : this.Editor.Toolbar.close(); + } + enterPressed(t) { + const { BlockManager: e, BlockSelection: o } = this.Editor, + i = e.currentBlockIndex >= 0; + if (o.anyBlockSelected && !b.isSelectionExists) { + o.clearSelection(t), + t.preventDefault(), + t.stopImmediatePropagation(), + t.stopPropagation(); + return; + } + if (!this.someToolbarOpened && i && t.target.tagName === "BODY") { + const n = this.Editor.BlockManager.insert(); + this.Editor.Caret.setToBlock(n), + this.Editor.BlockManager.highlightCurrentNode(), + this.Editor.Toolbar.moveAndOpen(n); + } + this.Editor.BlockSelection.clearSelection(t); + } + documentClicked(t) { + if (!t.isTrusted) return; + const e = t.target; + this.nodes.holder.contains(e) || + b.isAtEditor || + (this.Editor.BlockManager.dropPointer(), this.Editor.Toolbar.close()); + const o = this.Editor.BlockSettings.nodes.wrapper.contains(e), + i = this.Editor.Toolbar.nodes.settingsToggler.contains(e), + n = o || i; + if (this.Editor.BlockSettings.opened && !n) { + this.Editor.BlockSettings.close(); + const r = this.Editor.BlockManager.getBlockByChildNode(e); + this.Editor.Toolbar.moveAndOpen(r); + } + this.Editor.BlockSelection.clearSelection(t); + } + documentTouched(t) { + let e = t.target; + if (e === this.nodes.redactor) { + const o = t instanceof MouseEvent ? t.clientX : t.touches[0].clientX, + i = t instanceof MouseEvent ? t.clientY : t.touches[0].clientY; + e = document.elementFromPoint(o, i); + } + try { + this.Editor.BlockManager.setCurrentBlockByChildNode(e), + this.Editor.BlockManager.highlightCurrentNode(); + } catch { + this.Editor.RectangleSelection.isRectActivated() || + this.Editor.Caret.setToTheLastBlock(); + } + this.Editor.Toolbar.moveAndOpen(); + } + redactorClicked(t) { + const { BlockSelection: e } = this.Editor; + if (!b.isCollapsed) return; + const o = () => { + t.stopImmediatePropagation(), t.stopPropagation(); + }, + i = t.target, + n = t.metaKey || t.ctrlKey; + if (d.isAnchor(i) && n) { + o(); + const c = i.getAttribute("href"), + p = qe(c); + Ge(p); + return; + } + const r = this.Editor.BlockManager.getBlockByIndex(-1), + a = d.offset(r.holder).bottom, + l = t.pageY; + if ( + t.target instanceof Element && + t.target.isEqualNode(this.nodes.redactor) && + !e.anyBlockSelected && + a < l + ) { + o(); + const { BlockManager: c, Caret: p, Toolbar: h } = this.Editor; + (!c.lastBlock.tool.isDefault || !c.lastBlock.isEmpty) && c.insertAtEnd(), + p.setToTheLastBlock(), + h.moveAndOpen(c.lastBlock); + } + } + selectionChanged() { + const { CrossBlockSelection: t, BlockSelection: e } = this.Editor, + o = b.anchorElement; + if ( + (t.isCrossBlockSelectionStarted && + e.anyBlockSelected && + b.get().removeAllRanges(), + !o) + ) { + b.range || this.Editor.InlineToolbar.close(); + return; + } + const i = o.closest(`.${F.CSS.content}`) === null; + if ( + i && + (this.Editor.InlineToolbar.containsNode(o) || + this.Editor.InlineToolbar.close(), + o.dataset.inlineToolbar !== "true") + ) + return; + this.Editor.BlockManager.currentBlock || + this.Editor.BlockManager.setCurrentBlockByChildNode(o); + const n = i !== !0; + this.Editor.InlineToolbar.tryToShow(!0, n); + } +} +const Bi = { + BlocksAPI: ao, + CaretAPI: lo, + EventsAPI: co, + I18nAPI: Ft, + API: ho, + InlineToolbarAPI: po, + ListenersAPI: uo, + NotifierAPI: bo, + ReadOnlyAPI: ko, + SanitizerAPI: Bo, + SaverAPI: To, + SelectionAPI: So, + StylesAPI: Io, + ToolbarAPI: Mo, + TooltipAPI: Lo, + UiAPI: Oo, + BlockSettings: Vo, + ConversionToolbar: Y, + Toolbar: ti, + InlineToolbar: ei, + BlockEvents: oi, + BlockManager: si, + BlockSelection: ri, + Caret: vt, + CrossBlockSelection: ai, + DragNDrop: li, + ModificationsObserver: ci, + Paste: Ce, + ReadOnly: di, + RectangleSelection: ft, + Renderer: hi, + Saver: pi, + Tools: _e, + UI: Ci, +}; +class Ti { + constructor(t) { + (this.moduleInstances = {}), (this.eventsDispatcher = new wt()); + let e, o; + (this.isReady = new Promise((i, n) => { + (e = i), (o = n); + })), + Promise.resolve() + .then(async () => { + (this.configuration = t), + this.validate(), + this.init(), + await this.start(), + await this.render(); + const { + BlockManager: i, + Caret: n, + UI: r, + ModificationsObserver: a, + } = this.moduleInstances; + r.checkEmptiness(), + a.enable(), + this.configuration.autofocus && + (n.setToBlock(i.blocks[0], n.positions.START), + i.highlightCurrentNode()), + e(); + }) + .catch((i) => { + _(`Editor.js is not ready because of ${i}`, "error"), o(i); + }); + } + set configuration(t) { + var e, o; + z(t) ? (this.config = { ...t }) : (this.config = { holder: t }), + Mt(!!this.config.holderId, "config.holderId", "config.holder"), + this.config.holderId && + !this.config.holder && + ((this.config.holder = this.config.holderId), + (this.config.holderId = null)), + this.config.holder == null && (this.config.holder = "editorjs"), + this.config.logLevel || (this.config.logLevel = se.VERBOSE), + Ue(this.config.logLevel), + Mt( + !!this.config.initialBlock, + "config.initialBlock", + "config.defaultBlock", + ), + (this.config.defaultBlock = + this.config.defaultBlock || this.config.initialBlock || "paragraph"), + (this.config.minHeight = + this.config.minHeight !== void 0 ? this.config.minHeight : 300); + const i = { type: this.config.defaultBlock, data: {} }; + (this.config.placeholder = this.config.placeholder || !1), + (this.config.sanitizer = this.config.sanitizer || { + p: !0, + b: !0, + a: !0, + }), + (this.config.hideToolbar = this.config.hideToolbar + ? this.config.hideToolbar + : !1), + (this.config.tools = this.config.tools || {}), + (this.config.i18n = this.config.i18n || {}), + (this.config.data = this.config.data || { blocks: [] }), + (this.config.onReady = this.config.onReady || (() => {})), + (this.config.onChange = this.config.onChange || (() => {})), + (this.config.inlineToolbar = + this.config.inlineToolbar !== void 0 ? this.config.inlineToolbar : !0), + (V(this.config.data) || + !this.config.data.blocks || + this.config.data.blocks.length === 0) && + (this.config.data = { blocks: [i] }), + (this.config.readOnly = this.config.readOnly || !1), + (e = this.config.i18n) != null && + e.messages && + $.setDictionary(this.config.i18n.messages), + (this.config.i18n.direction = + ((o = this.config.i18n) == null ? void 0 : o.direction) || "ltr"); + } + get configuration() { + return this.config; + } + validate() { + const { holderId: t, holder: e } = this.config; + if (t && e) + throw Error( + "«holderId» and «holder» param can't assign at the same time.", + ); + if (J(e) && !d.get(e)) + throw Error( + `element with ID «${e}» is missing. Pass correct holder's ID.`, + ); + if (e && z(e) && !d.isElement(e)) + throw Error("«holder» value must be an Element node"); + } + init() { + this.constructModules(), this.configureModules(); + } + async start() { + await [ + "Tools", + "UI", + "BlockManager", + "Paste", + "BlockSelection", + "RectangleSelection", + "CrossBlockSelection", + "ReadOnly", + ].reduce( + (t, e) => + t.then(async () => { + try { + await this.moduleInstances[e].prepare(); + } catch (o) { + if (o instanceof de) throw new Error(o.message); + _(`Module ${e} was skipped because of %o`, "warn", o); + } + }), + Promise.resolve(), + ); + } + render() { + return this.moduleInstances.Renderer.render(this.config.data.blocks); + } + constructModules() { + Object.entries(Bi).forEach(([t, e]) => { + try { + this.moduleInstances[t] = new e({ + config: this.configuration, + eventsDispatcher: this.eventsDispatcher, + }); + } catch (o) { + _("[constructModules]", `Module ${t} skipped because`, "error", o); + } + }); + } + configureModules() { + for (const t in this.moduleInstances) + Object.prototype.hasOwnProperty.call(this.moduleInstances, t) && + (this.moduleInstances[t].state = this.getModulesDiff(t)); + } + getModulesDiff(t) { + const e = {}; + for (const o in this.moduleInstances) + o !== t && (e[o] = this.moduleInstances[o]); + return e; + } +} +/** * Editor.js * * @license Apache-2.0 * @see Editor.js <https://editorjs.io> * @author CodeX Team <https://codex.so> - */class Si{static get version(){return"2.28.0"}constructor(t){let e=()=>{};z(t)&&R(t.onReady)&&(e=t.onReady);const o=new Ti(t);this.isReady=o.isReady.then(()=>{this.exportAPI(o),e()})}exportAPI(t){const e=["configuration"],o=()=>{Object.values(t.moduleInstances).forEach(i=>{R(i.destroy)&&i.destroy(),i.listeners.removeAll()}),t=null;for(const i in this)Object.prototype.hasOwnProperty.call(this,i)&&delete this[i];Object.setPrototypeOf(this,null)};e.forEach(i=>{this[i]=t[i]}),this.destroy=o,Object.setPrototypeOf(this,t.moduleInstances.API.methods),delete this.exportAPI,Object.entries({blocks:{clear:"clear",render:"render"},caret:{focus:"focus"},events:{on:"on",off:"off",emit:"emit"},saver:{save:"save"}}).forEach(([i,n])=>{Object.entries(n).forEach(([r,a])=>{this[a]=t.moduleInstances.API.methods[i][r]})})}}const Tt={header:Zt(()=>import("./bundle-9b767e03.js").then(s=>s.b),["assets/bundle-9b767e03.js","assets/admin-app-62da08c5.js","assets/index-8746c87e.js","assets/admin-app-935fc652.css"]),list:Zt(()=>import("./bundle-13ffaba5.js").then(s=>s.b),["assets/bundle-13ffaba5.js","assets/admin-app-62da08c5.js","assets/index-8746c87e.js","assets/admin-app-935fc652.css"])},Ii=Ne({name:"vue-editor-js",props:{holder:{type:String,default:()=>"vue-editor-js",require:!0},config:{type:Object,default:()=>({}),require:!0},initialized:{type:Function,default:()=>{}}},setup:(s,t)=>{const e=Re({editor:null});function o(r){i(),e.editor=new Si({holder:r.holder||"vue-editor-js",...r.config,onChange:(a,l)=>{n()}}),r.initialized(e.editor)}function i(){e.editor&&(e.editor.destroy(),e.editor=null)}function n(){console.log("saveEditor"),e.editor&&e.editor.save().then(r=>{console.log(r),t.emit("saved",r)})}return Pe(r=>o(s)),{props:s,state:e}},methods:{useTools(s,t){const e=Object.keys(Tt),o={...s.customTools};return e.every(i=>!s[i])?(e.forEach(i=>o[i]={class:Tt[i]}),Object.keys(t).forEach(i=>{o[i]!==void 0&&o[i]!==null&&(o[i].config=t[i])}),o):(e.forEach(i=>{const n=s[i];if(n&&(o[i]={class:Tt[i]},typeof n=="object")){const r=Object.assign({},s[i]);delete r.class,o[i]=Object.assign(o[i],r)}}),Object.keys(t).forEach(i=>{o[i]!==void 0&&o[i]!==null&&(o[i].config=t[i])}),o)}}}),Mi=["id"];function _i(s,t,e,o,i,n){return Fe(),De("div",{id:s.holder},null,8,Mi)}const Oi=Oe(Ii,[["render",_i]]);export{Tt as PLUGINS,Oi as default}; + */ class Si { + static get version() { + return "2.28.0"; + } + constructor(t) { + let e = () => {}; + z(t) && R(t.onReady) && (e = t.onReady); + const o = new Ti(t); + this.isReady = o.isReady.then(() => { + this.exportAPI(o), e(); + }); + } + exportAPI(t) { + const e = ["configuration"], + o = () => { + Object.values(t.moduleInstances).forEach((i) => { + R(i.destroy) && i.destroy(), i.listeners.removeAll(); + }), + (t = null); + for (const i in this) + Object.prototype.hasOwnProperty.call(this, i) && delete this[i]; + Object.setPrototypeOf(this, null); + }; + e.forEach((i) => { + this[i] = t[i]; + }), + (this.destroy = o), + Object.setPrototypeOf(this, t.moduleInstances.API.methods), + delete this.exportAPI, + Object.entries({ + blocks: { clear: "clear", render: "render" }, + caret: { focus: "focus" }, + events: { on: "on", off: "off", emit: "emit" }, + saver: { save: "save" }, + }).forEach(([i, n]) => { + Object.entries(n).forEach(([r, a]) => { + this[a] = t.moduleInstances.API.methods[i][r]; + }); + }); + } +} +const Tt = { + header: Zt( + () => import("./bundle-9b767e03.js").then((s) => s.b), + [ + "assets/bundle-9b767e03.js", + "assets/app-admin-62da08c5.js", + "assets/index-8746c87e.js", + "assets/app-admin-935fc652.css", + ], + ), + list: Zt( + () => import("./bundle-13ffaba5.js").then((s) => s.b), + [ + "assets/bundle-13ffaba5.js", + "assets/app-admin-62da08c5.js", + "assets/index-8746c87e.js", + "assets/app-admin-935fc652.css", + ], + ), + }, + Ii = Ne({ + name: "vue-editor-js", + props: { + holder: { type: String, default: () => "vue-editor-js", require: !0 }, + config: { type: Object, default: () => ({}), require: !0 }, + initialized: { type: Function, default: () => {} }, + }, + setup: (s, t) => { + const e = Re({ editor: null }); + function o(r) { + i(), + (e.editor = new Si({ + holder: r.holder || "vue-editor-js", + ...r.config, + onChange: (a, l) => { + n(); + }, + })), + r.initialized(e.editor); + } + function i() { + e.editor && (e.editor.destroy(), (e.editor = null)); + } + function n() { + console.log("saveEditor"), + e.editor && + e.editor.save().then((r) => { + console.log(r), t.emit("saved", r); + }); + } + return Pe((r) => o(s)), { props: s, state: e }; + }, + methods: { + useTools(s, t) { + const e = Object.keys(Tt), + o = { ...s.customTools }; + return e.every((i) => !s[i]) + ? (e.forEach((i) => (o[i] = { class: Tt[i] })), + Object.keys(t).forEach((i) => { + o[i] !== void 0 && o[i] !== null && (o[i].config = t[i]); + }), + o) + : (e.forEach((i) => { + const n = s[i]; + if (n && ((o[i] = { class: Tt[i] }), typeof n == "object")) { + const r = Object.assign({}, s[i]); + delete r.class, (o[i] = Object.assign(o[i], r)); + } + }), + Object.keys(t).forEach((i) => { + o[i] !== void 0 && o[i] !== null && (o[i].config = t[i]); + }), + o); + }, + }, + }), + Mi = ["id"]; +function _i(s, t, e, o, i, n) { + return Fe(), De("div", { id: s.holder }, null, 8, Mi); +} +const Oi = Oe(Ii, [["render", _i]]); +export { Tt as PLUGINS, Oi as default }; diff --git a/public/build/assets/bundle-13ffaba5.js b/public/build/assets/bundle-13ffaba5.js index 9bea9df..035b097 100644 --- a/public/build/assets/bundle-13ffaba5.js +++ b/public/build/assets/bundle-13ffaba5.js @@ -1,6 +1,278 @@ -import{g as E}from"./admin-app-62da08c5.js";function P(_,j){for(var v=0;v<j.length;v++){const p=j[v];if(typeof p!="string"&&!Array.isArray(p)){for(const c in p)if(c!=="default"&&!(c in _)){const o=Object.getOwnPropertyDescriptor(p,c);o&&Object.defineProperty(_,c,o.get?o:{enumerable:!0,get:()=>p[c]})}}}return Object.freeze(Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}))}var T={exports:{}};(function(_,j){(function(v,p){_.exports=p()})(window,function(){return function(v){var p={};function c(o){if(p[o])return p[o].exports;var l=p[o]={i:o,l:!1,exports:{}};return v[o].call(l.exports,l,l.exports,c),l.l=!0,l.exports}return c.m=v,c.c=p,c.d=function(o,l,d){c.o(o,l)||Object.defineProperty(o,l,{enumerable:!0,get:d})},c.r=function(o){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})},c.t=function(o,l){if(1&l&&(o=c(o)),8&l||4&l&&typeof o=="object"&&o&&o.__esModule)return o;var d=Object.create(null);if(c.r(d),Object.defineProperty(d,"default",{enumerable:!0,value:o}),2&l&&typeof o!="string")for(var f in o)c.d(d,f,(function(b){return o[b]}).bind(null,f));return d},c.n=function(o){var l=o&&o.__esModule?function(){return o.default}:function(){return o};return c.d(l,"a",l),l},c.o=function(o,l){return Object.prototype.hasOwnProperty.call(o,l)},c.p="/",c(c.s=4)}([function(v,p,c){var o=c(1),l=c(2);typeof(l=l.__esModule?l.default:l)=="string"&&(l=[[v.i,l,""]]);var d={insert:"head",singleton:!1};o(l,d),v.exports=l.locals||{}},function(v,p,c){var o,l=function(){return o===void 0&&(o=!!(window&&document&&document.all&&!window.atob)),o},d=function(){var r={};return function(i){if(r[i]===void 0){var s=document.querySelector(i);if(window.HTMLIFrameElement&&s instanceof window.HTMLIFrameElement)try{s=s.contentDocument.head}catch{s=null}r[i]=s}return r[i]}}(),f=[];function b(r){for(var i=-1,s=0;s<f.length;s++)if(f[s].identifier===r){i=s;break}return i}function S(r,i){for(var s={},u=[],m=0;m<r.length;m++){var g=r[m],y=i.base?g[0]+i.base:g[0],C=s[y]||0,O="".concat(y," ").concat(C);s[y]=C+1;var L=b(O),M={css:g[1],media:g[2],sourceMap:g[3]};L!==-1?(f[L].references++,f[L].updater(M)):f.push({identifier:O,updater:h(M,i),references:1}),u.push(O)}return u}function k(r){var i=document.createElement("style"),s=r.attributes||{};if(s.nonce===void 0){var u=c.nc;u&&(s.nonce=u)}if(Object.keys(s).forEach(function(g){i.setAttribute(g,s[g])}),typeof r.insert=="function")r.insert(i);else{var m=d(r.insert||"head");if(!m)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");m.appendChild(i)}return i}var w,x=(w=[],function(r,i){return w[r]=i,w.filter(Boolean).join(` -`)});function a(r,i,s,u){var m=s?"":u.media?"@media ".concat(u.media," {").concat(u.css,"}"):u.css;if(r.styleSheet)r.styleSheet.cssText=x(i,m);else{var g=document.createTextNode(m),y=r.childNodes;y[i]&&r.removeChild(y[i]),y.length?r.insertBefore(g,y[i]):r.appendChild(g)}}function e(r,i,s){var u=s.css,m=s.media,g=s.sourceMap;if(m?r.setAttribute("media",m):r.removeAttribute("media"),g&&btoa&&(u+=` -/*# sourceMappingURL=data:application/json;base64,`.concat(btoa(unescape(encodeURIComponent(JSON.stringify(g))))," */")),r.styleSheet)r.styleSheet.cssText=u;else{for(;r.firstChild;)r.removeChild(r.firstChild);r.appendChild(document.createTextNode(u))}}var t=null,n=0;function h(r,i){var s,u,m;if(i.singleton){var g=n++;s=t||(t=k(i)),u=a.bind(null,s,g,!1),m=a.bind(null,s,g,!0)}else s=k(i),u=e.bind(null,s,i),m=function(){(function(y){if(y.parentNode===null)return!1;y.parentNode.removeChild(y)})(s)};return u(r),function(y){if(y){if(y.css===r.css&&y.media===r.media&&y.sourceMap===r.sourceMap)return;u(r=y)}else m()}}v.exports=function(r,i){(i=i||{}).singleton||typeof i.singleton=="boolean"||(i.singleton=l());var s=S(r=r||[],i);return function(u){if(u=u||[],Object.prototype.toString.call(u)==="[object Array]"){for(var m=0;m<s.length;m++){var g=b(s[m]);f[g].references--}for(var y=S(u,i),C=0;C<s.length;C++){var O=b(s[C]);f[O].references===0&&(f[O].updater(),f.splice(O,1))}s=y}}}},function(v,p,c){(p=c(3)(!1)).push([v.i,`.cdx-list { +import { g as E } from "./app-admin-62da08c5.js"; +function P(_, j) { + for (var v = 0; v < j.length; v++) { + const p = j[v]; + if (typeof p != "string" && !Array.isArray(p)) { + for (const c in p) + if (c !== "default" && !(c in _)) { + const o = Object.getOwnPropertyDescriptor(p, c); + o && + Object.defineProperty( + _, + c, + o.get ? o : { enumerable: !0, get: () => p[c] }, + ); + } + } + } + return Object.freeze( + Object.defineProperty(_, Symbol.toStringTag, { value: "Module" }), + ); +} +var T = { exports: {} }; +(function (_, j) { + (function (v, p) { + _.exports = p(); + })(window, function () { + return (function (v) { + var p = {}; + function c(o) { + if (p[o]) return p[o].exports; + var l = (p[o] = { i: o, l: !1, exports: {} }); + return v[o].call(l.exports, l, l.exports, c), (l.l = !0), l.exports; + } + return ( + (c.m = v), + (c.c = p), + (c.d = function (o, l, d) { + c.o(o, l) || Object.defineProperty(o, l, { enumerable: !0, get: d }); + }), + (c.r = function (o) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }), + Object.defineProperty(o, "__esModule", { value: !0 }); + }), + (c.t = function (o, l) { + if ( + (1 & l && (o = c(o)), + 8 & l || (4 & l && typeof o == "object" && o && o.__esModule)) + ) + return o; + var d = Object.create(null); + if ( + (c.r(d), + Object.defineProperty(d, "default", { enumerable: !0, value: o }), + 2 & l && typeof o != "string") + ) + for (var f in o) + c.d( + d, + f, + function (b) { + return o[b]; + }.bind(null, f), + ); + return d; + }), + (c.n = function (o) { + var l = + o && o.__esModule + ? function () { + return o.default; + } + : function () { + return o; + }; + return c.d(l, "a", l), l; + }), + (c.o = function (o, l) { + return Object.prototype.hasOwnProperty.call(o, l); + }), + (c.p = "/"), + c((c.s = 4)) + ); + })([ + function (v, p, c) { + var o = c(1), + l = c(2); + typeof (l = l.__esModule ? l.default : l) == "string" && + (l = [[v.i, l, ""]]); + var d = { insert: "head", singleton: !1 }; + o(l, d), (v.exports = l.locals || {}); + }, + function (v, p, c) { + var o, + l = function () { + return ( + o === void 0 && + (o = !!(window && document && document.all && !window.atob)), + o + ); + }, + d = (function () { + var r = {}; + return function (i) { + if (r[i] === void 0) { + var s = document.querySelector(i); + if ( + window.HTMLIFrameElement && + s instanceof window.HTMLIFrameElement + ) + try { + s = s.contentDocument.head; + } catch { + s = null; + } + r[i] = s; + } + return r[i]; + }; + })(), + f = []; + function b(r) { + for (var i = -1, s = 0; s < f.length; s++) + if (f[s].identifier === r) { + i = s; + break; + } + return i; + } + function S(r, i) { + for (var s = {}, u = [], m = 0; m < r.length; m++) { + var g = r[m], + y = i.base ? g[0] + i.base : g[0], + C = s[y] || 0, + O = "".concat(y, " ").concat(C); + s[y] = C + 1; + var L = b(O), + M = { css: g[1], media: g[2], sourceMap: g[3] }; + L !== -1 + ? (f[L].references++, f[L].updater(M)) + : f.push({ identifier: O, updater: h(M, i), references: 1 }), + u.push(O); + } + return u; + } + function k(r) { + var i = document.createElement("style"), + s = r.attributes || {}; + if (s.nonce === void 0) { + var u = c.nc; + u && (s.nonce = u); + } + if ( + (Object.keys(s).forEach(function (g) { + i.setAttribute(g, s[g]); + }), + typeof r.insert == "function") + ) + r.insert(i); + else { + var m = d(r.insert || "head"); + if (!m) + throw new Error( + "Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.", + ); + m.appendChild(i); + } + return i; + } + var w, + x = + ((w = []), + function (r, i) { + return ( + (w[r] = i), + w.filter(Boolean).join(` +`) + ); + }); + function a(r, i, s, u) { + var m = s + ? "" + : u.media + ? "@media ".concat(u.media, " {").concat(u.css, "}") + : u.css; + if (r.styleSheet) r.styleSheet.cssText = x(i, m); + else { + var g = document.createTextNode(m), + y = r.childNodes; + y[i] && r.removeChild(y[i]), + y.length ? r.insertBefore(g, y[i]) : r.appendChild(g); + } + } + function e(r, i, s) { + var u = s.css, + m = s.media, + g = s.sourceMap; + if ( + (m ? r.setAttribute("media", m) : r.removeAttribute("media"), + g && + btoa && + (u += ` +/*# sourceMappingURL=data:application/json;base64,`.concat( + btoa(unescape(encodeURIComponent(JSON.stringify(g)))), + " */", + )), + r.styleSheet) + ) + r.styleSheet.cssText = u; + else { + for (; r.firstChild; ) r.removeChild(r.firstChild); + r.appendChild(document.createTextNode(u)); + } + } + var t = null, + n = 0; + function h(r, i) { + var s, u, m; + if (i.singleton) { + var g = n++; + (s = t || (t = k(i))), + (u = a.bind(null, s, g, !1)), + (m = a.bind(null, s, g, !0)); + } else + (s = k(i)), + (u = e.bind(null, s, i)), + (m = function () { + (function (y) { + if (y.parentNode === null) return !1; + y.parentNode.removeChild(y); + })(s); + }); + return ( + u(r), + function (y) { + if (y) { + if ( + y.css === r.css && + y.media === r.media && + y.sourceMap === r.sourceMap + ) + return; + u((r = y)); + } else m(); + } + ); + } + v.exports = function (r, i) { + (i = i || {}).singleton || + typeof i.singleton == "boolean" || + (i.singleton = l()); + var s = S((r = r || []), i); + return function (u) { + if ( + ((u = u || []), + Object.prototype.toString.call(u) === "[object Array]") + ) { + for (var m = 0; m < s.length; m++) { + var g = b(s[m]); + f[g].references--; + } + for (var y = S(u, i), C = 0; C < s.length; C++) { + var O = b(s[C]); + f[O].references === 0 && (f[O].updater(), f.splice(O, 1)); + } + s = y; + } + }; + }; + }, + function (v, p, c) { + (p = c(3)(!1)).push([ + v.i, + `.cdx-list { margin: 0; padding-left: 40px; outline: none; @@ -26,7 +298,503 @@ import{g as E}from"./admin-app-62da08c5.js";function P(_,j){for(var v=0;v<j.leng .cdx-list-settings .cdx-settings-button { width: 50%; } -`,""]),v.exports=p},function(v,p,c){v.exports=function(o){var l=[];return l.toString=function(){return this.map(function(d){var f=function(b,S){var k=b[1]||"",w=b[3];if(!w)return k;if(S&&typeof btoa=="function"){var x=(e=w,t=btoa(unescape(encodeURIComponent(JSON.stringify(e)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(t),"/*# ".concat(n," */")),a=w.sources.map(function(h){return"/*# sourceURL=".concat(w.sourceRoot||"").concat(h," */")});return[k].concat(a).concat([x]).join(` -`)}var e,t,n;return[k].join(` -`)}(d,o);return d[2]?"@media ".concat(d[2]," {").concat(f,"}"):f}).join("")},l.i=function(d,f,b){typeof d=="string"&&(d=[[null,d,""]]);var S={};if(b)for(var k=0;k<this.length;k++){var w=this[k][0];w!=null&&(S[w]=!0)}for(var x=0;x<d.length;x++){var a=[].concat(d[x]);b&&S[a[0]]||(f&&(a[2]?a[2]="".concat(f," and ").concat(a[2]):a[2]=f),l.push(a))}},l}},function(v,p,c){c.r(p),c.d(p,"default",function(){return x}),c(0);const o='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><line x1="9" x2="19" y1="7" y2="7" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="9" x2="19" y1="12" y2="12" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="9" x2="19" y1="17" y2="17" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.00001 17H4.99002"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.00001 12H4.99002"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.00001 7H4.99002"/></svg>';function l(a){return function(e){if(Array.isArray(e))return d(e)}(a)||function(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}(a)||function(e,t){if(e){if(typeof e=="string")return d(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return d(e,t)}}(a)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function d(a,e){(e==null||e>a.length)&&(e=a.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=a[t];return n}function f(a,e){var t=Object.keys(a);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(a);e&&(n=n.filter(function(h){return Object.getOwnPropertyDescriptor(a,h).enumerable})),t.push.apply(t,n)}return t}function b(a){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?f(Object(t),!0).forEach(function(n){S(a,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(t)):f(Object(t)).forEach(function(n){Object.defineProperty(a,n,Object.getOwnPropertyDescriptor(t,n))})}return a}function S(a,e,t){return e in a?Object.defineProperty(a,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):a[e]=t,a}function k(a,e){for(var t=0;t<e.length;t++){var n=e[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(a,n.key,n)}}function w(a,e,t){return e&&k(a.prototype,e),t&&k(a,t),a}var x=function(){function a(e){var t=e.data,n=e.config,h=e.api,r=e.readOnly;(function(i,s){if(!(i instanceof s))throw new TypeError("Cannot call a class as a function")})(this,a),this._elements={wrapper:null},this.api=h,this.readOnly=r,this.settings=[{name:"unordered",label:this.api.i18n.t("Unordered"),icon:o,default:n.defaultStyle==="unordered"||!1},{name:"ordered",label:this.api.i18n.t("Ordered"),icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><line x1="12" x2="19" y1="7" y2="7" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="12" x2="19" y1="12" y2="12" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="12" x2="19" y1="17" y2="17" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7.79999 14L7.79999 7.2135C7.79999 7.12872 7.7011 7.0824 7.63597 7.13668L4.79999 9.5"/></svg>',default:n.defaultStyle==="ordered"||!0}],this._data={style:this.settings.find(function(i){return i.default===!0}).name,items:[]},this.data=t}return w(a,null,[{key:"isReadOnlySupported",get:function(){return!0}},{key:"enableLineBreaks",get:function(){return!0}},{key:"toolbox",get:function(){return{icon:o,title:"List"}}}]),w(a,[{key:"render",value:function(){var e=this;return this._elements.wrapper=this.makeMainTag(this._data.style),this._data.items.length?this._data.items.forEach(function(t){e._elements.wrapper.appendChild(e._make("li",e.CSS.item,{innerHTML:t}))}):this._elements.wrapper.appendChild(this._make("li",this.CSS.item)),this.readOnly||this._elements.wrapper.addEventListener("keydown",function(t){switch(t.keyCode){case 13:e.getOutofList(t);break;case 8:e.backspace(t)}},!1),this._elements.wrapper}},{key:"save",value:function(){return this.data}},{key:"renderSettings",value:function(){var e=this;return this.settings.map(function(t){return b(b({},t),{},{isActive:e._data.style===t.name,closeOnActivate:!0,onActivate:function(){return e.toggleTune(t.name)}})})}},{key:"onPaste",value:function(e){var t=e.detail.data;this.data=this.pasteHandler(t)}},{key:"makeMainTag",value:function(e){var t=e==="ordered"?this.CSS.wrapperOrdered:this.CSS.wrapperUnordered,n=e==="ordered"?"ol":"ul";return this._make(n,[this.CSS.baseBlock,this.CSS.wrapper,t],{contentEditable:!this.readOnly})}},{key:"toggleTune",value:function(e){for(var t=this.makeMainTag(e);this._elements.wrapper.hasChildNodes();)t.appendChild(this._elements.wrapper.firstChild);this._elements.wrapper.replaceWith(t),this._elements.wrapper=t,this._data.style=e}},{key:"_make",value:function(e){var t,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,h=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=document.createElement(e);Array.isArray(n)?(t=r.classList).add.apply(t,l(n)):n&&r.classList.add(n);for(var i in h)r[i]=h[i];return r}},{key:"getOutofList",value:function(e){var t=this._elements.wrapper.querySelectorAll("."+this.CSS.item);if(!(t.length<2)){var n=t[t.length-1],h=this.currentItem;h!==n||n.textContent.trim().length||(h.parentElement.removeChild(h),this.api.blocks.insert(),this.api.caret.setToBlock(this.api.blocks.getCurrentBlockIndex()),e.preventDefault(),e.stopPropagation())}}},{key:"backspace",value:function(e){var t=this._elements.wrapper.querySelectorAll("."+this.CSS.item),n=t[0];n&&t.length<2&&!n.innerHTML.replace("<br>"," ").trim()&&e.preventDefault()}},{key:"selectItem",value:function(e){e.preventDefault();var t=window.getSelection(),n=t.anchorNode.parentNode.closest("."+this.CSS.item),h=new Range;h.selectNodeContents(n),t.removeAllRanges(),t.addRange(h)}},{key:"pasteHandler",value:function(e){var t,n=e.tagName;switch(n){case"OL":t="ordered";break;case"UL":case"LI":t="unordered"}var h={style:t,items:[]};if(n==="LI")h.items=[e.innerHTML];else{var r=Array.from(e.querySelectorAll("LI"));h.items=r.map(function(i){return i.innerHTML}).filter(function(i){return!!i.trim()})}return h}},{key:"CSS",get:function(){return{baseBlock:this.api.styles.block,wrapper:"cdx-list",wrapperOrdered:"cdx-list--ordered",wrapperUnordered:"cdx-list--unordered",item:"cdx-list__item"}}},{key:"data",set:function(e){e||(e={}),this._data.style=e.style||this.settings.find(function(n){return n.default===!0}).name,this._data.items=e.items||[];var t=this._elements.wrapper;t&&t.parentNode.replaceChild(this.render(),t)},get:function(){this._data.items=[];for(var e=this._elements.wrapper.querySelectorAll(".".concat(this.CSS.item)),t=0;t<e.length;t++)e[t].innerHTML.replace("<br>"," ").trim()&&this._data.items.push(e[t].innerHTML);return this._data}},{key:"currentItem",get:function(){var e=window.getSelection().anchorNode;return e.nodeType!==Node.ELEMENT_NODE&&(e=e.parentNode),e.closest(".".concat(this.CSS.item))}}],[{key:"conversionConfig",get:function(){return{export:function(e){return e.items.join(". ")},import:function(e){return{items:[e],style:"unordered"}}}}},{key:"sanitize",get:function(){return{style:{},items:{br:!0}}}},{key:"pasteConfig",get:function(){return{tags:["OL","UL","LI"]}}}]),a}()}]).default})})(T);var A=T.exports;const N=E(A),H=P({__proto__:null,default:N},[A]);export{N as L,H as b}; +`, + "", + ]), + (v.exports = p); + }, + function (v, p, c) { + v.exports = function (o) { + var l = []; + return ( + (l.toString = function () { + return this.map(function (d) { + var f = (function (b, S) { + var k = b[1] || "", + w = b[3]; + if (!w) return k; + if (S && typeof btoa == "function") { + var x = + ((e = w), + (t = btoa( + unescape(encodeURIComponent(JSON.stringify(e))), + )), + (n = + "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat( + t, + )), + "/*# ".concat(n, " */")), + a = w.sources.map(function (h) { + return "/*# sourceURL=" + .concat(w.sourceRoot || "") + .concat(h, " */"); + }); + return [k].concat(a).concat([x]).join(` +`); + } + var e, t, n; + return [k].join(` +`); + })(d, o); + return d[2] ? "@media ".concat(d[2], " {").concat(f, "}") : f; + }).join(""); + }), + (l.i = function (d, f, b) { + typeof d == "string" && (d = [[null, d, ""]]); + var S = {}; + if (b) + for (var k = 0; k < this.length; k++) { + var w = this[k][0]; + w != null && (S[w] = !0); + } + for (var x = 0; x < d.length; x++) { + var a = [].concat(d[x]); + (b && S[a[0]]) || + (f && + (a[2] + ? (a[2] = "".concat(f, " and ").concat(a[2])) + : (a[2] = f)), + l.push(a)); + } + }), + l + ); + }; + }, + function (v, p, c) { + c.r(p), + c.d(p, "default", function () { + return x; + }), + c(0); + const o = + '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><line x1="9" x2="19" y1="7" y2="7" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="9" x2="19" y1="12" y2="12" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="9" x2="19" y1="17" y2="17" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.00001 17H4.99002"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.00001 12H4.99002"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.00001 7H4.99002"/></svg>'; + function l(a) { + return ( + (function (e) { + if (Array.isArray(e)) return d(e); + })(a) || + (function (e) { + if (typeof Symbol < "u" && Symbol.iterator in Object(e)) + return Array.from(e); + })(a) || + (function (e, t) { + if (e) { + if (typeof e == "string") return d(e, t); + var n = Object.prototype.toString.call(e).slice(8, -1); + if ( + (n === "Object" && e.constructor && (n = e.constructor.name), + n === "Map" || n === "Set") + ) + return Array.from(e); + if ( + n === "Arguments" || + /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) + ) + return d(e, t); + } + })(a) || + (function () { + throw new TypeError(`Invalid attempt to spread non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`); + })() + ); + } + function d(a, e) { + (e == null || e > a.length) && (e = a.length); + for (var t = 0, n = new Array(e); t < e; t++) n[t] = a[t]; + return n; + } + function f(a, e) { + var t = Object.keys(a); + if (Object.getOwnPropertySymbols) { + var n = Object.getOwnPropertySymbols(a); + e && + (n = n.filter(function (h) { + return Object.getOwnPropertyDescriptor(a, h).enumerable; + })), + t.push.apply(t, n); + } + return t; + } + function b(a) { + for (var e = 1; e < arguments.length; e++) { + var t = arguments[e] != null ? arguments[e] : {}; + e % 2 + ? f(Object(t), !0).forEach(function (n) { + S(a, n, t[n]); + }) + : Object.getOwnPropertyDescriptors + ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(t)) + : f(Object(t)).forEach(function (n) { + Object.defineProperty( + a, + n, + Object.getOwnPropertyDescriptor(t, n), + ); + }); + } + return a; + } + function S(a, e, t) { + return ( + e in a + ? Object.defineProperty(a, e, { + value: t, + enumerable: !0, + configurable: !0, + writable: !0, + }) + : (a[e] = t), + a + ); + } + function k(a, e) { + for (var t = 0; t < e.length; t++) { + var n = e[t]; + (n.enumerable = n.enumerable || !1), + (n.configurable = !0), + "value" in n && (n.writable = !0), + Object.defineProperty(a, n.key, n); + } + } + function w(a, e, t) { + return e && k(a.prototype, e), t && k(a, t), a; + } + var x = (function () { + function a(e) { + var t = e.data, + n = e.config, + h = e.api, + r = e.readOnly; + (function (i, s) { + if (!(i instanceof s)) + throw new TypeError("Cannot call a class as a function"); + })(this, a), + (this._elements = { wrapper: null }), + (this.api = h), + (this.readOnly = r), + (this.settings = [ + { + name: "unordered", + label: this.api.i18n.t("Unordered"), + icon: o, + default: n.defaultStyle === "unordered" || !1, + }, + { + name: "ordered", + label: this.api.i18n.t("Ordered"), + icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><line x1="12" x2="19" y1="7" y2="7" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="12" x2="19" y1="12" y2="12" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><line x1="12" x2="19" y1="17" y2="17" stroke="currentColor" stroke-linecap="round" stroke-width="2"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M7.79999 14L7.79999 7.2135C7.79999 7.12872 7.7011 7.0824 7.63597 7.13668L4.79999 9.5"/></svg>', + default: n.defaultStyle === "ordered" || !0, + }, + ]), + (this._data = { + style: this.settings.find(function (i) { + return i.default === !0; + }).name, + items: [], + }), + (this.data = t); + } + return ( + w(a, null, [ + { + key: "isReadOnlySupported", + get: function () { + return !0; + }, + }, + { + key: "enableLineBreaks", + get: function () { + return !0; + }, + }, + { + key: "toolbox", + get: function () { + return { icon: o, title: "List" }; + }, + }, + ]), + w( + a, + [ + { + key: "render", + value: function () { + var e = this; + return ( + (this._elements.wrapper = this.makeMainTag( + this._data.style, + )), + this._data.items.length + ? this._data.items.forEach(function (t) { + e._elements.wrapper.appendChild( + e._make("li", e.CSS.item, { innerHTML: t }), + ); + }) + : this._elements.wrapper.appendChild( + this._make("li", this.CSS.item), + ), + this.readOnly || + this._elements.wrapper.addEventListener( + "keydown", + function (t) { + switch (t.keyCode) { + case 13: + e.getOutofList(t); + break; + case 8: + e.backspace(t); + } + }, + !1, + ), + this._elements.wrapper + ); + }, + }, + { + key: "save", + value: function () { + return this.data; + }, + }, + { + key: "renderSettings", + value: function () { + var e = this; + return this.settings.map(function (t) { + return b( + b({}, t), + {}, + { + isActive: e._data.style === t.name, + closeOnActivate: !0, + onActivate: function () { + return e.toggleTune(t.name); + }, + }, + ); + }); + }, + }, + { + key: "onPaste", + value: function (e) { + var t = e.detail.data; + this.data = this.pasteHandler(t); + }, + }, + { + key: "makeMainTag", + value: function (e) { + var t = + e === "ordered" + ? this.CSS.wrapperOrdered + : this.CSS.wrapperUnordered, + n = e === "ordered" ? "ol" : "ul"; + return this._make( + n, + [this.CSS.baseBlock, this.CSS.wrapper, t], + { contentEditable: !this.readOnly }, + ); + }, + }, + { + key: "toggleTune", + value: function (e) { + for ( + var t = this.makeMainTag(e); + this._elements.wrapper.hasChildNodes(); + + ) + t.appendChild(this._elements.wrapper.firstChild); + this._elements.wrapper.replaceWith(t), + (this._elements.wrapper = t), + (this._data.style = e); + }, + }, + { + key: "_make", + value: function (e) { + var t, + n = + arguments.length > 1 && arguments[1] !== void 0 + ? arguments[1] + : null, + h = + arguments.length > 2 && arguments[2] !== void 0 + ? arguments[2] + : {}, + r = document.createElement(e); + Array.isArray(n) + ? (t = r.classList).add.apply(t, l(n)) + : n && r.classList.add(n); + for (var i in h) r[i] = h[i]; + return r; + }, + }, + { + key: "getOutofList", + value: function (e) { + var t = this._elements.wrapper.querySelectorAll( + "." + this.CSS.item, + ); + if (!(t.length < 2)) { + var n = t[t.length - 1], + h = this.currentItem; + h !== n || + n.textContent.trim().length || + (h.parentElement.removeChild(h), + this.api.blocks.insert(), + this.api.caret.setToBlock( + this.api.blocks.getCurrentBlockIndex(), + ), + e.preventDefault(), + e.stopPropagation()); + } + }, + }, + { + key: "backspace", + value: function (e) { + var t = this._elements.wrapper.querySelectorAll( + "." + this.CSS.item, + ), + n = t[0]; + n && + t.length < 2 && + !n.innerHTML.replace("<br>", " ").trim() && + e.preventDefault(); + }, + }, + { + key: "selectItem", + value: function (e) { + e.preventDefault(); + var t = window.getSelection(), + n = t.anchorNode.parentNode.closest("." + this.CSS.item), + h = new Range(); + h.selectNodeContents(n), t.removeAllRanges(), t.addRange(h); + }, + }, + { + key: "pasteHandler", + value: function (e) { + var t, + n = e.tagName; + switch (n) { + case "OL": + t = "ordered"; + break; + case "UL": + case "LI": + t = "unordered"; + } + var h = { style: t, items: [] }; + if (n === "LI") h.items = [e.innerHTML]; + else { + var r = Array.from(e.querySelectorAll("LI")); + h.items = r + .map(function (i) { + return i.innerHTML; + }) + .filter(function (i) { + return !!i.trim(); + }); + } + return h; + }, + }, + { + key: "CSS", + get: function () { + return { + baseBlock: this.api.styles.block, + wrapper: "cdx-list", + wrapperOrdered: "cdx-list--ordered", + wrapperUnordered: "cdx-list--unordered", + item: "cdx-list__item", + }; + }, + }, + { + key: "data", + set: function (e) { + e || (e = {}), + (this._data.style = + e.style || + this.settings.find(function (n) { + return n.default === !0; + }).name), + (this._data.items = e.items || []); + var t = this._elements.wrapper; + t && t.parentNode.replaceChild(this.render(), t); + }, + get: function () { + this._data.items = []; + for ( + var e = this._elements.wrapper.querySelectorAll( + ".".concat(this.CSS.item), + ), + t = 0; + t < e.length; + t++ + ) + e[t].innerHTML.replace("<br>", " ").trim() && + this._data.items.push(e[t].innerHTML); + return this._data; + }, + }, + { + key: "currentItem", + get: function () { + var e = window.getSelection().anchorNode; + return ( + e.nodeType !== Node.ELEMENT_NODE && (e = e.parentNode), + e.closest(".".concat(this.CSS.item)) + ); + }, + }, + ], + [ + { + key: "conversionConfig", + get: function () { + return { + export: function (e) { + return e.items.join(". "); + }, + import: function (e) { + return { items: [e], style: "unordered" }; + }, + }; + }, + }, + { + key: "sanitize", + get: function () { + return { style: {}, items: { br: !0 } }; + }, + }, + { + key: "pasteConfig", + get: function () { + return { tags: ["OL", "UL", "LI"] }; + }, + }, + ], + ), + a + ); + })(); + }, + ]).default; + }); +})(T); +var A = T.exports; +const N = E(A), + H = P({ __proto__: null, default: N }, [A]); +export { N as L, H as b }; diff --git a/public/build/assets/bundle-9b767e03.js b/public/build/assets/bundle-9b767e03.js index 8300ad2..19430fd 100644 --- a/public/build/assets/bundle-9b767e03.js +++ b/public/build/assets/bundle-9b767e03.js @@ -1,4 +1,98 @@ -import{g as N}from"./admin-app-62da08c5.js";function P(x,H){for(var g=0;g<H.length;g++){const b=H[g];if(typeof b!="string"&&!Array.isArray(b)){for(const l in b)if(l!=="default"&&!(l in x)){const n=Object.getOwnPropertyDescriptor(b,l);n&&Object.defineProperty(x,l,n.get?n:{enumerable:!0,get:()=>b[l]})}}}return Object.freeze(Object.defineProperty(x,Symbol.toStringTag,{value:"Module"}))}var E={exports:{}};(function(x,H){(function(g,b){x.exports=b()})(window,function(){return function(g){var b={};function l(n){if(b[n])return b[n].exports;var i=b[n]={i:n,l:!1,exports:{}};return g[n].call(i.exports,i,i.exports,l),i.l=!0,i.exports}return l.m=g,l.c=b,l.d=function(n,i,h){l.o(n,i)||Object.defineProperty(n,i,{enumerable:!0,get:h})},l.r=function(n){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},l.t=function(n,i){if(1&i&&(n=l(n)),8&i||4&i&&typeof n=="object"&&n&&n.__esModule)return n;var h=Object.create(null);if(l.r(h),Object.defineProperty(h,"default",{enumerable:!0,value:n}),2&i&&typeof n!="string")for(var m in n)l.d(h,m,(function(f){return n[f]}).bind(null,m));return h},l.n=function(n){var i=n&&n.__esModule?function(){return n.default}:function(){return n};return l.d(i,"a",i),i},l.o=function(n,i){return Object.prototype.hasOwnProperty.call(n,i)},l.p="/",l(l.s=5)}([function(g,b,l){var n=l(1);typeof n=="string"&&(n=[[g.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};l(3)(n,i),n.locals&&(g.exports=n.locals)},function(g,b,l){(g.exports=l(2)(!1)).push([g.i,`/** +import { g as N } from "./app-admin-62da08c5.js"; +function P(x, H) { + for (var g = 0; g < H.length; g++) { + const b = H[g]; + if (typeof b != "string" && !Array.isArray(b)) { + for (const l in b) + if (l !== "default" && !(l in x)) { + const n = Object.getOwnPropertyDescriptor(b, l); + n && + Object.defineProperty( + x, + l, + n.get ? n : { enumerable: !0, get: () => b[l] }, + ); + } + } + } + return Object.freeze( + Object.defineProperty(x, Symbol.toStringTag, { value: "Module" }), + ); +} +var E = { exports: {} }; +(function (x, H) { + (function (g, b) { + x.exports = b(); + })(window, function () { + return (function (g) { + var b = {}; + function l(n) { + if (b[n]) return b[n].exports; + var i = (b[n] = { i: n, l: !1, exports: {} }); + return g[n].call(i.exports, i, i.exports, l), (i.l = !0), i.exports; + } + return ( + (l.m = g), + (l.c = b), + (l.d = function (n, i, h) { + l.o(n, i) || Object.defineProperty(n, i, { enumerable: !0, get: h }); + }), + (l.r = function (n) { + typeof Symbol < "u" && + Symbol.toStringTag && + Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }), + Object.defineProperty(n, "__esModule", { value: !0 }); + }), + (l.t = function (n, i) { + if ( + (1 & i && (n = l(n)), + 8 & i || (4 & i && typeof n == "object" && n && n.__esModule)) + ) + return n; + var h = Object.create(null); + if ( + (l.r(h), + Object.defineProperty(h, "default", { enumerable: !0, value: n }), + 2 & i && typeof n != "string") + ) + for (var m in n) + l.d( + h, + m, + function (f) { + return n[f]; + }.bind(null, m), + ); + return h; + }), + (l.n = function (n) { + var i = + n && n.__esModule + ? function () { + return n.default; + } + : function () { + return n; + }; + return l.d(i, "a", i), i; + }), + (l.o = function (n, i) { + return Object.prototype.hasOwnProperty.call(n, i); + }), + (l.p = "/"), + l((l.s = 5)) + ); + })([ + function (g, b, l) { + var n = l(1); + typeof n == "string" && (n = [[g.i, n, ""]]); + var i = { hmr: !0, transform: void 0, insertInto: void 0 }; + l(3)(n, i), n.locals && (g.exports = n.locals); + }, + function (g, b, l) { + (g.exports = l(2)(!1)).push([ + g.i, + `/** * Plugin styles */ .ce-header { @@ -35,20 +129,635 @@ import{g as N}from"./admin-app-62da08c5.js";function P(x,H){for(var g=0;g<H.leng .ce-header[contentEditable=true][data-placeholder]:empty:focus::before { display: none; } -`,""])},function(g,b){g.exports=function(l){var n=[];return n.toString=function(){return this.map(function(i){var h=function(m,f){var y=m[1]||"",u=m[3];if(!u)return y;if(f&&typeof btoa=="function"){var o=(v=u,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(v))))+" */"),s=u.sources.map(function(k){return"/*# sourceURL="+u.sourceRoot+k+" */"});return[y].concat(s).concat([o]).join(` -`)}var v;return[y].join(` -`)}(i,l);return i[2]?"@media "+i[2]+"{"+h+"}":h}).join("")},n.i=function(i,h){typeof i=="string"&&(i=[[null,i,""]]);for(var m={},f=0;f<this.length;f++){var y=this[f][0];typeof y=="number"&&(m[y]=!0)}for(f=0;f<i.length;f++){var u=i[f];typeof u[0]=="number"&&m[u[0]]||(h&&!u[2]?u[2]=h:h&&(u[2]="("+u[2]+") and ("+h+")"),n.push(u))}},n}},function(g,b,l){var n,i,h={},m=(n=function(){return window&&document&&document.all&&!window.atob},function(){return i===void 0&&(i=n.apply(this,arguments)),i}),f=function(t){return document.querySelector(t)},y=function(t){var e={};return function(r){if(typeof r=="function")return r();if(e[r]===void 0){var a=f.call(this,r);if(window.HTMLIFrameElement&&a instanceof window.HTMLIFrameElement)try{a=a.contentDocument.head}catch{a=null}e[r]=a}return e[r]}}(),u=null,o=0,s=[],v=l(4);function k(t,e){for(var r=0;r<t.length;r++){var a=t[r],d=h[a.id];if(d){d.refs++;for(var c=0;c<d.parts.length;c++)d.parts[c](a.parts[c]);for(;c<a.parts.length;c++)d.parts.push(T(a.parts[c],e))}else{var w=[];for(c=0;c<a.parts.length;c++)w.push(T(a.parts[c],e));h[a.id]={id:a.id,refs:1,parts:w}}}}function L(t,e){for(var r=[],a={},d=0;d<t.length;d++){var c=t[d],w=e.base?c[0]+e.base:c[0],p={css:c[1],media:c[2],sourceMap:c[3]};a[w]?a[w].parts.push(p):r.push(a[w]={id:w,parts:[p]})}return r}function C(t,e){var r=y(t.insertInto);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var a=s[s.length-1];if(t.insertAt==="top")a?a.nextSibling?r.insertBefore(e,a.nextSibling):r.appendChild(e):r.insertBefore(e,r.firstChild),s.push(e);else if(t.insertAt==="bottom")r.appendChild(e);else{if(typeof t.insertAt!="object"||!t.insertAt.before)throw new Error(`[Style Loader] +`, + "", + ]); + }, + function (g, b) { + g.exports = function (l) { + var n = []; + return ( + (n.toString = function () { + return this.map(function (i) { + var h = (function (m, f) { + var y = m[1] || "", + u = m[3]; + if (!u) return y; + if (f && typeof btoa == "function") { + var o = + ((v = u), + "/*# sourceMappingURL=data:application/json;charset=utf-8;base64," + + btoa( + unescape(encodeURIComponent(JSON.stringify(v))), + ) + + " */"), + s = u.sources.map(function (k) { + return "/*# sourceURL=" + u.sourceRoot + k + " */"; + }); + return [y].concat(s).concat([o]).join(` +`); + } + var v; + return [y].join(` +`); + })(i, l); + return i[2] ? "@media " + i[2] + "{" + h + "}" : h; + }).join(""); + }), + (n.i = function (i, h) { + typeof i == "string" && (i = [[null, i, ""]]); + for (var m = {}, f = 0; f < this.length; f++) { + var y = this[f][0]; + typeof y == "number" && (m[y] = !0); + } + for (f = 0; f < i.length; f++) { + var u = i[f]; + (typeof u[0] == "number" && m[u[0]]) || + (h && !u[2] + ? (u[2] = h) + : h && (u[2] = "(" + u[2] + ") and (" + h + ")"), + n.push(u)); + } + }), + n + ); + }; + }, + function (g, b, l) { + var n, + i, + h = {}, + m = + ((n = function () { + return window && document && document.all && !window.atob; + }), + function () { + return i === void 0 && (i = n.apply(this, arguments)), i; + }), + f = function (t) { + return document.querySelector(t); + }, + y = (function (t) { + var e = {}; + return function (r) { + if (typeof r == "function") return r(); + if (e[r] === void 0) { + var a = f.call(this, r); + if ( + window.HTMLIFrameElement && + a instanceof window.HTMLIFrameElement + ) + try { + a = a.contentDocument.head; + } catch { + a = null; + } + e[r] = a; + } + return e[r]; + }; + })(), + u = null, + o = 0, + s = [], + v = l(4); + function k(t, e) { + for (var r = 0; r < t.length; r++) { + var a = t[r], + d = h[a.id]; + if (d) { + d.refs++; + for (var c = 0; c < d.parts.length; c++) d.parts[c](a.parts[c]); + for (; c < a.parts.length; c++) d.parts.push(T(a.parts[c], e)); + } else { + var w = []; + for (c = 0; c < a.parts.length; c++) w.push(T(a.parts[c], e)); + h[a.id] = { id: a.id, refs: 1, parts: w }; + } + } + } + function L(t, e) { + for (var r = [], a = {}, d = 0; d < t.length; d++) { + var c = t[d], + w = e.base ? c[0] + e.base : c[0], + p = { css: c[1], media: c[2], sourceMap: c[3] }; + a[w] ? a[w].parts.push(p) : r.push((a[w] = { id: w, parts: [p] })); + } + return r; + } + function C(t, e) { + var r = y(t.insertInto); + if (!r) + throw new Error( + "Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.", + ); + var a = s[s.length - 1]; + if (t.insertAt === "top") + a + ? a.nextSibling + ? r.insertBefore(e, a.nextSibling) + : r.appendChild(e) + : r.insertBefore(e, r.firstChild), + s.push(e); + else if (t.insertAt === "bottom") r.appendChild(e); + else { + if (typeof t.insertAt != "object" || !t.insertAt.before) + throw new Error(`[Style Loader] Invalid value for parameter 'insertAt' ('options.insertAt') found. Must be 'top', 'bottom', or Object. (https://github.com/webpack-contrib/style-loader#insertat) -`);var d=y(t.insertInto+" "+t.insertAt.before);r.insertBefore(e,d)}}function _(t){if(t.parentNode===null)return!1;t.parentNode.removeChild(t);var e=s.indexOf(t);e>=0&&s.splice(e,1)}function S(t){var e=document.createElement("style");return t.attrs.type===void 0&&(t.attrs.type="text/css"),j(e,t.attrs),C(t,e),e}function j(t,e){Object.keys(e).forEach(function(r){t.setAttribute(r,e[r])})}function T(t,e){var r,a,d,c;if(e.transform&&t.css){if(!(c=e.transform(t.css)))return function(){};t.css=c}if(e.singleton){var w=o++;r=u||(u=S(e)),a=U.bind(null,r,w,!1),d=U.bind(null,r,w,!0)}else t.sourceMap&&typeof URL=="function"&&typeof URL.createObjectURL=="function"&&typeof URL.revokeObjectURL=="function"&&typeof Blob=="function"&&typeof btoa=="function"?(r=function(p){var M=document.createElement("link");return p.attrs.type===void 0&&(p.attrs.type="text/css"),p.attrs.rel="stylesheet",j(M,p.attrs),C(p,M),M}(e),a=I.bind(null,r,e),d=function(){_(r),r.href&&URL.revokeObjectURL(r.href)}):(r=S(e),a=B.bind(null,r),d=function(){_(r)});return a(t),function(p){if(p){if(p.css===t.css&&p.media===t.media&&p.sourceMap===t.sourceMap)return;a(t=p)}else d()}}g.exports=function(t,e){if(typeof DEBUG<"u"&&DEBUG&&typeof document!="object")throw new Error("The style-loader cannot be used in a non-browser environment");(e=e||{}).attrs=typeof e.attrs=="object"?e.attrs:{},e.singleton||typeof e.singleton=="boolean"||(e.singleton=m()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var r=L(t,e);return k(r,e),function(a){for(var d=[],c=0;c<r.length;c++){var w=r[c];(p=h[w.id]).refs--,d.push(p)}for(a&&k(L(a,e),e),c=0;c<d.length;c++){var p;if((p=d[c]).refs===0){for(var M=0;M<p.parts.length;M++)p.parts[M]();delete h[p.id]}}}};var O,R=(O=[],function(t,e){return O[t]=e,O.filter(Boolean).join(` -`)});function U(t,e,r,a){var d=r?"":a.css;if(t.styleSheet)t.styleSheet.cssText=R(e,d);else{var c=document.createTextNode(d),w=t.childNodes;w[e]&&t.removeChild(w[e]),w.length?t.insertBefore(c,w[e]):t.appendChild(c)}}function B(t,e){var r=e.css,a=e.media;if(a&&t.setAttribute("media",a),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}function I(t,e,r){var a=r.css,d=r.sourceMap,c=e.convertToAbsoluteUrls===void 0&&d;(e.convertToAbsoluteUrls||c)&&(a=v(a)),d&&(a+=` -/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(d))))+" */");var w=new Blob([a],{type:"text/css"}),p=t.href;t.href=URL.createObjectURL(w),p&&URL.revokeObjectURL(p)}},function(g,b){g.exports=function(l){var n=typeof window<"u"&&window.location;if(!n)throw new Error("fixUrls requires window.location");if(!l||typeof l!="string")return l;var i=n.protocol+"//"+n.host,h=i+n.pathname.replace(/\/[^\/]*$/,"/");return l.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(m,f){var y,u=f.trim().replace(/^"(.*)"$/,function(o,s){return s}).replace(/^'(.*)'$/,function(o,s){return s});return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(u)?m:(y=u.indexOf("//")===0?u:u.indexOf("/")===0?i+u:h+u.replace(/^\.\//,""),"url("+JSON.stringify(y)+")")})}},function(g,b,l){l.r(b),l.d(b,"default",function(){return h}),l(0);function n(m){return(n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f})(m)}function i(m,f){for(var y=0;y<f.length;y++){var u=f[y];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(m,u.key,u)}}/** - * Header block for the Editor.js. - * - * @author CodeX (team@ifmo.su) - * @copyright CodeX 2018 - * @license MIT - * @version 2.0.0 - */var h=function(){function m(o){var s=o.data,v=o.config,k=o.api,L=o.readOnly;(function(C,_){if(!(C instanceof _))throw new TypeError("Cannot call a class as a function")})(this,m),this.api=k,this.readOnly=L,this._CSS={block:this.api.styles.block,wrapper:"ce-header"},this._settings=v,this._data=this.normalizeData(s),this._element=this.getTag()}var f,y,u;return f=m,u=[{key:"conversionConfig",get:function(){return{export:"text",import:"text"}}},{key:"sanitize",get:function(){return{level:!1,text:{}}}},{key:"isReadOnlySupported",get:function(){return!0}},{key:"pasteConfig",get:function(){return{tags:["H1","H2","H3","H4","H5","H6"]}}},{key:"toolbox",get:function(){return{icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9 7L9 12M9 17V12M9 12L15 12M15 7V12M15 17L15 12"/></svg>',title:"Heading"}}}],(y=[{key:"normalizeData",value:function(o){var s={};return n(o)!=="object"&&(o={}),s.text=o.text||"",s.level=parseInt(o.level)||this.defaultLevel.number,s}},{key:"render",value:function(){return this._element}},{key:"renderSettings",value:function(){var o=this;return this.levels.map(function(s){return{icon:s.svg,label:o.api.i18n.t("Heading ".concat(s.number)),onActivate:function(){return o.setLevel(s.number)},closeOnActivate:!0,isActive:o.currentLevel.number===s.number}})}},{key:"setLevel",value:function(o){this.data={level:o,text:this.data.text}}},{key:"merge",value:function(o){var s={text:this.data.text+o.text,level:this.data.level};this.data=s}},{key:"validate",value:function(o){return o.text.trim()!==""}},{key:"save",value:function(o){return{text:o.innerHTML,level:this.currentLevel.number}}},{key:"getTag",value:function(){var o=document.createElement(this.currentLevel.tag);return o.innerHTML=this._data.text||"",o.classList.add(this._CSS.wrapper),o.contentEditable=this.readOnly?"false":"true",o.dataset.placeholder=this.api.i18n.t(this._settings.placeholder||""),o}},{key:"onPaste",value:function(o){var s=o.detail.data,v=this.defaultLevel.number;switch(s.tagName){case"H1":v=1;break;case"H2":v=2;break;case"H3":v=3;break;case"H4":v=4;break;case"H5":v=5;break;case"H6":v=6}this._settings.levels&&(v=this._settings.levels.reduce(function(k,L){return Math.abs(L-v)<Math.abs(k-v)?L:k})),this.data={level:v,text:s.innerHTML}}},{key:"data",get:function(){return this._data.text=this._element.innerHTML,this._data.level=this.currentLevel.number,this._data},set:function(o){if(this._data=this.normalizeData(o),o.level!==void 0&&this._element.parentNode){var s=this.getTag();s.innerHTML=this._element.innerHTML,this._element.parentNode.replaceChild(s,this._element),this._element=s}o.text!==void 0&&(this._element.innerHTML=this._data.text||"")}},{key:"currentLevel",get:function(){var o=this,s=this.levels.find(function(v){return v.number===o._data.level});return s||(s=this.defaultLevel),s}},{key:"defaultLevel",get:function(){var o=this;if(this._settings.defaultLevel){var s=this.levels.find(function(v){return v.number===o._settings.defaultLevel});if(s)return s;console.warn("(ง'̀-'́)ง Heading Tool: the default level specified was not found in available levels")}return this.levels[1]}},{key:"levels",get:function(){var o=this,s=[{number:1,tag:"H1",svg:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19 17V10.2135C19 10.1287 18.9011 10.0824 18.836 10.1367L16 12.5"/></svg>'},{number:2,tag:"H2",svg:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 11C16 10 19 9.5 19 12C19 13.9771 16.0684 13.9997 16.0012 16.8981C15.9999 16.9533 16.0448 17 16.1 17L19.3 17"/></svg>'},{number:3,tag:"H3",svg:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 11C16 10.5 16.8323 10 17.6 10C18.3677 10 19.5 10.311 19.5 11.5C19.5 12.5315 18.7474 12.9022 18.548 12.9823C18.5378 12.9864 18.5395 13.0047 18.5503 13.0063C18.8115 13.0456 20 13.3065 20 14.8C20 16 19.5 17 17.8 17C17.8 17 16 17 16 16.3"/></svg>'},{number:4,tag:"H4",svg:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 10L15.2834 14.8511C15.246 14.9178 15.294 15 15.3704 15C16.8489 15 18.7561 15 20.2 15M19 17C19 15.7187 19 14.8813 19 13.6"/></svg>'},{number:5,tag:"H5",svg:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 15.9C16 15.9 16.3768 17 17.8 17C19.5 17 20 15.6199 20 14.7C20 12.7323 17.6745 12.0486 16.1635 12.9894C16.094 13.0327 16 12.9846 16 12.9027V10.1C16 10.0448 16.0448 10 16.1 10H19.8"/></svg>'},{number:6,tag:"H6",svg:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19.5 10C16.5 10.5 16 13.3285 16 15M16 15V15C16 16.1046 16.8954 17 18 17H18.3246C19.3251 17 20.3191 16.3492 20.2522 15.3509C20.0612 12.4958 16 12.6611 16 15Z"/></svg>'}];return this._settings.levels?s.filter(function(v){return o._settings.levels.includes(v.number)}):s}}])&&i(f.prototype,y),u&&i(f,u),m}()}]).default})})(E);var A=E.exports;const V=N(A),z=P({__proto__:null,default:V},[A]);export{V as H,z as b}; +`); + var d = y(t.insertInto + " " + t.insertAt.before); + r.insertBefore(e, d); + } + } + function _(t) { + if (t.parentNode === null) return !1; + t.parentNode.removeChild(t); + var e = s.indexOf(t); + e >= 0 && s.splice(e, 1); + } + function S(t) { + var e = document.createElement("style"); + return ( + t.attrs.type === void 0 && (t.attrs.type = "text/css"), + j(e, t.attrs), + C(t, e), + e + ); + } + function j(t, e) { + Object.keys(e).forEach(function (r) { + t.setAttribute(r, e[r]); + }); + } + function T(t, e) { + var r, a, d, c; + if (e.transform && t.css) { + if (!(c = e.transform(t.css))) return function () {}; + t.css = c; + } + if (e.singleton) { + var w = o++; + (r = u || (u = S(e))), + (a = U.bind(null, r, w, !1)), + (d = U.bind(null, r, w, !0)); + } else + t.sourceMap && + typeof URL == "function" && + typeof URL.createObjectURL == "function" && + typeof URL.revokeObjectURL == "function" && + typeof Blob == "function" && + typeof btoa == "function" + ? ((r = (function (p) { + var M = document.createElement("link"); + return ( + p.attrs.type === void 0 && (p.attrs.type = "text/css"), + (p.attrs.rel = "stylesheet"), + j(M, p.attrs), + C(p, M), + M + ); + })(e)), + (a = I.bind(null, r, e)), + (d = function () { + _(r), r.href && URL.revokeObjectURL(r.href); + })) + : ((r = S(e)), + (a = B.bind(null, r)), + (d = function () { + _(r); + })); + return ( + a(t), + function (p) { + if (p) { + if ( + p.css === t.css && + p.media === t.media && + p.sourceMap === t.sourceMap + ) + return; + a((t = p)); + } else d(); + } + ); + } + g.exports = function (t, e) { + if (typeof DEBUG < "u" && DEBUG && typeof document != "object") + throw new Error( + "The style-loader cannot be used in a non-browser environment", + ); + ((e = e || {}).attrs = typeof e.attrs == "object" ? e.attrs : {}), + e.singleton || + typeof e.singleton == "boolean" || + (e.singleton = m()), + e.insertInto || (e.insertInto = "head"), + e.insertAt || (e.insertAt = "bottom"); + var r = L(t, e); + return ( + k(r, e), + function (a) { + for (var d = [], c = 0; c < r.length; c++) { + var w = r[c]; + (p = h[w.id]).refs--, d.push(p); + } + for (a && k(L(a, e), e), c = 0; c < d.length; c++) { + var p; + if ((p = d[c]).refs === 0) { + for (var M = 0; M < p.parts.length; M++) p.parts[M](); + delete h[p.id]; + } + } + } + ); + }; + var O, + R = + ((O = []), + function (t, e) { + return ( + (O[t] = e), + O.filter(Boolean).join(` +`) + ); + }); + function U(t, e, r, a) { + var d = r ? "" : a.css; + if (t.styleSheet) t.styleSheet.cssText = R(e, d); + else { + var c = document.createTextNode(d), + w = t.childNodes; + w[e] && t.removeChild(w[e]), + w.length ? t.insertBefore(c, w[e]) : t.appendChild(c); + } + } + function B(t, e) { + var r = e.css, + a = e.media; + if ((a && t.setAttribute("media", a), t.styleSheet)) + t.styleSheet.cssText = r; + else { + for (; t.firstChild; ) t.removeChild(t.firstChild); + t.appendChild(document.createTextNode(r)); + } + } + function I(t, e, r) { + var a = r.css, + d = r.sourceMap, + c = e.convertToAbsoluteUrls === void 0 && d; + (e.convertToAbsoluteUrls || c) && (a = v(a)), + d && + (a += + ` +/*# sourceMappingURL=data:application/json;base64,` + + btoa(unescape(encodeURIComponent(JSON.stringify(d)))) + + " */"); + var w = new Blob([a], { type: "text/css" }), + p = t.href; + (t.href = URL.createObjectURL(w)), p && URL.revokeObjectURL(p); + } + }, + function (g, b) { + g.exports = function (l) { + var n = typeof window < "u" && window.location; + if (!n) throw new Error("fixUrls requires window.location"); + if (!l || typeof l != "string") return l; + var i = n.protocol + "//" + n.host, + h = i + n.pathname.replace(/\/[^\/]*$/, "/"); + return l.replace( + /url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi, + function (m, f) { + var y, + u = f + .trim() + .replace(/^"(.*)"$/, function (o, s) { + return s; + }) + .replace(/^'(.*)'$/, function (o, s) { + return s; + }); + return /^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(u) + ? m + : ((y = + u.indexOf("//") === 0 + ? u + : u.indexOf("/") === 0 + ? i + u + : h + u.replace(/^\.\//, "")), + "url(" + JSON.stringify(y) + ")"); + }, + ); + }; + }, + function (g, b, l) { + l.r(b), + l.d(b, "default", function () { + return h; + }), + l(0); + function n(m) { + return (n = + typeof Symbol == "function" && typeof Symbol.iterator == "symbol" + ? function (f) { + return typeof f; + } + : function (f) { + return f && + typeof Symbol == "function" && + f.constructor === Symbol && + f !== Symbol.prototype + ? "symbol" + : typeof f; + })(m); + } + function i(m, f) { + for (var y = 0; y < f.length; y++) { + var u = f[y]; + (u.enumerable = u.enumerable || !1), + (u.configurable = !0), + "value" in u && (u.writable = !0), + Object.defineProperty(m, u.key, u); + } + } + /** + * Header block for the Editor.js. + * + * @author CodeX (team@ifmo.su) + * @copyright CodeX 2018 + * @license MIT + * @version 2.0.0 + */ var h = (function () { + function m(o) { + var s = o.data, + v = o.config, + k = o.api, + L = o.readOnly; + (function (C, _) { + if (!(C instanceof _)) + throw new TypeError("Cannot call a class as a function"); + })(this, m), + (this.api = k), + (this.readOnly = L), + (this._CSS = { + block: this.api.styles.block, + wrapper: "ce-header", + }), + (this._settings = v), + (this._data = this.normalizeData(s)), + (this._element = this.getTag()); + } + var f, y, u; + return ( + (f = m), + (u = [ + { + key: "conversionConfig", + get: function () { + return { export: "text", import: "text" }; + }, + }, + { + key: "sanitize", + get: function () { + return { level: !1, text: {} }; + }, + }, + { + key: "isReadOnlySupported", + get: function () { + return !0; + }, + }, + { + key: "pasteConfig", + get: function () { + return { tags: ["H1", "H2", "H3", "H4", "H5", "H6"] }; + }, + }, + { + key: "toolbox", + get: function () { + return { + icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9 7L9 12M9 17V12M9 12L15 12M15 7V12M15 17L15 12"/></svg>', + title: "Heading", + }; + }, + }, + ]), + (y = [ + { + key: "normalizeData", + value: function (o) { + var s = {}; + return ( + n(o) !== "object" && (o = {}), + (s.text = o.text || ""), + (s.level = parseInt(o.level) || this.defaultLevel.number), + s + ); + }, + }, + { + key: "render", + value: function () { + return this._element; + }, + }, + { + key: "renderSettings", + value: function () { + var o = this; + return this.levels.map(function (s) { + return { + icon: s.svg, + label: o.api.i18n.t("Heading ".concat(s.number)), + onActivate: function () { + return o.setLevel(s.number); + }, + closeOnActivate: !0, + isActive: o.currentLevel.number === s.number, + }; + }); + }, + }, + { + key: "setLevel", + value: function (o) { + this.data = { level: o, text: this.data.text }; + }, + }, + { + key: "merge", + value: function (o) { + var s = { + text: this.data.text + o.text, + level: this.data.level, + }; + this.data = s; + }, + }, + { + key: "validate", + value: function (o) { + return o.text.trim() !== ""; + }, + }, + { + key: "save", + value: function (o) { + return { text: o.innerHTML, level: this.currentLevel.number }; + }, + }, + { + key: "getTag", + value: function () { + var o = document.createElement(this.currentLevel.tag); + return ( + (o.innerHTML = this._data.text || ""), + o.classList.add(this._CSS.wrapper), + (o.contentEditable = this.readOnly ? "false" : "true"), + (o.dataset.placeholder = this.api.i18n.t( + this._settings.placeholder || "", + )), + o + ); + }, + }, + { + key: "onPaste", + value: function (o) { + var s = o.detail.data, + v = this.defaultLevel.number; + switch (s.tagName) { + case "H1": + v = 1; + break; + case "H2": + v = 2; + break; + case "H3": + v = 3; + break; + case "H4": + v = 4; + break; + case "H5": + v = 5; + break; + case "H6": + v = 6; + } + this._settings.levels && + (v = this._settings.levels.reduce(function (k, L) { + return Math.abs(L - v) < Math.abs(k - v) ? L : k; + })), + (this.data = { level: v, text: s.innerHTML }); + }, + }, + { + key: "data", + get: function () { + return ( + (this._data.text = this._element.innerHTML), + (this._data.level = this.currentLevel.number), + this._data + ); + }, + set: function (o) { + if ( + ((this._data = this.normalizeData(o)), + o.level !== void 0 && this._element.parentNode) + ) { + var s = this.getTag(); + (s.innerHTML = this._element.innerHTML), + this._element.parentNode.replaceChild(s, this._element), + (this._element = s); + } + o.text !== void 0 && + (this._element.innerHTML = this._data.text || ""); + }, + }, + { + key: "currentLevel", + get: function () { + var o = this, + s = this.levels.find(function (v) { + return v.number === o._data.level; + }); + return s || (s = this.defaultLevel), s; + }, + }, + { + key: "defaultLevel", + get: function () { + var o = this; + if (this._settings.defaultLevel) { + var s = this.levels.find(function (v) { + return v.number === o._settings.defaultLevel; + }); + if (s) return s; + console.warn( + "(ง'̀-'́)ง Heading Tool: the default level specified was not found in available levels", + ); + } + return this.levels[1]; + }, + }, + { + key: "levels", + get: function () { + var o = this, + s = [ + { + number: 1, + tag: "H1", + svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19 17V10.2135C19 10.1287 18.9011 10.0824 18.836 10.1367L16 12.5"/></svg>', + }, + { + number: 2, + tag: "H2", + svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 11C16 10 19 9.5 19 12C19 13.9771 16.0684 13.9997 16.0012 16.8981C15.9999 16.9533 16.0448 17 16.1 17L19.3 17"/></svg>', + }, + { + number: 3, + tag: "H3", + svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 11C16 10.5 16.8323 10 17.6 10C18.3677 10 19.5 10.311 19.5 11.5C19.5 12.5315 18.7474 12.9022 18.548 12.9823C18.5378 12.9864 18.5395 13.0047 18.5503 13.0063C18.8115 13.0456 20 13.3065 20 14.8C20 16 19.5 17 17.8 17C17.8 17 16 17 16 16.3"/></svg>', + }, + { + number: 4, + tag: "H4", + svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18 10L15.2834 14.8511C15.246 14.9178 15.294 15 15.3704 15C16.8489 15 18.7561 15 20.2 15M19 17C19 15.7187 19 14.8813 19 13.6"/></svg>', + }, + { + number: 5, + tag: "H5", + svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 15.9C16 15.9 16.3768 17 17.8 17C19.5 17 20 15.6199 20 14.7C20 12.7323 17.6745 12.0486 16.1635 12.9894C16.094 13.0327 16 12.9846 16 12.9027V10.1C16 10.0448 16.0448 10 16.1 10H19.8"/></svg>', + }, + { + number: 6, + tag: "H6", + svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7L6 12M6 17L6 12M6 12L12 12M12 7V12M12 17L12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19.5 10C16.5 10.5 16 13.3285 16 15M16 15V15C16 16.1046 16.8954 17 18 17H18.3246C19.3251 17 20.3191 16.3492 20.2522 15.3509C20.0612 12.4958 16 12.6611 16 15Z"/></svg>', + }, + ]; + return this._settings.levels + ? s.filter(function (v) { + return o._settings.levels.includes(v.number); + }) + : s; + }, + }, + ]) && i(f.prototype, y), + u && i(f, u), + m + ); + })(); + }, + ]).default; + }); +})(E); +var A = E.exports; +const V = N(A), + z = P({ __proto__: null, default: V }, [A]); +export { V as H, z as b }; diff --git a/public/build/manifest.json b/public/build/manifest.json index ead4b27..63bc4d0 100644 --- a/public/build/manifest.json +++ b/public/build/manifest.json @@ -4,27 +4,19 @@ "src": "NativeImageBlock.css" }, "_NativeImageBlock-78162560.js": { - "css": [ - "assets/NativeImageBlock-e3b0c442.css" - ], + "css": ["assets/NativeImageBlock-e3b0c442.css"], "file": "assets/NativeImageBlock-78162560.js", - "imports": [ - "resources/js/admin-app.js" - ], + "imports": ["resources/js/app-admin.js"], "isDynamicEntry": true }, "_bundle-13ffaba5.js": { "file": "assets/bundle-13ffaba5.js", - "imports": [ - "resources/js/admin-app.js" - ], + "imports": ["resources/js/app-admin.js"], "isDynamicEntry": true }, "_bundle-9b767e03.js": { "file": "assets/bundle-9b767e03.js", - "imports": [ - "resources/js/admin-app.js" - ], + "imports": ["resources/js/app-admin.js"], "isDynamicEntry": true }, "_index-8746c87e.js": { @@ -38,75 +30,61 @@ "file": "assets/bootstrap-icons-bacd70af.woff2", "src": "node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2" }, - "resources/js/admin-app.css": { - "file": "assets/admin-app-935fc652.css", - "src": "resources/js/admin-app.css" + "resources/js/app-admin.css": { + "file": "assets/app-admin-935fc652.css", + "src": "resources/js/app-admin.css" }, - "resources/js/admin-app.js": { - "css": [ - "assets/admin-app-935fc652.css" - ], + "resources/js/app-admin.js": { + "css": ["assets/app-admin-935fc652.css"], "dynamicImports": [ "_NativeImageBlock-78162560.js", "resources/js/vue/PostEditor.vue", "resources/js/vue/VueEditorJs.vue" ], - "file": "assets/admin-app-62da08c5.js", - "imports": [ - "_index-8746c87e.js" - ], + "file": "assets/app-admin-62da08c5.js", + "imports": ["_index-8746c87e.js"], "isEntry": true, - "src": "resources/js/admin-app.js" + "src": "resources/js/app-admin.js" }, - "resources/js/front-app.js": { - "file": "assets/front-app-b716c47a.js", - "imports": [ - "_index-8746c87e.js" - ], + "resources/js/app-front.js": { + "file": "assets/app-front-b716c47a.js", + "imports": ["_index-8746c87e.js"], "isEntry": true, - "src": "resources/js/front-app.js" + "src": "resources/js/app-front.js" }, "resources/js/vue/PostEditor.css": { "file": "assets/PostEditor-8d534a4a.css", "src": "resources/js/vue/PostEditor.css" }, "resources/js/vue/PostEditor.vue": { - "css": [ - "assets/PostEditor-8d534a4a.css" - ], + "css": ["assets/PostEditor-8d534a4a.css"], "file": "assets/PostEditor-5f10a2ff.js", "imports": [ "resources/js/vue/VueEditorJs.vue", "_NativeImageBlock-78162560.js", "_bundle-13ffaba5.js", "_bundle-9b767e03.js", - "resources/js/admin-app.js", + "resources/js/app-admin.js", "_index-8746c87e.js" ], "isDynamicEntry": true, "src": "resources/js/vue/PostEditor.vue" }, "resources/js/vue/VueEditorJs.vue": { - "dynamicImports": [ - "_bundle-9b767e03.js", - "_bundle-13ffaba5.js" - ], + "dynamicImports": ["_bundle-9b767e03.js", "_bundle-13ffaba5.js"], "file": "assets/VueEditorJs-8bfa8291.js", - "imports": [ - "resources/js/admin-app.js", - "_index-8746c87e.js" - ], + "imports": ["resources/js/app-admin.js", "_index-8746c87e.js"], "isDynamicEntry": true, "src": "resources/js/vue/VueEditorJs.vue" }, - "resources/sass/admin-app.scss": { - "file": "assets/admin-app-6630652e.css", + "resources/sass/app-admin.scss": { + "file": "assets/app-admin-6630652e.css", "isEntry": true, - "src": "resources/sass/admin-app.scss" + "src": "resources/sass/app-admin.scss" }, - "resources/sass/front-app.scss": { - "file": "assets/front-app-f0b54e22.css", + "resources/sass/app-front.scss": { + "file": "assets/app-front-f0b54e22.css", "isEntry": true, - "src": "resources/sass/front-app.scss" + "src": "resources/sass/app-front.scss" } -} \ No newline at end of file +} diff --git a/resources/css/admin-app.css b/resources/css/app-admin.css similarity index 100% rename from resources/css/admin-app.css rename to resources/css/app-admin.css diff --git a/resources/css/front-app.css b/resources/css/app-front.css similarity index 61% rename from resources/css/front-app.css rename to resources/css/app-front.css index 90b88b3..1402337 100644 --- a/resources/css/front-app.css +++ b/resources/css/app-front.css @@ -42,6 +42,14 @@ @keyframes lqipFade { } } +.hover-text-white { + --bs-nav-link-hover-color: white; +} + +.hover-text-white:hover { + color: white !important; +} + figure.image > img { max-width: 100%; height: auto; @@ -70,3 +78,51 @@ .glow-3 { -moz-box-shadow: 0px 0px 9px 5px rgba(46, 147, 255, 0.38); box-shadow: 0px 0px 9px 5px rgba(46, 147, 255, 0.38); } + +.line-clamp-1 { + display: -webkit-box; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; + overflow: hidden; +} + +.line-clamp-2 { + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; +} + +.line-clamp-3 { + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + overflow: hidden; +} + +.hover-grow { + transition: 0.3s; + transform: scale(1); +} + +.hover-grow:hover, +.d-grow { + transform: scale(1.03); + transition: 0.3s; +} + +@keyframes breathing { + 0% { + transform: scale(1); + } + 50% { + transform: scale(1.05); + } + 100% { + transform: scale(1); + } +} + +.breathing-effect { + animation: breathing 1s ease-in-out infinite; +} diff --git a/resources/data/dfs/backlinks/topaitools-all-backlinks/1.json b/resources/data/dfs/backlinks/topaitools-all-backlinks/1.json new file mode 100644 index 0000000..ff8b9f3 --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-all-backlinks/1.json @@ -0,0 +1,46032 @@ +{ + "id": "11241540-6637-0269-0000-d15467da4ed8", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1277 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "all", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 0, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 5203, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 441, + "page_from_rank": 635, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 254215, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:00:50 +00:00", + "prev_seen": "2023-03-25 05:57:03 +00:00", + "last_seen": "2023-04-01 14:02:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 441, + "page_from_rank": 635, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 254215, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:00:50 +00:00", + "prev_seen": "2023-03-25 05:57:03 +00:00", + "last_seen": "2023-04-01 14:02:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "buildyourbrand-ai.com", + "url_from": "https://buildyourbrand-ai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/buildyourbrand-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 315, + "page_from_rank": 419, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.21.157.88", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 0, + "page_from_size": 211419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Brand Success Starts Here - BuildYourBrand-AI", + "page_from_status_code": 200, + "first_seen": "2023-10-12 21:45:48 +00:00", + "prev_seen": "2023-10-12 21:45:48 +00:00", + "last_seen": "2023-11-12 00:00:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://buildyourbrand-ai.com/assets/images/image16.png?v=0616e429", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 307, + "page_from_rank": 485, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-07-29 13:53:38 +00:00", + "prev_seen": "2023-09-19 14:29:52 +00:00", + "last_seen": "2023-11-18 22:43:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 269, + "page_from_rank": 457, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-24 01:53:36 +00:00", + "prev_seen": "2023-10-24 01:53:36 +00:00", + "last_seen": "2023-11-13 02:50:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 211, + "page_from_rank": 356, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-07-24 03:09:41 +00:00", + "prev_seen": "2023-08-23 15:41:37 +00:00", + "last_seen": "2023-10-22 22:31:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 209, + "page_from_rank": 368, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 53, + "page_from_size": 88254, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Copy Writing | Write best marketing copies and content using AI | LogicBalls", + "page_from_status_code": 200, + "first_seen": "2023-07-26 03:40:04 +00:00", + "prev_seen": "2023-10-25 02:53:37 +00:00", + "last_seen": "2023-11-19 06:30:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 205, + "page_from_rank": 343, + "domain_from_rank": 240, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 83059, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hey Internet: Your AI-Powered Text Message Assistant", + "page_from_status_code": 200, + "first_seen": "2023-11-22 02:07:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 02:07:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 205, + "page_from_rank": 373, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 157948, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Home Design: House Design Made Instant", + "page_from_status_code": 200, + "first_seen": "2023-10-28 14:07:29 +00:00", + "prev_seen": "2023-10-28 14:07:29 +00:00", + "last_seen": "2023-11-20 04:42:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "yesilhealth.com", + "url_from": "https://yesilhealth.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yesil-health?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 197, + "page_from_rank": 329, + "domain_from_rank": 234, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.232.216.167", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 15, + "page_from_size": 813462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yesil Health - AI Health Assistant", + "page_from_status_code": 200, + "first_seen": "2023-07-23 15:44:59 +00:00", + "prev_seen": "2023-10-18 21:59:59 +00:00", + "last_seen": "2023-11-12 03:58:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Yesil Health Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 188, + "page_from_rank": 468, + "domain_from_rank": 346, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 95839, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog", + "page_from_status_code": 200, + "first_seen": "2023-10-28 01:38:20 +00:00", + "prev_seen": "2023-11-02 10:49:59 +00:00", + "last_seen": "2023-11-11 19:27:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.checkmyidea-ia.com", + "url_from": "https://www.checkmyidea-ia.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/checkmyidea-ia", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 188, + "page_from_rank": 311, + "domain_from_rank": 213, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.245.60.24", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 7, + "page_from_size": 352191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Checkmyidea-IA - No more failures, test your idea before launching!", + "page_from_status_code": 200, + "first_seen": "2023-05-10 17:03:27 +00:00", + "prev_seen": "2023-10-03 02:16:22 +00:00", + "last_seen": "2023-11-04 15:29:49 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://d1yei2z3i6k35z.cloudfront.net/3047290/6443b9f27ba46_2.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 177, + "page_from_rank": 341, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-23 15:57:37 +00:00", + "prev_seen": "2023-08-28 08:56:25 +00:00", + "last_seen": "2023-10-07 10:41:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "showhn.buzzing.cc", + "url_from": "https://showhn.buzzing.cc/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 173, + "page_from_rank": 555, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.89.4", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 297151, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN - 追踪 Hacker News 上的项目展示", + "page_from_status_code": 200, + "first_seen": "2023-02-14 02:24:13 +00:00", + "prev_seen": "2023-02-14 02:24:13 +00:00", + "last_seen": "2023-02-23 02:01:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 170, + "page_from_rank": 282, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-02 11:02:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 11:02:45 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "chadview.framer.website", + "url_from": "https://chadview.framer.website/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chadview?ref=embed", + "url_to_https": true, + "tld_from": "framer.website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 164, + "page_from_rank": 327, + "domain_from_rank": 226, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.213.183.138", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 8, + "page_from_size": 242821, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chadview", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:31:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:31:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChadView Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "scribbler.so", + "url_from": "https://scribbler.so/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scribbler?ref=embed", + "url_to_https": true, + "tld_from": "so", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 159, + "page_from_rank": 280, + "domain_from_rank": 223, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.223.52.2", + "domain_from_country": "SO", + "page_from_external_links": 6, + "page_from_internal_links": 9, + "page_from_size": 211264, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Scribbler - Get key insights from any podcast in seconds.", + "page_from_status_code": 200, + "first_seen": "2023-09-20 18:53:40 +00:00", + "prev_seen": "2023-10-07 11:42:56 +00:00", + "last_seen": "2023-11-11 20:08:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Scribbler.so Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 159, + "page_from_rank": 218, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 24, + "page_from_size": 40031, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-10-10 08:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 08:55:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "productscope.ai", + "url_from": "https://productscope.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/productscope-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 151, + "page_from_rank": 273, + "domain_from_rank": 211, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "154.41.249.237", + "domain_from_country": "AI", + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 153610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Photography & Amazon Lising Optimizer for Brands", + "page_from_status_code": 200, + "first_seen": "2023-11-12 05:26:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 05:26:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Productscope.AI Featured on topAI.tools", + "image_url": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vendorful.ai", + "url_from": "https://vendorful.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vendorful-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 149, + "page_from_rank": 292, + "domain_from_rank": 204, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.198.203.48", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 482425, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Vendorful: AI-Powered Response Management - Vendorful AI", + "page_from_status_code": 200, + "first_seen": "2023-11-12 05:49:35 +00:00", + "prev_seen": "2023-11-12 05:49:35 +00:00", + "last_seen": "2023-11-19 14:50:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Top AI Tools Logo", + "image_url": "https://i0.wp.com/vendorful.ai/wp-content/uploads/2023/09/Top-AI-Tools.jpg?fit=400%2C400&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "showhn.buzzing.cc", + "url_from": "https://showhn.buzzing.cc/en/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 149, + "page_from_rank": 538, + "domain_from_rank": 133, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.89.4", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 254080, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Show HN - Hacker News Show Feed", + "page_from_status_code": 200, + "first_seen": "2023-03-21 05:50:26 +00:00", + "prev_seen": "2023-03-21 05:50:26 +00:00", + "last_seen": "2023-04-08 04:10:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 148, + "page_from_rank": 269, + "domain_from_rank": 178, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 33169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-04-11 03:19:15 +00:00", + "prev_seen": "2023-06-26 00:52:56 +00:00", + "last_seen": "2023-08-04 23:07:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "showhn.buzzing.cc", + "url_from": "https://showhn.buzzing.cc/lite/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 145, + "page_from_rank": 527, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.89.4", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 260457, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN Lite - 追踪 Hacker News 上的项目展示", + "page_from_status_code": 200, + "first_seen": "2023-02-14 02:24:27 +00:00", + "prev_seen": "2023-02-14 02:24:27 +00:00", + "last_seen": "2023-02-25 10:40:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "straico.com", + "url_from": "https://straico.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/straico?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 138, + "page_from_rank": 258, + "domain_from_rank": 197, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "54.152.196.96", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 27, + "page_from_size": 336506, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Multi-Model AI for Content & Image Generation | Straico", + "page_from_status_code": 200, + "first_seen": "2023-09-24 02:57:29 +00:00", + "prev_seen": "2023-10-09 06:01:24 +00:00", + "last_seen": "2023-11-11 23:28:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Straico Featured on topAI.tools", + "image_url": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gotomarket-ai.com", + "url_from": "https://www.gotomarket-ai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gotomarket-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 135, + "page_from_rank": 244, + "domain_from_rank": 183, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.32.121.27", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 2, + "page_from_size": 300833, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Boost Business with Expert Marketing and Sales", + "page_from_status_code": 200, + "first_seen": "2023-09-17 00:56:49 +00:00", + "prev_seen": "2023-10-17 14:05:02 +00:00", + "last_seen": "2023-11-18 07:53:55 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://d1yei2z3i6k35z.cloudfront.net/3047290/65007e3ad1758_topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.merchynt.com", + "url_from": "https://www.merchynt.com/profilepro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/profilepro?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 128, + "page_from_rank": 289, + "domain_from_rank": 326, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 844015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI SEO Tool | ProfilePro AI SEO Chrome Extension", + "page_from_status_code": 200, + "first_seen": "2023-10-22 06:05:38 +00:00", + "prev_seen": "2023-11-12 15:34:51 +00:00", + "last_seen": "2023-11-19 20:50:56 +00:00", + "item_type": "image", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": "TopAI Tools Logo", + "image_url": "https://static.wixstatic.com/media/53b81a_779581cf660f4255be751bddb4a7baa9~mv2.png/v1/fill/w_196,h_45,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Screenshot%202023-10-16%20at%209_44_57%20AM.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/index.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 128, + "page_from_rank": 247, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-18 01:26:56 +00:00", + "prev_seen": "2023-09-01 21:27:52 +00:00", + "last_seen": "2023-11-01 02:11:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "researchstudio.ai", + "url_from": "https://researchstudio.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/research-studio-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 126, + "page_from_rank": 302, + "domain_from_rank": 223, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.223.52.2", + "domain_from_country": "AI", + "page_from_external_links": 17, + "page_from_internal_links": 9, + "page_from_size": 318098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Research Studio - Research Reinvented", + "page_from_status_code": 200, + "first_seen": "2023-10-24 11:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 11:52:52 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "TopAI.tools logo image", + "image_url": "https://framerusercontent.com/images/2ZEVE7pAd7xuggMj5fqqP90f6NE.png", + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.godofprompt.ai", + "url_from": "https://www.godofprompt.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/god-of-prompt?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 121, + "page_from_rank": 256, + "domain_from_rank": 210, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 266940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "God of Prompt - Best AI Prompts for ChatGPT, Midjourney, Bard, & Bing AI", + "page_from_status_code": 200, + "first_seen": "2023-09-20 08:26:57 +00:00", + "prev_seen": "2023-10-20 14:21:01 +00:00", + "last_seen": "2023-11-19 15:49:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "God of Prompt Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 120, + "page_from_rank": 246, + "domain_from_rank": 190, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:39:39 +00:00", + "prev_seen": "2023-10-03 06:39:39 +00:00", + "last_seen": "2023-11-02 14:11:36 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "romptn.com", + "url_from": "https://romptn.com/tool/2911", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 82, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "43.206.68.77", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 91, + "page_from_size": 68195, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "【アグリゲーター】AIツール「topAI.tools」の機能や使い方・メリットを詳しく解説-おすすめAIツール一覧", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:45:45 +00:00", + "prev_seen": "2023-10-08 00:45:45 +00:00", + "last_seen": "2023-11-21 07:07:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topAI.tools のWebページを確認する", + "text_pre": "topAI.tools TopAI.toolsは、ビジネスを次のレベルに引き上げるための最高のAIツールやサービスを発見するための主要なAIツールディレクトリおよび検索エンジンです。 使用料金:完全無料", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "asrgah.ir", + "url_from": "https://asrgah.ir/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%B1%D8%A7%DB%8C%DA%AF%D8%A7%D9%86-%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF-%DA%A9%D9%86%DB%8C%D9%85-%DA%86%D8%AA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 92, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "152.228.148.209", + "domain_from_country": "IR", + "page_from_external_links": 15, + "page_from_internal_links": 60, + "page_from_size": 221205, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه هوش مصنوعی رایگان دانلود کنیم / چت جی پی تی و … رایگان قابل نصب – عصرگاه", + "page_from_status_code": 200, + "first_seen": "2023-07-30 13:50:07 +00:00", + "prev_seen": "2023-10-31 11:56:03 +00:00", + "last_seen": "2023-11-11 22:49:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "تاپ ای آی", + "text_pre": "در سایت", + "text_post": "بیش از ۳۰۰۰ ابزار هوش مصنوعی به صورت طبقه‌بندی شده قرار دارد.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "romptn.com", + "url_from": "https://romptn.com/tool/2819", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/traivl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.114.164.68", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 91, + "page_from_size": 68282, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "【旅行・お出かけ】AIツール「Traivl」の機能や使い方・メリットを詳しく解説-おすすめAIツール一覧", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:29:01 +00:00", + "prev_seen": "2023-10-08 00:29:01 +00:00", + "last_seen": "2023-11-11 20:19:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Traivl のWebページを確認する", + "text_pre": "Traivl TRAIVLは、次の旅行のための個別のAI生成された旅程を作成するための旅行計画ツールです。 使用料金:完全無料", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wonderchat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 2, + "page_from_internal_links": 22, + "page_from_size": 61268, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wonderchat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Visit Wonderchat’s Site ", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205935", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 45, + "page_from_size": 10507, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 21:49:17 +00:00", + "prev_seen": "2023-07-31 21:49:17 +00:00", + "last_seen": "2023-09-19 17:47:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205937", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 40, + "page_from_size": 8262, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 21:46:41 +00:00", + "prev_seen": "2023-07-31 21:46:41 +00:00", + "last_seen": "2023-09-19 17:46:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 37, + "page_from_size": 7971, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:26:29 +00:00", + "prev_seen": "2023-07-31 23:26:29 +00:00", + "last_seen": "2023-09-19 17:45:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/230420", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 40, + "page_from_size": 8342, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:30:33 +00:00", + "prev_seen": "2023-07-31 23:30:33 +00:00", + "last_seen": "2023-09-19 17:44:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205939", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 40, + "page_from_size": 7903, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:31:21 +00:00", + "prev_seen": "2023-07-31 23:31:21 +00:00", + "last_seen": "2023-09-19 17:42:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205936", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 43, + "page_from_size": 9468, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-30 04:40:37 +00:00", + "prev_seen": "2023-07-30 04:40:37 +00:00", + "last_seen": "2023-09-19 17:39:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/2119", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 366, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7756, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 07:51:49 +00:00", + "prev_seen": "2023-07-27 07:51:49 +00:00", + "last_seen": "2023-09-18 09:53:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thesaasdirectory.com", + "url_from": "https://thesaasdirectory.com/listings/topaitools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "67.222.39.89", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 113, + "page_from_size": 93753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topaitools - TheSaaSDirectory", + "page_from_status_code": 200, + "first_seen": "2023-07-31 20:08:24 +00:00", + "prev_seen": "2023-07-31 20:08:24 +00:00", + "last_seen": "2023-09-07 04:13:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit Website", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolforbusiness.com", + "url_from": "https://aitoolforbusiness.com/apps/topai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolforbusiness", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "35.213.151.36", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 275258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools – My WordPress", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:06:20 +00:00", + "prev_seen": "2023-07-25 17:06:20 +00:00", + "last_seen": "2023-08-27 05:00:15 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Website", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.231.119", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 37, + "page_from_size": 7972, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-08 17:26:38 +00:00", + "prev_seen": null, + "last_seen": "2023-08-08 17:26:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1315038", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8241, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:57 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166105", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7815, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:34 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1315036", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 10497, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:38:28 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:38:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1315037", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 9453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:35 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166108", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7891, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:23 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891501", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 11742, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:15:46 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:15:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891507", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8961, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:13:02 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:13:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891502", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 10614, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:11:06 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:11:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891503", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 9319, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:10:26 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:10:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/973220", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 9396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:10:10 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:10:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/754", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 7619, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:05:40 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:05:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/337", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 7743, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:03:36 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:03:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/12932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7764, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:03:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:03:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 9328, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:02:39 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:02:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/360", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 10321, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:02:27 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:02:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/228", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7620, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/909", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 41, + "page_from_size": 9182, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/702", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8171, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 20:59:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 20:59:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147822", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 7809, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:29:54 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 22:29:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147818", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8224, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 21:51:49 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 21:51:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147816", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 10419, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 21:51:01 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 21:51:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/717", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 328, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 41, + "page_from_size": 8783, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 11:13:48 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 11:13:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147817", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 9454, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:00:02 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:00:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jamgroup.ir", + "url_from": "https://jamgroup.ir/%D8%B3%D8%A7%DB%8C%D8%AA-topai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 332, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "185.165.31.190", + "domain_from_country": "IR", + "page_from_external_links": 6, + "page_from_internal_links": 17, + "page_from_size": 87740, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "سایت TopAI بزرگترین مجموعه ابزارهای هوش مصنوعی | مشاوران بازاریابی اینترنتی جَم", + "page_from_status_code": 200, + "first_seen": "2023-05-25 13:30:46 +00:00", + "prev_seen": null, + "last_seen": "2023-05-25 13:30:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "وب سایت", + "text_post": "هیچ خدمات داخلی ندارد و تنها بر روی ثبت اطلاعات مرتبط با سرویس AI کار می‌کند. برای ورود به این سایت باید بر روی گزینه SUBMIT A TOOL در بالای صفحه سمت راست کلیک کنید تا امکان افزودن سرویس خود به پایگاه", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vendorful.ai", + "url_from": "https://vendorful.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 112, + "page_from_rank": 291, + "domain_from_rank": 201, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.198.203.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 374013, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Vendorful: AI-Powered Response Management - Vendorful AI", + "page_from_status_code": 200, + "first_seen": "2023-10-17 17:27:57 +00:00", + "prev_seen": "2023-11-03 04:23:25 +00:00", + "last_seen": "2023-11-12 05:49:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 109, + "page_from_rank": 225, + "domain_from_rank": 207, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-25 12:24:26 +00:00", + "prev_seen": "2023-07-28 01:48:18 +00:00", + "last_seen": "2023-09-27 03:43:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gptconsole.ai", + "url_from": "https://www.gptconsole.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptconsole-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 108, + "page_from_rank": 294, + "domain_from_rank": 210, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": "AI", + "page_from_external_links": 21, + "page_from_internal_links": 2, + "page_from_size": 633924, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPTConsole", + "page_from_status_code": 200, + "first_seen": "2023-10-16 05:59:14 +00:00", + "prev_seen": "2023-10-16 05:59:14 +00:00", + "last_seen": "2023-11-15 10:18:08 +00:00", + "item_type": "image", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": "topaitools_edited.jpg", + "image_url": "https://static.wixstatic.com/media/6b7afb_4e87fc780ef74ad89b7a543a687485e5~mv2.jpg/v1/fill/w_104,h_23,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_auto/topaitools_edited.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 100, + "page_from_rank": 213, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-28 07:51:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 07:51:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 93, + "page_from_rank": 204, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 15:59:13 +00:00", + "prev_seen": "2023-08-29 15:59:13 +00:00", + "last_seen": "2023-10-11 02:44:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "showhn.buzzing.cc", + "url_from": "https://showhn.buzzing.cc/ja/lite/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 90, + "page_from_rank": 472, + "domain_from_rank": 132, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.89.4", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 267029, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "Show HN Lite - Hacker News Show Feed", + "page_from_status_code": 200, + "first_seen": "2023-02-14 02:26:12 +00:00", + "prev_seen": "2023-02-14 02:26:12 +00:00", + "last_seen": "2023-03-16 03:30:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 89, + "page_from_rank": 209, + "domain_from_rank": 191, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:46:33 +00:00", + "prev_seen": "2023-10-03 06:46:33 +00:00", + "last_seen": "2023-11-03 15:41:51 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 87, + "page_from_rank": 215, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-27 18:46:20 +00:00", + "prev_seen": "2023-08-27 11:35:14 +00:00", + "last_seen": "2023-10-10 20:06:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outils-en-ligne.zeef.com", + "url_from": "https://outils-en-ligne.zeef.com/fr/thebloom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 85, + "page_from_rank": 407, + "domain_from_rank": 385, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.155.37.61", + "domain_from_country": null, + "page_from_external_links": 308, + "page_from_internal_links": 6, + "page_from_size": 322578, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Outils en Ligne by thebloom | ZEEF", + "page_from_status_code": 200, + "first_seen": "2023-11-11 21:29:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 21:29:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "4", + "text_post": "0", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 85, + "page_from_rank": 48, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 24, + "page_from_size": 40014, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:55:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:55:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "showhn.buzzing.cc", + "url_from": "https://showhn.buzzing.cc/en/lite/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 85, + "page_from_rank": 455, + "domain_from_rank": 132, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.89.4", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 192332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Show HN Lite - Hacker News Show Feed", + "page_from_status_code": 200, + "first_seen": "2023-03-21 17:39:16 +00:00", + "prev_seen": "2023-03-21 17:39:16 +00:00", + "last_seen": "2023-04-06 09:17:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "showhn.buzzing.cc", + "url_from": "https://showhn.buzzing.cc/zh-Hant/lite/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 85, + "page_from_rank": 467, + "domain_from_rank": 131, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.89.4", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 261254, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN Lite - 追蹤 Hacker News 上的項目展示", + "page_from_status_code": 200, + "first_seen": "2023-02-11 09:32:32 +00:00", + "prev_seen": "2023-02-11 09:32:32 +00:00", + "last_seen": "2023-03-13 10:15:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lawmate.ai", + "url_from": "https://lawmate.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lawmate-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 84, + "page_from_rank": 219, + "domain_from_rank": 155, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.190", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 22, + "page_from_size": 201525, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LawMate: Boost Your Legal Game with Revolutionary Wisdom", + "page_from_status_code": 200, + "first_seen": "2023-09-20 01:35:30 +00:00", + "prev_seen": "2023-10-05 05:21:08 +00:00", + "last_seen": "2023-10-23 19:07:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LawMate AI Featured on topAI.tools", + "image_url": "https://i0.wp.com/topai.tools/assets/img/topai.tools.gif?w=1200&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 83, + "page_from_rank": 218, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-09-06 13:44:30 +00:00", + "prev_seen": "2023-09-06 13:44:30 +00:00", + "last_seen": "2023-10-08 07:43:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 79, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 97372, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools", + "page_from_status_code": 200, + "first_seen": "2023-08-23 17:36:27 +00:00", + "prev_seen": "2023-09-20 23:11:23 +00:00", + "last_seen": "2023-11-21 00:09:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topai.tools", + "image_url": "https://www.aitoolhunt.com/_next/image?url=%2Fthumbnails%2Ftopai.tools-1696879632.png&w=3840&q=99", + "anchor": "Visit Website", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 79, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 95342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools", + "page_from_status_code": 200, + "first_seen": "2023-08-09 02:45:48 +00:00", + "prev_seen": "2023-08-09 02:45:48 +00:00", + "last_seen": "2023-08-23 17:36:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "midnightoilstudios.org", + "url_from": "https://midnightoilstudios.org/2023/10/03/lukas-and-the-monster-of-the-misty-mountains/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 144, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.131", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 122, + "page_from_size": 103482, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lukas and the Monster of the Misty Mountains – Midnight Oil Studios", + "page_from_status_code": 200, + "first_seen": "2023-10-04 15:50:59 +00:00", + "prev_seen": "2023-10-04 15:50:59 +00:00", + "last_seen": "2023-11-17 19:26:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "op AI Tools website", + "text_pre": "son Chris reading to Lukas). Much more effective would be to use an AI program to pull in the images rather than Google image search. There are many of these programs today and the first place to look might be on the T", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "digitrixme.com", + "url_from": "https://digitrixme.com/using-ai-for-content-creation/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 229, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 47, + "page_from_size": 93852, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Do’s and Don'ts of Using AI for Content Creation", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:42:32 +00:00", + "prev_seen": "2023-10-07 11:29:50 +00:00", + "last_seen": "2023-11-17 07:17:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "find AI tools", + "text_pre": "Writers", + "text_post": "to be the ultimate research assistant, which also suggests ways to structure your content and improve its readability. Needless to say, it saves time and gives writers an edge to work efficiently.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/sales-stack", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sales-stack", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51633, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Sales Stack -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "A sales stack, as used in", + "text_post": ", refers to the assemblage of sales software and tools like CRM, email automation software, and lead prioritization engines that a sales team utilizes for tasks such as lead generation, contact data storage,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/comfyui", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/comfyui", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 215942, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ComfyUI -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "ComfyUI, found at", + "text_post": ", is a robust diffusion GUI featuring a graph/node interface, expressly designed for designing and running advanced graphics pipelines without the need for programming.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/vanceai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vanceai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49181, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VanceAI -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "VanceAI Photo Editor", + "text_pre": null, + "text_post": "is a highly efficient tool for creative professionals and digital artists, offering advanced features such as image enhancement, photo restoration, background removal, and cropping.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/prompt-silo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-silo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 53166, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prompt Silo -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/prompt-silo", + "text_pre": null, + "text_post": "is a free comprehensive database and builder for MidJourney prompts, empowering creators with diverse and creative prompt options.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/medisearch", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/medsearch-io", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 48376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MediSearch -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:39:58 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:39:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/medsearch-io", + "text_pre": "MediSearch, available at", + "text_post": ", directly provides trustworthy answers to medical queries employing Language Learning Models (LLMs).", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/davinsiri", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/davinsiri", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50809, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DaVinsiri -", + "page_from_status_code": 200, + "first_seen": "2023-10-31 13:04:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 13:04:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "DaVinsiri", + "text_pre": null, + "text_post": "is an advanced tool that integrates Siri shortcuts and OpenAI's GPT-3.5 turbo model, capable of generating three responses per Siri trigger and offering features such as back tap integration, share", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/code-snippets-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/code-snippets-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50527, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Code Snippets AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-31 13:04:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 13:04:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/code-snippets-ai", + "text_pre": "Code Snippets AI, accessible at", + "text_post": ", is a tool leveraging GPT-4 AI model for comprehensively analyzing coding sections, identifying potential errors, and elucidating function, crucial for optimizing performance and refactoring complex code.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "midnightoilstudios.org", + "url_from": "https://midnightoilstudios.org/2023/10/15/lukas-the-monster-of-the-misty-mountains/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.131", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 123, + "page_from_size": 87939, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A New Lukas – Midnight Oil Studios", + "page_from_status_code": 200, + "first_seen": "2023-10-27 23:58:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 23:58:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/AI-image-search-engine", + "text_pre": "effective would be to use an AI program to pull in the images rather than Google image search. There are many of these programs today and the first place to look might be on the Top AI Tools website at … ", + "text_post": ". ", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/quickie", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickie", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quickie -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/quickie", + "text_pre": "Quickie, found at", + "text_post": ", is an AI-powered multitool extension providing services such as text-to-speech conversion, video summarization, social media automation, custom shortcuts creation, and more, targeting users from various", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-templates", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-templates", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49982, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Templates -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-templates", + "text_pre": "As no specific article or search intent was provided, I am unable to summarise the content from", + "text_post": ". Please provide the necessary information in the correct format.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-voice-detector", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-voice-detector", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50665, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Voice Detector -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:52:23 +00:00", + "prev_seen": "2023-09-18 16:52:23 +00:00", + "last_seen": "2023-10-19 00:14:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AI Voice Detector, found at", + "text_post": ", is an effective solution for individuals and businesses to confirm the authenticity of an audio file, determining whether it is AI-generated or a natural human voice.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-song-generator-music-maker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-song-generator-music-maker", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50969, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Song Generator Music Maker -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-song-generator-music-maker", + "text_pre": "AI Music Generator Song Maker at", + "text_post": "uses cutting-edge AI technology to swiftly generate distinctive melodies, harmonies, and rhythms in your selected style or genre.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-store-manager", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-store-manager", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 53790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Store Manager -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Store Manager", + "text_pre": "The", + "text_post": "is a strategic AI-powered tool specifically designed for eCommerce businesses aiming to streamline and automate operations, enhancing customer experiences and efficiency across various business models", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-seo-outlines", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-seo-outlines", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI SEO Outlines -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:13:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:13:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI SEO outlines", + "text_pre": "AI SEO content writing leverages artificial intelligence technology to generate optimized content for online platforms, including websites related to", + "text_post": ", utilizing keyword analysis, search trends, and user demographics.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-wizard", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-wizard", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50129, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Wizard -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:51:34 +00:00", + "prev_seen": "2023-09-18 16:51:34 +00:00", + "last_seen": "2023-10-19 00:13:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AIWizard, listed on", + "text_post": ", is a free platform providing detailed tutorials and reviews for various AI tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai2image", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai2image", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI2image -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:13:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:13:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai2image", + "text_pre": "For the search term", + "text_post": ": AI image generators, such as DALL-E, utilize text prompts to swiftly produce images, thereby blurring the boundary between human creativity and machine generation in the context of art.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aibstract", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibstract", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIbstract -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:13:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:13:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Aibstract", + "text_pre": null, + "text_post": "is an AI-powered software solution serving as a virtual songwriter-composer-performer, enabling real-time creation and streaming of personalized, original, and royalty-free music.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-roguelite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-roguelite", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50624, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Roguelite -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:12:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:12:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-roguelite", + "text_pre": "The game at", + "text_post": "is an early-access roguelite under active development, presenting a procedurally generated world where users control an AI character and can provide feedback and report bugs via discussion boards.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-resume-editor", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-resume-editor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Resume Editor -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:12:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:12:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-resume-editor", + "text_pre": "AI resume editors, like the one found at", + "text_post": ", leverage sophisticated algorithms to scrutinize job descriptions and extend personalized recommendations, enabling your resume to pass preliminary screening processes effectively.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-pokemon-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pokemon-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50076, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Pokemon generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:12:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:12:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pokemon Generator", + "text_pre": "The", + "text_post": "at TopAI allows users to input any description or keywords to generate a unique, dream Pokemon character.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/masterpiece-studio", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/masterpiece-studio", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52289, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Masterpiece Studio -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:55:27 +00:00", + "prev_seen": "2023-09-18 16:55:27 +00:00", + "last_seen": "2023-10-19 00:11:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/masterpiece-studio", + "text_pre": "Masterpiece Studio, highlighted at", + "text_post": ", develops 3D creation software, removing technical barriers to facilitate easy 3D content creation from concept to animation, harnessing power of virtual reality and machine learning to adapt 2D skills", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waifulabs", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waifulabs", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waifulabs -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Waifu Labs", + "text_pre": null, + "text_post": "is an advanced AI tool developed by sizigi studios, enabling users to generate custom anime portraits leveraging machine learning to create unique character illustrations in a streamlined 4-step process.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waifu-xl", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waifu-xl", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waifu XL -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WaifuXL", + "text_pre": null, + "text_post": "is a premier tool for upscaling anime-style art, leveraging advanced AI to precisely increase image resolution directly in your browser.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waibsites", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waibsites", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waibsites -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/waibsites", + "text_pre": null, + "text_post": "is a no-code website builder, a tool that enables the creation of websites without the necessity of mastering coding or programming skills.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wand-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wand-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50783, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wand AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wand AI", + "text_pre": null, + "text_post": "is a no-code, business-focused AI platform enabling simplified AI development and implementation with its drag-and-drop interface, pre-built templates, and automated machine learning algorithms.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/gpt-2-output-detector", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-2-output-detector", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66118, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT-2 Output Detector -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "GPT-2 Output Detector", + "text_pre": "The", + "text_post": "is an effective tool designed to discern whether text is composed by a human or a GPT-2 bot, utilizing a refined RoBERTa model and providing real or fake text probabilities.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/whatthediff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whatthediff", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WhatTheDiff -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "What-the-Diff", + "text_pre": null, + "text_post": "is an AI-powered app that reviews and describes changes in pull requests efficiently, leveraging the GitHub API to generate plain English summaries and support most programming languages.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/website-planet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/website-planet", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Website Planet -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Website Planet", + "text_pre": "The Dummy Image Generator on", + "text_post": "enables the creation of custom placeholder images for website design, which can be downloaded for use in various dimensions such as Medium Rectangle: 300×250, Square: 250×250, Large Rectangle:", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/webpilot-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webpilot-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 49600, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WebPilot.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/webpilot-ai", + "text_pre": "Webpilot, a powerful ChatGPT plugin, enhances your online experience by summarizing web page content from URLs like", + "text_post": ", also offering thought-provoking questions or insights.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wave-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wave AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:08:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:08:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/wave-ai", + "text_pre": "Wave AI, accessible via", + "text_post": ", is an AI-driven coaching tool offering personalized professional coaching, uniquely designed to tackle challenges in work and life.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/warpsound", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/warpsound", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50474, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WarpSound -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:08:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:08:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WarpSound", + "text_pre": null, + "text_post": "is a ground-breaking AI music platform utilizing generative technologies to create immersive real-time music experiences, and is instrumental for shaping the sound of the metaverse.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wavtool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wavtool", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49605, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wavtool -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:08:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:08:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WavTool", + "text_pre": null, + "text_post": "is a free, AI-powered music production platform, enabling users to generate, record, and enhance their music entirely within their browser, featuring advanced capabilities like side-chain compression", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-time-machine", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-time-machine", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 65814, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Time Machine -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "The AI Time Machine on", + "text_post": "synthesizes photos into lifelike avatars using Astria's test-to-image technology, licensed through MyHeritage, to create profile pictures for social media platforms.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ailyze", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lyze", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 64858, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AILYZE -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-lyze", + "text_pre": "As an AI model, I'm unable to analyze the specific content on the URL", + "text_post": "because it isn't provided, hence, please provide the text or clarify your request.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aibert", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 67260, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiBert -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AiBERT Bot", + "text_pre": "The", + "text_post": "is an AI chatbot by Kooya! Inc, that leverages Natural Language Processing of ChatGPT to generate humanlike conversational dialogues, secure end-to-end encryption of WhatsApp, and auto-updates for intelligent,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aiagent-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiagent-app", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiAgent.app -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AiAgent.app", + "text_pre": "The", + "text_post": "is an advanced software platform that leverages artificial intelligence (AI) and machine learning technologies to automate tasks, integrate with third-party platforms, and make goal-oriented choices.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/glowy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/glowy-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50803, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "glowy AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:06:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:06:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Glowy AI", + "text_pre": null, + "text_post": "is an intuitive website that swiftly generates a personalized skincare routine based on your provided skin type, budget, and top skin concerns through artificial intelligence.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/dreamphilic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreamphilic", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50138, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Dreamphilic -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:06:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:06:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Dreamphilic", + "text_pre": null, + "text_post": "is a generative AI content platform allowing users to create, curate and customize AI-generated content to meet specific needs.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-image-sharpener-by-media-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-image-sharpener-by-media-io", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51639, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Image Sharpener by Media.io -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:06:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:06:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Media.io Img Sharpen tool", + "text_pre": "The", + "text_post": "leverages advanced AI technology to automatically enhance and sharpen your photos, improving image quality, contrast, and details.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-lawn-care-calculator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lawn-care-calculator-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51547, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Lawn Care Calculator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Lawn Care Calculator", + "text_pre": "The", + "text_post": "is a free tool designed for both professional and homeowner use, providing accurate estimates for materials like seeds, fertilizers, and mulch required for lawn care tasks, based on factors such as lawn", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-keywording-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-keywording-tool", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Keywording Tool -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": "The AI Keywording Tool on", + "text_post": "is a free image recognition-based utility that swiftly generates pertinent keywords, titles, and descriptions for stock photos, improving user workflow.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-interview-coach", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-interview-coach", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51357, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Interview Coach -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Interview Coach", + "text_pre": "The", + "text_post": "is a platform utilizing artificial intelligence to effectively prepare individuals for job interviews, offering valuable feedback and strategies.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/cuetap", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cuetap", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50939, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cuetap -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:27 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Cuetap", + "text_pre": null, + "text_post": "is an AI-powered platform providing Battlecards and Competitive Intelligence, primarily aiding PMMs and Sales teams with features like automatic data extraction, competitor tracking, and generating actionable", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/numerousflow", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/numerousflow", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NumerousFlow -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Numerousflow", + "text_pre": null, + "text_post": "is an advanced automation tool designed specifically to boost ChatGPT's efficiency by minimizing the time spent on repetitive content generation tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aigpt-free", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aigpt-free", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 65823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIGPT Free -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:53:22 +00:00", + "prev_seen": "2023-09-18 16:53:22 +00:00", + "last_seen": "2023-10-19 00:05:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/aigpt-free", + "text_pre": "AiGPT, available for free at", + "text_post": ", is an AI tool that enhances your messaging experience on platforms like Telegram and Whatsapp by understanding your needs and providing accurate results.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-name-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50288, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Name Generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:04:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:04:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Namelix", + "text_pre": "An AI name generator like", + "text_post": "is a valuable tool that leverages artificial intelligence to create unique, catchy, and brandable names for your business or product.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-paraphrasing-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-paraphrasing-tool", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52057, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Paraphrasing Tool -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:03:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:03:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-paraphrasing-tool", + "text_pre": "QuillBot's Paraphraser, an AI-powered tool available at", + "text_post": ", quickly and easily assists in rephrasing text, while offering customization features through a unique Synonym Slider, and providing seamless integration with platforms like Chrome and Microsoft Word.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-pet-avatar", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pet-avatar", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Pet Avatar -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:03:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:03:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pet Avatar tool", + "text_pre": "The", + "text_post": "utilizes advanced AI technology to create unique and lifelike avatars of your pets, capturing their essence and personality by analyzing their facial features, fur patterns, and colorations.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-excel-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-excel-bot", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49898, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Excel Bot -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:03:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "AI Excel tools, such as those found on", + "text_post": ", simplify data manipulation and analysis by aiding in the generation and comprehension of intricate Excel and Google Sheets formulas.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-gallery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-gallery", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Gallery -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Gallery", + "text_pre": "The", + "text_post": "is a software application that employs artificial intelligence (AI) and machine learning techniques to generate new, original images.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-code-translator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-code-translator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50654, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Code Translator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:27 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Code Translator", + "text_pre": "The", + "text_post": "is a tool powered by AI, specifically GPT-3.5 or GPT-4, designed to instantly translate code from one programming language to another.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-domain-genius", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-domain-genius", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Domain Genius -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Domain Genius", + "text_pre": null, + "text_post": "is a SEO-enhancing tool utilizing AI to generate unique domain names, potentially worth $1,000-$5,000 for resale, and enabling mass purchases through GoDaddy's bulk checker.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-data-sidekick", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-data-sidekick", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 48190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Data Sidekick -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Data Sidekick", + "text_pre": null, + "text_post": "harnesses artificial intelligence to expedite data tasks like writing SQL, generating Python scripts, and updating documentation, enhancing efficiency in your data warehouse by up to 10 times.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/supremeplans", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supremeplans-com", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 67012, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SupremePlans -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "The SupremePlans AI tool, available on", + "text_post": ", is an advanced multi-purpose instrument providing a suite of complimentary AI-driven features designed primarily for enhancing planning and organizational tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writers-brew", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writers-brew", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writers Brew -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:00:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:00:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WritersBrew", + "text_pre": null, + "text_post": "is an AI writing assistant uniquely designed for Mac, providing grammar corrections, idea generation, and resources across all browsers and native apps.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writefull-academizer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writefull-academizer", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50605, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writefull Academizer -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:00:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:00:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Writefull Academizer", + "text_pre": "The", + "text_post": "refines informal language into academic prose, unlike the Paraphraser which rewrites academic sentences into fresh academic ones.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wzrd-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wzrd-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wzrd.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:59:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:59:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WZRD", + "text_pre": null, + "text_post": "is an AI-powered tool that enhances the visual impact of audio through dynamic animations, creating an immersive experience by synchronizing visuals with the rhythm and melody of the music.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writelyai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writelyai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51123, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writelyai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:59:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:59:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WritelyAI", + "text_pre": "Generative AI, specifically", + "text_post": ", is a transformative technology in marketing, offering unparalleled creativity, efficiency, and personalization in content creation, and is predicted to reach a market size of $107.5 billion by 2028 despite", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writely", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writely", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49739, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writely -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/writely", + "text_pre": "Apologies for any confusion, but as an OpenAI-developed AI, I don't have the capability to directly interact with or access the content at the URL", + "text_post": "to provide a specific summary.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wishes-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wishes-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49712, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wishes AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "WishesAI is an AI tool on", + "text_post": "that generates unique wishes for various occasions, empowering users to personalize descriptions and choose images and text to suit different relationships, then share the custom-made wish; a free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wiz-chat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiz.chat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wiz.chat", + "text_pre": null, + "text_post": "is an AI tool developed by Gulan28 that integrates with Slack, leveraging GPT-3 technology to enhance your workspace's productivity by answering questions, reducing manual labor, and enabling URL", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wnr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wnr", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 63494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WNR -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wnr.ai", + "text_pre": null, + "text_post": "is an AI-powered tool offering diverse templates for prompt creation, with capabilities to save, share prompts, and operate via various text inputs like voice dictation, as well as includes a custom chatbot", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wisdolia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisdolia", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wisdolia -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/wisdolia", + "text_pre": "Wisdolia, an innovative AI educational tool available at", + "text_post": ", revolutionizes learning by auto-generating multi-language flashcards from materials like YouTube videos, articles, and PDFs to enhance test performance by an average of 50%, and integrates with the Anki", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/winston-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/winston-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50731, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Winston AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Winston AI", + "text_pre": null, + "text_post": "is a premier tool proficient in detecting AI-generated text from models like ChatGPT, GPT-4, Bard, ensuring a 99.6% accuracy rate for maintaining content originality and authenticity.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wizai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 64177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WizAI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:57:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:57:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WizAI", + "text_pre": null, + "text_post": "is a WhatsApp Chatbot utilizing ChatGPT 3.5 technology, trusted globally for its human-like replies and ability to engage in intelligent dialogues on any topic.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wizishop", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizishop", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51712, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WiziShop -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:57:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:57:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wizishop", + "text_pre": null, + "text_post": "is a French-based ecommerce solution offering comprehensive services, including website creation, hosting, sales optimization, and marketing actions, with an emphasis on powerful SEO and AI capabilities.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waitroom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waitroom", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49936, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waitroom -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:56:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:56:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/waitroom", + "text_pre": "Waitroom, a unique tool found at", + "text_post": ", exceeds traditional meeting solutions by decreasing usual hassles and allowing attendees to focus on their core tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wombo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wombo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49734, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wombo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:56:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:56:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WOMBO Dream – AI Art Generator", + "text_pre": null, + "text_post": "is your personalized art station, employing advanced AI technology to transform any text into a visually stunning image in various styles like Realistic, Anime, VFX, and more, also offering potential", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wpturbo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wpturbo-dev", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51192, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WPTurbo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:56:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:56:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/wpturbo-dev", + "text_pre": "WPTurbo, accessible at", + "text_post": ", is an AI-powered WordPress development tool suite designed to augment developers' productivity by offering post type, taxonomy, menu, shortcode, hook, wp-config. php, starter plugin, and theme.json", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wonderworker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderworker", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WonderWorker -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WonderWorker", + "text_pre": null, + "text_post": "is an AI tool integrated with Slack that boosts team productivity by providing instant access to GPT-3.5 and GPT-4 models for writing assistance, quick answers, translation services, decision-making support,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wonder-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonder-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50297, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wonder AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wonder AI Art Generator", + "text_pre": "The", + "text_post": "serves as an invaluable resource, inspiring artists and designers by providing unique, AI-created artworks for new creative directions and ideas.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/botx", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botx", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 66863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Botx -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "BotX AI platform", + "text_pre": "The", + "text_post": "enables you to easily connect with intelligent automation workflows for enhanced decision-making and app creation in a drag-and-drop environment.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/emaildojo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/emaildojo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52591, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Emaildojo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Emaildojo", + "text_pre": null, + "text_post": "is a cutting-edge AI Content Generator developed on OpenAI's GPT-3 model, which assists businesses, marketers, and content creators in generating high-quality, short-form content optimized for various", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/imagecartoon", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imagecartoon", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49688, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ImageCartoon -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/imagecartoon", + "text_pre": "AI Image to Cartoon is an AI-powered tool available at", + "text_post": "that quickly converts face photos into various cartoon themes, ensuring user data safety and offering 24/7 support.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/img-upscaler", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/img-upscaler", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50097, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Img Upscaler -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Img.Upscaler", + "text_pre": null, + "text_post": "is an online AI service that effectively enhances and upscales images up to four times without reducing quality.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/slidesgo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/slidesgo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51666, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SlidesGo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Slidesgo", + "text_pre": "For creative PowerPoint and Google Slides presentations,", + "text_post": "offers a comprehensive catalog of free, customizable templates, further enhanced with free vectors, photos, icons, editable illustrations, and motion graphics.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/reviewz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reviewz", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50367, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Reviewz -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/reviewz", + "text_pre": "I apologize for any misunderstanding but as an AI, I can't directly interact with URLs or websites like", + "text_post": "; I can provide information based on data inputted to me.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/nightcafe-creator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nightcafe-creator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49923, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NightCafe Creator -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:53:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:53:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Art Generator", + "text_pre": "NightCafe Creator is an advanced", + "text_post": "application that showcases multiple methodologies of artificial intelligence-based art creation, including neural style transfer and text-to-image AI.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-baby-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibabygenerator-com", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI baby Generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "The AI Baby Generator on", + "text_post": "leverages advanced artificial intelligence to envisage your future baby's face by analyzing your and your partner's facial features.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-chatlab", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 65664, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI ChatLab -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "swiss army knife", + "text_pre": "AI ChatLab is a comprehensive AI chatbot application, functioning as a", + "text_post": "for creating interactive chatbot experiences, integrating with platforms like Slack, Facebook Messenger, and Twitter, and suitable for customer support, automated messaging, and virtual assistant scenarios.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-checker-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-checker-tool", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Checker Tool -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:49:01 +00:00", + "prev_seen": "2023-09-18 16:49:01 +00:00", + "last_seen": "2023-10-18 23:52:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI checker tool", + "text_pre": "The", + "text_post": ", such as Copyleaks AI Content Detector, concentrates on recognizing text potentially generated by an AI writing gadget, utilizing perplexity and burstiness metrics, capable of identifying AI-generated", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-background-generator-by-photoroom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-background-generator-by-photoroom", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Background Generator by PhotoRoom -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Background Generator by PhotoRoom", + "text_pre": "The", + "text_post": "is an innovative tool that instantly creates unique, personalized backgrounds for images, enhancing product photography while saving time and boosting conversion rates.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-cli", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-cli", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI CLI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-cli", + "text_pre": "AI CLI, found at", + "text_post": ", is an innovative, open-source, GPT-3 powered CLI code assistant designed for developers aiming to streamline their coding workflow through clear, organized commands.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zazzani-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zazzani", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52832, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zazzani AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zazzani", + "text_pre": "Zazzani AI, a leading software tool available at", + "text_post": ", boosts workflow and productivity significantly by offering advanced features like code creation with AI, efficient debugging, and context-specific answers.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zazow", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zazow", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50899, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zazow -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zazow", + "text_pre": "Zazow, the AI tool on", + "text_post": ", lets users generate unique digital artwork across various styles like Mandelbrot Fractals, Plasma, Spiro, and Bauhaus Shapes using distinctive algorithms, with capabilities to save, share, and download", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yt-copycat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yt-copycat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YT Copycat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "YT Copycat", + "text_pre": null, + "text_post": ", an innovative digital tool, swiftly transforms any YouTube video content into high-quality text content, revolutionizing possibilities for content creators, social media enthusiasts, and professionals.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yuma", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yuma", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50722, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yuma -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Ticket Analysis feature", + "text_pre": "The", + "text_post": "interprets ticket data for improved response accuracy, in conjunction with the One-Click \"Reply & Close Ticket\" option for quick resolution, and the up-to-date Ticket Assistant for optimal", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zentask", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zentask", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 48121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zentask -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Zentask", + "text_pre": null, + "text_post": "is an AI-powered task management platform aiding in productivity and organization for individuals and teams by streamlining task creation, assignment, tracking, and collaboration.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zencall", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zencall", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zencall -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Zencall.ai", + "text_pre": null, + "text_post": "is an AI tool offering businesses instant call notifications, unlimited prompt testing, call redirection services, and a free phone number to efficiently manage incoming calls, with various pricing plans", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zenen-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zenen-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "zenen.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zenen-ai", + "text_pre": "Zenen, an AI assistant featured on", + "text_post": ", utilizes advanced GPT-4 technology to deliver conversation capability with extensive knowledge and multilingual support.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zarla-website-builder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zarla-website-builder", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zarla Website Builder -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Zarla AI Website Builder", + "text_pre": null, + "text_post": "is an AI-driven platform empowering users to swiftly and effortlessly create professional websites.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zerogpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zerogpt", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ZeroGPT -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zerogpt", + "text_pre": "ZeroGPT, found at", + "text_post": ", is a sophisticated AI tool that leverages DeepAnalyse™ technology to discern if a provided piece of text is authored by a human or generated by AI mechanisms like Google Bard or ChatGPT.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zuva-contracts-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zuva-contracts-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51171, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zuva Contracts AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zuva-contracts-ai", + "text_pre": "Zuva, a spin-off from Kira Systems and prominently featured on", + "text_post": ", uses AI to identify and extract over 1,300 legal clauses, provisions, and data points in contracts, offering flexible deployment options and easy training processes.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/xinva", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xinva", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49340, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Xinva -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Xinva", + "text_pre": null, + "text_post": "is an AI-powered design generator tool that leverages machine learning for creating innovative print-on-demand business designs, enhancing store inventory, and saving design costs.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/xno-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xno-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49525, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Xno.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Xno.ai", + "text_pre": null, + "text_post": "is an AI-powered service that generates images from user-provided text input, utilizing an extensive library of open-source AI models.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yodayo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yodayo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yodayo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Yodayo", + "text_pre": null, + "text_post": "is a community-driven AI art platform catering to VTubers and anime fans, boasting features like avatar customization using generative art technology and motion capture for innovative content creation.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yoodli", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yoodli", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yoodli -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Yoodli AI Speech Coach", + "text_pre": null, + "text_post": "is an AI-powered public speaking platform offering real-time feedback on your speech patterns, pacing, and eye contact, trusted by professionals at leading companies for scenarios like job interviews", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yippity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yippity", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49605, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yippity -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Yippity.io", + "text_pre": null, + "text_post": "is an AI-powered platform offering smart study tools for students, such as automatic conversion of texts and websites into quizzes and flashcards.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/adventureai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adventureai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Adventureai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:47:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:47:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI art generator", + "text_pre": "Writesonic's Photosonic is a compelling", + "text_post": "that enables the creation of diverse art, from photorealistic images to abstract pieces, through simple text prompts, leveraging AI technology to save businesses considerable time and money.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/adwrite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adwrite", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51054, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Adwrite -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:47:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:47:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/adwrite", + "text_pre": "Adwrite, an AI-powered marketing copywriting tool found at", + "text_post": ", specializes in generating SEO-optimized, plagiarism-free content for social media, ads, emails, and websites.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/adout", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adout", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51583, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Adout -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:49:05 +00:00", + "prev_seen": "2023-09-18 16:49:05 +00:00", + "last_seen": "2023-10-18 23:47:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Adjust", + "text_pre": null, + "text_post": ", a highly efficient advertising performance tracking tool, incorporates features such as an SDK integration and the creation of Adjust tracker URLs, enabling advertisers to scrutinize the efficacy of", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/mst-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mst-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50945, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "mst.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Mst.ai, accessible through", + "text_post": ", is a cutting-edge, free online AI art generator, empowering users to create stunning artificial intelligence-based artworks with the push of a button.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/chat-summary-for-livechat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-summary-for-livechat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51027, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chat Summary for LiveChat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-summary-for-livechat", + "text_pre": "For", + "text_post": ", the app automatically generates a brief summary of your chat transcripts either when the chat is archived or based on your chosen tags in the settings.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/autoname", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoname", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Autoname -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/autoname", + "text_pre": "The Auto-naming feature on", + "text_post": "is an efficient tool for automating and standardizing the naming process of projects and campaigns up to a limit of 255 characters, with options for date formatting and truncation, for better project", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/recruiting-emails-ai-by-dover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recruiting-emails-ai-by-dover", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52423, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recruiting Emails AI by Dover -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/recruiting-emails-ai-by-dover", + "text_pre": "I'm sorry, but you haven't provided relevant information about the search term:", + "text_post": ". Unfortunately, as an AI, I don't have the ability to access real-time web data, so I can't fetch or rewrite information related to this specific URL either. I can assist you with general information", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/6pen-art", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/6pen-art", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6pen Art -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:54:54 +00:00", + "prev_seen": "2023-09-18 16:54:54 +00:00", + "last_seen": "2023-10-18 23:45:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "6PEN Art", + "text_pre": null, + "text_post": "is an AI art generator platform with advanced deep learning techniques, allowing users to translate their ideas into visual images by creating AI art and AI avatars.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/10web", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/10web", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10Web -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:45:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:45:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "10Web's AI Website Builder", + "text_pre": null, + "text_post": "is an AI-powered, no-code tool that efficiently crafts unique WordPress websites tailored to user specifications in minutes.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/3dfy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/3dfy", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "3dFy -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:45:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:45:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3DFY.ai", + "text_pre": null, + "text_post": "harnesses generative artificial intelligence to convert text descriptions into premium 3D models, empowering users to create and express in a 3D environment.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/a-v-mapping", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/a-v-mapping", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A.V. Mapping -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/a-v-mapping", + "text_pre": "A.V. Mapping, found at", + "text_post": ", is a one-stop platform that leverages artificial intelligence for efficient video and music mapping.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/88stacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/88stacks", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "88stacks -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "88stacks", + "text_pre": null, + "text_post": "is an image creation platform specifically designed for AI enthusiasts and marketers, providing a space for visual storytelling through curated stable diffusion models, free tools like 'Omni Prompt'", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/100-ai-prompts", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/100-ai-prompts", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 16, + "page_from_size": 49475, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI Prompts -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "100+ AI Prompts", + "text_pre": "The", + "text_post": "is a Trello board tool that offers a collection of creative prompts for AI models like ChatGPT, Midjourney, Stable Diffusion, and Dall-e, facilitating effective brainstorming and writing.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/2slash-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/2slash-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 59144, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2slash.ai -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:53:46 +00:00", + "prev_seen": "2023-09-18 16:53:46 +00:00", + "last_seen": "2023-10-18 23:44:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ielts-podcast", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ielts-podcast", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50760, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IELTS Podcast -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "IELTS Podcast", + "text_pre": "The", + "text_post": "offers a comprehensive online course that focuses on each part of the IELTS Exam including writing, speaking, reading, and listening, alongside free tutorials and an essay correction service to help students", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/graphy-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graphy-app", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50308, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Graphy.app -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Graphy app", + "text_pre": "The", + "text_post": "is an AI-powered tool specialized in data analysis, creating charts and graphs, and generating user-friendly insights for businesses.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/imagecreator-for-ps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/alkaidvision-imagecreator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49501, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ImageCreator for PS -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:43:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:43:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AlkaidVision's ImageCreator", + "text_pre": null, + "text_post": "is an AI-powered plugin for Photoshop, enabling easy text-to-image editing and artwork creation right within the Photoshop platform.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/opus", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opus", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50382, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Opus -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:43:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "OPUS", + "text_pre": null, + "text_post": "is a text-to-video game platform that utilizes generative AI, pioneering new experiences in entertainment with its international community of creators.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/lama-cleaner", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lama-cleaner", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lama Cleaner -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:43:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "LaMa Cleaner", + "text_pre": "The", + "text_post": "is a remarkable AI model crafted specifically for image inpainting; it efficiently removes undesirable elements from your photos or entirely substitutes them to enhance their visual appeal.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jnc-edutec.blogspot.com", + "url_from": "http://jnc-edutec.blogspot.com/2023/05/buscador-de-herramientas-de.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 2, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.225", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 7, + "page_from_size": 101087, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Buscador de herramientas de Inteligencia Artificial", + "page_from_status_code": 200, + "first_seen": "2023-10-11 03:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 03:06:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.blogstrend.com", + "url_from": "https://www.blogstrend.com/10-openai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 102, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "68.178.148.72", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 21, + "page_from_size": 78154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 Best OpenAI tools used in 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-06 13:12:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 13:12:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "is a directory of the best AI tools, organized by category and use case. It includes tools for everything from content creation and marketing to research and development.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/browse-me", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 24, + "page_from_size": 40048, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/18617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7834, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:38:41 +00:00", + "prev_seen": "2023-07-31 23:38:41 +00:00", + "last_seen": "2023-09-19 17:45:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205933", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 54, + "page_from_size": 13906, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 14:14:17 +00:00", + "prev_seen": "2023-07-27 14:14:17 +00:00", + "last_seen": "2023-09-19 17:40:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 57, + "page_from_size": 15092, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-30 02:23:57 +00:00", + "prev_seen": "2023-07-30 02:23:57 +00:00", + "last_seen": "2023-09-19 17:40:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205934", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 48, + "page_from_size": 11799, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:27:01 +00:00", + "prev_seen": "2023-07-31 23:27:01 +00:00", + "last_seen": "2023-09-19 07:58:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/the-reply-project", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/the-reply-project", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50161, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Reply Project -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:55:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:55:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "The Reply Project", + "text_pre": null, + "text_post": "from GMass provides a platform where all your emails are accessible on a single screen, promoting ultra-fast response times facilitated by tools such as ChatGPT and predefined templates.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/instantart", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instantart", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49173, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "InstantArt -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:55:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:55:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "InstantArt.io", + "text_pre": null, + "text_post": "is an artificial intelligence-powered platform that generates free, unlimited art in a matter of seconds based on user inputs.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aiprofilepic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiprofilepic", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIprofilepic -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:53:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:53:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/aiprofilepic", + "text_pre": "AIProfilePic.art is a state-of-the-art AI technology tool on", + "text_post": "that generates high-quality, custom profile pictures and avatars from user-provided images.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aipicasso", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aipicasso", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Aipicasso -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:48:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:48:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/aipicasso", + "text_pre": "Picasso AI, found at", + "text_post": ", is celebrated as the premier artificial intelligence tool proficient in crafting unique images from any given text input, leveraging sophisticated AI text-to-image synthesis algorithms.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/category/browse-me", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 188, + "page_from_size": 238633, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:38:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:38:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 52, + "page_from_size": 32959, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools Reviews, Info and Comments - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 10:08:52 +00:00", + "prev_seen": "2023-07-29 10:08:52 +00:00", + "last_seen": "2023-09-16 20:16:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit website", + "text_pre": null, + "text_post": "status page", + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/396194", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 38, + "page_from_size": 7812, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:38:55 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:38:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166271", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 11782, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:13 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7919, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:33 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166179", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 42, + "page_from_size": 8988, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891500", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 13117, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:17:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:17:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891498", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 56, + "page_from_size": 16689, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:16:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:16:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/u/kosh@feddit.de", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 30, + "page_from_size": 7051, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-29 01:22:31 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 01:22:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/493", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7853, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:06:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:06:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/39000", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 38, + "page_from_size": 7761, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:04:36 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:04:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 42, + "page_from_size": 8877, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:03:28 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:03:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/162", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 11562, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:51 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/344", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7902, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:23 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147815", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 11625, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:35:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 22:35:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/234", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7864, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 13:39:01 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 13:39:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/341", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 328, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 45, + "page_from_size": 10733, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 06:19:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 06:19:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 30, + "page_from_size": 7149, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-26 04:37:35 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 04:37:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891499", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 53, + "page_from_size": 15410, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 01:25:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 01:25:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147814", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 53, + "page_from_size": 13916, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 16:33:27 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 16:33:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147813", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 56, + "page_from_size": 15072, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:49:08 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:49:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/jobsearchhacks/comments/14fkr92/does_anyone_use_the_job_matching_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 283, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 8, + "page_from_size": 14856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does anyone use the job matching AI tools - r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:22:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:22:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nocturn9x.space", + "url_from": "https://libreddit.nocturn9x.space/r/jobsearchhacks/comments/14fkr92/does_anyone_use_the_job_matching_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "51.210.64.99", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 7, + "page_from_size": 7946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does anyone use the job matching AI tools - r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-07-04 04:01:47 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 04:01:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.utsav2.dev", + "url_from": "https://reddit.utsav2.dev/r/editing/comments/13rrote/can_ai_edit_photos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20Editing", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.18.136.143", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 12, + "page_from_size": 16197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can AI edit photos? - r/editing", + "page_from_status_code": 200, + "first_seen": "2023-06-24 01:20:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 01:20:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai image editors or enhancers", + "text_pre": "Try here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.219.228.99", + "domain_from_country": "CC", + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 17068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools to change a low-quality image into a high-definition one? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-06-22 22:02:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 22:02:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "121.127.33.68", + "domain_from_country": "LR", + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 17448, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools to change a low-quality image into a high-definition one? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-06-22 00:25:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 00:25:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.baczek.me", + "url_from": "https://libreddit.baczek.me/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 211, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "145.239.91.107", + "domain_from_country": "ME", + "page_from_external_links": 3, + "page_from_internal_links": 13, + "page_from_size": 16781, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools to change a low-quality image into a high-definition one? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:42:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 01:42:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libred.leemoon.network", + "url_from": "https://libred.leemoon.network/r/editing/comments/13rrote/can_ai_edit_photos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20Editing", + "url_to_https": true, + "tld_from": "network", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.144.29.117", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 12, + "page_from_size": 16193, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can AI edit photos? - r/editing", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:41:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:41:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai image editors or enhancers", + "text_pre": "Try here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/coolguides/comments/138sb56/a_high_level_breakdown_of_the_growing_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 3, + "page_from_internal_links": 10, + "page_from_size": 16533, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A high level breakdown of the growing AI tools main categories - r/coolguides", + "page_from_status_code": 200, + "first_seen": "2023-05-15 09:11:00 +00:00", + "prev_seen": null, + "last_seen": "2023-05-15 09:11:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "This is all based on dataset tools at", + "text_post": "which by all means doesn't represent the whole market.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 9916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:32:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:32:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.catgirl.cloud", + "url_from": "https://lr.catgirl.cloud/r/software/comments/12ea4eu/what_tool_or_ai_can_i_use_to_consolidate_a_pdf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "cloud", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.47.155.100", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 15, + "page_from_size": 12791, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What tool or Ai can I use to consolidate a pdf catalog? - r/software", + "page_from_status_code": 200, + "first_seen": "2023-04-09 09:18:33 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 09:18:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Document%20Search", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/software/comments/12ea4eu/what_tool_or_ai_can_i_use_to_consolidate_a_pdf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 4, + "page_from_internal_links": 15, + "page_from_size": 12921, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What tool or Ai can I use to consolidate a pdf catalog? - r/software", + "page_from_status_code": 200, + "first_seen": "2023-04-09 02:21:47 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 02:21:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Document%20Search", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 212, + "page_from_size": 11881, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random : Automate", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:53:49 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:53:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.eu.org", + "url_from": "https://libreddit.eu.org/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "eu.org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 269, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.234.70", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 15171, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-31 08:58:03 +00:00", + "prev_seen": null, + "last_seen": "2023-03-31 08:58:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 2, + "page_from_internal_links": 223, + "page_from_size": 12552, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random : Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:35:02 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:35:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/transhumanism/comments/11sx41v/easily_find_ai_tools_with_ai_search_give_it_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 19281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Easily find AI tools with AI search, give it a task you want and it will suggest relevant tools that could help (e.g: I want to write scientific research papers). It searches 1300+ tools in the background. hope you find it useful - r/transhumanism", + "page_from_status_code": 200, + "first_seen": "2023-03-25 09:15:50 +00:00", + "prev_seen": null, + "last_seen": "2023-03-25 09:15:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "Try it out here", + "text_post": ", any recommendations/feedback are very welcomed.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/Entrepreneur/comments/11o6ohv/how_do_you_deal_with_customer_support_on_your/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatbot", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 169, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 4, + "page_from_internal_links": 25, + "page_from_size": 19846, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How do you deal with customer support on your side hustle? - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-23 21:23:09 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 21:23:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Chatbot", + "text_pre": "would take some of the workload is to use AI chatbots trained on your docs and some of them can easily be integrated on different platforms in addition to your site.. you might find some inspiration here to start with", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.spike.codes", + "url_from": "https://libreddit.spike.codes/r/transhumanism/comments/11sx41v/easily_find_ai_tools_with_ai_search_give_it_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "codes", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.110.138.177", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 19012, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Easily find AI tools with AI search, give it a task you want and it will suggest relevant tools that could help (e.g: I want to write scientific research papers). It searches 1300+ tools in the background. hope you find it useful - r/transhumanism", + "page_from_status_code": 200, + "first_seen": "2023-03-23 19:41:06 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 19:41:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "Try it out here", + "text_post": ", any recommendations/feedback are very welcomed.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 16167, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-19 12:35:29 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 12:35:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 16436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-17 20:05:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-17 20:05:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 25, + "page_from_size": 4565, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random : Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:34:07 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:34:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/Entrepreneur/comments/11o6ohv/how_do_you_deal_with_customer_support_on_your/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatbot", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 25, + "page_from_size": 19504, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How do you deal with customer support on your side hustle? - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-16 10:36:08 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 10:36:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Chatbot", + "text_pre": "would take some of the workload is to use AI chatbots trained on your docs and some of them can easily be integrated on different platforms in addition to your site.. you might find some inspiration here to start with", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.minguyen.de", + "url_from": "https://r.minguyen.de/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.99.108.219", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 9631, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-15 09:38:26 +00:00", + "prev_seen": null, + "last_seen": "2023-03-15 09:38:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 9192, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-13 14:04:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-13 14:04:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 9577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-11 16:24:12 +00:00", + "prev_seen": null, + "last_seen": "2023-03-11 16:24:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 10020, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:33:41 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:33:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackernews.ryansolid.workers.dev", + "url_from": "https://hackernews.ryansolid.workers.dev/stories/34738340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "workers.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 64, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.61.96", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 6, + "page_from_size": 3890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Solid - Hacker News", + "page_from_status_code": 200, + "first_seen": "2023-02-10 16:43:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 16:43:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": "(topai.tools)3 points | by linkology 5 hours ago ago", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful/comments/10x4j6c/revolutionize_your_product_development_with/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 10, + "page_from_size": 16823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionize Your Product Development with AIProductTools - No Subscriptions, No Ads, No Paywalls, No 3rd Party Tracking - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 00:14:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 00:14:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looks nice and easy to use .. I have an AI tools directory feel free to post it there", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-extended-vlan-range", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 75, + "page_from_rank": 102, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29669, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: extended VLAN range?", + "page_from_status_code": 200, + "first_seen": "2023-08-27 13:55:42 +00:00", + "prev_seen": "2023-10-04 11:21:42 +00:00", + "last_seen": "2023-11-04 06:28:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-extended-vlan-range", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 75, + "page_from_rank": 102, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29669, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: extended VLAN range?", + "page_from_status_code": 200, + "first_seen": "2023-08-27 13:55:42 +00:00", + "prev_seen": "2023-10-04 11:21:42 +00:00", + "last_seen": "2023-11-04 06:28:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Real job description for a Network Architect - How-to: Configure trunk VLAN allowed list? - How-to: Configure spanning tree protocol (STP) Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jamgroup.ir", + "url_from": "https://jamgroup.ir/%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 73, + "page_from_rank": 176, + "domain_from_rank": 334, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "185.165.31.190", + "domain_from_country": "IR", + "page_from_external_links": 11, + "page_from_internal_links": 17, + "page_from_size": 115823, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "ابزارهای هوش مصنوعی | مشاوران بازاریابی اینترنتی جَم", + "page_from_status_code": 200, + "first_seen": "2023-06-16 02:58:30 +00:00", + "prev_seen": "2023-07-24 03:20:20 +00:00", + "last_seen": "2023-11-15 17:16:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "وب سایت", + "text_post": "دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی را به صورت رایگان فراهم نموده است. Top AI tools هیچ خدمات داخلی ندارد و تنها بر روی ثبت اطلاعات مربوط به سرویس AI کار می‌کند. برای ورود به این سایت", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mtu-and-ping-size-confusion", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 135, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 41730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MTU and ping size confusion", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mtu-and-ping-size-confusion", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 135, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 41730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MTU and ping size confusion", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is 6PE? - The ip route-cache command - Bury the hatchet series - The Importance of Networking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/arp-caching-and-timeout", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 92, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is ARP and How it works?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:47:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:47:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/arp-caching-and-timeout", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 92, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is ARP and How it works?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:47:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:47:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - I'm not the only one intrested in Huawie strategies - PBR as a QOS tool - Real job description for a Network Architect", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 71, + "page_from_rank": 173, + "domain_from_rank": 214, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-13 05:51:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 05:51:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 69, + "page_from_rank": 127, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:11:08 +00:00", + "prev_seen": "2023-10-10 16:11:08 +00:00", + "last_seen": "2023-11-12 12:14:06 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aitools.fyi&utm_source=aitools.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 68, + "page_from_rank": 198, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-18 17:35:50 +00:00", + "prev_seen": "2023-10-18 17:35:50 +00:00", + "last_seen": "2023-11-20 02:49:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/junos-disable-vs-deactivate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 68, + "page_from_rank": 71, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31563, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "JUNOS Disable vs Deactivate interfaces", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 19:01:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/junos-disable-vs-deactivate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 68, + "page_from_rank": 71, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31563, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "JUNOS Disable vs Deactivate interfaces", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 19:01:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PPPoE MTU Explained - Making Sense of Broadband networks: PPPoE Explained - Fast Convergence: Partial SPF calculation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 67, + "page_from_rank": 64, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes List", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:24:38 +00:00", + "prev_seen": "2023-08-20 20:24:38 +00:00", + "last_seen": "2023-10-19 23:26:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 67, + "page_from_rank": 64, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes List", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:24:38 +00:00", + "prev_seen": "2023-08-20 20:24:38 +00:00", + "last_seen": "2023-10-19 23:26:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attributes List - BGP table analysis and statistics - Introduction to Software-Defined Networks", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-timers-hello-hold-down-and-active", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 66, + "page_from_rank": 63, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP timers (hello, hold and active)", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-timers-hello-hold-down-and-active", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 66, + "page_from_rank": 63, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP timers (hello, hold and active)", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - VRF Selection Based on Source IP Addresses - How-to: Avoid DNS lookup when mistyping a command", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "resource.fyi", + "url_from": "https://resource.fyi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "fyi", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 66, + "page_from_rank": 322, + "domain_from_rank": 112, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 1121804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Products, Tools and Resources for Developers & Designers | Resource.fyi", + "page_from_status_code": 200, + "first_seen": "2023-02-10 19:37:29 +00:00", + "prev_seen": "2023-03-09 02:52:37 +00:00", + "last_seen": "2023-03-14 17:28:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/native-vlan-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 64, + "page_from_rank": 45, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a Native VLAN?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/native-vlan-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 64, + "page_from_rank": 45, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a Native VLAN?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Avoid DNS lookup when mistyping a command - What is: IP unnumbered? - Fast Convergence: Partial SPF calculation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?ref=useaiforit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 109, + "domain_from_rank": 122, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.192.231.252", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:14:41 +00:00", + "prev_seen": "2023-10-05 21:14:41 +00:00", + "last_seen": "2023-11-05 06:11:20 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/classic-dc-m-lag", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 37167, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Classic DC and M-LAG", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:07:51 +00:00", + "prev_seen": "2023-08-21 03:07:51 +00:00", + "last_seen": "2023-10-20 07:52:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/classic-dc-m-lag", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 37167, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Classic DC and M-LAG", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:07:51 +00:00", + "prev_seen": "2023-08-21 03:07:51 +00:00", + "last_seen": "2023-10-20 07:52:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco and Nonstop Forwarding - How-to: Configure PPP authentication Part1 (PAP) - Cisco Profit up 79% Stock down 8%", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 215, + "domain_from_rank": 244, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-20 09:22:50 +00:00", + "prev_seen": "2023-08-20 09:22:50 +00:00", + "last_seen": "2023-10-06 03:50:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-weight", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 61, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Weight Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-weight", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 61, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Weight Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Next-hop address tracking - L3 fabric DC -The underlay Network (BGP) -part2 - BGP performance tuning - Convergence, Stability, Scalability and NSF", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-routers-select-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 60, + "page_from_rank": 2, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How routers select best routes ?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-routers-select-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 60, + "page_from_rank": 2, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How routers select best routes ?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Avoid DNS lookup when mistyping a command - Spanning Tree the problem and the solution - Troubleshoot#1: Correlation vs Causation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-selection-based-on-source-ip-addresses", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Selection Based on Source IP Addresses", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:47:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:47:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-selection-based-on-source-ip-addresses", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Selection Based on Source IP Addresses", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:47:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:47:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static routes and next hops - Network Design Evaluation - How-to: Configure Spanning tree protocol Part2", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-rip-route-summarization", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure RIP route summarization", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:43:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:43:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-rip-route-summarization", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure RIP route summarization", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:43:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:43:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PPP in brief - PBR as a QOS tool - IPv6 Tutorial: The overview", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "salesconservatory.com", + "url_from": "https://salesconservatory.com/autoblogger-ai-review/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/contents-com-vs-seo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 127, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "110.232.143.96", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-10-22 23:16:31 +00:00", + "prev_seen": "2023-10-22 23:16:31 +00:00", + "last_seen": "2023-11-24 00:00:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "salesconservatory.com", + "url_from": "https://salesconservatory.com/reviews/autoblogger-ai-review/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/contents-com-vs-seo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 127, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "110.232.143.96", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 120999, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Autoblogging.ai - a review - Sales Conservatory", + "page_from_status_code": 200, + "first_seen": "2023-11-23 23:16:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-23 23:16:08 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "2", + "text_pre": "Yes​", + "text_post": "​", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.whatsnewonthenet.com", + "url_from": "https://www.whatsnewonthenet.com/topai-offers-directory-of-curated-ai-tools-startups/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 348, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "50.116.95.58", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 24, + "page_from_size": 106793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "“TopAI” offers directory of curated AI tools – Startups - What's New On The Net", + "page_from_status_code": 200, + "first_seen": "2023-03-08 18:36:24 +00:00", + "prev_seen": "2023-10-04 14:09:09 +00:00", + "last_seen": "2023-11-20 17:55:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": "is a directory of such hAI tools. The developers of this startup took into consideration the confusion, lack of public knowledge, & ineffective methods currently available to discover AI tools &", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "skilldeck.org", + "url_from": "https://skilldeck.org/free-ai-essay-generator-for-aspiring-coders-and-students/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/academichelp-ai-writer?ref=embed", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.36", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 23, + "page_from_size": 196904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Essay Generator for Aspiring Coders and Students - Skill Deck", + "page_from_status_code": 200, + "first_seen": "2023-09-17 05:47:04 +00:00", + "prev_seen": "2023-10-13 10:33:26 +00:00", + "last_seen": "2023-11-18 11:26:34 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "AcademicHelp AI Writer Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.inouts.com", + "url_from": "https://www.inouts.com/services/aitoptools--b3a15a", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=inouts.com&ref=inouts.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.89", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 58215, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiTop.tools Service | Inouts", + "page_from_status_code": 200, + "first_seen": "2023-09-04 23:03:40 +00:00", + "prev_seen": "2023-09-04 23:03:40 +00:00", + "last_seen": "2023-11-13 09:57:18 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "website", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.inouts.com", + "url_from": "https://www.inouts.com/services/aitoptools--b3a15a", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=inouts.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.89", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 58215, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiTop.tools Service | Inouts", + "page_from_status_code": 200, + "first_seen": "2023-09-04 23:03:40 +00:00", + "prev_seen": "2023-09-04 23:03:40 +00:00", + "last_seen": "2023-11-13 09:57:18 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AiTop.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "allinfoworld.com", + "url_from": "https://allinfoworld.com/the-role-of-ai-chatbot-characters-in-modern-communication/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-chatbot-for-fictional-characters", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.132.226", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 29, + "page_from_size": 214302, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Role of AI Chatbot Characters in Modern Communication - All Info World", + "page_from_status_code": 200, + "first_seen": "2023-10-08 07:49:39 +00:00", + "prev_seen": "2023-10-08 07:49:39 +00:00", + "last_seen": "2023-11-12 19:36:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI chatbot characters", + "text_pre": "Customer service is a vital part of any flourishing company. However, providing round-the-clock assistance to customers can be a challenging task. Enter", + "text_post": ", which have transformed the customer support landscape. These virtual assistants can provide instant support, address common queries, and offer personalized recommendations without requiring human intervention.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/posts/first-steps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 2, + "page_from_size": 24212, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EnterGPT 101: First Steps", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:17:57 +00:00", + "prev_seen": "2023-10-05 21:17:57 +00:00", + "last_seen": "2023-11-05 06:13:03 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1379492", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 580, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 38, + "page_from_size": 8583, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:38:02 +00:00", + "prev_seen": "2023-08-01 08:38:02 +00:00", + "last_seen": "2023-11-04 02:56:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/144363", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 37, + "page_from_size": 7860, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-11-04 02:50:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 02:50:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.4hd.com.br", + "url_from": "https://www.4hd.com.br/blog/2023/09/13/brincando-com-ia-e-base-de-conhecimento/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-answer-engine", + "url_to_https": true, + "tld_from": "com.br", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "67.205.46.252", + "domain_from_country": "BR", + "page_from_external_links": 3, + "page_from_internal_links": 60, + "page_from_size": 147202, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Brincando com IA e Base de conhecimento – Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-19 09:07:27 +00:00", + "prev_seen": "2023-09-19 09:07:27 +00:00", + "last_seen": "2023-10-29 17:07:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "60 Top AI AI Answer Engine Tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-asn", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 38800, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP 4-Byte ASN", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:56 +00:00", + "prev_seen": "2023-09-17 10:08:56 +00:00", + "last_seen": "2023-10-22 14:47:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP fast-external-fallover - What is BGP 4-byte AS number? - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-asn", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 38800, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP 4-Byte ASN", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:56 +00:00", + "prev_seen": "2023-09-17 10:08:56 +00:00", + "last_seen": "2023-10-22 14:47:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/time-change", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31102, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "It is time to make a CHANGE", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure RIP route summarization - How-TO: Configure DHCP on a CISCO router - Cisco and Nonstop Forwarding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/time-change", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31102, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "It is time to make a CHANGE", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-ai-tools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure BGP aggregation Part2 - Network Design Evaluation - Eman in Cairo", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-ai-tools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-select-your-core-routers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to select your core routers?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:36 +00:00", + "prev_seen": "2023-09-17 10:04:36 +00:00", + "last_seen": "2023-10-20 07:52:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-select-your-core-routers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to select your core routers?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:36 +00:00", + "prev_seen": "2023-09-17 10:04:36 +00:00", + "last_seen": "2023-10-20 07:52:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-TO: Configure DHCP on a CISCO router - Frame-relay traffic shaping using MQC - How to become a Network Engineer?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-traffic-shaping-using-mqc", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay traffic shaping using MQC", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:13:57 +00:00", + "prev_seen": "2023-09-17 10:13:57 +00:00", + "last_seen": "2023-10-20 07:51:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP timers (hello, hold and active) - What is: AToM Control-Word? - It is time to make a CHANGE", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-traffic-shaping-using-mqc", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay traffic shaping using MQC", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:13:57 +00:00", + "prev_seen": "2023-09-17 10:13:57 +00:00", + "last_seen": "2023-10-20 07:51:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/jumbo-frames", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Jumbo Frames", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/jumbo-frames", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Jumbo Frames", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Classic DC and M-LAG - The ip route-cache command - Bury the hatchet series - LDP neighbor discovery, session establishment and maintenance", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-bgp-aggregation-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-bgp-aggregation-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: BPDU filter? - Measuring your SUCCESS - What is: AToM Control-Word?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/automatic-summarization-in-rip-and-eigrp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Automatic summarization in RIP and EIGRP", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:11 +00:00", + "prev_seen": "2023-09-17 10:08:11 +00:00", + "last_seen": "2023-10-20 07:49:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: a voice VLAN port? - The Importance of Networking - The Forgotten skill of technical writing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/automatic-summarization-in-rip-and-eigrp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Automatic summarization in RIP and EIGRP", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:11 +00:00", + "prev_seen": "2023-09-17 10:08:11 +00:00", + "last_seen": "2023-10-20 07:49:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mtu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MTU?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:04 +00:00", + "prev_seen": "2023-09-17 10:07:04 +00:00", + "last_seen": "2023-10-20 07:49:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mtu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MTU?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:04 +00:00", + "prev_seen": "2023-09-17 10:07:04 +00:00", + "last_seen": "2023-10-20 07:49:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - The Forgotten skill of technical writing - Introducing topAi.tools: Your Comprehensive Resource for AI", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning tree protocol Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:48:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:48:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning tree protocol Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:48:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:48:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Automatic summarization in RIP and EIGRP - 7 Actions to get your network ready for IPv6 - How-to:Configure BGP aggregation Part2", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/network-design-evaluation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Network Design Evaluation", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:17 +00:00", + "prev_seen": "2023-10-05 06:01:45 +00:00", + "last_seen": "2023-10-20 07:48:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Few ways scripting can keep you sane - I'm not the only one intrested in Huawie strategies - What is MTU?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/network-design-evaluation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Network Design Evaluation", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:17 +00:00", + "prev_seen": "2023-10-05 06:01:45 +00:00", + "last_seen": "2023-10-20 07:48:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/routers-memory-types", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Routers' Memory types", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:46:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:46:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure Spanning Tree Protocol Part3 - Private IP address ranges - 150+ Linux and Devops tools Cheatsheets", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/routers-memory-types", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Routers' Memory types", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:46:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:46:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/webwhiz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webwhiz", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 63582, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WebWhiz -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WebWhiz", + "text_pre": null, + "text_post": "is an AI-powered tool enabling users to build a personalized chatbot for their website using the ChatGPT model, offering instant customer support and query handling.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wizi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizi", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 52209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wizi -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wizi", + "text_pre": null, + "text_post": "is an AI tool proficient in executing common frontend tasks, including code writing, detail implementation, and pull request generation, aiming to enhance efficiency by eliminating repetitive tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/jedi-gpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jedi-gpt", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 65861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Jedi GPT -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "JediGPT", + "text_pre": null, + "text_post": "is an AI tool, powered by Tradomate, that serves as a career guide for aspiring Jedi, offering updated trends and news, focusing on privacy and data protection.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zizoto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zizoto", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 49207, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zizoto -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zizoto", + "text_pre": "Zizoto, featured on", + "text_post": ", is an artificial intelligence-driven image generation tool offering unique visual creation through a collaborative social network, powered by the Stable Diffusion's SDXL model.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yourhana-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yourhana-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 50843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yourhana.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Hana", + "text_pre": null, + "text_post": "is an ideal AI companion, offering true companionship 24/7 with capabilities for conversation, emotional support, and advice.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/chatgpt-prompt-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-prompt-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 48487, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT Prompt Generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chatgpt-prompt-generator", + "text_pre": "ChatGPT Prompt Generator at", + "text_post": "is designed to enhance user experience by allowing the AI to assume specific roles, staying on track, and experimenting with different prompts for improved results.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/190706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 665, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 37, + "page_from_size": 7915, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-10-06 12:20:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 12:20:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mkdir-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29501, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MKDIR Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PYENV Commands Cheat Sheet - APT-GET Commands Cheat Sheet - RM Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mkdir-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29501, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MKDIR Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/uptime-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "UPTIME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/uptime-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "UPTIME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - WGET Commands Cheat Sheet - TRUNCATE Commands Cheat Sheet - STDOUT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/acl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30180, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ACL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMAP Commands Cheat Sheet - RM Commands Cheat Sheet - ZONEADM Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/acl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30180, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ACL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29889, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PODMAN Commands Cheat Sheet - AG Commands Cheat Sheet - SHUTDOWN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29889, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snmpwalk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNMPWALK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snmpwalk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNMPWALK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - OPENSSL Commands Cheat Sheet - PWD Commands Cheat Sheet - GREP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apt-cache-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APT-CACHE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TOP Commands Cheat Sheet - SUDO Commands Cheat Sheet - Apache benchmarking (ab) commands cheat sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apt-cache-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APT-CACHE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/convert-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30297, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CONVERT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/convert-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30297, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CONVERT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMAP Commands Cheat Sheet - FZF Commands Cheat Sheet - USERMOD Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rpm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30018, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RPM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rpm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30018, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RPM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ANSIBLE-VAULT Commands Cheat Sheet - MAN Commands Cheat Sheet - CONVERT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sed-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30065, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SED Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sed-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30065, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SED Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MAN Commands Cheat Sheet - SU Commands Cheat Sheet - MORE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wc-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29779, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wc-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29779, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PWD Commands Cheat Sheet - DOCKER Commands Cheat Sheet - CMP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lsof-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSOF Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PYTHON Commands Cheat Sheet - VAGRANT Commands Cheat Sheet - UNZIP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lsof-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSOF Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/date-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DATE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/date-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DATE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - KILL Commands Cheat Sheet - MOUNT Commands Cheat Sheet - APT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rename-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RENAME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rename-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RENAME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - FZF Commands Cheat Sheet - JOURNALCTL Commands Cheat Sheet - SCREEN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/free-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/free-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - DD Commands Cheat Sheet - REGEX Commands Cheat Sheet - CD Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pwd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29324, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PWD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pwd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29324, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PWD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SED Commands Cheat Sheet - HARDWARE-INFO Commands Cheat Sheet - CSPLIT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/alias-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ALIAS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BZIP2 Commands Cheat Sheet - DIFF Commands Cheat Sheet - NTP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/alias-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ALIAS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlite3-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLITE3 Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlite3-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLITE3 Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - DOCKER-COMPOSE Commands Cheat Sheet - PS Commands Cheat Sheet - SHRED Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PKILL Commands Cheat Sheet - VIRSH Commands Cheat Sheet - DATE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29443, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PATCH Commands Cheat Sheet - TAIL Commands Cheat Sheet - SNMPWALK Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29443, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ssh-add-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SSH-ADD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ssh-add-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SSH-ADD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MKDIR Commands Cheat Sheet - RSYNC Commands Cheat Sheet - PKILL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lscpu-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSCPU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - XXD Commands Cheat Sheet - WGET Commands Cheat Sheet - MOUNT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lscpu-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSCPU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/virsh-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VIRSH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/virsh-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VIRSH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ULIMIT Commands Cheat Sheet - KUBECTL Commands Cheat Sheet - DF Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/stdout-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "STDOUT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - FZF Commands Cheat Sheet - NETSTAT Commands Cheat Sheet - TEE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/stdout-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "STDOUT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31810, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SMBCLIENT Commands Cheat Sheet - CP Commands Cheat Sheet - SVN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31810, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/multipass-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MULTIPASS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/multipass-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MULTIPASS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NTP Commands Cheat Sheet - RSYNC Commands Cheat Sheet - DOCKER Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/out-of-band-management-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Out of Band Management Networks - Console Servers", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: AToM Control-Word? - Find the difference between dates in Python Example - L3 fabric DC -The underlay Network -Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/out-of-band-management-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Out of Band Management Networks - Console Servers", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/split-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - UPTIME Commands Cheat Sheet - SYSTEMCTL Commands Cheat Sheet - NTP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/split-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mysql-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30456, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MYSQL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SELINUX Commands Cheat Sheet - REGEX Commands Cheat Sheet - UNAME Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mysql-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30456, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MYSQL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pkill-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PKILL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pkill-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PKILL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TAR Commands Cheat Sheet - AT Commands Cheat Sheet - STDOUT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/curl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CURL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/curl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CURL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TIMEDATECTL Commands Cheat Sheet - MKDIR Commands Cheat Sheet - CMP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mount-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29708, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MOUNT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mount-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29708, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MOUNT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - UPTIME Commands Cheat Sheet - MOUNT Commands Cheat Sheet - SCREEN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/regex-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "REGEX Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMAP Commands Cheat Sheet - LSOF Commands Cheat Sheet - ACL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/regex-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "REGEX Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/csplit-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CSPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/csplit-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CSPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TOP Commands Cheat Sheet - NMCLI Commands Cheat Sheet - SQLITE3 Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-atom-control-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: AToM Control-Word?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-atom-control-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: AToM Control-Word?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Spanning Tree the problem and the solution - Carrier Routing System (CRS-1) Overview - CCIE SPv4.1 Blueprint Resources", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-bpdu-filter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: BPDU filter?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - I woke up in the morning and the internet was not there - Understanding BGP communities - Before you buy a Console Server", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-bpdu-filter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: BPDU filter?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cmp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30054, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CMP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cmp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30054, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CMP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SYSTEMCTL Commands Cheat Sheet - RPM Commands Cheat Sheet - DATE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/zoneadm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ZONEADM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - HARDWARE-INFO Commands Cheat Sheet - LS Commands Cheat Sheet - ULIMIT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/zoneadm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ZONEADM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/timedatectl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TIMEDATECTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/timedatectl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TIMEDATECTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SED Commands Cheat Sheet - APT-CACHE Commands Cheat Sheet - CP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/env-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ENV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SMBCLIENT Commands Cheat Sheet - RSYNC Commands Cheat Sheet - PKILL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/env-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ENV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmcli-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30596, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMCLI Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmcli-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30596, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMCLI Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CONVERT Commands Cheat Sheet - PWD Commands Cheat Sheet - WC Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ethtool-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ETHTOOL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ethtool-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ETHTOOL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PIP Commands Cheat Sheet - ANSIBLE-GALAXY Commands Cheat Sheet - CP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sockstat-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29424, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SOCKSTAT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sockstat-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29424, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SOCKSTAT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - RENAME Commands Cheat Sheet - PWD Commands Cheat Sheet - ALIAS Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemctl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMCTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - FREE Commands Cheat Sheet - IP Commands Cheat Sheet - SYSTEMD Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemctl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMCTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/patch-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PATCH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/patch-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PATCH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PKILL Commands Cheat Sheet - NMAP Commands Cheat Sheet - SHUTDOWN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/podman-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PODMAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MULTIPASS Commands Cheat Sheet - SS Commands Cheat Sheet - UNZIP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/podman-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PODMAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wget-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WGET Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - JOURNALCTL Commands Cheat Sheet - HEAD Commands Cheat Sheet - CPDF Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wget-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WGET Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29512, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29512, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - USERMOD Commands Cheat Sheet - APT-GET Commands Cheat Sheet - UNAME Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tail-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29764, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TAIL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MAN Commands Cheat Sheet - SSH-KEYGEN Commands Cheat Sheet - SQLITE3 Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tail-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29764, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TAIL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PIP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PIP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SQLITE3 Commands Cheat Sheet - MINIKUBE Commands Cheat Sheet - RM Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - LSCPU Commands Cheat Sheet - MV Commands Cheat Sheet - DOCKER Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/more-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MORE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/more-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MORE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ZONEADM Commands Cheat Sheet - SSH-ADD Commands Cheat Sheet - WGET Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-routing-system-crs-1-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 31807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Routing System (CRS-1) Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Real job description for a Network Architect - Frame-relay traffic shaping using MQC - What is: IP unnumbered?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-routing-system-crs-1-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 31807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Routing System (CRS-1) Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/why-bgp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why BGP?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/why-bgp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why BGP?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VRF Lite - How to select your core routers? - CCIE SPv4.1 Blueprint Resources", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29926, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - LSCPU Commands Cheat Sheet - SYSTEMD Commands Cheat Sheet - ETHTOOL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29926, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-forgotten-skill-of-technical-writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31941, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Forgotten skill of technical writing", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:41:29 +00:00", + "prev_seen": "2023-08-21 03:41:29 +00:00", + "last_seen": "2023-10-05 06:02:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Where have we been? - Frame-relay traffic shaping using MQC - 150+ Linux and Devops tools Cheatsheets", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-forgotten-skill-of-technical-writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31941, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Forgotten skill of technical writing", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:41:29 +00:00", + "prev_seen": "2023-08-21 03:41:29 +00:00", + "last_seen": "2023-10-05 06:02:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32721, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VIRSH Commands Cheat Sheet - PKILL Commands Cheat Sheet - STDOUT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32721, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/minikube-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MINIKUBE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PODMAN Commands Cheat Sheet - MULTIPASS Commands Cheat Sheet - SNAP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/minikube-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MINIKUBE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ntp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29929, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NTP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ntp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29929, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NTP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - WGET Commands Cheat Sheet - ZONEADM Commands Cheat Sheet - PATCH Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crontab-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRONTAB Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crontab-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRONTAB Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NTP Commands Cheat Sheet - MORE Commands Cheat Sheet - APK Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/route-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31041, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ROUTE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/route-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31041, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ROUTE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SHUTDOWN Commands Cheat Sheet - SPLIT Commands Cheat Sheet - MORE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/du-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29711, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/du-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29711, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IP Commands Cheat Sheet - PKILL Commands Cheat Sheet - MYSQL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mv-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mv-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TIMEDATECTL Commands Cheat Sheet - CURL Commands Cheat Sheet - ENV Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/smbclient-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SMBCLIENT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/smbclient-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SMBCLIENT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CP Commands Cheat Sheet - ETHTOOL Commands Cheat Sheet - RSYNC Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/find-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FIND Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SQLMAP Commands Cheat Sheet - REGEX Commands Cheat Sheet - CSPLIT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/find-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FIND Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rsync-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RSYNC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rsync-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RSYNC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMCLI Commands Cheat Sheet - PIP Commands Cheat Sheet - SYSTEMCTL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/xmlto-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29608, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "XMLTO Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CMP Commands Cheat Sheet - GIT Commands Cheat Sheet - SOCKSTAT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/xmlto-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29608, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "XMLTO Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-virtual-templateaccess-interface", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a virtual template/access interface?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:42 +00:00", + "prev_seen": "2023-09-17 10:07:42 +00:00", + "last_seen": "2023-10-05 06:00:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-virtual-templateaccess-interface", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a virtual template/access interface?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:42 +00:00", + "prev_seen": "2023-09-17 10:07:42 +00:00", + "last_seen": "2023-10-05 06:00:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static routes and next hops - Few ways scripting can keep you sane - Spanning Tree the problem and the solution", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/measuring-your-success", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Measuring your SUCCESS", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is ARP and How it works? - What is: BPDU filter? - Automatic summarization in RIP and EIGRP", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/measuring-your-success", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Measuring your SUCCESS", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/before-you-buy-a-console-server", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Before you buy a Console Server", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/before-you-buy-a-console-server", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Before you buy a Console Server", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Understanding BGP communities - MTU and ping size confusion - Data Center Network Fundamentals", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crs-1-hardware-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRS-1 Hardware Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Why BGP? - How-TO: Configure DHCP on a CISCO router - Network Design Evaluation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crs-1-hardware-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRS-1 Hardware Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-and-next-hops", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static routes and next hops", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is ARP and How it works? - PBR as a QOS tool - PPP in brief", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-and-next-hops", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static routes and next hops", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eman-in-cairo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30640, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Eman in Cairo", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Understand MTU and MRU - The Full Story - What is ARP and How it works? - Private IP address ranges", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eman-in-cairo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30640, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Eman in Cairo", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/shutdown-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SHUTDOWN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/shutdown-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SHUTDOWN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CP Commands Cheat Sheet - MINIKUBE Commands Cheat Sheet - NTP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/man-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/man-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MAN Commands Cheat Sheet - NMAP Commands Cheat Sheet - CRONTAB Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vagrant-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VAGRANT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vagrant-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VAGRANT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - AG Commands Cheat Sheet - DU Commands Cheat Sheet - SMBCLIENT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ROUTE Commands Cheat Sheet - FIND Commands Cheat Sheet - RSYNC Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sort-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SORT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MV Commands Cheat Sheet - XMLTO Commands Cheat Sheet - ROUTE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sort-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SORT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/slurm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SLURM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/slurm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SLURM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SHUTDOWN Commands Cheat Sheet - VAGRANT Commands Cheat Sheet - MAN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning Tree Protocol Part3", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is Integrated ISIS? - Find the difference between dates in Python Example - Carrier Supporting Carrier - The whole story (1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning Tree Protocol Part3", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-metric-manipulation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP metric manipulation", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - How-to:Configure RIP route summarization - How-to: Configure trunk VLAN allowed list?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-metric-manipulation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP metric manipulation", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/connected-routes-advertisment", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Connected Routes Advertisment", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:35 +00:00", + "prev_seen": "2023-09-17 10:08:35 +00:00", + "last_seen": "2023-10-05 05:57:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/connected-routes-advertisment", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Connected Routes Advertisment", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:35 +00:00", + "prev_seen": "2023-09-17 10:08:35 +00:00", + "last_seen": "2023-10-05 05:57:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Eman in Cairo - CRS-1 Hardware Overview - Static routes and next hops", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ab-commads-cheatsheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30454, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Apache benchmarking (ab) commands cheat sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ab-commads-cheatsheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30454, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Apache benchmarking (ab) commands cheat sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SORT Commands Cheat Sheet - SLURM Commands Cheat Sheet - IP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/topaitools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Frame-relay traffic shaping using MQC - DHCP client testing tool - CAR - Rate limit examples", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/topaitools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-06-21 14:28:21 +00:00", + "prev_seen": "2023-07-31 23:26:49 +00:00", + "last_seen": "2023-10-05 05:56:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topAi.tools", + "text_pre": null, + "text_post": "serves as an aggregator and curator of AI tools, providing a one-stop resource for users to explore and discover the most suitable tools for their needs. Our directory is meticulously organized, ensuring", + "semantic_location": "section", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/whatis-openstack-neutron", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34390, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openstack Neutron Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Security - BGP helicopter view - BGP Next-hop address tracking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/whatis-openstack-neutron", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34390, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openstack Neutron Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/data-center-network-fundamentals", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Data Center Network Fundamentals", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VTP in brief - How-to: Configure Spanning Tree Protocol Part3 - Private IP address ranges", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/data-center-network-fundamentals", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Data Center Network Fundamentals", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/python-date-delta", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find the difference between dates in Python Example", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:50 +00:00", + "prev_seen": "2023-09-17 10:02:50 +00:00", + "last_seen": "2023-10-05 05:56:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure spanning tree protocol (STP) Part1 - Where have we been? - What is 6PE?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/python-date-delta", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find the difference between dates in Python Example", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:50 +00:00", + "prev_seen": "2023-09-17 10:02:50 +00:00", + "last_seen": "2023-10-05 05:56:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/doc/news:08BF6E5A", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 28, + "page_from_size": 34364, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TopAi.tools: Aide | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:04:14 +00:00", + "prev_seen": "2023-07-26 05:53:01 +00:00", + "last_seen": "2023-09-25 00:48:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "#artificialintelligence ", + "text_pre": "Mar-19-2023, 19:25:12 GMT–", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/comment/654713", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 481, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 39, + "page_from_size": 8659, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-20 20:11:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 20:11:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205931", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 59, + "page_from_size": 16424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 14:33:07 +00:00", + "prev_seen": "2023-07-29 14:33:07 +00:00", + "last_seen": "2023-09-19 17:43:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 366, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 71, + "page_from_size": 27748, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-27 07:50:03 +00:00", + "prev_seen": "2023-07-27 07:50:03 +00:00", + "last_seen": "2023-09-18 09:49:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-flow-control", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37883, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Flow Control", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Flow Control - TCP Protocol: Slow Start - TCP Protocol: The Overview - Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-flow-control", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37883, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Flow Control", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-or-juniper-which-one-should-i-choose", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco or Juniper, Which one should I choose?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is 6PE? - Private IP address ranges - What is: extended VLAN range?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-or-juniper-which-one-should-i-choose", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco or Juniper, Which one should I choose?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-local-prefernce-attribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Local Preference Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-local-prefernce-attribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Local Preference Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Route Reflector Basics - BGP Routing Information Base (RIB) - What is BGP 4-byte AS number?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-label-mapping-in-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static Routes Label Binding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-label-mapping-in-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static Routes Label Binding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS VPN security threats - What is MPLS? - Static Routes Label Binding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-next-hop-address-tracking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Next-hop address tracking", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Weight Attribute - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1) - BGP table analysis and statistics", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-next-hop-address-tracking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Next-hop address tracking", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/per-packet-vs-per-destination-load-balancing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Per packet vs Per destination load balancing", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is ARP and How it works? - 7 Actions to get your network ready for IPv6 - Fast convergence overview", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/per-packet-vs-per-destination-load-balancing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Per packet vs Per destination load balancing", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/distribute-list-gateway-with-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 30916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "distribute-list gateway with OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/distribute-list-gateway-with-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 30916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "distribute-list gateway with OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part2-routing-levels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30604, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained Part2 (Routing Levels)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part2-routing-levels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30604, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained Part2 (Routing Levels)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How to: use IS-IS overload bit - IS-IS MTU Mismatch - IS-IS Neighbor Discovery", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configurebgp-aggregation-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 37831, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configurebgp-aggregation-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 37831, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Jumbo Frames - Carrier Supporting Carrier - The whole story (2) - What is: AToM Control-Word?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution: LDP Part3", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution: LDP Part3", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Inter-AS MPLS VPN - The whole story (1) - MPLS Label Operations - What is MPLS?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/6pe", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 32064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is 6PE?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How to become a Network Engineer? - DHCP client testing tool - What is 6PE?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/6pe", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 32064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is 6PE?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30641, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Operations", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30641, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Operations", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - The Role of BGP in MPLS networks - L2VPN Pseudowire Redundancy (MPLS AToM Redundancy) - MPLS Label Distribution - LDP Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-three-way-handshake", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35138, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Three-way Handshake", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Slow Start - TCP Protocol: TCP 3-way handshaking #2 - TCP Protocol: The Overview - Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-three-way-handshake", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35138, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Three-way Handshake", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-fast-external-fallover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP fast-external-fallover", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-fast-external-fallover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP fast-external-fallover", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Next-hop address tracking - BGP 4-Byte ASN - BGP Weight Attribute", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-tcp-3-way-handshake-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 39002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: TCP 3-way handshaking #2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-tcp-3-way-handshake-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 39002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: TCP 3-way handshaking #2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Slow Start - TCP Protocol: Flow Control - TCP Protocol: The Overview - Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-ppp-authentication-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure PPP authentication Part1 (PAP)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-ppp-authentication-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure PPP authentication Part1 (PAP)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Load balancing in a nutshell - Classic DC and M-LAG - System MTU explained", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-addressing-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 34520, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Addressing #1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-addressing-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 34520, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Addressing #1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Limiting non-business related applications during work hours - Interview with Emmanuel Conde - Static routes and next hops", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-slow-start", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 35788, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Slow Start", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-slow-start", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 35788, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Slow Start", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Flow Control - TCP Protocol: The Overview - Part1 - TCP Protocol: TCP 3-way handshaking #2", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-rid-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 31024, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF RID Story", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-rid-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 31024, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF RID Story", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-ospf-selects-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29749, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How OSPF selects best routes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-ospf-selects-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29749, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How OSPF selects best routes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-3-packets-and-database", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 41861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 3 \"Packets and Database\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-3-packets-and-database", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 41861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 3 \"Packets and Database\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 34566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 34566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-ip-route-cache-command-bury-the-hatchet-series", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The ip route-cache command - Bury the hatchet series", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-ip-route-cache-command-bury-the-hatchet-series", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The ip route-cache command - Bury the hatchet series", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP metric manipulation - PPP in brief - Data Center Network Fundamentals", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-data-center", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP in the Data Center", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Routing Information Base (RIB) - BGP Route Refresh Capability - BGP in the Data Center", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-data-center", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP in the Data Center", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-use-is-is-overload-bit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30351, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to: use IS-IS overload bit", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How to: use IS-IS overload bit - IS-IS explained (Part1) - IS-IS and fast convergence ongoing tricks", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-use-is-is-overload-bit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30351, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to: use IS-IS overload bit", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-underlay-network-dc-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 39746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network (BGP) -part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Next-hop address tracking - BGP helicopter view - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-underlay-network-dc-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 39746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network (BGP) -part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-drbdr-election-myth", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF DR/BDR Election Myth", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-drbdr-election-myth", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF DR/BDR Election Myth", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ldp-extended-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is LDP extended discovery?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:45 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Troubleshoot#2: Core Dumps for Network Engineers - System MTU explained - Per packet vs Per destination load balancing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ldp-extended-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is LDP extended discovery?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:45 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-is-is-router-id", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 16, + "page_from_size": 31006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF & IS-IS Router ID", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-is-is-router-id", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 16, + "page_from_size": 31006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF & IS-IS Router ID", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2) - BGP Route Refresh Capability - BGP 4-Byte ASN", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 34878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MPLS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 34878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MPLS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS control and forwarding planes - MPLS Label Distribution: LDP Part3 - Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) -", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/passive-interface-command-behavior-in-rip-eigrp-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29798, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Passive-interface command behavior in RIP, EIGRP & OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/passive-interface-command-behavior-in-rip-eigrp-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29798, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Passive-interface command behavior in RIP, EIGRP & OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-cost-calculation-pitfall-with-high-bandwidth-interfaces", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30803, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF cost calculation pitfall with high bandwidth interfaces", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-cost-calculation-pitfall-with-high-bandwidth-interfaces", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30803, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF cost calculation pitfall with high bandwidth interfaces", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/choosing-pe-ce-routing-protocol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Choosing PE-CE Routing protocol", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/choosing-pe-ce-routing-protocol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Choosing PE-CE Routing protocol", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Addressing #1 - What is: extended VLAN range? - Where have we been?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-dis-in-practice", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37329, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS DIS in Practice", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS explained Part2 (Routing Levels) - IS-IS explained (Part1) - IS-IS MTU Mismatch", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-dis-in-practice", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37329, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS DIS in Practice", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-neighbor-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS Neighbor Discovery", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-neighbor-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS Neighbor Discovery", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS MTU Mismatch - IS-IS Neighbor Discovery - IS-IS explained Part2 (Routing Levels)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-labels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33411, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Special Labels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:55:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:55:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-labels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33411, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Special Labels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:55:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:55:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS Label Distribution - LDP Part2 - Inter-AS MPLS VPN - The whole story (1) - MPLS control and forwarding planes", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-vpn-security-threats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS VPN security threats", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:52:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:52:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008 - The Role of BGP in MPLS", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-vpn-security-threats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS VPN security threats", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:52:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:52:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pbr-as-a-qos-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30082, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PBR as a QOS tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:37:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:37:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Addressing #1 - What is MTU? - Classic DC and M-LAG", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pbr-as-a-qos-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30082, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PBR as a QOS tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:37:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:37:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/black-hole-filtering", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29700, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Black hole filtering", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/black-hole-filtering", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29700, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Black hole filtering", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure Spanning tree protocol Part2 - Life Follows a Plan, but the Plan is not Yours ! - LDP neighbor discovery, session establishment and", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31405, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained (Part1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31405, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained (Part1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS MTU Mismatch - IS-IS explained (Part1) - How to: use IS-IS overload bit", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/where-have-we-been", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29090, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Where have we been?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/where-have-we-been", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29090, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Where have we been?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure BGP aggregation Part1 - Find the difference between dates in Python Example - What is: IP unnumbered?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/unicast-reverse-path-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unicast Reverse Path Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/unicast-reverse-path-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unicast Reverse Path Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CAR - Rate limit examples - How-to:Configure BGP aggregation Part2 - I'm not the only one intrested in Huawie strategies", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/prefix-list-dilemma", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32943, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prefix-list dilemma", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/prefix-list-dilemma", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32943, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prefix-list dilemma", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Choosing PE-CE Routing protocol - DHCP client testing tool - Jumbo Frames", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast convergence overview", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Unicast Address - Static routes and next hops - Black hole filtering", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast convergence overview", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 29873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 29873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008 - The Role of BGP in MPLS", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/few-ways-scripting-can-keep-you-sane", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Few ways scripting can keep you sane", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Out of Band Management Networks - Console Servers - Per packet vs Per destination load balancing - Frame-relay Discard Eligibility Bit (DE)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/few-ways-scripting-can-keep-you-sane", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Few ways scripting can keep you sane", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-updated-dec-2008", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 29919, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS VPN security threats - MPLS Label Distribution: LDP Part3 - MPLS Label Operations", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-updated-dec-2008", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 29919, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/spanning-tree-the-problem-and-the-solution", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spanning Tree the problem and the solution", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:03:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/spanning-tree-the-problem-and-the-solution", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spanning Tree the problem and the solution", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:03:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: BPDU filter? - CAR - Rate limit examples - Before you buy a Console Server", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-default-originate-insights", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Default-Originate insights", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Introduction to Software-Defined Networks - BGP 4-Byte ASN - BGP Next-hop address tracking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-default-originate-insights", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Default-Originate insights", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-is-is-performance-tuning", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31877, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: IS-IS performance tuning", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS and fast convergence ongoing tricks - IS-IS explained (Part1) - IS-IS DIS in Practice", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-is-is-performance-tuning", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31877, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: IS-IS performance tuning", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/system-mtu-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32278, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "System MTU explained", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:01:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Unicast Reverse Path Forwarding - Why BGP? - How routers select best routes ?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/system-mtu-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32278, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "System MTU explained", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:01:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-discard-eligibility-bit-de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay Discard Eligibility Bit (DE)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Making sense of Broadband networks – VLAN Model - Why BGP? - Network Design Evaluation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-discard-eligibility-bit-de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay Discard Eligibility Bit (DE)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/link-state-protocols-and-areas-concept", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30745, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Link state protocols and Areas concept", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/link-state-protocols-and-areas-concept", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30745, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Link state protocols and Areas concept", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - System MTU explained - CEF and load sharing - Jumbo Frames", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-refresh-capability", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Refresh Capability", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:57:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:57:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is BGP 4-byte AS number? - BGP helicopter view - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-refresh-capability", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Refresh Capability", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:57:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:57:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-avoid-dns-lookup-when-mistyping-a-command", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Avoid DNS lookup when mistyping a command", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:48:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:48:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: a voice VLAN port? - The ip route-cache command - Bury the hatchet series - Limiting non-business related applications during work hours", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-avoid-dns-lookup-when-mistyping-a-command", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Avoid DNS lookup when mistyping a command", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:48:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:48:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-helicopter-view", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP helicopter view", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:47:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:47:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attributes: Atomic Aggregate Atribute - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2) - BGP Attribute Types and Flags", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-helicopter-view", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP helicopter view", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:47:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:47:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attribute-types-and-flags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 32595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attribute Types and Flags", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:45:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:45:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Openstack Neutron Overview - BGP Weight Attribute - BGP Default-Originate insights", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attribute-types-and-flags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 32595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attribute Types and Flags", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:45:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:45:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/l3-fabric-dc-underlay-network-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network -Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/l3-fabric-dc-underlay-network-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network -Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - It is time to make a CHANGE - Choosing PE-CE Routing protocol - L3 fabric DC -The underlay Network -Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-control-and-forwarding-planes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30992, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS control and forwarding planes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:59:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:59:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008 - MPLS Special Labels - MPLS VPN security", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-control-and-forwarding-planes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30992, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS control and forwarding planes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:59:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:59:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-l2vpn-atom-pseudowire-redundancy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 36209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L2VPN Pseudowire Redundancy (MPLS AToM Redundancy)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:45:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:45:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - L2VPN Pseudowire Redundancy (MPLS AToM Redundancy) - Option AB - Inter-AS MPLS VPN - The whole story (5) - Updated Dec 2008 - MPLS control and forwarding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-l2vpn-atom-pseudowire-redundancy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 36209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L2VPN Pseudowire Redundancy (MPLS AToM Redundancy)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:45:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:45:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/184", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 39, + "page_from_size": 8084, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 13:29:20 +00:00", + "prev_seen": "2023-07-26 13:29:20 +00:00", + "last_seen": "2023-09-04 20:26:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 71, + "page_from_size": 27688, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-25 07:31:36 +00:00", + "prev_seen": "2023-07-25 07:31:36 +00:00", + "last_seen": "2023-08-28 17:15:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/comment/600469", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 442, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 40, + "page_from_size": 8063, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-23 16:34:34 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 16:34:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166137", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 44, + "page_from_size": 10357, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166168", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 16189, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/249578", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 42, + "page_from_size": 9216, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:56 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166169", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 55, + "page_from_size": 15004, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:48 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/249579", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 39, + "page_from_size": 8154, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 18108, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:13:26 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:13:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/145", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 55, + "page_from_size": 14653, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:04:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:04:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/115", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 15793, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:07 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147812", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 16154, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:37:11 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 22:37:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 36, + "page_from_size": 11168, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-27 20:13:22 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 20:13:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166136", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 546, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 46, + "page_from_size": 11534, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 12:07:17 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 12:07:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/166", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 328, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 41, + "page_from_size": 9285, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 13:25:12 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 13:25:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/post/1088197", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 65, + "page_from_size": 19226, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 01:18:25 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 01:18:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/post/27309", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 61, + "page_from_size": 16066, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:07:06 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:07:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/business/comments/1214z2i/i_built_a_bespoke_ai_newsletter_service/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 230, + "page_from_size": 14031, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "I built a Bespoke AI Newsletter Service : business", + "page_from_status_code": 200, + "first_seen": "2023-07-09 05:59:10 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 05:59:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "I will give this a try, looking for something like that already. I have seen a lot of people searching for something like this over the past month on", + "text_post": ". I will post it over there if you like.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 461, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 5, + "page_from_internal_links": 13, + "page_from_size": 11280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-03-11 14:04:46 +00:00", + "prev_seen": "2023-03-11 14:04:46 +00:00", + "last_seen": "2023-07-08 07:23:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 327, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 3, + "page_from_internal_links": 226, + "page_from_size": 14591, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI tools to change a low-quality image into a high-definition one? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-07-08 04:41:14 +00:00", + "prev_seen": null, + "last_seen": "2023-07-08 04:41:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/AIAssisted/comments/14a9gv5/any_free_ai_tools_for_graphic_design/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=art", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 272, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 29, + "page_from_size": 22078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "any free AI tools for graphic design? - r/AIAssisted", + "page_from_status_code": 200, + "first_seen": "2023-07-02 21:26:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-02 21:26:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=art", + "text_pre": null, + "text_post": "or design section and use filter free", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.slipfox.xyz", + "url_from": "https://lr.slipfox.xyz/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.184.230", + "domain_from_country": "LR", + "page_from_external_links": 5, + "page_from_internal_links": 13, + "page_from_size": 11027, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-06-28 12:02:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 12:02:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.hu", + "url_from": "https://libreddit.hu/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.212.59", + "domain_from_country": "HU", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 18230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-06-22 16:48:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 16:48:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/chemistry/comments/14cqhyd/ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 249, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "121.127.33.68", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 30, + "page_from_size": 25473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools? - r/chemistry", + "page_from_status_code": 200, + "first_seen": "2023-06-22 14:38:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 14:38:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt,Bing or bard. You can also find scientific tools at", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 18202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-28 16:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-05-28 16:07:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.135.201.220", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 13, + "page_from_size": 11280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-18 04:14:25 +00:00", + "prev_seen": null, + "last_seen": "2023-05-18 04:14:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "re.vibb.ro", + "url_from": "https://re.vibb.ro/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 204, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.122.127.57", + "domain_from_country": "RO", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 17830, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-15 06:56:50 +00:00", + "prev_seen": null, + "last_seen": "2023-05-15 06:56:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.c0de.in", + "url_from": "https://r.c0de.in/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.121.142.203", + "domain_from_country": "IN", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 18099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-09 20:48:47 +00:00", + "prev_seen": null, + "last_seen": "2023-05-09 20:48:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "stacker.news", + "url_from": "https://stacker.news/freebie", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "news", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 399, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "52.7.125.92", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 75878, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "freebie \\ stacker news", + "page_from_status_code": 200, + "first_seen": "2023-04-10 19:35:38 +00:00", + "prev_seen": "2023-04-10 19:35:38 +00:00", + "last_seen": "2023-05-01 09:20:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/doc/news:838D069D", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eden-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 30, + "page_from_size": 35571, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Eden AI | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:06:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:06:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "#artificialintelligence ", + "text_pre": "Apr-13-2023, 10:10:52 GMT–", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/r/coolguides/comments/12fu3p0/ai_tools_to_summarize_any_youtube_video_for_free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/collection?cid=1177-568-2065-1935-72-326-126-500-559&t=Summarize%20Youtube%20Videos&d=These%20tools%20will%20help%20you%20summarize%20any%20youtube%20videos%2C%20save%20your%20time%20and%20improve%20your%20productivity", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 105, + "page_from_size": 8873, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI tools to summarize any YouTube video for free : coolguides", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:10:41 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:10:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "List link is here", + "text_pre": null, + "text_post": "in case you need it", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/SideProject/comments/11mtoji/im_creating_an_ai_tool_for_managing_reddit_saved/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 351, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 229, + "page_from_size": 14808, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "I'm creating an AI tool for managing Reddit saved posts! : SideProject", + "page_from_status_code": 200, + "first_seen": "2023-04-07 03:33:05 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 03:33:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ted.hen.ee", + "url_from": "https://ted.hen.ee/u/omglazerkittens", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "ee", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 134, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "141.144.236.112", + "domain_from_country": "EE", + "page_from_external_links": 3, + "page_from_internal_links": 266, + "page_from_size": 44453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for omglazerkittens", + "page_from_status_code": 200, + "first_seen": "2023-04-06 05:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 05:28:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.spike.codes", + "url_from": "https://libreddit.spike.codes/r/ArtificialInteligence/comments/11zkrxn/ai_tool_that_studies_wordpress_articles_then/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "codes", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.110.138.177", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 19, + "page_from_size": 19819, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool That Studies Wordpress Articles Then Writes New Articles In That Style - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-04-05 11:33:35 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 11:33:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "GPT3 or so if you really want that specific style. Most of the writing tools out there will provide you with customizations to set the preferences for style and other parameters. I am sure you might find something at", + "text_post": "trying different search terms.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/SideProject/comments/11mtoji/im_creating_an_ai_tool_for_managing_reddit_saved/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 9, + "page_from_size": 9807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm creating an AI tool for managing Reddit saved posts! - r/SideProject", + "page_from_status_code": 200, + "first_seen": "2023-03-26 22:12:59 +00:00", + "prev_seen": null, + "last_seen": "2023-03-26 22:12:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.nf", + "url_from": "https://r.nf/r/coolguides/comments/119zsk5/i_created_a_small_list_of_free_ai_tools_i_know/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.235.11", + "domain_from_country": "NF", + "page_from_external_links": 4, + "page_from_internal_links": 24, + "page_from_size": 22242, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I created a small list of free AI tools. I know there are lots but here are some new ones I'm playing around with. Does anyone have suggestions for some out the box ones. Like not super well-known? - r/coolguides", + "page_from_status_code": 200, + "first_seen": "2023-03-26 01:54:21 +00:00", + "prev_seen": null, + "last_seen": "2023-03-26 01:54:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "You can find more inspiration here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/u/omglazerkittens", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 345, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 280, + "page_from_size": 46929, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for omglazerkittens", + "page_from_status_code": 200, + "first_seen": "2023-03-21 12:38:00 +00:00", + "prev_seen": null, + "last_seen": "2023-03-21 12:38:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/doc/news:1F6D9DB7", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 27, + "page_from_size": 32708, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TopAi.tools: Rezi | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:06:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:06:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "#artificialintelligence ", + "text_pre": "Mar-19-2023, 21:10:30 GMT–", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/ArtificialInteligence/comments/10sn0g1/chatgptlike_tool_to_summarize_long_videos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Summaries+video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 13, + "page_from_size": 17141, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT-like tool to summarize long videos - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-02-14 10:10:15 +00:00", + "prev_seen": null, + "last_seen": "2023-02-14 10:10:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=Summaries+video", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/ArtificialInteligence/comments/10sn0g1/chatgptlike_tool_to_summarize_long_videos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Summarize+YouTube", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 13, + "page_from_size": 17141, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT-like tool to summarize long videos - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-02-14 10:10:15 +00:00", + "prev_seen": null, + "last_seen": "2023-02-14 10:10:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=Summarize+YouTube", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-atomic-aggergate-atribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 57, + "page_from_rank": 90, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Atomic Aggregate Atribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-atomic-aggergate-atribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 57, + "page_from_rank": 90, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Atomic Aggregate Atribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3) - BGP Next-hop address tracking - BGP Default-Originate insights", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=waildworld.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 56, + "page_from_rank": 145, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-25 13:03:32 +00:00", + "prev_seen": "2023-08-08 00:12:45 +00:00", + "last_seen": "2023-10-14 20:36:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 55, + "page_from_rank": 121, + "domain_from_rank": 207, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 9, + "page_from_size": 30458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover & Enjoy Spotify Playlist For Your Mood & Vibe", + "page_from_status_code": 200, + "first_seen": "2023-11-21 08:44:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 08:44:47 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggy.com.mx", + "url_from": "https://www.taggy.com.mx/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com.mx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 53, + "page_from_rank": 113, + "domain_from_rank": 193, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.123", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 15, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-08-08 02:14:13 +00:00", + "prev_seen": "2023-08-08 02:14:13 +00:00", + "last_seen": "2023-10-03 04:48:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-lite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Lite", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:13 +00:00", + "prev_seen": "2023-09-17 10:04:13 +00:00", + "last_seen": "2023-10-20 07:54:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-lite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Lite", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:13 +00:00", + "prev_seen": "2023-09-17 10:04:13 +00:00", + "last_seen": "2023-10-20 07:54:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Addressing #1 - What is 6PE? - Data Center Network Fundamentals", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 23, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.192.94.96", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-17 19:23:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-17 19:23:22 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 23, + "domain_from_rank": 70, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.156.224.161", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64334, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-06 07:45:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 07:45:28 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 15, + "domain_from_rank": 122, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.72.140.173", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-09 10:58:12 +00:00", + "prev_seen": "2023-10-09 10:58:12 +00:00", + "last_seen": "2023-11-18 07:21:02 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 15, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.156.224.161", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-11-15 00:18:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 00:18:13 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 46, + "page_from_rank": 141, + "domain_from_rank": 190, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-02 14:02:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 14:02:30 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 166, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-11 02:11:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 02:11:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/text2pcap-how-to-converts-ascii-dumps-to-pcap-files", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 91, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "text2pcap - How to convert ASCII packet dumps to .pcap files?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/text2pcap-how-to-converts-ascii-dumps-to-pcap-files", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 91, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "text2pcap - How to convert ASCII packet dumps to .pcap files?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PBR as a QOS tool - How-to:Configure BGP aggregation Part1 - Per packet vs Per destination load balancing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-reflector-basics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32352, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Reflector Basics", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-reflector-basics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32352, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Reflector Basics", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Route Reflector Basics - Openstack Neutron Overview - BGP Next-hop address tracking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "app.sigle.io", + "url_from": "https://app.sigle.io/linkzilla1.id.blockstack/26_5D11g18PRxxlGQZlLv", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 45, + "page_from_rank": 280, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.178.153", + "domain_from_country": "IO", + "page_from_external_links": 56, + "page_from_internal_links": 3, + "page_from_size": 92705, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intelligence Articielle | Sigle", + "page_from_status_code": 200, + "first_seen": "2023-07-02 15:57:03 +00:00", + "prev_seen": "2023-08-14 00:27:56 +00:00", + "last_seen": "2023-10-14 01:56:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ldp-neighbor-discovery-session-establishment-and-maintenance", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 45, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 39186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LDP neighbor discovery, session establishment and maintenance", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:03:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:03:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ldp-neighbor-discovery-session-establishment-and-maintenance", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 45, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 39186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LDP neighbor discovery, session establishment and maintenance", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:03:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:03:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is Integrated ISIS? - Unicast Reverse Path Forwarding - DHCP client testing tool", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 45, + "page_from_rank": 163, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-06 06:09:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 06:09:59 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 45, + "page_from_rank": 120, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-25 19:14:23 +00:00", + "prev_seen": "2023-08-02 18:03:14 +00:00", + "last_seen": "2023-10-05 04:44:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-role-of-bgp-in-mpls-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 44, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 32977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Role of BGP in MPLS networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:51:25 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:51:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-role-of-bgp-in-mpls-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 44, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 32977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Role of BGP in MPLS networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:51:25 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:51:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS Label Distribution - LDP Part1 - Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) - Updated Dec 2008 - MPLS Special Labels", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 78, + "domain_from_rank": 204, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 9, + "page_from_size": 30458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover & Enjoy Spotify Playlist For Your Mood & Vibe", + "page_from_status_code": 200, + "first_seen": "2023-11-21 01:36:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 01:36:14 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:50:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:50:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-05 08:16:02 +00:00", + "prev_seen": "2023-10-05 08:16:02 +00:00", + "last_seen": "2023-11-13 14:28:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=6pedia.com&utm_medium=directory&utm_campaign=6pedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 78, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-13 14:08:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 14:08:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.inouts.com", + "url_from": "https://www.inouts.com/services/aitoptools--b3a15a", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.89", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 58215, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiTop.tools Service | Inouts", + "page_from_status_code": 200, + "first_seen": "2023-09-04 23:03:40 +00:00", + "prev_seen": "2023-09-04 23:03:40 +00:00", + "last_seen": "2023-11-13 09:57:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kavoshsite.com", + "url_from": "https://kavoshsite.com/%D9%84%DB%8C%D8%B3%D8%AA-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 161, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "194.147.142.212", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 26, + "page_from_size": 166899, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "لیستی از بهترین سایت های هوش مصنوعی کاربردی 2023", + "page_from_status_code": 200, + "first_seen": "2023-11-12 08:47:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 08:47:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "1.سایت:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.etvhindu.com", + "url_from": "https://www.etvhindu.com/future-begins-now-how-ai-changes-the-way-we-explore-the-world/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/amblr-ai-travel-planner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 229, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.43.34", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 24, + "page_from_size": 56433, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Future begins now: how AI changes the way we explore the world - ETV Hindu", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:37:44 +00:00", + "prev_seen": "2023-10-05 05:37:44 +00:00", + "last_seen": "2023-11-12 04:25:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "AMBLR", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/posts", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 4, + "page_from_size": 15202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:16:06 +00:00", + "prev_seen": "2023-10-05 21:16:06 +00:00", + "last_seen": "2023-11-05 06:12:28 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.benvaughn.com", + "url_from": "https://www.benvaughn.com/unraveling-the-mystery-how-many-words-are-in-nirvanas-about-a-girl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/lyrics-analyzer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 245, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.29", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 24, + "page_from_size": 242350, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "“Unraveling the Mystery: How Many Words Are in Nirvana’s ‘About a Girl’?” | Ben Vaughn", + "page_from_status_code": 200, + "first_seen": "2023-09-20 21:59:09 +00:00", + "prev_seen": "2023-09-20 21:59:09 +00:00", + "last_seen": "2023-11-04 05:36:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "specialized lyric analysis tools", + "text_pre": "Text Analysis Software: Utilize text analysis software programs like Python’s NLTK or", + "text_post": ". These tools can automate the word counting process and account for variations in pronunciation.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-28 07:49:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 07:49:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.72.140.173", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-25 19:38:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 19:38:31 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-24 20:59:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 20:59:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/assisterr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Life%20Assistant", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718687, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Assisterr – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 17:27:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 17:27:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Life%20Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/emulateme/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/emulateme", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1717963, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EmulateMe – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 16:11:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 16:11:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/emulateme", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/prophotos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prophotos", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ProPhotos – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 15:35:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 15:35:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/prophotos", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/2short-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/2short-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718088, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2short.ai – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 15:22:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 15:22:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/2short-ai", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/movie-book-recommender/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/movie-book-recommender", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718104, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Movie & Book Recommender – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 15:20:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 15:20:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36327, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:44:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36327, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:44:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attribute Types and Flags - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3) - BGP Route Refresh Capability", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-routing-information-base-rib", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Routing Information Base (RIB)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:39 +00:00", + "prev_seen": "2023-09-17 10:07:39 +00:00", + "last_seen": "2023-10-22 14:44:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-routing-information-base-rib", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Routing Information Base (RIB)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:39 +00:00", + "prev_seen": "2023-09-17 10:07:39 +00:00", + "last_seen": "2023-10-22 14:44:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2) - BGP Attributes List - BGP helicopter view", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aivsai.cn", + "url_from": "https://www.aivsai.cn/link-go?web=6445", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "106.14.88.218", + "domain_from_country": "CN", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 23764, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI点评网", + "page_from_status_code": 200, + "first_seen": "2023-10-21 02:55:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-21 02:55:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "继续访问", + "text_pre": null, + "text_post": "10秒后自动跳转", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aivsai.cn", + "url_from": "https://www.aivsai.cn/prd/6445.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "106.14.88.218", + "domain_from_country": "CN", + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TopAI_AI点评网", + "page_from_status_code": 200, + "first_seen": "2023-10-21 02:47:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-21 02:47:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": "是一个汇集各类顶尖AI工具的导航网站。用户可以免费浏览、搜索海量AI应用,按类别、功能筛选,一站式发现最前沿、最实用的人工智能解决方案。", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-profit-up-79-stock-down-8", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco Profit up 79% Stock down 8%", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:53:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:53:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-profit-up-79-stock-down-8", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco Profit up 79% Stock down 8%", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:53:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:53:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure trunk VLAN allowed list? - Find the difference between dates in Python Example - VRF Lite", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-importance-of-networking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Importance of Networking", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-importance-of-networking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Importance of Networking", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - L3 fabric DC -The underlay Network -Part1 - How-to:Configure BGP aggregation Part2 - How to select your core routers?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/real-job-description-for-a-network-architect", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Real job description for a Network Architect", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:38 +00:00", + "prev_seen": "2023-09-17 10:07:38 +00:00", + "last_seen": "2023-10-20 07:50:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/real-job-description-for-a-network-architect", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Real job description for a Network Architect", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:38 +00:00", + "prev_seen": "2023-09-17 10:07:38 +00:00", + "last_seen": "2023-10-20 07:50:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Carrier Supporting Carrier - The whole story (1) - I'm not the only one intrested in Huawie strategies - Frame-relay traffic shaping using MQC", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/micro-dalle-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/micro-dalle-2", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 51730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "micro Dalle-2 -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "DALL·E 2", + "text_pre": null, + "text_post": "is an Artificial Intelligence system developed by OpenAI that utilizes generative technology, enabling users to formulate intricate images from text descriptions, generating them in an even greater resolution", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aiPromptly", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:34:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 22:34:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-if-you-woke-up-in-the-morning-and-the-internet-was-not-there", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I woke up in the morning and the internet was not there", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-if-you-woke-up-in-the-morning-and-the-internet-was-not-there", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I woke up in the morning and the internet was not there", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - How-to: Configure trunking - Unicast Reverse Path Forwarding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/docker-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DOCKER Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/docker-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DOCKER Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NTP Commands Cheat Sheet - SNMPWALK Commands Cheat Sheet - SVN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/git-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36720, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/git-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36720, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SOCKSTAT Commands Cheat Sheet - CRONTAB Commands Cheat Sheet - SNMPWALK Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 34356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making sense of Broadband networks - Part 1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 34356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making sense of Broadband networks - Part 1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - 150+ Linux and Devops tools Cheatsheets - Find the difference between dates in Python Example - IPv6 Tutorial: The overview", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-dhcpon-a-cisco-router", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 34036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-TO: Configure DHCP on a CISCO router", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-dhcpon-a-cisco-router", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 34036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-TO: Configure DHCP on a CISCO router", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure RIP route summarization - IPv6 Tutorial: IPv6 Unicast Address - JUNOS Disable vs Deactivate interfaces", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ag-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AG Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ag-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AG Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ETHTOOL Commands Cheat Sheet - MOUNT Commands Cheat Sheet - TAIL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-supporting-carrier-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 39062, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Supporting Carrier - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-supporting-carrier-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 39062, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Supporting Carrier - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: a voice VLAN port? - Data Center Network Fundamentals - What is: AToM Control-Word?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-trunk-vlan-allowed-list", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure trunk VLAN allowed list?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-trunk-vlan-allowed-list", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure trunk VLAN allowed list?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Draft Martini, Draft Kompella and L2VPN services - How-to: Configure spanning tree protocol (STP) Part1 - Few ways scripting can keep you sane", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-voice-vlan-port", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: a voice VLAN port?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-voice-vlan-port", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: a voice VLAN port?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is 6PE? - Introducing topAi.tools: Your Comprehensive Resource for AI Solutions - CAR - Rate limit examples", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vtp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31602, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VTP in brief", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vtp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31602, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VTP in brief", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Measuring your SUCCESS - System MTU explained - What is a virtual template/access interface?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-partial-spf-calculation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: Partial SPF calculation", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:41:55 +00:00", + "prev_seen": "2023-08-20 19:41:55 +00:00", + "last_seen": "2023-10-05 05:57:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-partial-spf-calculation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: Partial SPF calculation", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:41:55 +00:00", + "prev_seen": "2023-08-20 19:41:55 +00:00", + "last_seen": "2023-10-05 05:57:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VTP in brief - Before you buy a Console Server - 150+ Linux and Devops tools Cheatsheets", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.checkmyidea-ia.com", + "url_from": "https://www.checkmyidea-ia.com/india", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/checkmyidea-ia", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 183, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "52.222.236.91", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 276375, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 404, + "first_seen": "2023-08-24 01:10:40 +00:00", + "prev_seen": "2023-08-24 01:10:40 +00:00", + "last_seen": "2023-10-03 02:40:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/165997", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 664, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 41, + "page_from_size": 9155, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:16:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:16:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/interview-with-emmanuel-conde", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 37741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Interview with Emmanuel Conde", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/interview-with-emmanuel-conde", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 37741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Interview with Emmanuel Conde", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How routers select best routes ? - VRF Lite - 7 Actions to get your network ready for IPv6", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-mtu-mismatch", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS MTU Mismatch", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-mtu-mismatch", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS MTU Mismatch", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS and fast convergence ongoing tricks - IS-IS MTU Mismatch - IS-IS explained Part2 (Routing Levels)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/life-follows-a-plan-but-the-plan-is-not-yours", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Life Follows a Plan, but the Plan is not Yours !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/life-follows-a-plan-but-the-plan-is-not-yours", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Life Follows a Plan, but the Plan is not Yours !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Routers' Memory types - MTU and ping size confusion - Understand MTU and MRU - The Full Story", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: The Overview - Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: The Overview - Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Slow Start - TCP Protocol: Three-way Handshake - TCP Protocol: Flow Control", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-virtual-links-vs-gre-tunnels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 30063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF Virtual-links vs GRE tunnels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-virtual-links-vs-gre-tunnels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 30063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF Virtual-links vs GRE tunnels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-and-fast-convergence-ongoing-tricks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS and fast convergence ongoing tricks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-and-fast-convergence-ongoing-tricks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS and fast convergence ongoing tricks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS Neighbor Discovery - IS-IS explained Part2 (Routing Levels) - IS-IS explained (Part1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/car-rate-limit-examples", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32444, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CAR - Rate limit examples", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/car-rate-limit-examples", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32444, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CAR - Rate limit examples", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-TO: Configure DHCP on a CISCO router - Draft Martini, Draft Kompella and L2VPN services - How to become a Network Engineer?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-2-10b-asbr-to-asbr-multiprotocol-ebgp-mp-ebgp-for-vpnv4-inter-as-mpls-vpn-the-whole-story-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 51846, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:58:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-2-10b-asbr-to-asbr-multiprotocol-ebgp-mp-ebgp-for-vpnv4-inter-as-mpls-vpn-the-whole-story-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 51846, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:58:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008 - Inter-AS MPLS VPN - The whole story -", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:57:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:57:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS Label Distribution - LDP Part2 - Static Routes Label Binding - MPLS control and forwarding planes", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-110a-back-to-back-vrf-inter-as-mpls-vpn-the-whole-story-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 20, + "page_from_size": 33878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:50:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:50:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-110a-back-to-back-vrf-inter-as-mpls-vpn-the-whole-story-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 20, + "page_from_size": 33878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:50:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:50:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static Routes Label Binding - MPLS Label Operations - MPLS VPN security threats", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "karnakon.ir", + "url_from": "https://karnakon.ir/%D8%AA%D9%88%D9%84%DB%8C%D8%AF-%D9%85%D8%AD%D8%AA%D9%88%D8%A7-%D8%A8%D8%A7-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 284, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.216.60.157", + "domain_from_country": "IR", + "page_from_external_links": 8, + "page_from_internal_links": 55, + "page_from_size": 316644, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "تولید محتوا با هوش مصنوعی - 10 نکته مهم استفاده از AI در تولید محتوا", + "page_from_status_code": 200, + "first_seen": "2023-08-13 20:47:28 +00:00", + "prev_seen": "2023-08-13 20:47:28 +00:00", + "last_seen": "2023-09-17 12:15:24 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "اینجا", + "text_pre": "توجه داشته باشید که استفاده از اکثر ابزارهای هوش مصنوعی تولید محتوا، هزینه دارد.", + "text_post": "(با استفاده از قندشکن!) می‌توانید فهرستی از بهترین آنها را بیابید. در این بین اگر بخواهم بهترین آن‌ها را معرفی کنم همانی است که شماره یک لیست بالاست! یعنی همان چت جی پی تی معروف.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-private-vlans", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Private VLANs", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-private-vlans", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Private VLANs", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Eman in Cairo - How-to: Configure spanning tree protocol (STP) Part1 - IPv6 Tutorial", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ip-unnumbered", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: IP unnumbered?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ip-unnumbered", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: IP unnumbered?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Find the difference between dates in Python Example - Frame-relay Discard Eligibility Bit (DE) - What is: extended VLAN range?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-integrated-isis", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Integrated ISIS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-integrated-isis", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Integrated ISIS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: extended VLAN range? - Why BGP? - Jumbo Frames", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/dhcp-client-testing-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31055, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DHCP client testing tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/dhcp-client-testing-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31055, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DHCP client testing tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Where have we been? - VTP in brief - Interview with Emmanuel Conde", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-can-you-learn-in-5-minutes-a-day", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What can you learn in 5 minutes a day !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-can-you-learn-in-5-minutes-a-day", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What can you learn in 5 minutes a day !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Per packet vs Per destination load balancing - CAR - Rate limit examples - IPv6 Tutorial: IPv6 Unicast Address", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/113", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 60, + "page_from_size": 17130, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 13:37:09 +00:00", + "prev_seen": "2023-07-27 13:37:09 +00:00", + "last_seen": "2023-09-16 07:23:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/157", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 50, + "page_from_size": 11977, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 13:28:40 +00:00", + "prev_seen": "2023-07-26 13:28:40 +00:00", + "last_seen": "2023-09-04 20:24:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/post/2318", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.13.245.66", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 69, + "page_from_size": 18332, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 14:16:45 +00:00", + "prev_seen": "2023-07-27 14:16:45 +00:00", + "last_seen": "2023-09-02 14:40:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.world/comment/89761", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 43, + "page_from_size": 9840, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-02 04:40:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 04:40:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.no-logs.com", + "url_from": "https://teddit.no-logs.com/u/chillinewman", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/game-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 214, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.20.115.125", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 272, + "page_from_size": 42018, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for chillinewman", + "page_from_status_code": 200, + "first_seen": "2023-09-01 00:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 00:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/game-generator", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "td.vern.cc", + "url_from": "https://td.vern.cc/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 431, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.108.85", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 9091, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "teddit", + "page_from_status_code": 200, + "first_seen": "2023-06-22 09:25:21 +00:00", + "prev_seen": "2023-06-22 09:25:21 +00:00", + "last_seen": "2023-08-21 22:39:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "javanvanda.com", + "url_from": "https://javanvanda.com/%D9%85%D8%B9%D8%B1%D9%81%DB%8C-%D9%88%D8%A8%D8%B3%D8%A7%DB%8C%D8%AA-topai%D8%9B-%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D9%88-%D8%A2%D8%B3%D8%A7%D9%86-%D8%A8%D9%87/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 266, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.165.116.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 157, + "page_from_size": 153247, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "معرفی وب‌سایت TopAI؛ دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی - وندا", + "page_from_status_code": 200, + "first_seen": "2023-05-17 06:41:53 +00:00", + "prev_seen": "2023-07-01 06:40:48 +00:00", + "last_seen": "2023-08-21 10:01:39 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/u/kosh@feddit.de?", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 31, + "page_from_size": 7170, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-05 22:02:46 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 22:02:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/comment/147817", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 43, + "page_from_size": 9652, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 20:53:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 20:53:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166167", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 60, + "page_from_size": 17520, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:01 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/135", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 52, + "page_from_size": 13456, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 10:18:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 10:18:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nocturn9x.space", + "url_from": "https://libreddit.nocturn9x.space/r/Entrepreneur/comments/14g9y1v/free_ai_tool_to_help_generate_a_slide_deck/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/presentations", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "51.210.64.99", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 25, + "page_from_size": 14975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI tool to help generate a slide deck? - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-07-04 17:24:30 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 17:24:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai presentation tools", + "text_pre": "Not sure which app works perfect your needs but check this list of", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nocturn9x.space", + "url_from": "https://libreddit.nocturn9x.space/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "51.210.64.99", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 63, + "page_from_size": 44285, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Job Search Hacks", + "page_from_status_code": 200, + "first_seen": "2023-06-23 11:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 11:43:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.spike.codes", + "url_from": "https://libreddit.spike.codes/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "codes", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.110.138.177", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 60605, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-19 00:10:44 +00:00", + "prev_seen": "2023-02-19 00:10:44 +00:00", + "last_seen": "2023-03-11 03:48:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 286, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-10 00:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 00:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=document", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 286, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-10 00:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 00:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=document", + "text_pre": "Try this list", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 286, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-10 00:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 00:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": "details", + "links_count": 5, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 193, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 54910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-19 04:29:26 +00:00", + "prev_seen": "2023-02-19 04:29:26 +00:00", + "last_seen": "2023-02-27 21:58:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "launched.io", + "url_from": "https://launched.io/startup/7962-topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=launched.io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.31.39.97", + "domain_from_country": "IO", + "page_from_external_links": 5, + "page_from_internal_links": 1, + "page_from_size": 9770, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topai.tools:Discover the best business and personal AI tools Daily and elevate your game - Launched.io", + "page_from_status_code": 200, + "first_seen": "2023-02-22 01:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 01:05:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://launchedio.imgix.net/startups/7d1f2692-a7df-4051-ab05-9f3fbbab3e01_topai.tools_.png?auto=format&fit=crop&h=816&w=1088", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "launched.io", + "url_from": "https://launched.io/startup/7903-topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=launched.io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.31.39.97", + "domain_from_country": "IO", + "page_from_external_links": 5, + "page_from_internal_links": 1, + "page_from_size": 9608, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools:Discover awesome AI tools everyday and 10X your productivity - Launched.io", + "page_from_status_code": 200, + "first_seen": "2023-02-18 23:53:09 +00:00", + "prev_seen": null, + "last_seen": "2023-02-18 23:53:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topAi.tools", + "image_url": "https://launchedio.imgix.net/startups/75804762-679a-4c31-ad65-d56fe975a8c1_Screen%20Shot%202023-02-01%20at%2020.40.17.png?auto=format&fit=crop&h=816&w=1088", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 104, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-23 01:08:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 01:08:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 104, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 16:03:08 +00:00", + "prev_seen": "2023-08-29 16:03:08 +00:00", + "last_seen": "2023-10-11 03:02:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-stp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 57, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33637, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure spanning tree protocol (STP) Part1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-stp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 57, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33637, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure spanning tree protocol (STP) Part1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static routes and next hops - 7 Actions to get your network ready for IPv6 - What is: a voice VLAN port?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 39, + "page_from_rank": 99, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:51:22 +00:00", + "prev_seen": "2023-07-25 18:26:23 +00:00", + "last_seen": "2023-09-24 10:35:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 38, + "page_from_rank": 43, + "domain_from_rank": 193, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-19 20:17:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 20:17:52 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 37, + "page_from_rank": 118, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:59:52 +00:00", + "prev_seen": "2023-10-03 21:59:52 +00:00", + "last_seen": "2023-11-21 20:51:58 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 37, + "page_from_rank": 214, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-11 21:43:53 +00:00", + "prev_seen": "2023-10-11 21:43:53 +00:00", + "last_seen": "2023-11-03 15:36:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understand-mtu-and-mru-the-full-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 23, + "page_from_size": 39854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understand MTU and MRU - The Full Story", + "page_from_status_code": 200, + "first_seen": "2023-08-23 08:44:24 +00:00", + "prev_seen": "2023-08-23 08:44:24 +00:00", + "last_seen": "2023-10-20 07:51:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understand-mtu-and-mru-the-full-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 23, + "page_from_size": 39854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understand MTU and MRU - The Full Story", + "page_from_status_code": 200, + "first_seen": "2023-08-23 08:44:24 +00:00", + "prev_seen": "2023-08-23 08:44:24 +00:00", + "last_seen": "2023-10-20 07:51:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Introducing topAi.tools: Your Comprehensive Resource for AI Solutions - VRF Selection Based on Source IP Addresses - Measuring your SUCCESS", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 191, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:48:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:48:34 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 191, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:40:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:40:14 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 35, + "page_from_rank": 112, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:57:42 +00:00", + "prev_seen": "2023-10-03 21:57:42 +00:00", + "last_seen": "2023-11-21 09:34:20 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 35, + "page_from_rank": 15, + "domain_from_rank": 203, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-16 15:28:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 15:28:26 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=dropyourai&utm_medium=affiliate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 35, + "page_from_rank": 15, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-13 14:15:27 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 14:15:27 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 35, + "page_from_rank": 15, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-11 22:47:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 22:47:39 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 0, + "domain_from_rank": 203, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-16 10:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 10:39:15 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aigirlfriend.wtf", + "url_from": "https://www.aigirlfriend.wtf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-girlfriend-wtf?ref=embed", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 34, + "page_from_rank": 76, + "domain_from_rank": 97, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.123", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 19106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Experience adventures with AI girlfriend", + "page_from_status_code": 200, + "first_seen": "2023-11-13 08:54:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 08:54:24 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": "AI Girlfriend WTF Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 78, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:56:02 +00:00", + "prev_seen": "2023-08-28 22:56:02 +00:00", + "last_seen": "2023-10-23 19:53:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=ailetter.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 79, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:59:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 20:59:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 78, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:55:27 +00:00", + "prev_seen": "2023-08-28 22:55:27 +00:00", + "last_seen": "2023-10-11 02:57:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=aifeeds&utm_medium=marketplace&utm_campaign=aifeeds", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 78, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-23 22:00:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 22:00:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 179, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132434, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-09 12:27:06 +00:00", + "prev_seen": "2023-10-09 12:27:06 +00:00", + "last_seen": "2023-11-11 19:28:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aitools.fyi&utm_source=aitools.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-05 06:37:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 06:37:24 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ppp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 35593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PPP in brief", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:45:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:45:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ppp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 35593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PPP in brief", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:45:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:45:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Out of Band Management Networks - Console Servers - Jumbo Frames - text2pcap - How to convert ASCII packet dumps to .pcap files?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understanding-bgp-communities", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 34820, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understanding BGP communities", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:42:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:42:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understanding-bgp-communities", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 34820, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understanding BGP communities", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:42:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:42:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Routers' Memory types - How-to:Configure BGP aggregation Part1 - EIGRP timers (hello, hold and active)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "myintimate.app", + "url_from": "https://myintimate.app/blog/why-intimate-ai-girlfriend-is-the-best-sexting-app-alternative-to-botify", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/fashion-chatbot", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.0.96", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 3, + "page_from_size": 35130, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intimate AI Girlfriend - #1 Sexting AI | Download on iOS and Android", + "page_from_status_code": 200, + "first_seen": "2023-11-20 17:27:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 17:27:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "lifelike\ncharacters", + "text_pre": "Girlfriend utilizes advanced AI capabilities to create", + "text_post": "that adapt and learn,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "myintimate.app", + "url_from": "https://myintimate.app/blog/why-intimate-ai-girlfriend-is-the-best-sexting-app-alternative-to-botify", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/erotic-chatbot", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.0.96", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 3, + "page_from_size": 35130, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intimate AI Girlfriend - #1 Sexting AI | Download on iOS and Android", + "page_from_status_code": 200, + "first_seen": "2023-11-20 17:27:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 17:27:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "realistic and immersive\nconversations", + "text_pre": "can navigate through the app effortlessly. The lifelike chat interface allows you to have", + "text_post": "with your virtual", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=NaNAI-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:02 +00:00", + "prev_seen": "2023-10-03 21:58:02 +00:00", + "last_seen": "2023-11-13 14:36:20 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 67, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-05 01:53:40 +00:00", + "prev_seen": "2023-09-05 01:53:40 +00:00", + "last_seen": "2023-11-13 12:36:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=aisys&utm_medium=marketplace&utm_campaign=aisys", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-13 05:04:09 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 05:04:09 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.easy-aquarell.de", + "url_from": "https://www.easy-aquarell.de/forum/informationen-rund-um-die-aquarellmalerei-f29/link-tipps-f33/bild-ideen-bzw-vorlagen-t9757.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/bing-image-creator", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 274, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "92.204.55.78", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 89, + "page_from_size": 37357, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Aquarellforum: Bild-Ideen bzw. Vorlagen - Easy-Aquarell.de", + "page_from_status_code": 200, + "first_seen": "2023-11-12 01:38:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 01:38:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "hier", + "text_pre": "wish for personal, academic or commercial use! Please credit craiyon.com for the images if you are a free subscriber.\" Microsoft Bing Image Creator kann auch Strichzeichnungen generieren Weitere Programme findet ihr", + "text_post": ". Die sind aber teilweise kostenpflichtig. Wie die generierten Bilder vewendet werden dürfen, hab ich in diesen Fällen nicht geprüft. Viel Spass LG Norbert", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aibrb", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 69, + "domain_from_rank": 208, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-11 22:44:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 22:44:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/posts/introduction", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 2, + "page_from_size": 30149, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why ChatGPT Falls Short for Businesses: Exploring the Need for EnterGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:17:52 +00:00", + "prev_seen": "2023-10-05 21:17:52 +00:00", + "last_seen": "2023-11-05 06:12:59 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=gptdemo.net&utm_medium=marketplace&utm_campaign=gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-02 10:59:27 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 10:59:27 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 189, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-28 09:32:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 09:32:24 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=paxi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 188, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-27 22:45:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 22:45:54 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.insyncom.fr", + "url_from": "https://www.insyncom.fr/actualite/cybersecurite-pme-une-nouvelle-ere-avec-lia-et-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fr", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 35, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "54.36.53.248", + "domain_from_country": "FR", + "page_from_external_links": 5, + "page_from_internal_links": 12, + "page_from_size": 60186, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Cybersécurité PME : une nouvelle ère avec l’IA et ChatGPT - Insyncom", + "page_from_status_code": 200, + "first_seen": "2023-08-23 20:08:59 +00:00", + "prev_seen": "2023-08-23 20:08:59 +00:00", + "last_seen": "2023-10-26 06:11:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "The Top AI Tools", + "text_pre": "Pour voir les meilleurs outils du moment en intelligence artificielle, vous pouvez consulter le site web", + "text_post": "sur Internet. Vous les retrouvez classés par catégorie, gratuits ou payants.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 188, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:01:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:01:28 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 67, + "domain_from_rank": 202, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-23 19:53:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 19:53:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=www.theautomated.co&utm_medium=referral&utm_campaign=the-13-billion-ai-bet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-20 15:25:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 15:25:32 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/ai-productivity-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=education", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 5, + "page_from_internal_links": 22, + "page_from_size": 1090228, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Productivity Tools", + "page_from_status_code": 200, + "first_seen": "2023-09-26 23:07:56 +00:00", + "prev_seen": "2023-09-26 23:07:56 +00:00", + "last_seen": "2023-10-20 14:19:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "here.", + "text_pre": "offers precision, speed, and automation, freeing human creativity. These best AI tools for productivity redefine the boundaries of artistic expression. Renowned by AI Tool conglomerates, find more AI tools for learning", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-and-nonstop-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco and Nonstop Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:54:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:54:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-and-nonstop-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco and Nonstop Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:54:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:54:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Few ways scripting can keep you sane - Private IP address ranges - Troubleshoot#2: Core Dumps for Network Engineers", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/im-not-the-only-one-intrested-in-huawie-strategies", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 30002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm not the only one intrested in Huawie strategies", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:27 +00:00", + "prev_seen": "2023-10-05 05:48:13 +00:00", + "last_seen": "2023-10-20 07:49:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/im-not-the-only-one-intrested-in-huawie-strategies", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 30002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm not the only one intrested in Huawie strategies", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:27 +00:00", + "prev_seen": "2023-10-05 05:48:13 +00:00", + "last_seen": "2023-10-20 07:49:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Real job description for a Network Architect - IPv6 Tutorial - Find the difference between dates in Python Example", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-table-analysis-and-statistics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29470, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP table analysis and statistics", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:40:29 +00:00", + "prev_seen": "2023-09-17 10:14:30 +00:00", + "last_seen": "2023-10-19 23:27:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-table-analysis-and-statistics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29470, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP table analysis and statistics", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:40:29 +00:00", + "prev_seen": "2023-09-17 10:14:30 +00:00", + "last_seen": "2023-10-19 23:27:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attribute Types and Flags - BGP Weight Attribute - BGP Route Refresh Capability", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.techenet.com", + "url_from": "https://www.techenet.com/2023/09/3-sites-que-oferecem-inteligencias-artificiais-gratuitas-alem-do-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.99.234.192", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 94, + "page_from_size": 175858, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "3 Sites que oferecem inteligências artificiais gratuitas além do ChatGPT – TecheNet", + "page_from_status_code": 200, + "first_seen": "2023-09-07 19:13:03 +00:00", + "prev_seen": "2023-09-07 19:13:03 +00:00", + "last_seen": "2023-10-08 08:30:08 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "Por fim, mas não menos importante, o", + "text_post": "cumpre com a mesma proposta apresentada pelas plataformas rivais, mas com um diferencial de design que pode te conquistar.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ccie-spv4-blueprint-resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29463, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CCIE SPv4.1 Blueprint Resources", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:06 +00:00", + "prev_seen": "2023-09-17 10:05:06 +00:00", + "last_seen": "2023-10-05 06:07:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ccie-spv4-blueprint-resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29463, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CCIE SPv4.1 Blueprint Resources", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:06 +00:00", + "prev_seen": "2023-09-17 10:05:06 +00:00", + "last_seen": "2023-10-05 06:07:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure trunk VLAN allowed list? - Eman in Cairo - Routers' Memory types", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/linux-devops-cheatsheets", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 168, + "page_from_size": 41165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "150+ Linux and Devops tools Cheatsheets", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/linux-devops-cheatsheets", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 168, + "page_from_size": 41165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "150+ Linux and Devops tools Cheatsheets", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Making sense of Broadband networks - Part 1 - Link state protocols and Areas concept - The Forgotten skill of technical writing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 18, + "page_from_size": 31075, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 18, + "page_from_size": 31075, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP metric manipulation - Connected Routes Advertisment - Fast Convergence: Partial SPF calculation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techbehints.com", + "url_from": "https://techbehints.com/realdatesnow-mein-review-guide-to-finding-your-partner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/relationship-communication-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "31.220.110.181", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 54, + "page_from_size": 275790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RealDatesNow Mein Review: Guide to Finding Your Partner - Tech Be Hints", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:55:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:55:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "communication tools", + "text_pre": "4. Take Advantage of Communication Features: One of the key features of realdatesnow mein is its", + "text_post": "which allow users to message each other directly or send virtual gifts. Don’t be afraid to initiate a conversation with someone who catches your eye or responds promptly if someone reaches out to", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/162877", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 664, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 42, + "page_from_size": 8858, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-25 04:29:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 04:29:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.forumimages.co.uk", + "url_from": "https://www.forumimages.co.uk/ai-enhanced-image-style-transfer-software/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-style-transfer-tool", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "149.255.57.56", + "domain_from_country": "GB", + "page_from_external_links": 5, + "page_from_internal_links": 116, + "page_from_size": 57579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Transform Your Images with AI-Enhanced Image Style Transfer Software", + "page_from_status_code": 200, + "first_seen": "2023-08-20 01:02:02 +00:00", + "prev_seen": "2023-08-20 01:02:02 +00:00", + "last_seen": "2023-09-23 16:24:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.Tools", + "text_pre": "4.", + "text_post": null, + "semantic_location": "article", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-security", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Security", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-security", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Security", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is BGP 4-byte AS number? - Introduction to Software-Defined Networks - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-3-10c-multi-hop-mp-ebgp-between-rr-and-ebgp-between-asbrs-inter-as-mpls-vpn-the-whole-story-4", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 19, + "page_from_size": 40694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-3-10c-multi-hop-mp-ebgp-between-rr-and-ebgp-between-asbrs-inter-as-mpls-vpn-the-whole-story-4", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 19, + "page_from_size": 40694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008 - MPLS VPN security threats - MPLS Label", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-4-the-inside-out", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 14, + "page_from_size": 40358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 4 \"The Inside Out\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-4-the-inside-out", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 14, + "page_from_size": 40358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 4 \"The Inside Out\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-option-ab-inter-as-mpls-vpn-the-whole-story-5", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 20, + "page_from_size": 37792, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option AB - Inter-AS MPLS VPN - The whole story (5) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:38:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:38:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-option-ab-inter-as-mpls-vpn-the-whole-story-5", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 20, + "page_from_size": 37792, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option AB - Inter-AS MPLS VPN - The whole story (5) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:38:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:38:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Inter-AS MPLS VPN - The whole story - Updated Dec 2008 - L2VPN Pseudowire Redundancy (MPLS AToM Redundancy) - What is MPLS?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/troubleshoot2-core-dumps-for-network-engineers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 34827, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Troubleshoot#2: Core Dumps for Network Engineers", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/troubleshoot2-core-dumps-for-network-engineers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 34827, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Troubleshoot#2: Core Dumps for Network Engineers", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CCIE SPv4.1 Blueprint Resources - VRF Selection Based on Source IP Addresses - What is: IP unnumbered?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/private-ip-address-ranges", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 30865, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Private IP address ranges", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/private-ip-address-ranges", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 30865, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Private IP address ranges", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure BGP aggregation Part2 - How-to: Avoid DNS lookup when mistyping a command - Few ways scripting can keep you sane", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.lol", + "url_from": "https://reddit.lol/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "lol", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 96, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "202.61.255.100", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 8524, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "teddit", + "page_from_status_code": 200, + "first_seen": "2023-06-28 10:45:08 +00:00", + "prev_seen": "2023-06-28 10:45:08 +00:00", + "last_seen": "2023-07-24 06:58:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/singularity/comments/13up0gx/ai_tools_apps_in_one_place_sorted_by_category/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 7, + "page_from_internal_links": 77, + "page_from_size": 38403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-07-04 14:32:44 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 14:32:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looking nice but missing many good tools in several categories as many are being launched everyday. I look at", + "text_post": "and https://favird.com/l/ai-tools-and-applications as samples", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 201, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 6, + "page_from_internal_links": 63, + "page_from_size": 49705, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Job Search Hacks", + "page_from_status_code": 200, + "first_seen": "2023-06-28 15:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 15:55:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/comments/13up0gx/ai_tools_apps_in_one_place_sorted_by_category/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 508, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 6, + "page_from_internal_links": 79, + "page_from_size": 44627, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-06-28 09:01:36 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 09:01:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looking nice but missing many good tools in several categories as many are being launched everyday. I look at", + "text_post": "and https://favird.com/l/ai-tools-and-applications as samples", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 263, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 64, + "page_from_size": 53512, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Job Search Hacks", + "page_from_status_code": 200, + "first_seen": "2023-06-27 18:36:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 18:36:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libred.leemoon.network", + "url_from": "https://libred.leemoon.network/r/singularity/comments/13up0gx/ai_tools_apps_in_one_place_sorted_by_category/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "network", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.144.29.117", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 79, + "page_from_size": 44977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:47:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:47:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looking nice but missing many good tools in several categories as many are being launched everyday. I look at", + "text_post": "and https://favird.com/l/ai-tools-and-applications as samples", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/Morocco/comments/13e6ud8/free_ai_traveling_tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": "NL", + "page_from_external_links": 6, + "page_from_internal_links": 78, + "page_from_size": 58071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Traveling Tool - r/Morocco", + "page_from_status_code": 200, + "first_seen": "2023-05-17 23:23:57 +00:00", + "prev_seen": null, + "last_seen": "2023-05-17 23:23:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Submit it to", + "text_post": "for more exposure", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/free-ai-image-generators.html", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-02 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "free image generators that are easy to use", + "text_pre": "Here are few", + "text_post": null, + "semantic_location": "details", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "A comprehensive one is", + "text_post": null, + "semantic_location": "details", + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/l/academic-research", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-02 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for research", + "text_pre": "This resource might help .. Here are some", + "text_post": "but there are lots of others for writing, essays, proofreading, presentations etc. Just search this site", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/l/books", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-02 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools to recommend books", + "text_pre": "There are some", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/OpenAI/comments/117gnl9/gpt_for_slides_free_addon_to_generate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 6, + "page_from_internal_links": 87, + "page_from_size": 56704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT for Slides: Free Addon to Generate Presentation with AI (gptforslides.app) - r/OpenAI", + "page_from_status_code": 200, + "first_seen": "2023-02-22 13:44:32 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 13:44:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Thanks for sharing this, I will submit it here", + "text_post": "if you don't mind so others can try it as well", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=inouts.com&ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 31, + "page_from_rank": 58, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-05 01:57:59 +00:00", + "prev_seen": "2023-09-05 01:57:59 +00:00", + "last_seen": "2023-11-13 12:36:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 31, + "page_from_rank": 59, + "domain_from_rank": 213, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 13:37:45 +00:00", + "prev_seen": "2023-08-29 13:37:45 +00:00", + "last_seen": "2023-10-07 13:24:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 31, + "page_from_rank": 58, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-24 11:56:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-24 11:56:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=paxi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 30, + "page_from_rank": 169, + "domain_from_rank": 257, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-03 03:46:21 +00:00", + "prev_seen": "2023-10-27 23:10:57 +00:00", + "last_seen": "2023-11-21 00:10:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 29, + "page_from_rank": 45, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 07:41:29 +00:00", + "prev_seen": "2023-11-03 07:41:29 +00:00", + "last_seen": "2023-11-17 11:04:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 29, + "page_from_rank": 152, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.82.12.44", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-12 14:17:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 14:17:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 29, + "page_from_rank": 53, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 33169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-07-29 14:38:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 14:38:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 43, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-12 14:19:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 14:19:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/cheat-sheet.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 43, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 17, + "page_from_size": 19704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Excel Cheat Sheet | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-06-21 23:32:21 +00:00", + "prev_seen": "2023-09-01 21:35:07 +00:00", + "last_seen": "2023-11-01 04:04:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?utm_source=findaistuff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:10:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:10:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 128, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:14:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:14:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/copywriting", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 113, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 67, + "page_from_size": 86223, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-09-22 23:32:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 23:32:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dunno.gg", + "url_from": "https://www.dunno.gg/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dunno", + "url_to_https": true, + "tld_from": "gg", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 182, + "domain_from_rank": 134, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": "GG", + "page_from_external_links": 16, + "page_from_internal_links": 1, + "page_from_size": 524609, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Dunno | AI-powered Learning with Quizzes & Intellectual Games", + "page_from_status_code": 200, + "first_seen": "2023-10-05 23:05:14 +00:00", + "prev_seen": "2023-10-05 23:05:14 +00:00", + "last_seen": "2023-11-05 06:11:34 +00:00", + "item_type": "image", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": "331445155_715188860255975_1144969327511388897_n.jpg", + "image_url": "https://static.wixstatic.com/media/0b9818_1bf7a1ae85734bb8913b64f943c183b7~mv2.jpg/v1/fill/w_120,h_120,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_auto/331445155_715188860255975_1144969327511388897_n.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-pppoe-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 36590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making Sense of Broadband networks: PPPoE Explained", + "page_from_status_code": 200, + "first_seen": "2023-11-04 06:54:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 06:54:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-pppoe-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 36590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making Sense of Broadband networks: PPPoE Explained", + "page_from_status_code": 200, + "first_seen": "2023-11-04 06:54:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 06:54:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: The overview - MTU and ping size confusion - What is MTU?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 32, + "domain_from_rank": 208, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=aitooltracker&utm_campaign=aitooltracker&utm_id=aitooltracker&ref=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 32, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-23 20:45:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 20:45:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 23, + "domain_from_rank": 202, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-23 09:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 09:01:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 23, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-23 07:09:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 07:09:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 157, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 125545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:53:32 +00:00", + "prev_seen": "2023-09-17 10:53:32 +00:00", + "last_seen": "2023-10-17 12:10:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 121, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:50:00 +00:00", + "prev_seen": "2023-10-03 03:50:00 +00:00", + "last_seen": "2023-11-17 18:16:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-15 03:27:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 03:27:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=toolhunt.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 8, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 19:56:55 +00:00", + "prev_seen": "2023-08-29 19:56:55 +00:00", + "last_seen": "2023-11-12 18:37:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 5, + "domain_from_rank": 208, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 00:09:56 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 00:09:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aigems.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-22 01:05:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 01:05:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 8, + "domain_from_rank": 214, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-24 05:11:37 +00:00", + "prev_seen": "2023-08-04 21:01:54 +00:00", + "last_seen": "2023-10-08 11:56:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 206, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-23 22:19:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 22:19:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aix.hu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-18 19:21:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 19:21:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 25, + "page_from_rank": 74, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:54:35 +00:00", + "prev_seen": "2023-10-03 06:54:35 +00:00", + "last_seen": "2023-11-21 08:54:26 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=topapps&utm_medium=marketplace&utm_campaign=topapps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 25, + "page_from_rank": 2, + "domain_from_rank": 207, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:20:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:20:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=aihunthub.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 24, + "page_from_rank": 67, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:40:00 +00:00", + "prev_seen": "2023-10-03 06:40:00 +00:00", + "last_seen": "2023-11-19 04:50:53 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-11-13 23:48:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 23:48:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-29 01:36:17 +00:00", + "prev_seen": "2023-09-03 16:05:39 +00:00", + "last_seen": "2023-11-04 09:00:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-24 12:01:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 12:01:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 33169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:17:12 +00:00", + "prev_seen": "2023-05-03 01:58:01 +00:00", + "last_seen": "2023-06-15 23:45:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tonyweedn.com", + "url_from": "https://www.tonyweedn.com/ai-prep-and-resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.133.2", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 24, + "page_from_size": 86039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI PREP and Resources - TonyWeedn.com", + "page_from_status_code": 200, + "first_seen": "2023-11-22 01:03:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 01:03:31 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "top AI Tools", + "text_pre": "For right now here is a link to the", + "text_post": ", which is like search engine for AI tools.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:25:56 +00:00", + "prev_seen": "2023-10-03 03:25:56 +00:00", + "last_seen": "2023-11-17 07:12:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/pt/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 165509, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Diretórios online de ferramentas de IA para descobrir ou procurar o melhor aplicativo de IA | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-16 16:57:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 16:57:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Principais ferramentas AI.", + "text_pre": "Inclui", + "text_post": "contém uma coleção de mais de 3800 ferramentas baseadas em IA em seu diretório em várias categorias, como AI Discovery, Art, Audio, Avatars, Business, Chat, Training, Data Analysis, Design & Development,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/fr/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 166636, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Répertoires en ligne d'outils d'IA pour découvrir ou rechercher la meilleure application d'IA | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:11:51 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:11:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Meilleurs outils AI.", + "text_pre": "Contient", + "text_post": "contient une collection de plus de 3800 XNUMX outils alimentés par l'IA dans son répertoire dans plusieurs catégories telles que la découverte de l'IA, l'art, l'audio, les avatars, les affaires, le chat,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 197174, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أدلة على الإنترنت لأدوات الذكاء الاصطناعي لاكتشاف أو البحث عن أفضل تطبيق للذكاء الاصطناعي | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-15 17:13:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 17:13:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "يحتوي", + "text_post": "على مجموعة من أكثر من 3800 أداة مدعومة بالذكاء الاصطناعي في دليله عبر عدة فئات مثل اكتشاف الذكاء الاصطناعي والفن والصوت والصور الرمزية والأعمال والدردشة والتدريب وتحليل البيانات والتصميم والتطوير والتعليم", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 219, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:06:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:06:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "home-theater-designers.com", + "url_from": "https://home-theater-designers.com/6-repertoires-en-ligne-d-outils-d-ia-pour-decouvrir-ou-rechercher-la-meilleure-application-d-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "FR", + "page_from_external_links": 6, + "page_from_internal_links": 372, + "page_from_size": 65753, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "6 répertoires en ligne d'outils d'IA pour découvrir ou rechercher la meilleure application d'IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 08:45:11 +00:00", + "prev_seen": "2023-08-23 07:48:52 +00:00", + "last_seen": "2023-11-14 08:35:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web) : Découvrez les outils d'IA, et créez et exportez des listes restreintes", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.avosjourney.com", + "url_from": "https://www.avosjourney.com/blog/will-voice-actors-be-replaced-by-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/voice-modulation-software", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 230, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.56.148", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 26, + "page_from_size": 67175, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Will Voice Actors Be Replaced By AI?", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:57:33 +00:00", + "prev_seen": "2023-10-04 06:57:33 +00:00", + "last_seen": "2023-11-13 16:17:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-driven modulation tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-13 15:11:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 15:11:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=aibusinesstool.com&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 64, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:11 +00:00", + "prev_seen": "2023-10-03 21:58:11 +00:00", + "last_seen": "2023-11-12 14:42:44 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taskvirtual.com", + "url_from": "https://taskvirtual.com/blog/nsfw-ai-writer-overview-of-5-best-nsfw-ai-writers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "216.119.130.38", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 32, + "page_from_size": 89393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NSFW AI Writer: Overview of 5 Best NSFW AI Writers", + "page_from_status_code": 200, + "first_seen": "2023-09-26 11:27:00 +00:00", + "prev_seen": "2023-09-26 11:27:00 +00:00", + "last_seen": "2023-11-12 06:27:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "NSFW Content Writer AI", + "text_pre": "sparked significant interest and intrigue. These powerful AI tools have revolutionized content creation, offering unique capabilities that cater to a specialized niche. In this article, we’ll delve into the world of", + "text_post": "and explore its features, applications, and the best AI tools in this category.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 208, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-11 20:54:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 20:54:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tumblerridgenews.com", + "url_from": "https://tumblerridgenews.com/amazons-azr100x/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-navigation-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.219.248.101", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 66, + "page_from_size": 138289, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unveiling Amazon's AZR100X: Revolutionizing Last-Mile Delivery and Logistics - Tumbler Ridge News", + "page_from_status_code": 200, + "first_seen": "2023-08-18 17:44:06 +00:00", + "prev_seen": "2023-10-31 10:39:31 +00:00", + "last_seen": "2023-11-11 20:23:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-powered navigation,", + "text_pre": "The AZR100X is equipped with cutting-edge sensors,", + "text_post": "and cutting-edge technology, enabling it to safely navigate through pedestrian traffic, cross roadways, and avoid obstructions. It is a practical choice for highly crowded regions thanks to its small", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=domore.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-11-05 00:55:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 00:55:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 208, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:07:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:07:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 208, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-02 11:45:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 11:45:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/slack.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 19190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slack | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:47:58 +00:00", + "prev_seen": "2023-09-01 21:28:09 +00:00", + "last_seen": "2023-11-01 04:05:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/calculator.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 23498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Calculator | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 05:26:03 +00:00", + "prev_seen": "2023-09-01 21:31:48 +00:00", + "last_seen": "2023-11-01 04:04:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.deltaasesores.com", + "url_from": "https://www.deltaasesores.com/multiples-herramientas-con-ayuda-de-inteligencia-artificial/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 269, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "51.79.100.247", + "domain_from_country": "WW", + "page_from_external_links": 6, + "page_from_internal_links": 47, + "page_from_size": 104600, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Multiples herramientas con ayuda de Inteligencia Artificial - DELTA Asesores", + "page_from_status_code": 200, + "first_seen": "2023-05-18 17:01:58 +00:00", + "prev_seen": "2023-08-31 11:19:44 +00:00", + "last_seen": "2023-10-31 01:47:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mejores herramientas de IA", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=ilib-ai-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-22 20:29:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 20:29:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/whattheai-tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whattheai-tech", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 17, + "page_from_size": 50903, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Whattheai.tech -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools", + "text_pre": "WhatTheAI.tech offers a catalog of", + "text_post": ", divided into \"Featured\" and \"Just Launched\" categories, featuring products like auto seduction ai, hify.io, reliableGPT, and ArticleWizard AI among others.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 13:47:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 13:47:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 12:01:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 12:01:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 03:33:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 03:33:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=miss-excel.beehiiv.com&utm_medium=referral&utm_campaign=the-productivity-method-you-never-knew-you-needed", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 214, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-13 06:33:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 06:33:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.stephilareine.com", + "url_from": "https://www.stephilareine.com/2023/09/resources-to-learn-about-ai-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 370, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "35.214.68.17", + "domain_from_country": "US", + "page_from_external_links": 19, + "page_from_internal_links": 19, + "page_from_size": 82746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Resources to Learn About AI Tools - Stephi LaReine", + "page_from_status_code": 200, + "first_seen": "2023-09-07 05:29:01 +00:00", + "prev_seen": "2023-09-07 05:29:01 +00:00", + "last_seen": "2023-10-12 00:09:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI tools", + "text_pre": "With just 30 days of focused practice, you can master the development of artificial intelligence tools with expert advice. Building", + "text_post": "requires a combination of technical skills and knowledge in machine learning, programming languages, and data analysis. To start your journey towards mastery, it is essential to have a clear understanding", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 16:51:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 16:51:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=aifeeds&utm_medium=marketplace&utm_campaign=aifeeds", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:53:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 03:53:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=NaNAI-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:22:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 03:22:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tumblerridgenews.com", + "url_from": "https://tumblerridgenews.com/philly-ess/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-navigation-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.219.248.101", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 150134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Philly ESS: Revolutionizing Employee Self-Service in the City of Brotherly Love", + "page_from_status_code": 200, + "first_seen": "2023-08-18 17:52:23 +00:00", + "prev_seen": "2023-08-18 17:52:23 +00:00", + "last_seen": "2023-09-18 08:16:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tumblerridgenews.com", + "url_from": "https://tumblerridgenews.com/onboardicafe/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-navigation-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.219.248.101", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 145425, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Exploring the Innovative Concept of OnboardiCafe: A Fusion of Travel and Culinary Delights - Tumbler Ridge News", + "page_from_status_code": 200, + "first_seen": "2023-08-18 17:49:31 +00:00", + "prev_seen": "2023-08-18 17:49:31 +00:00", + "last_seen": "2023-09-18 08:15:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tumblerridgenews.com", + "url_from": "https://tumblerridgenews.com/mytlc-best-buy/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-navigation-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.219.248.101", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 144115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Enhancing Employee Efficiency and Empowerment with MyTLC Best Buy - Tumbler Ridge News", + "page_from_status_code": 200, + "first_seen": "2023-08-18 17:56:44 +00:00", + "prev_seen": "2023-08-18 17:56:44 +00:00", + "last_seen": "2023-09-18 08:13:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-unicast-address", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 19, + "page_from_size": 33056, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Unicast Address", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-unicast-address", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 19, + "page_from_size": 33056, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Unicast Address", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is MTU? - text2pcap - How to convert ASCII packet dumps to .pcap files? - How-to: Configure trunk VLAN allowed list?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 201, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32120, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:51:42 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 22:51:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.thekitty.zone", + "url_from": "https://reddit.thekitty.zone/r/artificial/comments/128ptjk/what_are_the_best_sites_that_collate_all_the_new/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.18.208", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 13, + "page_from_size": 16534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best sites that collate all the new ai tools being released? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-04-06 04:08:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 04:08:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/r/OpenAI/comments/11w90z5/ai_app_aggregator_sites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 212, + "page_from_size": 12717, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI App Aggregator Sites : OpenAI", + "page_from_status_code": 200, + "first_seen": "2023-04-02 17:21:38 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 17:21:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "has been good but is a bit hard to sift through the results", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/Entrepreneurs/comments/115iokj/any_free_ai_tools_except_chatgpt_that_i_should/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": "LT", + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 14174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Any free AI tools (except ChatGPT) that I should know about? - r/Entrepreneurs", + "page_from_status_code": 200, + "first_seen": "2023-03-21 10:24:02 +00:00", + "prev_seen": null, + "last_seen": "2023-03-21 10:24:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "plenty actually but most are based on gpt3 also you.com is great", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/r/artificial/comments/11o3hey/what_are_5_ai_tools_anyone_just_starting_into/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 41, + "page_from_size": 15216, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What are 5 AI tools anyone just starting into this ai revolution should know about? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-03-16 19:51:11 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 19:51:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt, midjourney, stable diffusion, whisper and dall-e .. there are a starting point but there a ton of other tools depending on the category or interest , check here", + "text_post": "for example", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/artificial/comments/11o3hey/what_are_5_ai_tools_anyone_just_starting_into/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 16417, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are 5 AI tools anyone just starting into this ai revolution should know about? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-03-16 08:21:18 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 08:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt, midjourney, stable diffusion, whisper and dall-e .. there are a starting point but there a ton of other tools depending on the category or interest , check here", + "text_post": "for example", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/Entrepreneurs/comments/115iokj/any_free_ai_tools_except_chatgpt_that_i_should/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 168, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 14134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Any free AI tools (except ChatGPT) that I should know about? - r/Entrepreneurs", + "page_from_status_code": 200, + "first_seen": "2023-03-16 03:52:07 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 03:52:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "plenty actually but most are based on gpt3 also you.com is great", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?via=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 22, + "page_from_rank": 90, + "domain_from_rank": 219, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.56.56", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-25 04:12:14 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 04:12:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 21, + "page_from_rank": 176, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-06-30 19:03:27 +00:00", + "prev_seen": "2023-09-05 23:07:09 +00:00", + "last_seen": "2023-10-06 08:02:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 20, + "page_from_rank": 32, + "domain_from_rank": 187, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 84713, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-08 21:19:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 21:19:56 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 20, + "page_from_rank": 175, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-07-02 21:46:13 +00:00", + "prev_seen": "2023-08-02 01:35:50 +00:00", + "last_seen": "2023-10-07 07:58:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/virtual-staging", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 18, + "page_from_rank": 154, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 127353, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Virtual Staging | AI Home Staging by AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-04 09:37:38 +00:00", + "prev_seen": "2023-11-04 09:37:38 +00:00", + "last_seen": "2023-11-20 04:42:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=aidemos", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 15, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-19 04:06:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 04:06:32 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 11, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:35 +00:00", + "prev_seen": "2023-10-03 21:58:35 +00:00", + "last_seen": "2023-11-16 17:28:52 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 11, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:46 +00:00", + "prev_seen": "2023-10-03 21:58:46 +00:00", + "last_seen": "2023-11-16 02:55:17 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 15, + "domain_from_rank": 191, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:26:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:26:55 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=aihunt.app&utm_medium=referrer&utm_campaign=aihunt.app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 0, + "domain_from_rank": 191, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-03 08:38:09 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 08:38:09 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 17, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-08 01:11:04 +00:00", + "prev_seen": "2023-10-08 01:11:04 +00:00", + "last_seen": "2023-11-12 01:32:31 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 17, + "page_from_rank": 94, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:26:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:26:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/reply-to-reviews-and-messages-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 16, + "page_from_rank": 63, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Review Response Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:40 +00:00", + "prev_seen": "2023-08-30 17:16:40 +00:00", + "last_seen": "2023-11-20 15:01:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 16, + "page_from_rank": 144, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-12 10:32:10 +00:00", + "prev_seen": "2023-08-12 10:32:10 +00:00", + "last_seen": "2023-10-12 13:47:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/the-power-of-personalized-qa-chatbots-enhancing-user-experience/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 74890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Power of Personalized Q&A Chatbots: Enhancing User Experience", + "page_from_status_code": 200, + "first_seen": "2023-11-22 02:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 02:09:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 34, + "page_from_size": 80416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Resources - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:42:05 +00:00", + "prev_seen": "2023-11-12 03:42:05 +00:00", + "last_seen": "2023-11-22 02:08:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:52:31 +00:00", + "prev_seen": "2023-10-03 21:52:31 +00:00", + "last_seen": "2023-11-21 08:44:13 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "myintimate.app", + "url_from": "https://myintimate.app/blog/how-you-can-find-your-dream-girlfriend", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/my-intimate-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.0.96", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 3, + "page_from_size": 38384, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intimate AI Girlfriend - #1 Sexting AI | Download on iOS and Android", + "page_from_status_code": 200, + "first_seen": "2023-11-20 17:27:34 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 17:27:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "explore a variety of\nfeatures", + "text_pre": "happiness in virtual relationships. With this app, you can interact with your AI girlfriend and", + "text_post": "and activities", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aialy.com", + "url_from": "https://aialy.com/khroma/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/khroma-vs-recolorai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "141.95.126.89", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 8, + "page_from_size": 69851, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Khroma - AIaly.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:31:06 +00:00", + "prev_seen": "2023-10-04 02:31:06 +00:00", + "last_seen": "2023-11-19 14:16:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Khroma vs Recolor AI", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/ai-for-a-greener-tomorrow-how-ai-can-improve-the-environment/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 74769, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI for a Greener Tomorrow: How AI Can Improve the Environment - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-16 11:18:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 11:18:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "updatemyself.com", + "url_from": "https://updatemyself.com/5-best-ai-bypass-tool-for-you/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.87.13", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 24, + "page_from_size": 323784, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 AI Bypass Tool! You Should Know", + "page_from_status_code": 200, + "first_seen": "2023-08-11 15:19:09 +00:00", + "prev_seen": "2023-09-24 18:48:49 +00:00", + "last_seen": "2023-11-14 08:26:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "website", + "text_pre": "There are a number of AI bypass tools available online. You can find a list of the top AI bypass tools on the topai tools:", + "text_post": ". Once you have chosen an AI bypass tool, you can follow the instructions on the tool’s website to get started.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-13 16:15:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 16:15:32 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/category/articles/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 32, + "page_from_size": 76938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Articles Archives - Page 2 of 2 - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:42:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:42:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/author/mdearbonnegmail-com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 28, + "page_from_size": 65848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Misti, Author at Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/category/articles/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 37, + "page_from_size": 86525, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Articles Archives - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/the-power-of-personalization-how-ai-can-learn-from-you/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 76168, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Power of Personalization: How AI Can Learn from You - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/revolutionizing-education-how-ai-can-transform-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 74810, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing Education: How AI Can Transform Learning - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:07 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/transforming-daily-life-how-ai-is-revolutionizing-our-world/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 75118, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Transforming Daily Life: How AI is Revolutionizing Our World - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "quillbee.com", + "url_from": "https://quillbee.com/blog/ai-in-email-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-email-sequence-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 144, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "134.209.75.53", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 23, + "page_from_size": 107622, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Harnessing the Power of AI in Email Marketing - Quillbee", + "page_from_status_code": 200, + "first_seen": "2023-08-18 16:35:14 +00:00", + "prev_seen": "2023-10-05 07:38:32 +00:00", + "last_seen": "2023-11-12 02:32:14 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "email sequences", + "text_pre": "AI-powered automation has revolutionized the way marketers create and manage", + "text_post": ". Instead of manually setting up and sending each email in a sequence, AI tools can automate the entire process, saving valuable time and effort.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/145182", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 46, + "page_from_size": 12102, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-26 00:06:47 +00:00", + "prev_seen": "2023-09-26 00:06:47 +00:00", + "last_seen": "2023-11-03 15:34:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/category/product-updates/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 26, + "page_from_size": 57782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product Updates Archives - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/ask-ai-chatbot-simplify-life-one-text-at-a-time/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 73364, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ask AI Chatbot: Your Text-Based AI Assistant 24/7", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/is-there-a-free-ai-i-can-use-exploring-accessible-ai-solutions/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 26, + "page_from_size": 74733, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Is There a Free AI I Can Use? Explore Free AI Solutions with HeyInternet", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/author/tmsite/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 30, + "page_from_size": 72109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tmsite, Author at Hey Internet! - Page 2 of 2", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:33 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/author/tmsite/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 37, + "page_from_size": 87622, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tmsite, Author at Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:12:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:12:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/support/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 26, + "page_from_size": 56212, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Support - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/pricing.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 16, + "page_from_size": 26904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pricing | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:28:32 +00:00", + "prev_seen": "2023-09-01 21:30:16 +00:00", + "last_seen": "2023-11-01 04:15:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsImJhY2tsaW5rc19zdGF0dXNfdHlwZSI6ImFsbCIsImluY2x1ZGVfc3ViZG9tYWlucyI6dHJ1ZSwiaW50ZXJuYWxfbGlzdF9saW1pdCI6MTAsIm1vZGUiOiJhc19pcyIsImFpZCI6NjYzNzZ9LCJTZWFyY2hBZnRlckRhdGEiOnsiVmVyc2lvbiI6MSwiU2VhcmNoQWZ0ZXJWYWx1ZXMiOnsicmFuayI6MTUsImxhc3Rfc2VlbiI6IjIwMjMtMTEtMDFUMDQ6MTU6MjIrMDA6MDAifSwiVG9rZW5SZWFsT2Zmc2V0IjoxMDAwfX0=" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-all-backlinks/2.json b/resources/data/dfs/backlinks/topaitools-all-backlinks/2.json new file mode 100644 index 0000000..192f862 --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-all-backlinks/2.json @@ -0,0 +1,46032 @@ +{ + "id": "11241544-6637-0269-0000-8d03d2c1a5fa", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1260 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "all", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 1000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 5203, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/contact.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 16, + "page_from_size": 25946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Contact | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:32:42 +00:00", + "prev_seen": "2023-09-01 21:24:03 +00:00", + "last_seen": "2023-11-01 04:03:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=anyaitools&utm_medium=marketplace&utm_campaign=anyaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 189, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-28 17:47:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 17:47:54 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thevc.kr", + "url_from": "https://thevc.kr/twelvelabs/products", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "kr", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 434, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.37.149.55", + "domain_from_country": "KR", + "page_from_external_links": 7, + "page_from_internal_links": 21, + "page_from_size": 176982, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "트웰브랩스(영상 검색 API) - 제품/서비스 1개 - THE VC", + "page_from_status_code": 200, + "first_seen": "2023-10-27 09:27:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 09:27:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-as-numbers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 19, + "page_from_size": 31910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is BGP 4-byte AS number?", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:46:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:46:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-as-numbers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 19, + "page_from_size": 31910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is BGP 4-byte AS number?", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:46:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:46:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attributes: Atomic Aggregate Atribute - BGP Route Refresh Capability - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/7-actions-to-get-your-network-ready-for-ipv6", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 18, + "page_from_size": 31765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Actions to get your network ready for IPv6", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:03 +00:00", + "prev_seen": "2023-09-17 10:01:03 +00:00", + "last_seen": "2023-10-20 07:50:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/7-actions-to-get-your-network-ready-for-ipv6", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 18, + "page_from_size": 31765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Actions to get your network ready for IPv6", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:03 +00:00", + "prev_seen": "2023-09-17 10:01:03 +00:00", + "last_seen": "2023-10-20 07:50:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Understanding BGP communities - Jumbo Frames - MTU and ping size confusion", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "yesilhealth.com", + "url_from": "https://yesilhealth.com/tr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yesil-health?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.232.216.167", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 12, + "page_from_size": 362394, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Yesil Health - AI Health Assistant", + "page_from_status_code": 200, + "first_seen": "2023-10-18 22:00:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 22:00:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Yesil Health Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.notion.so", + "url_from": "https://www.notion.so/Education-4120c201dc71470b840e95b925656673", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/click/quizgecko", + "url_to_https": true, + "tld_from": "so", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 655, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.39.102", + "domain_from_country": "SO", + "page_from_external_links": 7, + "page_from_internal_links": 0, + "page_from_size": 3597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Education", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:10:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:10:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Quizgecko", + "text_pre": "1.", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/topai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 38, + "page_from_size": 62531, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "topai | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:05:30 +00:00", + "prev_seen": "2023-05-01 16:54:03 +00:00", + "last_seen": "2023-09-25 01:14:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/topai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 38, + "page_from_size": 62531, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "topai | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:05:30 +00:00", + "prev_seen": "2023-05-01 16:54:03 +00:00", + "last_seen": "2023-09-25 01:14:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techslax.com", + "url_from": "https://techslax.com/machine-learning/googpt-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/googpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 106, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "132.145.182.127", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 156, + "page_from_size": 113403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Ultimate Guide to Googpt.ai: Enhancing Your Search Experience with AI - techslax", + "page_from_status_code": 200, + "first_seen": "2023-08-19 05:51:46 +00:00", + "prev_seen": "2023-08-19 05:51:46 +00:00", + "last_seen": "2023-09-20 11:48:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "According to", + "text_post": ", Googpt.ai offers real-time answers from ChatGPT and allows users to rate its performance through a form. Additionally, the chatbot refines and enhances the accuracy of information, making it useful for", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/comment/600462", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 477, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 47, + "page_from_size": 12278, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:12:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:12:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/become-network-engineer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 17, + "page_from_size": 37396, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to become a Network Engineer?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/become-network-engineer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 17, + "page_from_size": 37396, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to become a Network Engineer?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP timers (hello, hold and active) - What can you learn in 5 minutes a day ! - Carrier Supporting Carrier - The whole story (1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 21, + "page_from_size": 31876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 21, + "page_from_size": 31876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - The Role of BGP in MPLS networks - Inter-AS MPLS VPN - The whole story (1) - Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-idea-and-outline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 55, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 116975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Idea & Outline Generator - Free AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-26 03:49:21 +00:00", + "prev_seen": "2023-07-26 03:49:21 +00:00", + "last_seen": "2023-08-30 16:52:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "yesilhealth.com", + "url_from": "https://yesilhealth.com/yapay-zeka-saglik-asistani/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yesil-health?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.232.216.167", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 12, + "page_from_size": 360824, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Yesil Health - AI Health Assistant", + "page_from_status_code": 200, + "first_seen": "2023-08-09 18:36:03 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 18:36:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Yesil Health Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/ChatGPT/comments/13up0c6/ai_tools_apps_in_one_place_sorted_by_category/jm2375d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 68, + "page_from_size": 44748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-07-02 20:49:37 +00:00", + "prev_seen": null, + "last_seen": "2023-07-02 20:49:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "True,Here is another resource", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/ChatGPT/comments/13up0c6/ai_tools_apps_in_one_place_sorted_by_category/jm2375d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 168, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 68, + "page_from_size": 44859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-06-28 12:03:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 12:03:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "True,Here is another resource", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/legal-notice.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 15, + "page_from_size": 28132, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Legal Notice | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-04-12 10:33:49 +00:00", + "prev_seen": "2023-04-12 10:33:49 +00:00", + "last_seen": "2023-05-27 10:21:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/sales/comments/13eyibl/good_ai_tools_for_sales_particularly_around/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/sales", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": "NL", + "page_from_external_links": 8, + "page_from_internal_links": 33, + "page_from_size": 28451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Good AI tools for sales, particularly around scanning a company's website? - r/sales", + "page_from_status_code": 200, + "first_seen": "2023-05-22 05:42:12 +00:00", + "prev_seen": null, + "last_seen": "2023-05-22 05:42:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for sales", + "text_pre": "Check this", + "text_post": "ma y be it already exists. If it doesn't I have been working on some similar tool for a completely different purpose but I think could be easily adapted for your use case.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/sales/comments/13eyibl/good_ai_tools_for_sales_particularly_around/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/sales", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 8, + "page_from_internal_links": 33, + "page_from_size": 28422, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Good AI tools for sales, particularly around scanning a company's website? - r/sales", + "page_from_status_code": 200, + "first_seen": "2023-05-21 19:15:15 +00:00", + "prev_seen": null, + "last_seen": "2023-05-21 19:15:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for sales", + "text_pre": "Check this", + "text_post": "ma y be it already exists. If it doesn't I have been working on some similar tool for a completely different purpose but I think could be easily adapted for your use case.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/terms-of-service.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 15, + "page_from_size": 27379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:38:18 +00:00", + "prev_seen": null, + "last_seen": "2023-05-18 11:38:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/r/artificial/comments/11o3hey/what_are_5_ai_tools_anyone_just_starting_into/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 227, + "page_from_size": 22532, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What are 5 AI tools anyone just starting into this ai revolution should know about? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-04-02 07:49:13 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 07:49:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt, midjourney, stable diffusion, whisper and dall-e .. there are a starting point but there a ton of other tools depending on the category or interest , check here", + "text_post": "for example", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/ArtificialInteligence/comments/119ypje/how_do_you_guys_keep_up_with_all_the_new_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.102.64", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 61, + "page_from_size": 30068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "how do you guys keep up with all the new AI tools? - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-03-21 19:16:20 +00:00", + "prev_seen": null, + "last_seen": "2023-03-21 19:16:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "and the like", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/aipromptprogramming", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 14, + "page_from_internal_links": 56, + "page_from_size": 87123, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Prompt Programming", + "page_from_status_code": 200, + "first_seen": "2023-03-20 20:20:24 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 20:20:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "code\" or \"I want to create a website\" and get tools recommendations based on your request. I still need to spend some time to optimize further but let me know your feedback or recommendations -->", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 14, + "page_from_rank": 43, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 77, + "page_from_size": 112960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-09-22 23:49:34 +00:00", + "prev_seen": "2023-10-12 03:38:39 +00:00", + "last_seen": "2023-11-18 20:36:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/terms", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 13, + "page_from_rank": 28, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 94196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms - LogicBalls", + "page_from_status_code": 200, + "first_seen": "2023-10-05 13:50:25 +00:00", + "prev_seen": "2023-10-05 13:50:25 +00:00", + "last_seen": "2023-11-20 23:09:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/paraphraser", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 13, + "page_from_rank": 29, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 155420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Paraphrasing Tool - Free Paraphraser (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:51 +00:00", + "prev_seen": "2023-10-07 22:01:51 +00:00", + "last_seen": "2023-11-18 20:30:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 13, + "page_from_rank": 164, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-08-23 09:36:25 +00:00", + "prev_seen": "2023-08-23 09:36:25 +00:00", + "last_seen": "2023-09-23 19:57:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 12, + "page_from_rank": 189, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.225", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:53:11 +00:00", + "prev_seen": "2023-10-16 12:53:11 +00:00", + "last_seen": "2023-11-24 00:14:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 11, + "page_from_rank": 15, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-15 02:31:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 02:31:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/pricing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 11, + "page_from_rank": 8, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 75726, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Our Pricing - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/press-release-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 11, + "page_from_rank": 8, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 115957, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Press Release Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-07-26 15:01:15 +00:00", + "prev_seen": "2023-07-26 15:01:15 +00:00", + "last_seen": "2023-08-30 18:21:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/quora-answer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122460, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Quora Answers Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:33:42 +00:00", + "prev_seen": "2023-11-17 20:56:10 +00:00", + "last_seen": "2023-11-21 00:41:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/quora-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quora Questions Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:43:38 +00:00", + "prev_seen": "2023-11-17 20:56:03 +00:00", + "last_seen": "2023-11-21 00:41:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?ref=allthingsai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 0, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:27:12 +00:00", + "prev_seen": "2023-10-03 06:27:12 +00:00", + "last_seen": "2023-11-05 03:47:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=gptfy.co", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 59, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 09:10:55 +00:00", + "prev_seen": "2023-10-04 09:10:55 +00:00", + "last_seen": "2023-11-04 16:35:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 139, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.179", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131885, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-27 17:00:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 17:00:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 131, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-30 18:52:46 +00:00", + "prev_seen": "2023-09-07 15:54:47 +00:00", + "last_seen": "2023-10-20 05:35:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 58, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 03:07:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/question-and-answer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 9, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123707, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Questions & Answers Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:56 +00:00", + "prev_seen": "2023-08-30 17:07:56 +00:00", + "last_seen": "2023-11-20 15:01:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 9, + "page_from_rank": 53, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:56:21 +00:00", + "prev_seen": "2023-10-04 01:56:21 +00:00", + "last_seen": "2023-11-03 21:44:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for writing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools directory", + "text_pre": "topAI.tools is an", + "text_post": "and apps that launch in the market every day. On topAi.tools you can find and discover the tools that you need to boost and grow your business.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools search engine", + "text_pre": "You can also use the", + "text_post": "to find any tool to help you do any task.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=marketing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for marketing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=startup%20tools", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for startups", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/tag/c-development-company/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 93, + "page_from_size": 132875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "C# development company Archives - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-11-21 06:13:44 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 06:13:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-subject-line-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126967, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Email Subject Line Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-11 07:26:36 +00:00", + "prev_seen": "2023-10-11 07:26:36 +00:00", + "last_seen": "2023-11-20 21:27:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/pinterest", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67201, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for pinterest - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:58:56 +00:00", + "prev_seen": "2023-10-12 05:58:56 +00:00", + "last_seen": "2023-11-20 15:22:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/poll", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for poll - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:57:22 +00:00", + "prev_seen": "2023-10-12 05:57:22 +00:00", + "last_seen": "2023-11-20 15:21:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/graphics-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Graphics Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:15:30 +00:00", + "prev_seen": "2023-08-30 17:15:30 +00:00", + "last_seen": "2023-11-20 15:06:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/landing-page-and-website-copies-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127484, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Landing Page & Website Copies Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:11 +00:00", + "prev_seen": "2023-08-30 17:07:11 +00:00", + "last_seen": "2023-11-20 15:06:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/testimonial-and-review-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 138269, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Testimonial & Review Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:07 +00:00", + "prev_seen": "2023-08-30 17:12:07 +00:00", + "last_seen": "2023-11-20 15:05:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/episode-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132499, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Podcast Episode Title Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:34 +00:00", + "prev_seen": "2023-08-30 17:14:34 +00:00", + "last_seen": "2023-11-20 15:05:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/micro-saas-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 129778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Micro SaaS ideas generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:37 +00:00", + "prev_seen": "2023-08-30 17:14:37 +00:00", + "last_seen": "2023-11-20 15:05:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/startup-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123300, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup ideas generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:17 +00:00", + "prev_seen": "2023-08-30 17:14:17 +00:00", + "last_seen": "2023-11-20 15:02:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-usecase-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 118897, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product Usecase Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:17:09 +00:00", + "prev_seen": "2023-08-30 17:17:09 +00:00", + "last_seen": "2023-11-20 15:02:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/checklists-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Checklists Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:22 +00:00", + "prev_seen": "2023-08-30 17:09:22 +00:00", + "last_seen": "2023-11-20 15:02:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/slideshare-presentations-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slideshare presentations Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:48 +00:00", + "prev_seen": "2023-08-30 17:16:48 +00:00", + "last_seen": "2023-11-20 15:02:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-description-with-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125208, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product description with bullet points generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:05 +00:00", + "prev_seen": "2023-08-30 17:09:05 +00:00", + "last_seen": "2023-11-20 15:02:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-section-writing-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Blog Section Writing Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:28 +00:00", + "prev_seen": "2023-08-30 17:08:28 +00:00", + "last_seen": "2023-11-20 15:01:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/story-plot-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131881, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Infinite FREE Story Ideas: Unleash Your Imagination with Logicballs AI", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:03 +00:00", + "prev_seen": "2023-08-30 17:07:03 +00:00", + "last_seen": "2023-11-20 15:01:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/press-release-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 137523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Press Release Ideas Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:54 +00:00", + "prev_seen": "2023-08-30 17:14:54 +00:00", + "last_seen": "2023-11-20 15:01:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/value-prop-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123373, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Unique Value Proposition Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:18 +00:00", + "prev_seen": "2023-08-30 17:10:18 +00:00", + "last_seen": "2023-11-20 15:01:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/brand-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Business Name Generator - Unique Brand Names", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:06:48 +00:00", + "prev_seen": "2023-08-30 17:06:48 +00:00", + "last_seen": "2023-11-20 15:01:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/domain-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131612, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Domain Name Generator (Unique Ideas)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:39 +00:00", + "prev_seen": "2023-08-30 17:03:39 +00:00", + "last_seen": "2023-11-20 15:01:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125838, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Bio Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:37 +00:00", + "prev_seen": "2023-08-30 17:09:37 +00:00", + "last_seen": "2023-11-20 15:01:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sms-and-notifications-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123836, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SMS and notifications generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:21 +00:00", + "prev_seen": "2023-08-30 17:08:21 +00:00", + "last_seen": "2023-11-20 15:01:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 141876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Ads Generator | Facebook Ad Copy Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:36 +00:00", + "prev_seen": "2023-08-30 17:07:36 +00:00", + "last_seen": "2023-11-20 15:01:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/text-rewritter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 139595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Text Rewriter Or Article Rewriter- Generate High Quality Content with AI Text Rewriter Tool | LogicBalls", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:06:50 +00:00", + "prev_seen": "2023-08-30 17:06:50 +00:00", + "last_seen": "2023-11-20 15:01:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/profile-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Professional Profile Bio Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:45 +00:00", + "prev_seen": "2023-08-30 17:12:45 +00:00", + "last_seen": "2023-11-20 15:01:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/keywords-extractor", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126808, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Keyword Extractor | Best Keyword Extraction Tool", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:14 +00:00", + "prev_seen": "2023-08-30 17:08:14 +00:00", + "last_seen": "2023-11-20 15:01:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/podcast-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133484, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Podcast Name Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:03 +00:00", + "prev_seen": "2023-08-30 17:11:03 +00:00", + "last_seen": "2023-11-20 15:00:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/free-apps-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Apps Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:12 +00:00", + "prev_seen": "2023-08-30 17:16:12 +00:00", + "last_seen": "2023-11-20 15:00:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/video-idea-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122583, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free YouTube Video Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:13 +00:00", + "prev_seen": "2023-08-30 17:10:13 +00:00", + "last_seen": "2023-11-20 15:00:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/job-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127248, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Job Description Generator | Generate Job Descriptions", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:36 +00:00", + "prev_seen": "2023-08-30 17:10:36 +00:00", + "last_seen": "2023-11-20 15:00:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134677, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TikTok Bio Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:24 +00:00", + "prev_seen": "2023-08-30 17:05:24 +00:00", + "last_seen": "2023-11-20 15:00:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 140074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Ads Generator | LinkedIn Ad Copy Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:00 +00:00", + "prev_seen": "2023-08-30 17:11:00 +00:00", + "last_seen": "2023-11-20 15:00:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Twitter Ads Generator | Twitter Ad Copy Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:50 +00:00", + "prev_seen": "2023-08-30 17:11:50 +00:00", + "last_seen": "2023-11-20 15:00:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Bio Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:25 +00:00", + "prev_seen": "2023-08-30 17:10:25 +00:00", + "last_seen": "2023-11-20 15:00:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/song-lyrics-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123695, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Song Lyrics Generator - Free and Unique Lyrics", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:43 +00:00", + "prev_seen": "2023-08-30 17:16:43 +00:00", + "last_seen": "2023-11-20 15:00:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Twitter Bio Generator | Free Tool", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:19 +00:00", + "prev_seen": "2023-08-30 17:11:19 +00:00", + "last_seen": "2023-11-20 15:00:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/business-idea-pitch-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business idea pitch generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:58 +00:00", + "prev_seen": "2023-08-30 17:09:58 +00:00", + "last_seen": "2023-11-20 14:59:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 141235, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Product Description Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:15 +00:00", + "prev_seen": "2023-08-30 17:05:15 +00:00", + "last_seen": "2023-11-20 14:59:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/whitepapers-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122784, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Whitepapers Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:12 +00:00", + "prev_seen": "2023-08-30 17:08:12 +00:00", + "last_seen": "2023-11-20 14:59:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebooks-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ebooks Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:48 +00:00", + "prev_seen": "2023-08-30 17:05:48 +00:00", + "last_seen": "2023-11-20 14:59:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 144049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI LinkedIn Summary Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:12 +00:00", + "prev_seen": "2023-08-30 17:12:12 +00:00", + "last_seen": "2023-11-20 14:59:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/webinars-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123374, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Webinar Title Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:04 +00:00", + "prev_seen": "2023-08-30 17:09:04 +00:00", + "last_seen": "2023-11-20 14:59:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/slide-decks-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slide Decks Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:45 +00:00", + "prev_seen": "2023-08-30 17:03:45 +00:00", + "last_seen": "2023-11-20 14:59:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tagline-and-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133656, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Tagline and Headline Generator | Free Online Tool with AI", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:23 +00:00", + "prev_seen": "2023-10-07 23:58:01 +00:00", + "last_seen": "2023-11-20 05:32:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/copy-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI Copywriting & Content Generator Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:01 +00:00", + "prev_seen": "2023-10-07 23:35:01 +00:00", + "last_seen": "2023-11-20 05:32:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-content-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TikTok Content Ideas Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:35 +00:00", + "prev_seen": "2023-10-07 23:35:35 +00:00", + "last_seen": "2023-11-20 05:32:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-shorts-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube AI Shorts Script Generator ( Free & AI-Powered)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:03 +00:00", + "prev_seen": "2023-10-07 23:36:03 +00:00", + "last_seen": "2023-11-20 05:32:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122760, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE TikTok Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:37 +00:00", + "prev_seen": "2023-10-07 23:36:37 +00:00", + "last_seen": "2023-11-20 05:32:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/glassdoor-review-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 117961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Glassdoor Review Generator - Help Employees Share Honest Feedback", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:38:17 +00:00", + "prev_seen": "2023-10-07 23:38:17 +00:00", + "last_seen": "2023-11-20 05:32:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/add-emoji-to-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Emojis - Automatic Emoji Adding Tool for Text", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:37:06 +00:00", + "prev_seen": "2023-10-07 23:37:06 +00:00", + "last_seen": "2023-11-20 05:32:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/text-extender", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Text Extender, Sentence Extender", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:34:43 +00:00", + "prev_seen": "2023-10-07 23:34:43 +00:00", + "last_seen": "2023-11-20 05:32:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/storyteller", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127061, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Storyteller - Transforming Achievements into Engaging Narratives", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:48 +00:00", + "prev_seen": "2023-10-07 23:35:48 +00:00", + "last_seen": "2023-11-20 05:32:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/indiehackers-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123508, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free IndieHackers Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:52 +00:00", + "prev_seen": "2023-10-07 23:36:52 +00:00", + "last_seen": "2023-11-20 05:31:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Flipkart Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:38:34 +00:00", + "prev_seen": "2023-10-07 23:38:34 +00:00", + "last_seen": "2023-11-20 05:31:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hashtag Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:39:37 +00:00", + "prev_seen": "2023-10-07 23:39:37 +00:00", + "last_seen": "2023-11-20 05:31:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/monthly-product-newsletter-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Monthly Product Newsletter Writer | Boost Customer Engagement (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:39:50 +00:00", + "prev_seen": "2023-10-07 23:39:50 +00:00", + "last_seen": "2023-11-20 05:31:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-threads-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Threads Bio Generator (FREE AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:40:05 +00:00", + "prev_seen": "2023-10-07 23:40:05 +00:00", + "last_seen": "2023-11-20 05:31:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/keyword-research-strategies-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 119987, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Keyword Research Strategies Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:40:22 +00:00", + "prev_seen": "2023-10-07 23:40:22 +00:00", + "last_seen": "2023-11-20 05:31:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/bullet-points-to-paragraph-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bullet Points to Paragraph Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:40:37 +00:00", + "prev_seen": "2023-10-07 23:40:37 +00:00", + "last_seen": "2023-11-20 05:31:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/conclusion-generator-for-blogs-and-essays", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 257, + "page_from_size": 135726, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The essay conclusion generator elevates your content ending to new heights by crafting powerful conclusions with ease. Free to use, no registration needed.", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:31 +00:00", + "prev_seen": "2023-10-07 23:42:31 +00:00", + "last_seen": "2023-11-20 05:31:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/cold-call-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 137574, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Sales & Cold Calling Script Generator | AI-Powered", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:43 +00:00", + "prev_seen": "2023-10-07 23:42:43 +00:00", + "last_seen": "2023-11-20 05:31:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/local-services-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123630, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Local Services Description Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:59 +00:00", + "prev_seen": "2023-10-07 23:42:59 +00:00", + "last_seen": "2023-11-20 05:31:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/voice-message-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128949, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Voice Message Copy Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:43:21 +00:00", + "prev_seen": "2023-10-07 23:43:21 +00:00", + "last_seen": "2023-11-20 05:31:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Headline Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:44:42 +00:00", + "prev_seen": "2023-10-07 23:44:42 +00:00", + "last_seen": "2023-11-20 05:31:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122440, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Title Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:03 +00:00", + "prev_seen": "2023-10-07 23:45:03 +00:00", + "last_seen": "2023-11-20 05:31:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/identify-popular-questions", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122363, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Identify Popular Questions for Your Content", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:19 +00:00", + "prev_seen": "2023-10-07 23:45:19 +00:00", + "last_seen": "2023-11-20 05:31:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/customer-qbr-presentation-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered QBR Presentation Writer Tool | Create Engaging Outlines", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:36 +00:00", + "prev_seen": "2023-10-07 23:45:36 +00:00", + "last_seen": "2023-11-20 05:30:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Youtube Hashtag Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:03 +00:00", + "prev_seen": "2023-10-07 23:46:03 +00:00", + "last_seen": "2023-11-20 05:30:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/advertising-campaign-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124917, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ad Campaign Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:18 +00:00", + "prev_seen": "2023-10-07 23:46:18 +00:00", + "last_seen": "2023-11-20 05:30:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/qualifying-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128834, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Sales Qualifying Questions Generator - Generate Customized Questions for Better Conversions (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:29 +00:00", + "prev_seen": "2023-10-07 23:46:29 +00:00", + "last_seen": "2023-11-20 05:30:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-shorts-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123337, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free YouTube Shorts Idea Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:46 +00:00", + "prev_seen": "2023-10-07 23:46:46 +00:00", + "last_seen": "2023-11-20 05:30:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-reel-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132368, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Reel Script Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:01 +00:00", + "prev_seen": "2023-10-07 23:47:01 +00:00", + "last_seen": "2023-11-20 05:30:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-poll-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122509, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Poll Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:31 +00:00", + "prev_seen": "2023-10-07 23:47:31 +00:00", + "last_seen": "2023-11-20 05:30:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 136222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Headline Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:48 +00:00", + "prev_seen": "2023-10-07 23:47:48 +00:00", + "last_seen": "2023-11-20 05:30:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/company-slogan-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123591, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Slogan Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:02 +00:00", + "prev_seen": "2023-10-07 23:48:02 +00:00", + "last_seen": "2023-11-20 05:30:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/support-ticket-explainer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121844, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Support Ticket Explainer", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:15 +00:00", + "prev_seen": "2023-10-07 23:48:15 +00:00", + "last_seen": "2023-11-20 05:30:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/synopsis-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Synopsis Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:32 +00:00", + "prev_seen": "2023-10-07 23:48:32 +00:00", + "last_seen": "2023-11-20 05:30:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/listicle-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130561, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Listicle Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:45 +00:00", + "prev_seen": "2023-10-07 23:48:45 +00:00", + "last_seen": "2023-11-20 05:30:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/baby-names-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Baby Names Generator - Unique & Trendy Names for Your Little One", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:49:48 +00:00", + "prev_seen": "2023-10-07 23:49:48 +00:00", + "last_seen": "2023-11-20 05:29:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tweet-reply-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122567, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tweet Reply Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:50:49 +00:00", + "prev_seen": "2023-10-07 23:50:49 +00:00", + "last_seen": "2023-11-20 05:29:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tweet-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124901, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tweet Ideas Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:05 +00:00", + "prev_seen": "2023-10-07 23:51:05 +00:00", + "last_seen": "2023-11-20 05:29:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Etsy Product Description Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:17 +00:00", + "prev_seen": "2023-10-07 23:51:17 +00:00", + "last_seen": "2023-11-20 05:29:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Social%20Media", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 71, + "page_from_size": 110182, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Social Media - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:35 +00:00", + "prev_seen": "2023-10-07 23:51:35 +00:00", + "last_seen": "2023-11-20 05:29:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/content-tone-changer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Content Tone Changer (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:49 +00:00", + "prev_seen": "2023-10-07 23:51:49 +00:00", + "last_seen": "2023-11-20 05:29:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-reel-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Instagram Reels Idea Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:26 +00:00", + "prev_seen": "2023-10-07 23:53:26 +00:00", + "last_seen": "2023-11-20 05:29:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/compelling-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Generate Captivating Bullet Points with AI for Your Product", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:50 +00:00", + "prev_seen": "2023-10-07 23:53:50 +00:00", + "last_seen": "2023-11-20 05:29:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/subheadings-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123300, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Subheadings Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:54:51 +00:00", + "prev_seen": "2023-10-07 23:54:51 +00:00", + "last_seen": "2023-11-20 05:29:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Description Generator for Amazon | Enhance Your Product Listings", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:08 +00:00", + "prev_seen": "2023-10-07 23:55:08 +00:00", + "last_seen": "2023-11-20 05:29:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-launch-checklist-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125558, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Product Launch Checklist Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:39 +00:00", + "prev_seen": "2023-10-07 23:55:39 +00:00", + "last_seen": "2023-11-20 05:29:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/support-auto-reply-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Support Ticket Auto Reply Writer - Boost Your Customer Service Efficiency", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:50 +00:00", + "prev_seen": "2023-10-07 23:55:50 +00:00", + "last_seen": "2023-11-20 05:29:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125656, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Facebook Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:06 +00:00", + "prev_seen": "2023-10-07 23:57:06 +00:00", + "last_seen": "2023-11-20 05:28:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/content-readability-improver", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Competitor Analysis Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:18 +00:00", + "prev_seen": "2023-10-07 23:57:18 +00:00", + "last_seen": "2023-11-20 05:28:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI TikTok script generator | Free AI Script Writer", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:34 +00:00", + "prev_seen": "2023-10-07 23:57:34 +00:00", + "last_seen": "2023-11-20 05:28:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134703, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free eBay Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:51:47 +00:00", + "prev_seen": "2023-10-07 22:51:47 +00:00", + "last_seen": "2023-11-20 03:29:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-experience-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125418, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Experience Description Generator - Create Impressive Work Summaries", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:52:34 +00:00", + "prev_seen": "2023-10-07 22:52:34 +00:00", + "last_seen": "2023-11-20 03:29:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/marketing-plan-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Marketing Plan Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:54:17 +00:00", + "prev_seen": "2023-10-07 22:54:17 +00:00", + "last_seen": "2023-11-20 03:28:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-channel-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122384, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Channel Name Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:55:50 +00:00", + "prev_seen": "2023-10-07 22:55:50 +00:00", + "last_seen": "2023-11-20 03:28:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/restaurant-review-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Create Compelling & Engaging Reviews Instantly! (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:56:36 +00:00", + "prev_seen": "2023-10-07 22:56:36 +00:00", + "last_seen": "2023-11-20 03:28:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/request-for-testimonial-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121355, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Request for Testimonial Email Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:58:11 +00:00", + "prev_seen": "2023-10-07 22:58:11 +00:00", + "last_seen": "2023-11-20 03:28:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/content-expander", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130479, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Paragraph Expander: Expand Paragraph Content", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:58:50 +00:00", + "prev_seen": "2023-10-07 22:58:50 +00:00", + "last_seen": "2023-11-20 03:28:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sms-campaign-template-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131089, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Effective SMS Campaign Template with AI (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:01:15 +00:00", + "prev_seen": "2023-10-07 23:01:15 +00:00", + "last_seen": "2023-11-20 03:28:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/first-to-third-person-converter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "First Person to Third Person Converter (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:02:46 +00:00", + "prev_seen": "2023-10-07 23:02:46 +00:00", + "last_seen": "2023-11-20 03:28:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-heading-expander", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122760, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Blog Heading Expander", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:03:40 +00:00", + "prev_seen": "2023-10-07 23:03:40 +00:00", + "last_seen": "2023-11-20 03:28:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/survey-question-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122682, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI Survey Question Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:06:42 +00:00", + "prev_seen": "2023-10-07 23:06:42 +00:00", + "last_seen": "2023-11-20 03:28:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/what-to-do", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123948, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Assistant: Your Reliable Partner in Challenging Situations", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:07:15 +00:00", + "prev_seen": "2023-10-07 23:07:15 +00:00", + "last_seen": "2023-11-20 03:28:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/gramnmar-checker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124239, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Grammar Checker - Instantly Improve Your Writing Accuracy and write like a pro", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:07:45 +00:00", + "prev_seen": "2023-10-07 23:07:45 +00:00", + "last_seen": "2023-11-20 03:28:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/competitor-comparison-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 137778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Competitor Comparison Generator - Compare Your Business Performance with Competitors", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:08:22 +00:00", + "prev_seen": "2023-10-07 23:08:22 +00:00", + "last_seen": "2023-11-20 03:28:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/love-letter-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126643, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Love Letter Writer - Heartfelt, Personalized, & Romantic Letters for Your Special Someone", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:09:43 +00:00", + "prev_seen": "2023-10-07 23:09:43 +00:00", + "last_seen": "2023-11-20 03:27:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/social-media-content-calendar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122821, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Social Media Content Calendar Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:11:08 +00:00", + "prev_seen": "2023-10-07 23:11:08 +00:00", + "last_seen": "2023-11-20 03:27:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-review-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126000, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product Review Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:11:56 +00:00", + "prev_seen": "2023-10-07 23:11:56 +00:00", + "last_seen": "2023-11-20 03:27:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/excel-formula-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123655, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Excel Formula Generator - Advanced Algorithm Solution", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:12:47 +00:00", + "prev_seen": "2023-10-07 23:12:47 +00:00", + "last_seen": "2023-11-20 03:27:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-insights-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Insights Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:13:31 +00:00", + "prev_seen": "2023-10-07 23:13:31 +00:00", + "last_seen": "2023-11-20 03:27:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/press-release-quote-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Press Release Quote Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:14:07 +00:00", + "prev_seen": "2023-10-07 23:14:07 +00:00", + "last_seen": "2023-11-20 03:27:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-title-alternatives-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Title Rewriter (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:15:40 +00:00", + "prev_seen": "2023-10-07 23:15:40 +00:00", + "last_seen": "2023-11-20 03:27:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/cricket-match-tweet-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 118791, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Cricket Match Tweet Generation Tool - Effortlessly Compose Tweets!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:16:19 +00:00", + "prev_seen": "2023-10-07 23:16:19 +00:00", + "last_seen": "2023-11-20 03:27:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126727, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Flipkart Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:16:54 +00:00", + "prev_seen": "2023-10-07 23:16:54 +00:00", + "last_seen": "2023-11-20 03:27:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/q-and-a-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123550, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Q & A Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:17:31 +00:00", + "prev_seen": "2023-10-07 23:17:31 +00:00", + "last_seen": "2023-11-20 03:27:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/feature-to-benefit-converter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Feature to Benefit Converter - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:18:04 +00:00", + "prev_seen": "2023-10-07 23:18:04 +00:00", + "last_seen": "2023-11-20 03:27:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/google-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126954, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Google Ad Headline Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:19:35 +00:00", + "prev_seen": "2023-10-07 23:19:35 +00:00", + "last_seen": "2023-11-20 03:27:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/closing-ticket-response-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Efficient & Professional Closing Ticket Response Writer Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:20:21 +00:00", + "prev_seen": "2023-10-07 23:20:21 +00:00", + "last_seen": "2023-11-20 03:27:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ticket-resolution-delay-response-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122475, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Resolution Delay Response Writer | Automated Apology Text Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:21:16 +00:00", + "prev_seen": "2023-10-07 23:21:16 +00:00", + "last_seen": "2023-11-20 03:26:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/call-to-action-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Call to Action Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:22:40 +00:00", + "prev_seen": "2023-10-07 23:22:40 +00:00", + "last_seen": "2023-11-20 03:26:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hacker-news-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Hacker News Post Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:23:20 +00:00", + "prev_seen": "2023-10-07 23:23:20 +00:00", + "last_seen": "2023-11-20 03:26:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-campaign-template-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Create effective email campaigns with free AI-powered email campaign template", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:24:14 +00:00", + "prev_seen": "2023-10-07 23:24:14 +00:00", + "last_seen": "2023-11-20 03:26:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/billing-reminder-email-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Billing Reminder Email Writer - Automate Payment Reminders", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:24:54 +00:00", + "prev_seen": "2023-10-07 23:24:54 +00:00", + "last_seen": "2023-11-20 03:26:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-or-service-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123204, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product or Service Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:25:40 +00:00", + "prev_seen": "2023-10-07 23:25:40 +00:00", + "last_seen": "2023-11-20 03:26:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/poem-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Poem Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:26:15 +00:00", + "prev_seen": "2023-10-07 23:26:15 +00:00", + "last_seen": "2023-11-20 03:26:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sales-email-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Sales Email Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:27:42 +00:00", + "prev_seen": "2023-10-07 23:27:42 +00:00", + "last_seen": "2023-11-20 03:26:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/summary-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123508, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Text Summarizer - FREE Summary Generator Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:28:19 +00:00", + "prev_seen": "2023-10-07 23:28:19 +00:00", + "last_seen": "2023-11-20 03:26:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122997, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Comment Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:29:00 +00:00", + "prev_seen": "2023-10-07 23:29:00 +00:00", + "last_seen": "2023-11-20 03:26:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-question-for-customer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Questions for Customer Generator - Boost Your Sales & Engagement", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:29:48 +00:00", + "prev_seen": "2023-10-07 23:29:48 +00:00", + "last_seen": "2023-11-20 03:26:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-caption-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free TikTok Caption Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:30:28 +00:00", + "prev_seen": "2023-10-07 23:30:28 +00:00", + "last_seen": "2023-11-20 03:26:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/trip-planner", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Trip Planner | Itinerary Maker & Travel Itinerary Planner", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:31:05 +00:00", + "prev_seen": "2023-10-07 23:31:05 +00:00", + "last_seen": "2023-11-20 03:25:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-video-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122678, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Video Script Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:32:27 +00:00", + "prev_seen": "2023-10-07 23:32:27 +00:00", + "last_seen": "2023-11-20 03:25:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedIn-poll-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122243, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Poll Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:33:06 +00:00", + "prev_seen": "2023-10-07 23:33:06 +00:00", + "last_seen": "2023-11-20 03:25:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133047, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Etsy Listing Title Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:34:25 +00:00", + "prev_seen": "2023-10-07 23:34:25 +00:00", + "last_seen": "2023-11-20 03:25:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free eBay Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:51:17 +00:00", + "prev_seen": "2023-10-07 22:51:17 +00:00", + "last_seen": "2023-11-20 03:25:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Amazon Product Title Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:52:12 +00:00", + "prev_seen": "2023-10-07 22:52:12 +00:00", + "last_seen": "2023-11-20 03:25:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131947, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "eBay Product Description Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:53:48 +00:00", + "prev_seen": "2023-10-07 22:53:48 +00:00", + "last_seen": "2023-11-20 03:25:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-connection-request-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128284, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI LinkedIn Connection Request Generator - Boost Your Networking", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:54:38 +00:00", + "prev_seen": "2023-10-07 22:54:38 +00:00", + "last_seen": "2023-11-20 03:25:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedIn-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123194, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Linkedin Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:57:49 +00:00", + "prev_seen": "2023-10-07 22:57:49 +00:00", + "last_seen": "2023-11-20 03:25:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/buyer-challenges-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Buyer Challenges Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:58:33 +00:00", + "prev_seen": "2023-10-07 22:58:33 +00:00", + "last_seen": "2023-11-20 03:25:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 135039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Etsy Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:00:44 +00:00", + "prev_seen": "2023-10-07 23:00:44 +00:00", + "last_seen": "2023-11-20 03:25:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 138466, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Post Generator: Create Free Engaging Posts That Will Get You Noticed", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:03:19 +00:00", + "prev_seen": "2023-10-07 23:03:19 +00:00", + "last_seen": "2023-11-20 03:25:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sales-pitch-deck-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126043, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Sales Pitch Deck Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:03:59 +00:00", + "prev_seen": "2023-10-07 23:03:59 +00:00", + "last_seen": "2023-11-20 03:24:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "eBay Title Builder - 100% free, No Login Required", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:06:21 +00:00", + "prev_seen": "2023-10-07 23:06:21 +00:00", + "last_seen": "2023-11-20 03:24:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-group-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Group Post Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:06:57 +00:00", + "prev_seen": "2023-10-07 23:06:57 +00:00", + "last_seen": "2023-11-20 03:24:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/potential-customer-persona-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123268, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Customer Persona Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:07:32 +00:00", + "prev_seen": "2023-10-07 23:07:32 +00:00", + "last_seen": "2023-11-20 03:24:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/employee-satisfaction-survey-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 119237, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Employee Satisfaction Survey Generator | Create Customized Surveys", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:08:01 +00:00", + "prev_seen": "2023-10-07 23:08:01 +00:00", + "last_seen": "2023-11-20 03:24:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-tags-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122659, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Tags Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:09:22 +00:00", + "prev_seen": "2023-10-07 23:09:22 +00:00", + "last_seen": "2023-11-20 03:24:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127499, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Amazon Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:10:04 +00:00", + "prev_seen": "2023-10-07 23:10:04 +00:00", + "last_seen": "2023-11-20 03:24:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/customer-contract-summerizer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Customer Contract Summarizer AI - Streamline Your Contract Analysis (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:10:50 +00:00", + "prev_seen": "2023-10-07 23:10:50 +00:00", + "last_seen": "2023-11-20 03:24:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/talking-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Talking Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:12:22 +00:00", + "prev_seen": "2023-10-07 23:12:22 +00:00", + "last_seen": "2023-11-20 03:24:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/author-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Author Bio Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:13:04 +00:00", + "prev_seen": "2023-10-07 23:13:04 +00:00", + "last_seen": "2023-11-20 03:24:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/elevator-pitch-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126101, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Elevator Pitch Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:15:21 +00:00", + "prev_seen": "2023-10-07 23:15:21 +00:00", + "last_seen": "2023-11-20 03:24:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/marketing-segmentation-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Marketing Segmentation Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:15:58 +00:00", + "prev_seen": "2023-10-07 23:15:58 +00:00", + "last_seen": "2023-11-20 03:24:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/faq-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134083, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI FAQ Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:16:36 +00:00", + "prev_seen": "2023-10-07 23:16:36 +00:00", + "last_seen": "2023-11-20 03:23:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123702, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bullet Points Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:17:15 +00:00", + "prev_seen": "2023-10-07 23:17:15 +00:00", + "last_seen": "2023-11-20 03:23:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-followup-message-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Sales LinkedIn Followup Message Generator - Engage Leads with Ease", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:17:48 +00:00", + "prev_seen": "2023-10-07 23:17:48 +00:00", + "last_seen": "2023-11-20 03:23:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130192, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Post Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:19:14 +00:00", + "prev_seen": "2023-10-07 23:19:14 +00:00", + "last_seen": "2023-11-20 03:23:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133927, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Looking for ideas for your next blog post? Use our free blog topic ideas generator to create plenty of unique and trendy blog topic ideas now!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:20:00 +00:00", + "prev_seen": "2023-10-07 23:20:00 +00:00", + "last_seen": "2023-11-20 03:23:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/dating-icebreaker-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 119771, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Dating Icebreaker Questions Generator - Spark Conversations with Ease!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:21:40 +00:00", + "prev_seen": "2023-10-07 23:21:40 +00:00", + "last_seen": "2023-11-20 03:23:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-followup-message-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI-Powered Sales Follow-Up Email Generator | Boost Your Sales Conversions (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:22:21 +00:00", + "prev_seen": "2023-10-07 23:22:21 +00:00", + "last_seen": "2023-11-20 03:23:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-group-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124956, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Facebook Group Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:22:56 +00:00", + "prev_seen": "2023-10-07 23:22:56 +00:00", + "last_seen": "2023-11-20 03:23:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/chat-reply-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Message Reply Tool - Boost Your Personal & Professional Conversations", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:23:51 +00:00", + "prev_seen": "2023-10-07 23:23:51 +00:00", + "last_seen": "2023-11-20 03:23:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/headline-intro-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130274, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Headline Intro Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:24:34 +00:00", + "prev_seen": "2023-10-07 23:24:34 +00:00", + "last_seen": "2023-11-20 03:23:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/digital-marketing-strategy-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123156, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Digital Marketing Strategy Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:25:20 +00:00", + "prev_seen": "2023-10-07 23:25:20 +00:00", + "last_seen": "2023-11-20 03:23:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/paragraph-shredder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123678, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Paragraph Shredder (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:25:59 +00:00", + "prev_seen": "2023-10-07 23:25:59 +00:00", + "last_seen": "2023-11-20 03:23:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-recommendation-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free LinkedIn Recommendation Generator | AI-Powered Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:27:19 +00:00", + "prev_seen": "2023-10-07 23:27:19 +00:00", + "last_seen": "2023-11-20 03:22:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/whatsapp-campaign-template-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Create Effective Whatsapp Campaigns with AI (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:27:59 +00:00", + "prev_seen": "2023-10-07 23:27:59 +00:00", + "last_seen": "2023-11-20 03:22:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hook-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126364, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Hook Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:28:41 +00:00", + "prev_seen": "2023-10-07 23:28:41 +00:00", + "last_seen": "2023-11-20 03:22:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/poll-question-and-answer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Poll Question and Answers Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:30:07 +00:00", + "prev_seen": "2023-10-07 23:30:07 +00:00", + "last_seen": "2023-11-20 03:22:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Twitter Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:30:47 +00:00", + "prev_seen": "2023-10-07 23:30:47 +00:00", + "last_seen": "2023-11-20 03:22:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instgram-threads-thread-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127924, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Threads Generator (FREE AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:32:48 +00:00", + "prev_seen": "2023-10-07 23:32:48 +00:00", + "last_seen": "2023-11-20 03:22:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/fitness-excecise-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124945, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fitness Exercise Ideas Generator - Your Ultimate Workout Inspiration (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:33:26 +00:00", + "prev_seen": "2023-10-07 23:33:26 +00:00", + "last_seen": "2023-11-20 03:22:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/pain-point-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127261, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pain Point Generator - Generate Your Business's Pain Points Now", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:34:01 +00:00", + "prev_seen": "2023-10-07 23:34:01 +00:00", + "last_seen": "2023-11-20 03:22:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/General", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 38, + "page_from_size": 91030, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for General - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:38:08 +00:00", + "prev_seen": "2023-10-07 22:38:08 +00:00", + "last_seen": "2023-11-20 01:52:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/glossary-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122891, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Glossary Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:33:24 +00:00", + "prev_seen": "2023-10-07 22:33:24 +00:00", + "last_seen": "2023-11-20 01:52:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Instagram Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:33:55 +00:00", + "prev_seen": "2023-10-07 22:33:55 +00:00", + "last_seen": "2023-11-20 01:52:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-video-topic-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124089, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI YouTube Ideas Generator: Get Inspirational Video Topic Suggestions", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:37:40 +00:00", + "prev_seen": "2023-10-07 22:37:40 +00:00", + "last_seen": "2023-11-20 01:52:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/aida-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123433, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIDA Generator : Copywriting Framework", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:39:19 +00:00", + "prev_seen": "2023-10-07 22:39:19 +00:00", + "last_seen": "2023-11-20 01:52:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/pinterest-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122888, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pinterest Hashtag Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:39:46 +00:00", + "prev_seen": "2023-10-07 22:39:46 +00:00", + "last_seen": "2023-11-20 01:52:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/meal-planner", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 120667, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Meal Planner - Simplify and Optimize Your Meal Planning", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:40:07 +00:00", + "prev_seen": "2023-10-07 22:40:07 +00:00", + "last_seen": "2023-11-20 01:52:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/personal-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123272, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Profile Bio, Personal Bio Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:40:53 +00:00", + "prev_seen": "2023-10-07 22:40:53 +00:00", + "last_seen": "2023-11-20 01:52:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Flipkart Product Title Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:41:17 +00:00", + "prev_seen": "2023-10-07 22:41:17 +00:00", + "last_seen": "2023-11-20 01:52:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-poll-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122518, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Twitter Poll Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:41:37 +00:00", + "prev_seen": "2023-10-07 22:41:37 +00:00", + "last_seen": "2023-11-20 01:51:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Flipkart Product Description Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:47:37 +00:00", + "prev_seen": "2023-10-07 22:47:37 +00:00", + "last_seen": "2023-11-20 01:51:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/icebreaker-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123867, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Sales Icebreaker Generator - Break the Ice with Ease!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:48:23 +00:00", + "prev_seen": "2023-10-07 22:48:23 +00:00", + "last_seen": "2023-11-20 01:51:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/meeting-notes-to-summary-creator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121547, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Meeting Notes to Summary Creator - Transform Your Meeting Notes Effortlessly - FREE tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:49:09 +00:00", + "prev_seen": "2023-10-07 22:49:09 +00:00", + "last_seen": "2023-11-20 01:51:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/support-ticket-reply-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122862, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Support Ticket Reply Writer - Generate Quick and Accurate Replies", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:50:38 +00:00", + "prev_seen": "2023-10-07 22:50:38 +00:00", + "last_seen": "2023-11-20 01:51:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-inemail-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 129714, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI LinkedIn In-Email Generator - Boost Your Networking Potential (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:17:53 +00:00", + "prev_seen": "2023-10-07 22:17:53 +00:00", + "last_seen": "2023-11-20 01:51:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/advertisement-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ad Script Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:17:26 +00:00", + "prev_seen": "2023-10-07 22:17:26 +00:00", + "last_seen": "2023-11-20 01:51:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/proposal-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Proposal Generator - Generate Winning Proposals with AI Proposal Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:16:58 +00:00", + "prev_seen": "2023-10-07 22:16:58 +00:00", + "last_seen": "2023-11-20 01:51:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/course-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123061, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Course Description Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:16:05 +00:00", + "prev_seen": "2023-10-07 22:16:05 +00:00", + "last_seen": "2023-11-20 01:51:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-introduction-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 135825, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Introduction Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:46:23 +00:00", + "prev_seen": "2023-10-07 22:46:23 +00:00", + "last_seen": "2023-11-20 01:51:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/board-game-recommendation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121636, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Board Game Recommendations - Find Your Perfect Game Match!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:47:57 +00:00", + "prev_seen": "2023-10-07 22:47:57 +00:00", + "last_seen": "2023-11-20 01:51:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127043, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Etsy Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:48:47 +00:00", + "prev_seen": "2023-10-07 22:48:47 +00:00", + "last_seen": "2023-11-20 01:51:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/reddit-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125151, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Reddit Post Generator FREE (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:49:28 +00:00", + "prev_seen": "2023-10-07 22:49:28 +00:00", + "last_seen": "2023-11-20 01:51:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/about-us-page-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "About Us Page Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:15:36 +00:00", + "prev_seen": "2023-10-07 22:15:36 +00:00", + "last_seen": "2023-11-20 01:50:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127283, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Amazon Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:12:19 +00:00", + "prev_seen": "2023-10-07 22:12:19 +00:00", + "last_seen": "2023-11-20 01:50:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/press-release", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68201, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for press-release - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:27 +00:00", + "prev_seen": "2023-10-08 00:01:27 +00:00", + "last_seen": "2023-11-19 22:29:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/ebooks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 67839, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for ebooks - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:40 +00:00", + "prev_seen": "2023-10-08 00:01:40 +00:00", + "last_seen": "2023-11-19 22:29:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/whitepaper", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67248, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for whitepaper - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:50 +00:00", + "prev_seen": "2023-10-08 00:01:50 +00:00", + "last_seen": "2023-11-19 22:29:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/video-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 75011, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for video-generator - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:04 +00:00", + "prev_seen": "2023-10-08 00:02:04 +00:00", + "last_seen": "2023-11-19 22:28:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/HR", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 77136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for HR - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:17 +00:00", + "prev_seen": "2023-10-08 00:02:17 +00:00", + "last_seen": "2023-11-19 22:28:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Account%20Management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 72625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Account Management - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:28 +00:00", + "prev_seen": "2023-10-08 00:02:28 +00:00", + "last_seen": "2023-11-19 22:28:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Love", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 70137, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Love - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:42 +00:00", + "prev_seen": "2023-10-08 00:02:42 +00:00", + "last_seen": "2023-11-19 22:28:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Travel", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 68800, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Travel - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:00 +00:00", + "prev_seen": "2023-10-08 00:03:00 +00:00", + "last_seen": "2023-11-19 22:28:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Help%20Desk", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 85717, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Help Desk - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:29 +00:00", + "prev_seen": "2023-10-08 00:03:29 +00:00", + "last_seen": "2023-11-19 22:28:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/content-villain", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Content Villain Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:31:47 +00:00", + "prev_seen": "2023-10-07 23:31:47 +00:00", + "last_seen": "2023-11-19 22:28:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/dating", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for dating - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:47 +00:00", + "prev_seen": "2023-10-08 00:03:47 +00:00", + "last_seen": "2023-11-19 22:28:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Random", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 67920, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Random - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:01 +00:00", + "prev_seen": "2023-10-08 00:04:01 +00:00", + "last_seen": "2023-11-19 22:28:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/travel", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67070, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for travel - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:12 +00:00", + "prev_seen": "2023-10-08 00:04:12 +00:00", + "last_seen": "2023-11-19 22:28:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/fitness", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 67771, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for fitness - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:25 +00:00", + "prev_seen": "2023-10-08 00:04:25 +00:00", + "last_seen": "2023-11-19 22:28:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Sports", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 69026, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Sports - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:39 +00:00", + "prev_seen": "2023-10-08 00:04:39 +00:00", + "last_seen": "2023-11-19 22:28:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/knowledge-base", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 69725, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for knowledge-base - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:49 +00:00", + "prev_seen": "2023-10-08 00:04:49 +00:00", + "last_seen": "2023-11-19 22:28:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/flipkart", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for flipkart - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:29:28 +00:00", + "prev_seen": "2023-10-07 23:29:28 +00:00", + "last_seen": "2023-11-19 22:28:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/shortly-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Shortly AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:31:28 +00:00", + "prev_seen": "2023-10-07 23:31:28 +00:00", + "last_seen": "2023-11-19 22:28:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Business", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 87378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Business - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:32:12 +00:00", + "prev_seen": "2023-10-07 23:32:12 +00:00", + "last_seen": "2023-11-19 22:27:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/etsy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for etsy - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:18 +00:00", + "prev_seen": "2023-10-07 23:35:18 +00:00", + "last_seen": "2023-11-19 22:27:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/tiktok", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 69784, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for tiktok - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:20 +00:00", + "prev_seen": "2023-10-07 23:36:20 +00:00", + "last_seen": "2023-11-19 22:27:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-content-villain", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93554, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Content Villain : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:41:41 +00:00", + "prev_seen": "2023-10-07 23:41:41 +00:00", + "last_seen": "2023-11-19 22:27:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/writesonic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Writesonic Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:41:56 +00:00", + "prev_seen": "2023-10-07 23:41:56 +00:00", + "last_seen": "2023-11-19 22:27:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/jasper-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80789, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Jasper AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:13 +00:00", + "prev_seen": "2023-10-07 23:42:13 +00:00", + "last_seen": "2023-11-19 22:27:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Design", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 69204, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Design - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:49 +00:00", + "prev_seen": "2023-10-07 23:45:49 +00:00", + "last_seen": "2023-11-19 22:27:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/textcortex", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best TextCortex Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:16 +00:00", + "prev_seen": "2023-10-07 23:47:16 +00:00", + "last_seen": "2023-11-19 22:27:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Recruitment", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 69624, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Recruitment - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:52:54 +00:00", + "prev_seen": "2023-10-07 23:52:54 +00:00", + "last_seen": "2023-11-19 22:27:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/ebay", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for ebay - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:11 +00:00", + "prev_seen": "2023-10-07 23:53:11 +00:00", + "last_seen": "2023-11-19 22:27:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/peppertype-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Peppertype AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:38 +00:00", + "prev_seen": "2023-10-07 23:53:38 +00:00", + "last_seen": "2023-11-19 22:27:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-snazzy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93392, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Snazzy AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:22 +00:00", + "prev_seen": "2023-10-07 23:55:22 +00:00", + "last_seen": "2023-11-19 22:27:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/nichesss", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80801, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Nichesss Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:56:50 +00:00", + "prev_seen": "2023-10-07 23:56:50 +00:00", + "last_seen": "2023-11-19 22:27:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Product", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 69743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Product - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:00:21 +00:00", + "prev_seen": "2023-10-07 23:00:21 +00:00", + "last_seen": "2023-11-19 22:27:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/longshot-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best LongShot AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:05:59 +00:00", + "prev_seen": "2023-10-07 23:05:59 +00:00", + "last_seen": "2023-11-19 22:26:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/rytr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Rytr Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:09:07 +00:00", + "prev_seen": "2023-10-07 23:09:07 +00:00", + "last_seen": "2023-11-19 22:26:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/simplified", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Simplified Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:10:28 +00:00", + "prev_seen": "2023-10-07 23:10:28 +00:00", + "last_seen": "2023-11-19 22:26:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-shortly-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93749, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Shortly AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:21:59 +00:00", + "prev_seen": "2023-10-07 23:21:59 +00:00", + "last_seen": "2023-11-19 22:26:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Marketing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 65, + "page_from_size": 107385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Marketing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:56:15 +00:00", + "prev_seen": "2023-10-07 22:56:15 +00:00", + "last_seen": "2023-11-19 22:26:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/closerscopy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best ClosersCopy Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:59:56 +00:00", + "prev_seen": "2023-10-07 22:59:56 +00:00", + "last_seen": "2023-11-19 22:26:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/excel", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67172, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for excel - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:01:35 +00:00", + "prev_seen": "2023-10-07 23:01:35 +00:00", + "last_seen": "2023-11-19 22:26:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/snazzy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80815, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Snazzy AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:08:44 +00:00", + "prev_seen": "2023-10-07 23:08:44 +00:00", + "last_seen": "2023-11-19 22:26:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/SEO", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 85021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for SEO - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:11:36 +00:00", + "prev_seen": "2023-10-07 23:11:36 +00:00", + "last_seen": "2023-11-19 22:26:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-closerscopy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93552, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs ClosersCopy : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:13:48 +00:00", + "prev_seen": "2023-10-07 23:13:48 +00:00", + "last_seen": "2023-11-19 22:26:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-nichesss", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93170, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Nichesss : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:20:50 +00:00", + "prev_seen": "2023-10-07 23:20:50 +00:00", + "last_seen": "2023-11-19 22:26:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/copy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Copy AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:32:48 +00:00", + "prev_seen": "2023-10-07 22:32:48 +00:00", + "last_seen": "2023-11-19 22:26:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Product%20Marketing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 79821, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Product Marketing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:40:33 +00:00", + "prev_seen": "2023-10-07 22:40:33 +00:00", + "last_seen": "2023-11-19 22:25:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-peppertype-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93241, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Peppertype AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:43:37 +00:00", + "prev_seen": "2023-10-07 22:43:37 +00:00", + "last_seen": "2023-11-19 22:25:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-textcortex", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs TextCortex : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:46:00 +00:00", + "prev_seen": "2023-10-07 22:46:00 +00:00", + "last_seen": "2023-11-19 22:25:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/education-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 71481, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for education-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:15 +00:00", + "prev_seen": "2023-10-08 00:03:15 +00:00", + "last_seen": "2023-11-19 22:25:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Interview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 69585, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Interview - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:44:49 +00:00", + "prev_seen": "2023-10-07 22:44:49 +00:00", + "last_seen": "2023-11-19 22:25:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/facebook", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 27, + "page_from_size": 71348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for facebook - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:15:11 +00:00", + "prev_seen": "2023-10-07 22:15:11 +00:00", + "last_seen": "2023-11-19 22:24:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/reviews", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 70576, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for reviews - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:14:44 +00:00", + "prev_seen": "2023-10-07 22:14:44 +00:00", + "last_seen": "2023-11-19 22:24:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/youtube", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 73504, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for youtube - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:12:54 +00:00", + "prev_seen": "2023-10-07 22:12:54 +00:00", + "last_seen": "2023-11-19 22:24:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/instagram-threads", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 68098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for instagram-threads - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:24:19 +00:00", + "prev_seen": "2023-10-07 22:24:19 +00:00", + "last_seen": "2023-11-19 22:24:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/instagram", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 71420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for instagram - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:07:35 +00:00", + "prev_seen": "2023-10-07 22:07:35 +00:00", + "last_seen": "2023-11-19 22:24:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/whatsapp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for whatsapp - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:23:40 +00:00", + "prev_seen": "2023-10-07 22:23:40 +00:00", + "last_seen": "2023-11-19 22:24:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Game", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 68973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Game - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:23:15 +00:00", + "prev_seen": "2023-10-07 22:23:15 +00:00", + "last_seen": "2023-11-19 22:24:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/sms", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 67820, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for sms - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:22:51 +00:00", + "prev_seen": "2023-10-07 22:22:51 +00:00", + "last_seen": "2023-11-19 22:24:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/human-resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 70467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for human-resources - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:22:23 +00:00", + "prev_seen": "2023-10-07 22:22:23 +00:00", + "last_seen": "2023-11-19 22:24:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Sales", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 91195, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Sales - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:21:53 +00:00", + "prev_seen": "2023-10-07 22:21:53 +00:00", + "last_seen": "2023-11-19 22:24:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/presentations", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69505, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for presentations - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:21:28 +00:00", + "prev_seen": "2023-10-07 22:21:28 +00:00", + "last_seen": "2023-11-19 22:24:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/image-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67618, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for image-generator - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:21:00 +00:00", + "prev_seen": "2023-10-07 22:21:00 +00:00", + "last_seen": "2023-11-19 22:24:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/podcast", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for podcast - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:20:39 +00:00", + "prev_seen": "2023-10-07 22:20:39 +00:00", + "last_seen": "2023-11-19 22:24:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/story-teller", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 68074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for story-teller - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:20:14 +00:00", + "prev_seen": "2023-10-07 22:20:14 +00:00", + "last_seen": "2023-11-19 22:23:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/newsletter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for newsletter - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:18:54 +00:00", + "prev_seen": "2023-10-07 22:18:54 +00:00", + "last_seen": "2023-11-19 22:23:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/ads", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 73719, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for ads - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:46 +00:00", + "prev_seen": "2023-10-07 23:57:46 +00:00", + "last_seen": "2023-11-19 22:23:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/productivity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 70829, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for productivity - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:14 +00:00", + "prev_seen": "2023-10-08 00:01:14 +00:00", + "last_seen": "2023-11-19 22:23:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/twitter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 27, + "page_from_size": 73148, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for twitter - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:02:21 +00:00", + "prev_seen": "2023-10-07 22:02:21 +00:00", + "last_seen": "2023-11-19 22:23:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/linkedin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 75442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for linkedin - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:59:23 +00:00", + "prev_seen": "2023-10-07 21:59:23 +00:00", + "last_seen": "2023-11-19 22:23:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/e-commerce", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 35, + "page_from_size": 77391, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for e-commerce - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:18:27 +00:00", + "prev_seen": "2023-10-07 22:18:27 +00:00", + "last_seen": "2023-11-19 22:00:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/email-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 71205, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for email-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:41 +00:00", + "prev_seen": "2023-10-07 22:00:41 +00:00", + "last_seen": "2023-11-19 21:59:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/sales", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 46, + "page_from_size": 84404, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for sales - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:26 +00:00", + "prev_seen": "2023-10-07 22:00:26 +00:00", + "last_seen": "2023-11-19 21:59:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/amazon", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69245, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for amazon - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:16:35 +00:00", + "prev_seen": "2023-10-07 22:16:35 +00:00", + "last_seen": "2023-11-19 21:59:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/startup-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 39, + "page_from_size": 80313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for startup-tools - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:14 +00:00", + "prev_seen": "2023-10-07 22:00:14 +00:00", + "last_seen": "2023-11-19 21:59:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/customer-support", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 38, + "page_from_size": 79673, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for customer-support - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:59:57 +00:00", + "prev_seen": "2023-10-07 21:59:57 +00:00", + "last_seen": "2023-11-19 21:59:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/marketing-strategy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 73135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for marketing-strategy - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:24:55 +00:00", + "prev_seen": "2023-10-07 22:24:55 +00:00", + "last_seen": "2023-11-19 21:59:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/business", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 56, + "page_from_size": 92320, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for business - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:14:13 +00:00", + "prev_seen": "2023-10-07 22:14:13 +00:00", + "last_seen": "2023-11-19 21:59:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 199, + "page_from_size": 188646, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:10:48 +00:00", + "prev_seen": "2023-10-07 22:10:48 +00:00", + "last_seen": "2023-11-19 21:59:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 55, + "page_from_size": 90320, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for blog - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:02:05 +00:00", + "prev_seen": "2023-10-07 22:02:05 +00:00", + "last_seen": "2023-11-19 21:59:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/gaming", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68672, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for gaming - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:19:47 +00:00", + "prev_seen": "2023-10-07 22:19:47 +00:00", + "last_seen": "2023-11-19 21:59:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/life-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 73133, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for life-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:59:39 +00:00", + "prev_seen": "2023-10-07 21:59:39 +00:00", + "last_seen": "2023-11-19 21:59:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/product", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 74358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for product - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:07 +00:00", + "prev_seen": "2023-10-07 22:01:07 +00:00", + "last_seen": "2023-11-19 21:59:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69147, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for website - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:19:22 +00:00", + "prev_seen": "2023-10-07 22:19:22 +00:00", + "last_seen": "2023-11-19 21:59:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122244, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Hashtag Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:33 +00:00", + "prev_seen": "2023-10-07 22:01:33 +00:00", + "last_seen": "2023-11-18 20:30:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/acronym-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Acronym Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:19 +00:00", + "prev_seen": "2023-10-07 22:01:19 +00:00", + "last_seen": "2023-11-18 20:30:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hacker-news-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123182, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Hacker News Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:52 +00:00", + "prev_seen": "2023-10-07 22:00:52 +00:00", + "last_seen": "2023-11-18 20:30:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 255, + "page_from_size": 139650, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Email Writer - Online AI Email Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:32 +00:00", + "prev_seen": "2023-10-25 02:54:41 +00:00", + "last_seen": "2023-11-17 21:01:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-caption-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 255, + "page_from_size": 132890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Instagram Caption Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:47 +00:00", + "prev_seen": "2023-10-25 02:54:37 +00:00", + "last_seen": "2023-11-17 21:01:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.armchair.ai", + "url_from": "https://www.armchair.ai/?ref=NaNAI-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/armchair?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 113, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.204.112.174", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 99699, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Armchair", + "page_from_status_code": 200, + "first_seen": "2023-09-07 15:37:08 +00:00", + "prev_seen": "2023-09-07 15:37:08 +00:00", + "last_seen": "2023-11-13 14:01:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.tamayou.com", + "url_from": "https://blog.tamayou.com/automated-campaign-management/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-reporting-platform", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 37, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "141.193.213.10", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 47688, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Automated Campaign Management - TAMA Blog", + "page_from_status_code": 200, + "first_seen": "2023-10-04 14:29:36 +00:00", + "prev_seen": "2023-10-04 14:29:36 +00:00", + "last_seen": "2023-11-13 03:07:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Reporting Engines", + "text_pre": "can also provide in-depth analytics of campaign performance. This includes details such as click-through rates, and impressions. This data would previously need to be gathered manually, but now AI tools such as", + "text_post": ", can compile data and generate a report for brands to benchmark their campaign success more easily. This automation of analytics reduces the time and resources typically required to manage an influencer", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/query/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 73093, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Get Started Now - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:42:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:42:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:16:28 +00:00", + "prev_seen": "2023-10-04 01:16:28 +00:00", + "last_seen": "2023-11-12 03:27:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/does-blackboard-detect-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 1087258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does Blackboard Detect ChatGPT? Unraveling AI in 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-22 15:45:20 +00:00", + "prev_seen": "2023-10-06 11:09:45 +00:00", + "last_seen": "2023-11-05 01:26:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Highlighting Mindgrasp, Top AI Tools outlines countless AI tools", + "text_pre": "The chat feature, in particular, emphasizes the importance of a conversational learning approach.", + "text_post": "that can help anyone trying to be more productive or efficient. It provides real-time feedback, clarification, and deepens understanding rather than generating entire essays or assignments. This ensures", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=thaka-io&utm_medium=marketplace&utm_campaign=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 43, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-11-04 23:31:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 23:31:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/mastering-the-art-of-querying-artificial-intelligence-a-comprehensive-guide/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 75017, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to Ask AI a Question: Mastering Conversations with Artificial Intelligence", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/contact-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 84099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Contact Us - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 124, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-03 07:17:24 +00:00", + "prev_seen": "2023-08-22 02:16:20 +00:00", + "last_seen": "2023-10-29 20:12:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 43, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-27 00:10:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 00:10:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/business-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 246, + "page_from_size": 127288, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ideas generator", + "page_from_status_code": 200, + "first_seen": "2023-08-25 00:10:03 +00:00", + "prev_seen": "2023-08-25 00:10:03 +00:00", + "last_seen": "2023-10-25 02:55:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/keywords-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 246, + "page_from_size": 157345, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Keyword Generator Tool (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:44 +00:00", + "prev_seen": "2023-10-08 00:00:51 +00:00", + "last_seen": "2023-10-25 02:55:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ai-essay-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 246, + "page_from_size": 167371, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Essay Generator: Effortlessly Create Unique Essays", + "page_from_status_code": 200, + "first_seen": "2023-10-25 02:54:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 02:54:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-21 00:02:20 +00:00", + "prev_seen": "2023-09-21 00:02:20 +00:00", + "last_seen": "2023-10-23 19:52:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apprater.net", + "url_from": "https://apprater.net/a/topai-tools-streamlines-your-ai-tools-discovery-everyday/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.86.67", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 9, + "page_from_size": 70066, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools - streamlines your AI tools discovery everyday is on AppRater", + "page_from_status_code": 200, + "first_seen": "2023-02-19 20:10:49 +00:00", + "prev_seen": "2023-06-15 13:44:58 +00:00", + "last_seen": "2023-10-12 07:04:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools – Streamlines Your AI Tools Discovery Everyday", + "text_pre": null, + "text_post": "external link", + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/hackernews", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 65386, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for hackernews - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:00:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:00:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/quora", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 65485, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for quora - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:59:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 05:59:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/indiehackers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 64795, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for indiehackers - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:58:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 05:58:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/courses", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 66353, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for courses - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 05:57:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-writesonic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90808, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Writesonic : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:39:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:39:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-jasper-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Jasper AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/seo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 67487, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for seo - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-longshot-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 91225, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs LongShot AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 78625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Best AI Writer Alternatives", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-copy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Copy AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:36:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:36:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 113, + "page_from_size": 121153, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "All AI Apps - Catering to Every Need & Amplifying Daily Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:36:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:36:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-simplified", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 91000, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Simplified : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:36:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:36:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/social-media-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 78, + "page_from_size": 104689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for social-media-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:35:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:35:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/general-writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 67, + "page_from_size": 95026, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:35:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:35:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 70, + "page_from_size": 78973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "All AI Apps - Catering to Every Need & Amplifying Daily Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:35:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:35:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 79990, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Compare Top AI Writing Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:34:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:34:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-rytr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90963, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Rytr : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:34:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:34:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/course-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 119456, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Course Name Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:32:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:32:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/courses-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 119440, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Course Name Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:26 +00:00", + "prev_seen": "2023-08-30 17:03:26 +00:00", + "last_seen": "2023-10-11 22:31:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lawmate.ai", + "url_from": "https://lawmate.ai/try-lawmate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lawmate-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.190", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 4, + "page_from_size": 149127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LawMate: Transform Your Legal Journey with Powerful Insights", + "page_from_status_code": 200, + "first_seen": "2023-09-20 03:31:31 +00:00", + "prev_seen": "2023-09-20 03:31:31 +00:00", + "last_seen": "2023-10-11 21:36:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LawMate AI Featured on topAI.tools", + "image_url": "https://i0.wp.com/topai.tools/assets/img/topai.tools.gif?w=1200&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/video-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 128001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unlock Power of YouTube Video Description Generator | Free Tool by Logicballs AI", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:13:52 +00:00", + "prev_seen": "2023-08-30 17:13:52 +00:00", + "last_seen": "2023-10-08 00:00:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/interview-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 114532, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Interview Questions Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:28 +00:00", + "prev_seen": "2023-08-30 17:05:28 +00:00", + "last_seen": "2023-10-07 23:59:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/podcast-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 121124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Podcast Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:48 +00:00", + "prev_seen": "2023-08-30 17:14:48 +00:00", + "last_seen": "2023-10-07 23:58:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/cover-letter-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 113214, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cover letter generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:23 +00:00", + "prev_seen": "2023-08-30 17:11:23 +00:00", + "last_seen": "2023-10-07 23:58:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/unlock-success-with-mindgrasp-your-ai-study-guide-maker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1162661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NEW Technology Making School Easy - AI Study Guide Maker", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:49:31 +00:00", + "prev_seen": "2023-09-21 09:49:31 +00:00", + "last_seen": "2023-10-06 11:10:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "comprehensive learning tool", + "text_pre": "The integration of these features into one platform illustrates why Mindgrasp is not merely a study guide maker AI but a ", + "text_post": " that caters to various learning styles and needs. Its ability to create targeted flashcards and quizzes, provide immediate responses, and facilitate critical thinking makes Mindgrasp an essential", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/summarize-pdf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1156661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Summarize PDFs and More with AI Technology", + "page_from_status_code": 200, + "first_seen": "2023-09-22 15:49:32 +00:00", + "prev_seen": "2023-09-22 15:49:32 +00:00", + "last_seen": "2023-10-06 11:10:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mindgrasp’s sophisticated algorithms garner respect from popular AI platforms ", + "text_pre": "of AI-driven summarization. Its ability to produce summaries of the highest quality and precision sets it apart from any other platform. Where conventional methods might struggle to capture the essence of a document,", + "text_post": "as they sift through vast amounts of data, analyzing context and extracting core insights. It can accurately identify key points, themes, and nuances, translating them into a cohesive and comprehensive", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/the-best-ai-apps-and-tools-for-education-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 18, + "page_from_size": 1108052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Apps and Tools for Education in 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:54:11 +00:00", + "prev_seen": "2023-09-21 09:54:11 +00:00", + "last_seen": "2023-10-06 11:09:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI tools for education like Mindgrasp", + "text_pre": "possibilities, especially in the education sector. As the digital age continues to evolve, the use of AI for higher education and primary learning environments has become a focal point for educators and learners alike.", + "text_post": "are transforming the way teachers teach and students learn, making education more accessible, engaging, and efficient.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/ai-generated-flashcards/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 18, + "page_from_size": 1162486, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Studying in The 21st Century: AI Generated Flashcards", + "page_from_status_code": 200, + "first_seen": "2023-09-26 23:08:20 +00:00", + "prev_seen": "2023-09-26 23:08:20 +00:00", + "last_seen": "2023-10-06 11:07:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Sources in the AI space", + "text_pre": "Join the ranks of those who have already discovered the transformative potential of flashcard AI. Unleash the full spectrum of your learning capabilities, and try Mindgrasp free today. ", + "text_post": " provide reputable support that this will be worth every dollar. Experience the revolution, redefine your study methods, and empower your learning with the intelligence and versatility of Mindgrasp.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/free-learning-apps-for-kids/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1101094, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New Learning Apps for Kids", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:58:31 +00:00", + "prev_seen": "2023-09-21 09:58:31 +00:00", + "last_seen": "2023-10-06 11:06:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-powered summarizer", + "text_pre": "knowledge. While Chat GPT can converse on a wide range of topics, it doesn’t actively push the user to dive into new areas based on their current interests and materials. In essence, Mindgrasp is more than just an", + "text_post": "; it’s a knowledge facilitator, helping users to not only retain but also expand their horizons, which is a leap beyond what Chat GPT offers.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/ai-that-summarizes-papers-ai-for-grading-papers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1100616, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The #1 AI That Summarizes Papers", + "page_from_status_code": 200, + "first_seen": "2023-09-22 15:44:53 +00:00", + "prev_seen": "2023-09-22 15:44:53 +00:00", + "last_seen": "2023-10-06 11:03:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI for writing academic papers", + "text_pre": "Imagine working on an", + "text_post": "and being stumped by a complex statistical correlation or a historical precedent. Instead of painstakingly skimming through pages or trawling multiple sections, users can immediately query Mindgrasp for", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?utm_source=powerusers&utm_medium=library&utm_campaign=powerusers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 243, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 22:47:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 22:47:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 8, + "page_from_rank": 46, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 21:58:23 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 8, + "page_from_rank": 46, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:44:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:44:36 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uae-trend.com", + "url_from": "https://uae-trend.com/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "82.163.176.111", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 126316, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force, uae trend,", + "page_from_status_code": 200, + "first_seen": "2023-09-27 15:55:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 15:55:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "to extend ease of use for extra folks. As an example, Martell stated, one cause why applications like ChatGPT aren’t appropriate for the Protection Division now’s the quantity of query engineering required to", + "text_post": ". Prolonged immediate timber are high-quality for hobbyists, however an operator who has to do a number of different complicated duties wants an interface that’s intuitive and features higher from", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heymuse.com", + "url_from": "https://heymuse.com/revolutionizing-front-end-development_-codehims-ai-magic-webinar-to-unleash-the-power-of-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-frontend-development-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "44.225.47.12", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 71884, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing Front-End Development_ CodeHim’s AI Magic Webinar to Unleash the Power of AI - Financial Market Brief", + "page_from_status_code": 200, + "first_seen": "2023-09-24 23:35:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-24 23:35:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI front-end tools", + "text_pre": "developers and coding enthusiasts are in for a treat as CodeHim AI Magic delves into the convergence of AI and front-end development. Participants will be immersed in a realm of cutting-edge", + "text_post": ", gaining in-depth insights into their capabilities, features, and the remarkable efficiencies they introduce to the development process. From code generation and live previews to bug fixing and enhanced", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/studying-in-the-21st-century-ai-generated-flashcards/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 250, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 18, + "page_from_size": 1090610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Studying in The 21st Century: AI Generated Flashcards​", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-09-21 09:54:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Sources in the AI space", + "text_pre": "Join the ranks of those who have already discovered the transformative potential of flashcard AI. Unleash the full spectrum of your learning capabilities, and try Mindgrasp free today.", + "text_post": "provide reputable support that this will be worth every dollar. Experience the revolution, redefine your study methods, and empower your learning with the intelligence and versatility of Mindgrasp.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 125, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-24 09:32:07 +00:00", + "prev_seen": "2023-08-18 22:25:41 +00:00", + "last_seen": "2023-09-18 14:37:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.armchair.ai", + "url_from": "https://www.armchair.ai/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/armchair?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 78, + "domain_from_rank": 190, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.204.112.174", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 10, + "page_from_size": 125492, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Armchair.ai", + "page_from_status_code": 200, + "first_seen": "2023-09-05 22:49:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 22:49:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Armchair Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/seo-meta-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 110822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Powerful SEO Meta Title Generator - Free AI Tool", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:15:06 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:15:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/seo-meta-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 111822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Meta Description Generator: To Boost Your Click-Through Rate", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:13:00 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:13:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/vision-and-mission-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 117392, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Vision & Mission Statement Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:17 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:12:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/video-channel-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 117246, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Youtube Channel Description Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:12:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/core-values-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 116251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Core Values Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:08:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/post-and-caption-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 117185, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Post & Caption Ideas Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:21 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:03:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "downloadbytes.com", + "url_from": "https://downloadbytes.com/blog/future-begins-now-how-ai-changes-the-way-we-explore-the-world.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/amblr-ai-travel-planner", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.248.58.50", + "domain_from_country": "WW", + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 126251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Future begins now: how AI changes the way we explore the world - DownloadBytes.com", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:55:44 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:55:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": " ", + "text_pre": "AMBLR", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/ChatGPT/comments/13up0c6/ai_tools_apps_in_one_place_sorted_by_category/jm2375d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 70, + "page_from_size": 45557, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-07-30 10:37:56 +00:00", + "prev_seen": null, + "last_seen": "2023-07-30 10:37:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "True,Here is another resource", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.in.projectsegfau.lt", + "url_from": "https://teddit.in.projectsegfau.lt/u/Scared_Variation_521", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": "LT", + "page_from_external_links": 8, + "page_from_internal_links": 273, + "page_from_size": 45547, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Scared_Variation_521", + "page_from_status_code": 200, + "first_seen": "2023-04-08 19:45:39 +00:00", + "prev_seen": null, + "last_seen": "2023-04-08 19:45:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/u/Particular-Yak-6324", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 222, + "page_from_size": 26807, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Particular-Yak-6324", + "page_from_status_code": 200, + "first_seen": "2023-04-02 17:18:38 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 17:18:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "has been good but is a bit hard to sift through the results", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "news.social-protocols.org", + "url_from": "https://news.social-protocols.org/stats?id=34738340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "168.220.89.223", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 526590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hacker News Story Stats: Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "page_from_status_code": 200, + "first_seen": "2023-02-13 21:38:26 +00:00", + "prev_seen": null, + "last_seen": "2023-02-13 21:38:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": "(topai.tools)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 7, + "page_from_rank": 32, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-20 01:58:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 01:58:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 7, + "page_from_rank": 32, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 10:43:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 10:43:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 6, + "page_from_rank": 23, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:34:40 +00:00", + "prev_seen": "2023-10-03 03:34:40 +00:00", + "last_seen": "2023-11-16 03:21:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 6, + "page_from_rank": 23, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-23 11:51:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 11:51:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 6, + "page_from_rank": 21, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:17:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:17:24 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aibrb", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 1, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:36:15 +00:00", + "prev_seen": "2023-10-03 04:36:15 +00:00", + "last_seen": "2023-11-12 01:03:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 67, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:45:22 +00:00", + "prev_seen": "2023-08-28 23:09:49 +00:00", + "last_seen": "2023-11-01 04:03:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=topapps&utm_medium=marketplace&utm_campaign=topapps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 2, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 05:41:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 05:41:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=opentools.ai&utm_medium=web", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 5, + "page_from_rank": 11, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:59:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:59:22 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 8, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:28:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:28:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/google-search-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 8, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 242, + "page_from_size": 117949, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Google Search Ad Copies Generator", + "page_from_status_code": 200, + "first_seen": "2023-07-26 14:51:51 +00:00", + "prev_seen": "2023-07-26 14:51:51 +00:00", + "last_seen": "2023-08-30 18:25:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tweet-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 8, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 242, + "page_from_size": 116841, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tweet Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-07-26 14:51:10 +00:00", + "prev_seen": "2023-07-26 14:51:10 +00:00", + "last_seen": "2023-08-30 18:17:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-05 12:46:36 +00:00", + "prev_seen": "2023-10-05 12:46:36 +00:00", + "last_seen": "2023-11-13 15:39:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=arktan.com&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-02 13:25:58 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 13:25:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=stormingai&utm_medium=marketplace&utm_campaign=stormingai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-29 20:00:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-29 20:00:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:27:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:27:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aiPromptly", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 249, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:05:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 22:05:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-27 18:44:48 +00:00", + "prev_seen": "2023-06-27 18:44:48 +00:00", + "last_seen": "2023-08-12 17:16:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/new-ai-file-reader-revolutionizes-learning-and-understanding/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 3, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 19, + "page_from_size": 1109226, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI File Reader: Mindgrasp's Seemless Solution", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:47:43 +00:00", + "prev_seen": "2023-09-21 09:47:43 +00:00", + "last_seen": "2023-10-06 11:03:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "When the countless AI tools", + "text_pre": null, + "text_post": "have read everything, it acts as a vast repository of knowledge, ready to assist, summarize, and explain any content. It means immediate access to summaries, detailed notes, and insights drawn from a", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/es", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 3, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 124548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 09:44:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 09:44:04 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/09/%D7%90%D7%99%D7%9A-%D7%9C%D7%A9%D7%9C%D7%91-%D7%90%D7%AA-%D7%A6%D7%90%D7%98-%D7%92%D7%99-%D7%A4%D7%99-%D7%98%D7%99-%D7%91%D7%99%D7%A0%D7%94-%D7%9E%D7%9C%D7%90%D7%9B%D7%95%D7%AA%D7%99%D7%AA-ai-chat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/docs-gpt-by-applai-vs-papers-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 29, + "page_from_size": 150841, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "איך לשלב את צאט ג'י פי טי בינה מלאכותית ( AI ChatGPT) עם גוגל שיטס Google Sheets - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-23 19:54:09 +00:00", + "prev_seen": "2023-10-30 16:25:28 +00:00", + "last_seen": "2023-11-20 03:08:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Docs GPT מאת Applai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 510, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 40, + "page_from_size": 14226, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:49:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:49:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tmate.ai", + "url_from": "https://www.tmate.ai/listing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tmate-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 5, + "page_from_size": 16257, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TMate Listing - Transform every meeting into actionable insights in minutes", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:18:22 +00:00", + "prev_seen": "2023-10-04 01:18:22 +00:00", + "last_seen": "2023-11-12 08:25:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TMate AI Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/the-ultimate-guide-to-c-to-vb-net-conversion/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 181101, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Ultimate Guide to C# to VB.NET Conversion - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-10-03 01:35:22 +00:00", + "prev_seen": "2023-10-03 01:35:22 +00:00", + "last_seen": "2023-11-11 22:13:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/philosophy-research/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 20, + "page_from_size": 1089393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New AI Tools To Streamline Philosophy Research", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:40:32 +00:00", + "prev_seen": "2023-09-22 09:40:32 +00:00", + "last_seen": "2023-11-05 01:31:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mindgrasp is more than just another AI tool", + "text_pre": "In essence,", + "text_post": "; it’s your dedicated research companion. Whether you’re keen to dive into intricate philosophy treatises or explore other academic realms, this platform ensures you do so efficiently and comprehensively.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 40, + "page_from_size": 14642, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-25 20:48:32 +00:00", + "prev_seen": "2023-07-25 20:48:32 +00:00", + "last_seen": "2023-11-04 20:20:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=www.therundown.ai&utm_medium=referral&utm_campaign=100-000-chatgpt-accounts-breached", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-11-03 12:40:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 12:40:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=wikiaitools.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-11-01 09:18:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-01 09:18:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thejollyteapot.com", + "url_from": "https://thejollyteapot.com/october-2023-blend", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 219, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 5, + "page_from_size": 4266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "October blend of links・The Jolly Teapot", + "page_from_status_code": 200, + "first_seen": "2023-10-28 21:06:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 21:06:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "・A great resource for discovering new AI tools and apps, of which there are thousands to choose from. A site that will stay in my bookmarks for a while.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-24 10:14:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 10:14:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "noizer.ir", + "url_from": "https://noizer.ir/ai-info/topAI.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.41.19", + "domain_from_country": "IR", + "page_from_external_links": 9, + "page_from_internal_links": 9, + "page_from_size": 24711, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "Noizer | اطلاعات کامل هوش مصنوعی topAI.tools", + "page_from_status_code": 200, + "first_seen": "2023-09-16 14:25:29 +00:00", + "prev_seen": "2023-09-16 14:25:29 +00:00", + "last_seen": "2023-10-21 02:03:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "نمایش سایت \r\ntopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "noizer.ir", + "url_from": "https://noizer.ir/ai-info/topAI.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.41.19", + "domain_from_country": "IR", + "page_from_external_links": 9, + "page_from_internal_links": 9, + "page_from_size": 24711, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "Noizer | اطلاعات کامل هوش مصنوعی topAI.tools", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:09:35 +00:00", + "prev_seen": "2023-09-16 04:09:35 +00:00", + "last_seen": "2023-10-21 01:39:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "نمایش سایت \r\ntopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=bytabo-ki.beehiiv.com&utm_medium=referral&utm_campaign=kann-ki-arzte-und-die-bahn-effektiv-unterstutzen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-09 10:02:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 10:02:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/zoom-ai-notetaker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 18, + "page_from_size": 1109172, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unlocking Success: Mindgrasp’s Zoom AI Notetaker​", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:40:08 +00:00", + "prev_seen": "2023-09-22 09:40:08 +00:00", + "last_seen": "2023-10-06 11:08:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mindgrasp stands out as the notetaker for Zoom meetings", + "text_pre": "in a clean, organized, and easily accessible format. This ensures that researchers have all the critical information they require, thereby enhancing the accuracy and efficacy of their research outcomes. In this manner,", + "text_post": "that the academic community has been waiting for, propelling your research to new heights of clarity and precision.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=www.mastersof.work&utm_medium=referral&utm_campaign=exciting-new-chatgpt-updates-unveiled", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 249, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-06 01:55:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 01:55:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:50:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:50:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=flaskdev.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 09:39:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 09:39:54 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?from=phpcms9.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 05:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 05:00:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=cleverkitools.beehiiv.com&utm_medium=referral&utm_campaign=5-ki-tools-3-ki-news-1-ki-geschaftsidee-1-chatgpt-prompt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:49:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:49:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=www.superpowerdaily.com&utm_medium=referral&utm_campaign=midjourney-v5-2-is-here-with-awesome-new-feature", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:43:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:43:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=findmyaitool&utm_medium=marketplace&utm_campaign=findmyaitool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:32:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:32:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/tag/hire-vb-net-developers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 94, + "page_from_size": 137752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hire VB.Net developers Archives - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-10-03 02:03:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 02:03:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/tag/c-to-vb-net-conversion/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 94, + "page_from_size": 137759, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "C# to VB.NET Conversion Archives - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-10-03 01:53:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 01:53:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "armchair.ai", + "url_from": "https://armchair.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/armchair?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 90, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.204.112.174", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 98980, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Armchair", + "page_from_status_code": 200, + "first_seen": "2023-09-07 15:38:42 +00:00", + "prev_seen": "2023-09-07 15:38:42 +00:00", + "last_seen": "2023-09-22 21:42:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 105, + "page_from_size": 133086, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 108, + "page_from_size": 130523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:28 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 111, + "page_from_size": 132431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 108, + "page_from_size": 131171, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 106, + "page_from_size": 129891, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 103, + "page_from_size": 127892, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 107, + "page_from_size": 132376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 101, + "page_from_size": 128233, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aicyclopedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=topaitools", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 17, + "page_from_size": 51610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcyclopedia -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:48:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:48:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topAI.tools", + "text_pre": null, + "text_post": "is an essential resource for AI aggregators, functioning as a search engine and catalogue of AI tools, aiding in the discovery and evaluation of numerous AI solutions including GetIt.AI, Gizzmo.ai, AI", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sdn-defined-network", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 18, + "page_from_size": 41036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introduction to Software-Defined Networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sdn-defined-network", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 18, + "page_from_size": 41036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introduction to Software-Defined Networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP helicopter view - L3 fabric DC -The underlay Network (BGP) -part2 - BGP Attributes: Atomic Aggregate Atribute", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "theinsightpost.com", + "url_from": "https://theinsightpost.com/the-pentagon-just-launched-a-generative-ai-task-force-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.252.239", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 93, + "page_from_size": 215541, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – The Insight Post", + "page_from_status_code": 200, + "first_seen": "2023-09-05 14:16:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 14:16:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/post/283", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 9, + "page_from_internal_links": 104, + "page_from_size": 30774, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 06:18:41 +00:00", + "prev_seen": "2023-07-26 06:18:41 +00:00", + "last_seen": "2023-09-04 20:19:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@nyr@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 319, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 10, + "page_from_internal_links": 90, + "page_from_size": 74118, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - nyr - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-08-31 15:51:31 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 15:51:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dnyuz.com", + "url_from": "https://dnyuz.com/2023/08/10/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 520, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.64.138.7", + "domain_from_country": "US", + "page_from_external_links": 20, + "page_from_internal_links": 51, + "page_from_size": 117190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – DNyuz", + "page_from_status_code": 200, + "first_seen": "2023-08-10 18:34:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-10 18:34:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/myaitools.online", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 81744, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MyAITools", + "page_from_status_code": 200, + "first_seen": "2023-07-25 14:43:33 +00:00", + "prev_seen": "2023-07-25 14:43:33 +00:00", + "last_seen": "2023-08-09 04:26:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/artificial/comments/128ptjk/what_are_the_best_sites_that_collate_all_the_new/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 10896, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best sites that collate all the new ai tools being released? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-04-07 11:21:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 11:21:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hnpaper.forge.partlab.io", + "url_from": "http://hnpaper.forge.partlab.io/u/linkology", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.135.188.172", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 8153, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Stories by linkology - HN Paper", + "page_from_status_code": 200, + "first_seen": "2023-03-22 01:42:54 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 01:42:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI code assistants, that are not ChatGPT", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hnpaper.forge.partlab.io", + "url_from": "http://hnpaper.forge.partlab.io/u/linkology", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.135.188.172", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 8153, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Stories by linkology - HN Paper", + "page_from_status_code": 200, + "first_seen": "2023-03-22 01:42:54 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 01:42:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hnpaper.forge.partlab.io", + "url_from": "http://hnpaper.forge.partlab.io/u/linkology", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.135.188.172", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 8153, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Stories by linkology - HN Paper", + "page_from_status_code": 200, + "first_seen": "2023-03-22 01:42:54 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 01:42:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/rezi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 44, + "page_from_size": 70903, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "rezi | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:02:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:02:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.vern.cc", + "url_from": "https://lr.vern.cc/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 406, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.108.85", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 15262, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-19 20:59:00 +00:00", + "prev_seen": "2023-02-19 20:59:00 +00:00", + "last_seen": "2023-02-26 22:58:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitooltracker.com", + "url_from": "https://aitooltracker.com/i-have-compiled-a-list-of-65-newsletters-with-focus-on-ai-missing-something/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-newsletter-list.html", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "35.213.167.235", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 15, + "page_from_size": 72076, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I have compiled a list of 65 newsletters with focus on AI, missing something? - AI Tool Tracker", + "page_from_status_code": 200, + "first_seen": "2023-02-20 08:30:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-20 08:30:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "[link]", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 1, + "page_from_rank": 104, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-23 20:21:43 +00:00", + "prev_seen": "2023-09-23 06:35:42 +00:00", + "last_seen": "2023-11-22 22:28:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697363462050", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:34 +00:00", + "prev_seen": "2023-10-16 12:54:34 +00:00", + "last_seen": "2023-11-24 00:41:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697446490152", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:30 +00:00", + "prev_seen": "2023-10-16 12:54:30 +00:00", + "last_seen": "2023-11-24 00:30:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697375379734", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:22 +00:00", + "prev_seen": "2023-10-16 12:54:22 +00:00", + "last_seen": "2023-11-24 00:30:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697376095979", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:17 +00:00", + "prev_seen": "2023-10-16 12:54:17 +00:00", + "last_seen": "2023-11-24 00:30:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/nl/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 165774, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Online directories van AI-tools om de beste AI-toepassing te ontdekken of te zoeken | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-03 16:36:55 +00:00", + "prev_seen": "2023-11-03 16:36:55 +00:00", + "last_seen": "2023-11-23 21:27:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.-tools", + "text_pre": "Omvat", + "text_post": "bevat een verzameling van meer dan 3800 AI-aangedreven tools in zijn directory in verschillende categorieën, zoals AI Discovery, Art, Audio, Avatars, Business, Chat, Training, Data Analysis, Design &", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apkmodad.best", + "url_from": "https://apkmodad.best/article/18-de-los-mejores-chatbots-de-ia-para-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Question-answering-software", + "url_to_https": true, + "tld_from": "best", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.62.99", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 50, + "page_from_size": 110628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "18 de los mejores chatbots de IA para 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-18 15:31:16 +00:00", + "prev_seen": "2023-09-18 15:31:16 +00:00", + "last_seen": "2023-11-23 15:16:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Question-answering-software", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "piminto.com", + "url_from": "https://piminto.com/blog/writing-product-descriptions", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Keyword-research-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 364, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.103.146.147", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 32, + "page_from_size": 44746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Write Product Descriptions", + "page_from_status_code": 200, + "first_seen": "2023-11-23 05:57:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-23 05:57:31 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI-powered tools for keyword research", + "text_pre": "Leverage AI tools. Consider using", + "text_post": ", grammar checks, and style suggestions to improve the quality of your descriptions.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.7kingsentertainment.com", + "url_from": "https://www.7kingsentertainment.com/natural-text-to-speech-mp3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.25.47", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 15, + "page_from_size": 20154, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "sympati dessert snesevis Ikke moderigtigt Andragende Ubarmhjertig natural text to speech mp3 - 7kingsentertainment.com", + "page_from_status_code": 200, + "first_seen": "2023-09-25 00:08:33 +00:00", + "prev_seen": "2023-09-25 00:08:33 +00:00", + "last_seen": "2023-11-22 23:31:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Kejser uddannelse kompensere 38 Best Text-to-speech AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hollyworks.com", + "url_from": "https://hollyworks.com/blog/want-to-design-video-games-time-to-learn-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=gaming", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "192.254.234.102", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 27, + "page_from_size": 25466, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Want to design video games? Now is the time to become fluent in AI.", + "page_from_status_code": 200, + "first_seen": "2023-08-13 13:47:35 +00:00", + "prev_seen": "2023-10-17 21:45:26 +00:00", + "last_seen": "2023-11-22 23:01:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "currently offers 48 Top AI gaming tools", + "text_pre": "Entertainment games are expected to be the most impacted. You'll find the ultimate list for researching and learning all about AI in gaming at TopAI.tools - which", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bbs.laoleng.vip", + "url_from": "http://bbs.laoleng.vip/thread-957-1-1.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "vip", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "193.200.149.136", + "domain_from_country": null, + "page_from_external_links": 62, + "page_from_internal_links": 64, + "page_from_size": 53300, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI工具导航网站集合 - Powered by Discuz!", + "page_from_status_code": 200, + "first_seen": "2023-11-22 22:43:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 22:43:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": ":", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zigap.ir", + "url_from": "https://zigap.ir/mag/how-to-work-with-jasper-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Prompt-enhancer", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 77, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "138.201.214.5", + "domain_from_country": "IR", + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 158419, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "آموزش کار با هوش مصنوعی جاسپر Japser | زیگپ", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:04:56 +00:00", + "prev_seen": "2023-10-03 06:04:56 +00:00", + "last_seen": "2023-11-22 21:59:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Enhance prompt", + "text_pre": "را انتخاب کنید، جاسپر داده‌ها را از اینترنت استخراج می‌کند تا برای شما محتوا ایجاد کند. برای تجربه شخصی‌تر، می‌توانید لحن و سبک نوشتاری خود را به چت‌بات آموزش دهید. سپس از گزینه", + "text_post": "استفاده کنید تا دستورات خود را اصلاح کرده و زمینه را در خروجی مورد نظر خود ارائه دهید.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jolt.law.harvard.edu", + "url_from": "https://jolt.law.harvard.edu/digest/law-firms-leveraging-ai-maximizing-benefits-and-addressing-challenges", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/task-automation", + "url_to_https": true, + "tld_from": "edu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 701, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.86.33.224", + "domain_from_country": "US", + "page_from_external_links": 49, + "page_from_internal_links": 24, + "page_from_size": 44325, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Law Firms Leveraging AI: Maximizing Benefits and Addressing Challenges - Harvard Journal of Law & Technology", + "page_from_status_code": 200, + "first_seen": "2023-11-22 20:56:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 20:56:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tools", + "text_pre": "nearly one out of every three hours on these ‘low‑value’ tasks. Being buried with low-level tasks isn’t unique to the legal field, nor is using AI to automate such tasks. AI-enabled productivity", + "text_post": "are widespread, cheap, and easy to adopt, and as a result, they can be an attractive option for firms of all sizes.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infinityfact.net", + "url_from": "https://infinityfact.net/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "198.187.31.203", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 331210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - Infinity Fact", + "page_from_status_code": 200, + "first_seen": "2023-11-22 20:05:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 20:05:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These will not be mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing fashion of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "advancedsitestats.com", + "url_from": "https://advancedsitestats.com/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.6.94", + "domain_from_country": "WW", + "page_from_external_links": 8, + "page_from_internal_links": 62, + "page_from_size": 36999, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-22 16:04:51 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 16:04:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ko/%EA%B5%90%EC%8B%A4%EC%97%90-%ED%98%81%EC%8B%A0%EC%9D%84-%EC%9D%BC%EC%9C%BC%ED%82%A4%EA%B3%A0-AI-%EA%B0%95%ED%99%94-%ED%95%99%EC%8A%B5%EC%9D%98-%EC%83%88%EB%A1%9C%EC%9A%B4-%EC%8B%9C%EB%8C%80%EB%A5%BC-%EC%97%B4%EB%8B%A4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 139, + "page_from_size": 137931, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "교실 혁명: AI 강화 학습의 새로운 시대 - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-22 04:48:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 04:48:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "가상 교사", + "text_pre": "교육 분야의 AI는 꾸준히 발전하고 있습니다. 들어본 적 있나요?", + "text_post": "? 이는 단순한 비디오 녹화나 대화형 수업이 아니라 인간 교사의 교육 스타일을 모방할 수 있는 고도로 정교한 AI 기반 플랫폼입니다. 그들은 귀하의 학습 패턴을 분석하고, 귀하의 약점을 이해하며, 개념이 귀하에게 명확하도록 교육 스타일을 조정합니다.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/it/rivoluzionando-l%27aula-la-nuova-era-dell%27apprendimento-potenziato/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 139, + "page_from_size": 132219, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Rivoluzionare la classe: la nuova era dell'apprendimento potenziato dall'intelligenza artificiale - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-22 03:08:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 03:08:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutor virtuali", + "text_pre": "L’intelligenza artificiale nell’istruzione sta facendo costantemente passi avanti. Ne hai mai sentito parlare", + "text_post": "? Non si tratta di semplici registrazioni video o lezioni interattive, ma di piattaforme altamente sofisticate basate sull'intelligenza artificiale in grado di imitare lo stile di insegnamento di un tutor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pixexid.com", + "url_from": "https://pixexid.com/read/list-of-tools-for-creating-prompts-for-text-to-image-ai-generators", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 234, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.146", + "domain_from_country": "WW", + "page_from_external_links": 229, + "page_from_internal_links": 3, + "page_from_size": 147799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "List of tools for creating prompts for text-to-image AI generators", + "page_from_status_code": 200, + "first_seen": "2023-09-27 02:02:14 +00:00", + "prev_seen": "2023-09-27 02:02:14 +00:00", + "last_seen": "2023-11-22 01:20:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "", + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "technomean.com", + "url_from": "https://technomean.com/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 143, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "162.241.252.62", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-10-29 21:11:29 +00:00", + "prev_seen": "2023-10-29 21:11:29 +00:00", + "last_seen": "2023-11-21 22:23:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Photo-face-swap", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Photo-face-swap", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/video-search", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/video-search", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kiwi-video", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/kiwi-video", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/SEO-blog-generator", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/SEO-blog-generator", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/assets/sitemap.txt", + "url_to_https": false, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "карта сайта", + "text_pre": "Как минимум одна", + "text_post": "найдена и доступна.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/2D-to-3D", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/2D-to-3D", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tnnoa.org", + "url_from": "https://www.tnnoa.org/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-ghostwriter.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.163.129", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 15, + "page_from_size": 21128, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "generate automated articles on wordpress site - tnnoa.org", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:50:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:50:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TV station Aunt Kilometers 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tnnoa.org", + "url_from": "https://www.tnnoa.org/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/gptpress.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.163.129", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 15, + "page_from_size": 21128, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "generate automated articles on wordpress site - tnnoa.org", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:50:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:50:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TV station Aunt Kilometers 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/bn/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 184735, + "page_from_encoding": "utf-8", + "page_from_language": "bn", + "page_from_title": "সেরা এআই অ্যাপ্লিকেশন আবিষ্কার বা অনুসন্ধানের জন্য AI সরঞ্জামগুলির অনলাইন ডিরেক্টরি | ডিজেড টেকস", + "page_from_status_code": 200, + "first_seen": "2023-11-21 15:48:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 15:48:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI. টুলস", + "text_pre": "অন্তর্ভুক্ত", + "text_post": "এআই ডিসকভারি, আর্ট, অডিও, অবতার, ব্যবসা, চ্যাট, ট্রেনিং, ডেটা অ্যানালাইসিস, ডিজাইন ও ডেভেলপমেন্ট, শিক্ষা, ইমেল, ফিনান্স, গেমস, ফটো, আইন, বিপণন, সঙ্গীত, পডকাস্ট, উত্পাদনশীলতা, দ্রুত নির্দেশিকা, অনুসন্ধান,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.atmira.com", + "url_from": "https://www.atmira.com/la-ia-generativa-transforma-y-redefine-nuestra-relacion-con-la-tecnologia-en-el-desarrollo-de-software/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-sql-helper", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 196, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "35.195.26.232", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 59, + "page_from_size": 113147, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "La IA generativa transforma y redefine nuestra relación con la tecnología en el desarrollo de software | atmira", + "page_from_status_code": 200, + "first_seen": "2023-11-21 13:38:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 13:38:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Helper Bot", + "text_pre": null, + "text_post": ". Asistente que facilita la generación de consultas SQL para usuarios con diferentes niveles de habilidad", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "intheloopai.beehiiv.com", + "url_from": "https://intheloopai.beehiiv.com/p/unleash-the-power-of-decktopus", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-bedtime-story-generator?utm_source=intheloopai.beehiiv.com&utm_medium=referral&utm_campaign=unlocking-presentation-excellence-with-decktopus-the-ultimate-ai-powered-tool-for-seamless-deck-creation", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 557, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 6, + "page_from_size": 162560, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🔮Unlocking Presentation Excellence with Decktopus The Ultimate AI-Powered Tool for Seamless Deck Creation", + "page_from_status_code": 200, + "first_seen": "2023-11-21 12:36:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 12:36:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "📚", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=ailibricom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 50, + "domain_from_rank": 257, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-01 04:40:58 +00:00", + "prev_seen": "2023-09-16 18:35:01 +00:00", + "last_seen": "2023-11-21 12:01:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.3amk.fi", + "url_from": "https://www.3amk.fi/2023/10/12/mita-uutta-ai-big-data-expossa/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "193.166.9.130", + "domain_from_country": "FI", + "page_from_external_links": 10, + "page_from_internal_links": 49, + "page_from_size": 96374, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Mitä uutta AI & Big Data Expossa? – 3AMK", + "page_from_status_code": 200, + "first_seen": "2023-10-17 18:26:51 +00:00", + "prev_seen": "2023-10-17 18:26:51 +00:00", + "last_seen": "2023-11-21 11:15:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "kova ja kiihtyvä vuonna 2023. Messujen aikana Amazon julkaisi Anthropic kauppansa, ChatGPT multimodaalisuutensa (teksti, kuva, video, koodi…) ja Spotify podcasterin äänen kloonauksen käännöksiä varten. Esimerkiksi", + "text_post": "-nettisivu listaa yli 4800 AI-työkalua (luettu 27.9.2023).", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techlaugh.com", + "url_from": "https://techlaugh.com/top-14-ai-tools-database-to-find-trending-ai-tools/", + "url_from_https": true, + "domain_to": "www.topai.tools", + "url_to": "https://www.topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 45, + "page_from_size": 320145, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 14 Powerful Database of AI Tools (2023)", + "page_from_status_code": 200, + "first_seen": "2023-11-21 11:11:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 11:11:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "is a comprehensive AI tools database that allows users to discover AI tools, create, and export shortlists. It includes a price, a short description, and an image for each tool. Registered users can save", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=topspotai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-11-21 09:58:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 09:58:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "digiato.com", + "url_from": "https://digiato.com/artificial-intelligence/topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 192, + "domain_from_rank": 529, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "194.147.142.68", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 145, + "page_from_size": 120307, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی رایگان به انبوهی از ابزارهای هوش مصنوعی با سایت TopAI", + "page_from_status_code": 200, + "first_seen": "2023-07-24 02:43:20 +00:00", + "prev_seen": "2023-08-23 07:24:24 +00:00", + "last_seen": "2023-11-21 08:16:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/will-gpt-4-have-100-trillion", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 171258, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Will GPT-4 have $100 trillion? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:34:02 +00:00", + "prev_seen": "2023-09-05 21:34:02 +00:00", + "last_seen": "2023-11-21 06:19:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/category/blog/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 106, + "page_from_size": 307010, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Archives - Page 3 of 8 - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-11-21 06:16:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 06:16:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/category/blog/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 311209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Archives - Page 2 of 8 - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-10-18 18:15:48 +00:00", + "prev_seen": "2023-10-18 18:15:48 +00:00", + "last_seen": "2023-11-21 06:16:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/is-gpt-4-available-to-the-public", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 140236, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Is GPT-4 available to the public? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:33:18 +00:00", + "prev_seen": "2023-09-05 21:33:18 +00:00", + "last_seen": "2023-11-21 05:36:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/do-i-have-to-pay-for-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 146569, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Do I have to pay for ChatGPT? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:33:06 +00:00", + "prev_seen": "2023-09-05 21:33:06 +00:00", + "last_seen": "2023-11-21 05:36:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/what-is-the-best-way-to-use-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 161453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What is the best way to use ChatGPT? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:33:22 +00:00", + "prev_seen": "2023-09-05 21:33:22 +00:00", + "last_seen": "2023-11-21 05:36:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/is-there-a-free-alternative-to-gpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 166127, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Is there a free alternative to GPT? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:32:50 +00:00", + "prev_seen": "2023-09-05 21:32:50 +00:00", + "last_seen": "2023-11-21 05:36:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/has-chat-gpt-4-been-released", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 157, + "page_from_internal_links": 23, + "page_from_size": 138520, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Has Chat GPT-4 been released? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:25:36 +00:00", + "prev_seen": "2023-09-05 21:25:36 +00:00", + "last_seen": "2023-11-21 04:52:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "chidanet.ir", + "url_from": "https://chidanet.ir/2023/10/22/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.151.52", + "domain_from_country": "IR", + "page_from_external_links": 49, + "page_from_internal_links": 17, + "page_from_size": 170981, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – چیدنت، کمک دست خونه چیدنت×", + "page_from_status_code": 200, + "first_seen": "2023-10-22 01:31:57 +00:00", + "prev_seen": "2023-10-22 01:31:57 +00:00", + "last_seen": "2023-11-21 04:44:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "chicagoartdealers.org", + "url_from": "https://chicagoartdealers.org/frequently-asked-questions/what-is-the-best-ai-for-predicting-sports-612", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-sports-predictor", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "38.91.101.210", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 40, + "page_from_size": 136371, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is the best AI for predicting sports?", + "page_from_status_code": 200, + "first_seen": "2023-11-21 04:22:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 04:22:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "View complete answer on", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.daisyclean.ro", + "url_from": "https://www.daisyclean.ro/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.183.114", + "domain_from_country": "RO", + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 16033, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "niche meme account name generator, Mr Authentic Food Flint MI - daisyclean.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-17 11:06:23 +00:00", + "prev_seen": "2023-11-13 11:14:14 +00:00", + "last_seen": "2023-11-21 02:22:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Best Domain name generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/openart.ai-photobooth", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 98839, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OpenArt Photo Booth AI", + "page_from_status_code": 200, + "first_seen": "2023-09-06 16:17:07 +00:00", + "prev_seen": "2023-09-20 22:43:00 +00:00", + "last_seen": "2023-11-21 01:16:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/easywithai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 103665, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EasywithAI", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:50:31 +00:00", + "prev_seen": "2023-09-21 00:44:25 +00:00", + "last_seen": "2023-11-21 00:33:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/arktan.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 98544, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arktan", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:56:12 +00:00", + "prev_seen": "2023-09-21 00:56:59 +00:00", + "last_seen": "2023-11-21 00:29:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/myaitools.online", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 96529, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MyAITools", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:54:12 +00:00", + "prev_seen": "2023-09-21 01:01:27 +00:00", + "last_seen": "2023-11-21 00:25:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aitoolsupdate.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 97196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIToolsUpdate", + "page_from_status_code": 200, + "first_seen": "2023-09-06 20:35:23 +00:00", + "prev_seen": "2023-09-21 01:11:28 +00:00", + "last_seen": "2023-11-21 00:09:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/favird.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 99692, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Favird", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:56:06 +00:00", + "prev_seen": "2023-09-20 23:49:19 +00:00", + "last_seen": "2023-11-21 00:09:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aiawesome.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 97947, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Awesome", + "page_from_status_code": 200, + "first_seen": "2023-11-21 00:08:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 00:08:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aitogrow.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 97133, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AItoGrow", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:50:29 +00:00", + "prev_seen": "2023-09-20 23:51:56 +00:00", + "last_seen": "2023-11-21 00:07:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-08-23 20:45:24 +00:00", + "prev_seen": "2023-08-23 20:45:24 +00:00", + "last_seen": "2023-11-21 00:06:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aicyclopedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 96561, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcyclopedia", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:15:28 +00:00", + "prev_seen": "2023-09-21 00:04:20 +00:00", + "last_seen": "2023-11-21 00:00:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aitoolsranked.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 98972, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiToolsRanked", + "page_from_status_code": 200, + "first_seen": "2023-09-06 21:52:15 +00:00", + "prev_seen": "2023-09-21 02:09:58 +00:00", + "last_seen": "2023-11-21 00:00:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/?category=aggregator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 239729, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "39 Best Ai Aggregator Tools - 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:19:44 +00:00", + "prev_seen": "2023-11-12 01:53:43 +00:00", + "last_seen": "2023-11-21 00:00:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kinecocoon.com", + "url_from": "https://www.kinecocoon.com/hama-website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 26, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.215.201", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 25616, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Wauw galop toewijzing Overeenkomstig met Word gek bedrijf hama website - kinecocoon.com", + "page_from_status_code": 200, + "first_seen": "2023-09-01 23:04:05 +00:00", + "prev_seen": "2023-10-30 06:19:17 +00:00", + "last_seen": "2023-11-20 17:48:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "binnen hoogtepunt schot Hama - Image Editing - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mangakool.com", + "url_from": "https://mangakool.com/7-best-ai-product-photography-tools-and-services-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-photography-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.3.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 25, + "page_from_size": 396667, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Product Photography Tools and Services in 2023 | Manga is Kool", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:41:32 +00:00", + "prev_seen": "2023-10-11 12:41:32 +00:00", + "last_seen": "2023-11-20 15:41:24 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ZEG", + "text_pre": null, + "text_post": "is an AI product photography tool that helps you create studio-like product photos and videos easily. You just need to upload a video of your product in motion, and ZEG will automatically extract the", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mangakool.com", + "url_from": "http://mangakool.com/7-best-ai-product-photography-tools-and-services-in-2023/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-photography-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.3.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 27, + "page_from_size": 396661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Product Photography Tools and Services in 2023 | Manga is Kool", + "page_from_status_code": 200, + "first_seen": "2023-10-10 04:58:36 +00:00", + "prev_seen": "2023-10-10 04:58:36 +00:00", + "last_seen": "2023-11-20 14:23:09 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ZEG", + "text_pre": null, + "text_post": "is an AI product photography tool that helps you create studio-like product photos and videos easily. You just need to upload a video of your product in motion, and ZEG will automatically extract the", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@KiofKi@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 67, + "page_from_internal_links": 268, + "page_from_size": 425055, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - KiofKi - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-11-20 12:22:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 12:22:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "createape.com", + "url_from": "https://createape.com/2023/10/17/how-to-use-ai-in-ux-design-workflows-without-sacrificing-creativity/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/business-idea-evaluation-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.194.159", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 42, + "page_from_size": 250190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use AI In UX Design Workflows - CreateApe", + "page_from_status_code": 200, + "first_seen": "2023-10-17 23:58:11 +00:00", + "prev_seen": "2023-10-17 23:58:11 +00:00", + "last_seen": "2023-11-20 09:34:22 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Checkmyidea-ia", + "text_pre": "Beyond ChatGPT, tools like", + "text_post": "and Test & Start can perform foundational market research, provide technical MVP proposals, and generate recommendations from technology stacks to startup names. These tools are a lifesaver for research", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "createape.com", + "url_from": "https://createape.com/2023/10/17/how-to-use-ai-in-ux-design-workflows-without-sacrificing-creativity/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/test-start", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.194.159", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 42, + "page_from_size": 250190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use AI In UX Design Workflows - CreateApe", + "page_from_status_code": 200, + "first_seen": "2023-10-17 23:58:11 +00:00", + "prev_seen": "2023-10-17 23:58:11 +00:00", + "last_seen": "2023-11-20 09:34:22 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Test & Start", + "text_pre": "Beyond ChatGPT, tools like Checkmyidea-ia and", + "text_post": "can perform foundational market research, provide technical MVP proposals, and generate recommendations from technology stacks to startup names. These tools are a lifesaver for research teams with limited", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libguides.rollins.edu", + "url_from": "https://libguides.rollins.edu/generative_ai_in_the_classroom/ai_for_teaching_and_learning", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "edu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 441, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 16, + "page_from_size": 48519, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Effective Use of AI for Teaching and Learning - Generative AI in the Classroom - Olin Library Research Guides at Rollins College", + "page_from_status_code": 200, + "first_seen": "2023-11-20 07:15:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 07:15:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools for exploring and learning about thousands of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/interior-design", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 129920, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Interior Design | AI Room Design by AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-20 04:42:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 04:42:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/image-enhancement", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 131645, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Image Enhancement by AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-20 04:41:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 04:41:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ceciledejoux-ia.com", + "url_from": "https://www.ceciledejoux-ia.com/autres-outils", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 90, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "198.49.23.144", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 452885, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "RÉPERTOIRES — ChatGPT et IA : mode d’emploi pour Managers et RH", + "page_from_status_code": 200, + "first_seen": "2023-10-19 13:52:56 +00:00", + "prev_seen": "2023-10-19 13:52:56 +00:00", + "last_seen": "2023-11-20 02:46:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Voir en détail →", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trekfindertours.com", + "url_from": "https://www.trekfindertours.com/ai-social-media-content-creation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/followr.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 81, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.215.4", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 19416, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ai social media content creation, 5 Best Social Content Generators: Create & Post Content Automatically with AI - Marketing with Robots - trekfindertours.com", + "page_from_status_code": 200, + "first_seen": "2023-08-08 06:52:25 +00:00", + "prev_seen": "2023-10-11 05:35:33 +00:00", + "last_seen": "2023-11-20 01:34:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "200 Top tools for Social Media needs", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 147506, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-15 16:14:32 +00:00", + "prev_seen": "2023-06-15 16:14:32 +00:00", + "last_seen": "2023-11-20 01:23:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lowendtalk.com", + "url_from": "https://lowendtalk.com/discussion/187109/best-ai-program-for-re-writing-news-articles", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-AI-plugin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 451, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.8.4", + "domain_from_country": "US", + "page_from_external_links": 36, + "page_from_internal_links": 109, + "page_from_size": 102209, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Best AI Program for Re-writing News Articles? — LowEndTalk", + "page_from_status_code": 200, + "first_seen": "2023-06-26 17:07:04 +00:00", + "prev_seen": "2023-09-18 02:52:06 +00:00", + "last_seen": "2023-11-20 00:04:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/WordPress-AI-plugin", + "text_pre": "wpaibot looks like another option:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/multporn.net?page=29", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 137, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224485, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of multporn.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-19 23:35:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 23:35:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nanonets.com", + "url_from": "https://nanonets.com/blog/chat-with-pdfs-using-chatgpt-and-openai-gpt-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 131, + "domain_from_rank": 389, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "108.138.7.18", + "domain_from_country": "WW", + "page_from_external_links": 36, + "page_from_internal_links": 70, + "page_from_size": 153743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chat with PDFs using ChatGPT & GPT API", + "page_from_status_code": 200, + "first_seen": "2023-11-19 15:20:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 15:20:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Convert any PDF or document into a Chatbot with these AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 302, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/blog/ai-document-search.html" + }, + { + "type": "backlink", + "domain_from": "nanonets.com", + "url_from": "https://nanonets.com/blog/chat-with-pdfs-using-chatgpt-and-openai-gpt-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html?ref=nanonets.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 131, + "domain_from_rank": 389, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "108.138.7.18", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 153743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chat with PDFs using ChatGPT & GPT API", + "page_from_status_code": 200, + "first_seen": "2023-10-04 20:09:35 +00:00", + "prev_seen": "2023-10-04 20:09:35 +00:00", + "last_seen": "2023-11-19 15:20:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wweb.dev", + "url_from": "https://wweb.dev/weekly/149", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 234, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 12, + "page_from_size": 90312, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Weekly Web Development Resources #149 | wweb.dev", + "page_from_status_code": 200, + "first_seen": "2023-11-19 15:02:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 15:02:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "SponsoredTopAi.toolsA curated list of the best productivity-boosting AI tools. Discover AI tools for development, art, writing, design, and a lot more. You can also submit your own tool and use semantic", + "semantic_location": "article", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gabrielablaga.ro", + "url_from": "https://www.gabrielablaga.ro/create-avatar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/photoshot.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 96, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.53", + "domain_from_country": "RO", + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 27692, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Earthenware Screenplay Lyricist barricade Angry Haiku create avatar generator - gabrielablaga.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-19 04:53:02 +00:00", + "prev_seen": "2023-10-19 04:53:02 +00:00", + "last_seen": "2023-11-19 14:31:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Situation leader tenant Photoshot - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/photoshot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.devduck.de", + "url_from": "https://www.devduck.de/blog/10-nuetzliche-ki-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 4, + "page_from_size": 184873, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:21:43 +00:00", + "prev_seen": "2023-10-04 01:21:43 +00:00", + "last_seen": "2023-11-19 06:58:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gabrielablaga.ro", + "url_from": "https://www.gabrielablaga.ro/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 96, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.53", + "domain_from_country": "RO", + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 27160, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Offer Mission Ray Facilities physically Straighten niche meme account name generator - gabrielablaga.ro", + "page_from_status_code": 200, + "first_seen": "2023-11-19 05:37:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 05:37:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stomach Empire Opposite 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/coefficient.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224331, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of coefficient.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-19 04:25:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 04:25:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "freestuffs.site", + "url_from": "https://freestuffs.site/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "site", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.62.36", + "domain_from_country": null, + "page_from_external_links": 467, + "page_from_internal_links": 24, + "page_from_size": 168021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:03:17 +00:00", + "prev_seen": "2023-10-14 22:03:17 +00:00", + "last_seen": "2023-11-19 03:52:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.thedevrelcollective.com", + "url_from": "https://www.thedevrelcollective.com/blog/five-ai-tools-every-developer-advocate-should-be-using", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.49.23.144", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 10, + "page_from_size": 316680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Five AI tools every developer advocate should be using — The DevRel Collective", + "page_from_status_code": 200, + "first_seen": "2023-11-19 02:26:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 02:26:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "it; Five AI tools that every developer advocate should have in their tool box. These tools are changing constantly. It’s hard to keep up and the one which worked today, may not be the best one tomorrow. Keep an eye on", + "text_post": "as a way to search for the latest and compare. If you’ve found any tools you think are worth sharing, let me know.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aihunthub.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 257, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-31 19:16:22 +00:00", + "prev_seen": "2023-09-15 17:54:27 +00:00", + "last_seen": "2023-11-19 02:09:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/checkmyidea-ia", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Checkmyidea-ia", + "text_pre": null, + "text_post": "(an AI tool for market research, competitor analysis, technical MVP proposals, monetization, user acquisition strategies, and idea rating)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/startup-pitch-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Startup Pitch Generator", + "text_pre": null, + "text_post": "(an AI tool that helps users create elevator pitches and suggests business models)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/truewind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Truewind", + "text_pre": null, + "text_post": "(an AI-powered bookkeeping and finance tool for startups)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/startup-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Stratup.ai", + "text_pre": null, + "text_post": "(an AI-powered tool that revolutionizes idea generation for startups)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.gaoran.xyz", + "url_from": "https://blog.gaoran.xyz/article/AI_navi_site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 72, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.61", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 28, + "page_from_size": 192566, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "AI 导航站点集合 | Ryan’ Lab", + "page_from_status_code": 200, + "first_seen": "2023-11-18 23:32:09 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 23:32:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "TopAI:", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/telegram.im", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1221752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of telegram.im in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 22:08:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 22:08:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ebool.com", + "url_from": "https://www.ebool.com/lists/ai-newsletters.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 94, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.9.18", + "domain_from_country": "US", + "page_from_external_links": 186, + "page_from_internal_links": 2, + "page_from_size": 83008, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "180+ AI Newsletter List - Keep Yourself Updated with AI", + "page_from_status_code": 200, + "first_seen": "2023-08-18 22:56:34 +00:00", + "prev_seen": "2023-09-18 15:59:09 +00:00", + "last_seen": "2023-11-18 21:49:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Ai top tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogs.uoc.edu", + "url_from": "https://blogs.uoc.edu/elearning-innovation-center/generative-ai-useful-tools-for-teaching-staff/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "edu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.174.19.159", + "domain_from_country": "WW", + "page_from_external_links": 61, + "page_from_internal_links": 27, + "page_from_size": 184619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Generative AI: Useful tools for teaching staff - eLearning Innovation Center Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-17 21:34:40 +00:00", + "prev_seen": "2023-10-31 11:28:02 +00:00", + "last_seen": "2023-11-18 21:34:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for slides", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogs.uoc.edu", + "url_from": "https://blogs.uoc.edu/elearning-innovation-center/es/ia-generativa-herramientas-utiles-para-el-personal-docente/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "edu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.174.19.159", + "domain_from_country": "WW", + "page_from_external_links": 61, + "page_from_internal_links": 26, + "page_from_size": 189183, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "IA generativa: herramientas útiles para el personal docente - eLearning Innovation Center Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-17 21:24:30 +00:00", + "prev_seen": "2023-11-11 20:20:57 +00:00", + "last_seen": "2023-11-18 21:29:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for Slides", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogs.uoc.edu", + "url_from": "https://blogs.uoc.edu/elearning-innovation-center/ca/ia-generativa-eines-utils-per-al-personal-docent/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "edu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.174.19.159", + "domain_from_country": "WW", + "page_from_external_links": 60, + "page_from_internal_links": 26, + "page_from_size": 187254, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "IA generativa: eines útils per al personal docent - eLearning Innovation Center Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-24 05:11:58 +00:00", + "prev_seen": "2023-11-11 20:18:33 +00:00", + "last_seen": "2023-11-18 21:28:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for Slides", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.perplexity.ai", + "url_from": "https://www.perplexity.ai/search/b140f272-0c8f-4f08-9312-0bb60164e98d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perplexity-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 423, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.40.29", + "domain_from_country": "AI", + "page_from_external_links": 19, + "page_from_internal_links": 3, + "page_from_size": 242863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Perplexity?", + "page_from_status_code": 200, + "first_seen": "2023-11-18 19:41:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 19:41:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "6", + "text_pre": null, + "text_post": ".", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.perplexity.ai", + "url_from": "https://www.perplexity.ai/search/In-what-ways-sUDycgyPTwiTEgu2AWTpjQ?s=c", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perplexity-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 423, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.40.29", + "domain_from_country": "AI", + "page_from_external_links": 19, + "page_from_internal_links": 3, + "page_from_size": 242870, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Perplexity?", + "page_from_status_code": 200, + "first_seen": "2023-11-18 19:38:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 19:38:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "6", + "text_pre": null, + "text_post": ".", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/258080_ai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 129, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 20490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-09-20 17:20:36 +00:00", + "prev_seen": "2023-10-30 09:41:21 +00:00", + "last_seen": "2023-11-18 18:53:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/globalassignmenthelp.com?page=14", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1227696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of globalassignmenthelp.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 15:11:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 15:11:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hollyworks.com", + "url_from": "https://www.hollyworks.com/blog/want-to-design-video-games-time-to-learn-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=gaming", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "192.254.234.102", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 27, + "page_from_size": 26474, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Want to design video games? Now is the time to become fluent in AI.", + "page_from_status_code": 200, + "first_seen": "2023-08-10 09:38:21 +00:00", + "prev_seen": "2023-10-17 21:44:10 +00:00", + "last_seen": "2023-11-18 10:37:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "currently offers 48 Top AI gaming tools", + "text_pre": "Entertainment games are expected to be the most impacted. You'll find the ultimate list for researching and learning all about AI in gaming at TopAI.tools - which", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/waifuforlaifu.com?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 225, + "page_from_size": 549811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of waifuforlaifu.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:58:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:58:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/arrowmancer.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 87, + "page_from_internal_links": 316, + "page_from_size": 1060393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of arrowmancer.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:58:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:58:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/neets.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 349, + "page_from_size": 1222496, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of neets.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:57:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:57:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/nemusona.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 62, + "page_from_internal_links": 266, + "page_from_size": 780551, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of nemusona.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:57:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/requestum.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 347, + "page_from_size": 1220271, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of requestum.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:46:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:46:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/mmcgbl.com?page=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 356, + "page_from_size": 1223656, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of mmcgbl.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:43:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:43:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/abconlinechat.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1222662, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of abconlinechat.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:34:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:34:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/teamai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 92, + "page_from_internal_links": 326, + "page_from_size": 1115451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of teamai.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:34:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:34:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@alphafalcon@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 503, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 125101, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - alphafalcon - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-09-26 06:37:17 +00:00", + "prev_seen": "2023-09-26 06:37:17 +00:00", + "last_seen": "2023-11-18 08:02:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.myquickidea.com", + "url_from": "https://www.myquickidea.com/top-ai-tools-directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.243.110.16", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 58, + "page_from_size": 136754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 AI Tools Directories: Embracing The Future", + "page_from_status_code": 200, + "first_seen": "2023-11-18 07:27:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 07:27:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "3.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aitoolkit&utm_medium=marketplace&utm_campaign=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-10-06 01:16:57 +00:00", + "prev_seen": "2023-10-06 01:16:57 +00:00", + "last_seen": "2023-11-18 07:22:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/openmata.org", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1221136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of openmata.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 06:46:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 06:46:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ja/%E6%95%99%E5%AE%A4%E3%81%AB%E9%9D%A9%E5%91%BD%E3%82%92%E8%B5%B7%E3%81%93%E3%81%99-AI-%E5%BC%B7%E5%8C%96%E5%AD%A6%E7%BF%92%E3%81%AE%E6%96%B0%E6%99%82%E4%BB%A3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 139, + "page_from_size": 146847, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "教室に革命を起こす: AI 強化学習の新時代 - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-15 09:30:41 +00:00", + "prev_seen": "2023-10-15 09:30:41 +00:00", + "last_seen": "2023-11-18 05:30:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "バーチャル家庭教師", + "text_pre": "教育におけるAIは着実に前進しています。 聞いたことはありますか", + "text_post": "? これらは単なるビデオ録画やインタラクティブなレッスンではなく、人間の家庭教師の指導スタイルを模倣できる高度に洗練された AI 駆動のプラットフォームです。 彼らはあなたの学習パターンを分析し、あなたの弱点を理解し、概念があなたにとって明確であることを保証するために指導スタイルを適応させます。", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=6pedia.com&utm_medium=directory&utm_campaign=6pedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191418, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-11-18 04:24:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 04:24:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@Senf@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 372, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 48, + "page_from_internal_links": 207, + "page_from_size": 326842, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - Senf - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-09-26 11:35:17 +00:00", + "prev_seen": "2023-09-26 11:35:17 +00:00", + "last_seen": "2023-11-18 04:15:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ai-content-detector/?back=https%3A%2F%2Fwww.google.com%2Fsearch%3Fclient%3Dsafari%26as_qdr%3Dall%26as_occt%3Dany%26safe%3Dactive%26as_q%3Dcorrector.app%20AI%20detection%20two%26channel%3Daplab%26source%3Da-app1%26hl%3Den", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4730, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-09-27 12:00:51 +00:00", + "prev_seen": "2023-09-27 12:00:51 +00:00", + "last_seen": "2023-11-18 01:27:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/facehub.live?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1219804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of facehub.live in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 01:00:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 01:00:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hacker-news.penportal.net", + "url_from": "https://hacker-news.penportal.net/item/38234073", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Children's-story-generator", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.84.90", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 6, + "page_from_size": 9016, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hacker News", + "page_from_status_code": 200, + "first_seen": "2023-11-17 23:46:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 23:46:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Children's-story-generator", + "text_pre": "FYI List of some (likely not all) competitors in this space:", + "text_post": "https://theresanaiforthat.com/story-writing/", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/logopond.com?page=8", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 354, + "page_from_size": 1225408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of logopond.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 23:05:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 23:05:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=thaka-io&utm_medium=marketplace&utm_campaign=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191410, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-11-17 22:37:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 22:37:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/tidio.com?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222906, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of tidio.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 22:27:10 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 22:27:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/detector-conteudo-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 132, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 37, + "page_from_size": 190203, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Detector de IA e Detector de Chat GPT - 100% Preciso", + "page_from_status_code": 200, + "first_seen": "2023-08-29 19:07:52 +00:00", + "prev_seen": "2023-08-29 19:07:52 +00:00", + "last_seen": "2023-11-17 20:05:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ai-hunter.io&utm_medium=ai-hunter.io&utm_campaign=ai-hunter.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 61, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-08-24 06:24:45 +00:00", + "prev_seen": "2023-08-24 06:24:45 +00:00", + "last_seen": "2023-11-17 17:32:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.callakinglit.com", + "url_from": "https://www.callakinglit.com/random-tattoo-generator-download", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/tattoojenney-com.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.24.215", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 23757, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Mary oasis hard to please dynasty Waterfront Productivity random tattoo generator download - callakinglit.com", + "page_from_status_code": 200, + "first_seen": "2023-09-24 15:26:37 +00:00", + "prev_seen": "2023-09-24 15:26:37 +00:00", + "last_seen": "2023-11-17 16:29:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "shocking Dizziness castle 60 Best Tattoo idea generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.abdelrahman-academy.com", + "url_from": "https://www.abdelrahman-academy.com/2023/06/AI-Helper-Bot.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-sql-helper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.23.115", + "domain_from_country": "WW", + "page_from_external_links": 18, + "page_from_internal_links": 43, + "page_from_size": 259036, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "AI Helper Bot مساعدك الذكي في عالم التكنولوجيا", + "page_from_status_code": 200, + "first_seen": "2023-10-10 22:44:09 +00:00", + "prev_seen": "2023-10-10 22:44:09 +00:00", + "last_seen": "2023-11-17 15:28:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "من هنا", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-11-17 14:31:07 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 14:31:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jhrogue.blogspot.com", + "url_from": "https://jhrogue.blogspot.com/2023/02/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 230, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.33", + "domain_from_country": null, + "page_from_external_links": 758, + "page_from_internal_links": 250, + "page_from_size": 265926, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "컴퓨터 vs 책: 2월 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:33:56 +00:00", + "prev_seen": "2023-10-16 22:33:56 +00:00", + "last_seen": "2023-11-17 13:48:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Find & Save the best AI tools Everyday", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techvangart.com", + "url_from": "https://techvangart.com/2023/05/07/ai-notjust-for-fun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/infiniteconversation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 171, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.141", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 46, + "page_from_size": 267849, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-(not)Just for Fun ... - TechvangArt", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:10:13 +00:00", + "prev_seen": "2023-10-11 22:10:13 +00:00", + "last_seen": "2023-11-17 13:14:36 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/infiniteconversation", + "text_pre": "Infiniteconversation", + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/hexofy.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1220214, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of hexofy.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 12:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 12:58:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 124, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 214438, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-05-21 03:56:51 +00:00", + "prev_seen": "2023-09-01 12:15:21 +00:00", + "last_seen": "2023-11-17 12:53:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.toolsは、850のツールを含むAIツールディレクトリで、RSSが利用可能です。", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 124, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 268435, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:34:52 +00:00", + "prev_seen": "2023-09-01 12:08:00 +00:00", + "last_seen": "2023-11-17 12:36:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: AIツールのノイズをふるいにかけるAI検索を構築した", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/favicon-generator.org?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1222522, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of favicon-generator.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 11:51:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 11:51:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/limbiks.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1220274, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of limbiks.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:54:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:54:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/wisdolia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1219596, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of wisdolia.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:47:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:47:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 174, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:47:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:47:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "histre.com", + "url_from": "https://histre.com/public/notes/huangjingyun/note/yhgm9sbu/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.46", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 16, + "page_from_size": 18748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Note: TopAi.tools目录 | histre", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:38:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:38:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "ugc", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools目录", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/nl/een-revolutie-teweegbrengen-in-het-klaslokaal%2C-het-nieuwe-tijdperk-van-ai-verbeterd-leren/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 131798, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Een revolutie in het klaslokaal: het nieuwe tijdperk van AI-ondersteund leren - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:31:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:31:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuele docenten", + "text_pre": "AI in het onderwijs zet gestaag stappen vooruit. Heb je ooit gehoord van", + "text_post": "? Dit zijn niet louter video-opnamen of interactieve lessen, maar zeer geavanceerde AI-gestuurde platforms die de lesstijl van een menselijke docent kunnen nabootsen. Ze analyseren uw leerpatronen, begrijpen", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 260140, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:49:36 +00:00", + "prev_seen": "2023-08-30 22:07:48 +00:00", + "last_seen": "2023-11-17 08:38:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一个人工智能搜索,以筛选出人工智能工具的噪音", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 114, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 210929, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周歸檔(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-11 03:06:00 +00:00", + "prev_seen": "2023-08-30 13:33:53 +00:00", + "last_seen": "2023-11-17 08:04:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 114, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 263484, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周歸檔(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-11 03:08:26 +00:00", + "prev_seen": "2023-08-30 13:29:51 +00:00", + "last_seen": "2023-11-17 08:04:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "it.home-theater-designers.com", + "url_from": "https://it.home-theater-designers.com/6-directory-online-di-strumenti-di-intelligenza-artificiale-per-scoprire-o-cercare-la-migliore-app-di-intelligenza-artificiale", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "IT", + "page_from_external_links": 68, + "page_from_internal_links": 320, + "page_from_size": 67618, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "6 directory online di strumenti di intelligenza artificiale per scoprire o cercare la migliore app di intelligenza artificiale - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 14:53:59 +00:00", + "prev_seen": "2023-08-23 05:40:50 +00:00", + "last_seen": "2023-11-17 06:43:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): scopri gli strumenti di intelligenza artificiale e crea ed esporta elenchi", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-17 06:41:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 06:41:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sownai.com", + "url_from": "https://sownai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 45, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 272, + "page_from_internal_links": 283, + "page_from_size": 564456, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "SownAI | 高效的 AI 工具与资源导航网站", + "page_from_status_code": 200, + "first_seen": "2023-10-04 00:19:25 +00:00", + "prev_seen": "2023-10-04 00:19:25 +00:00", + "last_seen": "2023-11-17 05:57:26 +00:00", + "item_type": "anchor", + "attributes": ["external", "nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.social", + "url_from": "https://kbin.social/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 662, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.91", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 186, + "page_from_size": 181781, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Oinks - kbin.social", + "page_from_status_code": 200, + "first_seen": "2023-11-17 04:55:35 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 04:55:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 128, + "page_from_size": 156660, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - kosh - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-10-07 07:33:18 +00:00", + "prev_seen": "2023-10-07 07:33:18 +00:00", + "last_seen": "2023-11-17 04:42:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 49, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 147, + "page_from_size": 102264, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "One Schoolhouse - Open Doors Blog", + "page_from_status_code": 200, + "first_seen": "2023-11-17 03:10:48 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 03:10:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog/archives/11-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 32, + "page_from_internal_links": 144, + "page_from_size": 90593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Open Doors Blog - One Schoolhouse", + "page_from_status_code": 200, + "first_seen": "2023-11-17 03:04:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 03:04:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog/from-apprehension-to-empowerment-the-importance-of-collaboration-when-learning-about-generative-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 141, + "page_from_size": 77695, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Open Doors Blog - One Schoolhouse", + "page_from_status_code": 200, + "first_seen": "2023-11-17 02:48:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 02:48:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog/category/all", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 147, + "page_from_size": 102169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Open Doors Blog - One Schoolhouse", + "page_from_status_code": 200, + "first_seen": "2023-11-17 02:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 02:44:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 96795, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT Demo", + "page_from_status_code": 200, + "first_seen": "2023-11-17 02:10:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 02:10:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/html-editor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 133490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Online HTML Editor: Simplify Text Formatting", + "page_from_status_code": 200, + "first_seen": "2023-11-16 20:43:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 20:43:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pomodore.ro", + "url_from": "https://www.pomodore.ro/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.78.131", + "domain_from_country": "RO", + "page_from_external_links": 26, + "page_from_internal_links": 15, + "page_from_size": 20745, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Trivial restaurant Disturb Incite water the flower The Hotel download convertor text - pomodore.ro", + "page_from_status_code": 200, + "first_seen": "2023-11-16 19:49:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 19:49:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "idiom nephew puzzle 60 Best Text to audio converter AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.top-kids.ro", + "url_from": "https://www.top-kids.ro/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 184, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.145.47", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 3721, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "download convertor text - top-kids.ro", + "page_from_status_code": 200, + "first_seen": "2023-09-27 09:11:22 +00:00", + "prev_seen": "2023-09-27 09:11:22 +00:00", + "last_seen": "2023-11-16 19:45:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-16 17:46:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 17:46:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "notes.zachmanson.com", + "url_from": "https://notes.zachmanson.com/prompt-resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 80, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 67, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.199.108.153", + "domain_from_country": null, + "page_from_external_links": 228, + "page_from_internal_links": 9, + "page_from_size": 31060, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "notes: prompt resources", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:48:43 +00:00", + "prev_seen": "2023-10-14 20:48:43 +00:00", + "last_seen": "2023-11-16 17:44:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/item-removal", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 46, + "domain_from_rank": 264, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 11, + "page_from_size": 129539, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Object Remover | Real Estate AI Item Removal - AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-16 13:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 13:09:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/ecchibot.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1219315, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of ecchibot.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 12:27:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 12:27:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/videoleapapp.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223252, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of videoleapapp.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:22:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:22:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/day-to-dusk", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 264, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 11, + "page_from_size": 126432, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Day to Dusk | Virtual Twilight- AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:10:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:10:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summarybox.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 75, + "page_from_internal_links": 292, + "page_from_size": 926672, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summarybox.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:06:27 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:06:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/metatext.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222296, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of metatext.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:05:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:05:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/hyperwriteai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222907, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of hyperwriteai.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:04:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:04:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summarizebot.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220094, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summarizebot.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:04:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:04:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/glarity.app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220032, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of glarity.app in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:04:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summari.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1219686, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summari.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:03:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:03:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/image-map.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1221129, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of image-map.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:02:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:02:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.marketplace.aiia.tech", + "url_from": "https://www.marketplace.aiia.tech/items/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "tech", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 212, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 1, + "page_from_size": 748478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAI.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 06:21:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 06:21:47 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://dsfilesharedatalake.blob.core.windows.net/logo/topAI.tools.jpeg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "klajosw.blogspot.com", + "url_from": "https://klajosw.blogspot.com/2023/05/bingimagecreate-mintak.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 54, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 97, + "page_from_internal_links": 206, + "page_from_size": 191806, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "AI-Mi mintaképek", + "page_from_status_code": 200, + "first_seen": "2023-10-11 21:54:55 +00:00", + "prev_seen": "2023-10-11 21:54:55 +00:00", + "last_seen": "2023-11-16 03:13:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "https://dreamstudio.ai/generatehttps://supertools.therundown.ai/", + "text_post": "https://www.insidr.ai/ai-tools/https://app.leonardo.ai/", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.18.19", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132412, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-06 23:10:32 +00:00", + "prev_seen": "2023-10-06 23:10:32 +00:00", + "last_seen": "2023-11-16 02:25:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.upwithtech.com", + "url_from": "https://www.upwithtech.com/post/enhancing-education-with-doctrina-ai-website-latest-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 54, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 51, + "page_from_size": 998164, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Doctrina AI Website: Guide to Empowering Education in 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-29 19:31:54 +00:00", + "prev_seen": "2023-10-29 19:31:54 +00:00", + "last_seen": "2023-11-16 02:16:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:16:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:16:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-11-16 00:43:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 00:43:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=Tech-Behemoths&utm_medium=Profile&utm_campaign=viewprofile", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-15 23:58:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 23:58:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.diseaseslist.info", + "url_from": "https://www.diseaseslist.info/prayer-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-prayer-generator", + "url_to_https": true, + "tld_from": "info", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 109, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.157.144", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 50, + "page_from_size": 35709, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prayer Generator Health", + "page_from_status_code": 200, + "first_seen": "2023-11-15 22:57:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 22:57:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Go Now", + "text_pre": "› Url: https://topai.tools/s/AI-prayer-generator", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/detecteur-contenu-ai/?source=redacteur-com-blog&utm_source=redacteur-com-blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 37, + "page_from_size": 171444, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Détecteur ChatGPT Gratuit : Détection Précise de l'IA à 100%", + "page_from_status_code": 200, + "first_seen": "2023-11-15 22:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 22:01:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 295694, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周歸檔(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-05-14 04:13:48 +00:00", + "prev_seen": "2023-08-24 08:00:25 +00:00", + "last_seen": "2023-11-15 21:32:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 238475, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周歸檔(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-05-14 03:43:55 +00:00", + "prev_seen": "2023-08-24 07:55:15 +00:00", + "last_seen": "2023-11-15 21:32:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@leopold_s@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 502, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 89059, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - leopold_s - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-09-25 23:31:49 +00:00", + "prev_seen": "2023-09-25 23:31:49 +00:00", + "last_seen": "2023-11-15 21:10:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 174, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-15 21:09:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 21:09:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aify.tech&utm_medium=marketplace&utm_campaign=aify.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191506, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-10-04 14:38:24 +00:00", + "prev_seen": "2023-10-04 14:38:24 +00:00", + "last_seen": "2023-11-15 18:24:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4755329", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11932, + "page_from_internal_links": 44, + "page_from_size": 1721184, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-15 18:12:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 18:12:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4742930", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11935, + "page_from_internal_links": 46, + "page_from_size": 1726541, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-15 18:12:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 18:12:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4721343", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11951, + "page_from_internal_links": 59, + "page_from_size": 1763335, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:24 +00:00", + "prev_seen": "2023-11-11 19:30:24 +00:00", + "last_seen": "2023-11-15 18:12:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4741949", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11936, + "page_from_internal_links": 48, + "page_from_size": 1731566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-15 18:12:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 18:12:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "spymetrics.beehiiv.com", + "url_from": "https://spymetrics.beehiiv.com/p/podsqueeze", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podsqueeze?utm_source=spymetrics.beehiiv.com&utm_medium=referral&utm_campaign=podsqueeze-com-made-14-300-in-revenue-last-month", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 556, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 4, + "page_from_size": 161328, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Case Study: Podsqueeze made $14,300 in Revenue Last Month", + "page_from_status_code": 200, + "first_seen": "2023-11-15 17:01:55 +00:00", + "prev_seen": "2023-11-15 17:01:55 +00:00", + "last_seen": "2023-11-15 17:02:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 255298, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:47:22 +00:00", + "prev_seen": "2023-08-20 15:50:12 +00:00", + "last_seen": "2023-11-15 14:19:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dealntech.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224691, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dealntech.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 13:10:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 13:10:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.duplimaster.co.uk", + "url_from": "https://www.duplimaster.co.uk/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-ghostwriter.webp", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.187.71", + "domain_from_country": "GB", + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 22424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Achievable Overtake yesterday blanket Vandalize concept generate automated articles on wordpress site - duplimaster.co.uk", + "page_from_status_code": 200, + "first_seen": "2023-10-05 14:15:48 +00:00", + "prev_seen": "2023-10-05 14:15:48 +00:00", + "last_seen": "2023-11-15 13:10:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Becks Induce complete 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.duplimaster.co.uk", + "url_from": "https://www.duplimaster.co.uk/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/gptpress.webp", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.187.71", + "domain_from_country": "GB", + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 22424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Achievable Overtake yesterday blanket Vandalize concept generate automated articles on wordpress site - duplimaster.co.uk", + "page_from_status_code": 200, + "first_seen": "2023-10-05 14:15:48 +00:00", + "prev_seen": "2023-10-05 14:15:48 +00:00", + "last_seen": "2023-11-15 13:10:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Becks Induce complete 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dragon-pets.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1221804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dragon-pets.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 12:51:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 12:51:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/thecartoonist.me", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1224481, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of thecartoonist.me in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 10:27:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 10:27:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/index.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 49, + "domain_from_rank": 350, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.18.1", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 99732, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog", + "page_from_status_code": 200, + "first_seen": "2023-11-04 11:36:45 +00:00", + "prev_seen": "2023-11-04 11:36:45 +00:00", + "last_seen": "2023-11-15 09:54:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/analyticsindiamag.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1225597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of analyticsindiamag.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:57:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:57:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/live3d.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1220607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of live3d.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:56:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:56:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aitoolhunt.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aitoolhunt.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aitoolmall.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aitoolmall.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:51 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/metaroids.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of metaroids.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/theinsaneapp.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223686, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of theinsaneapp.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1221834, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of topai.tools in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "nav", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dezgo.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 353, + "page_from_size": 1221298, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dezgo.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:54:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:54:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aimojo.pro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222386, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aimojo.pro in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:54:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:54:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dataconomy.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224506, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dataconomy.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:51:58 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:51:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/whatsthebigdata.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of whatsthebigdata.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:50:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:50:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/appsforstartup.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1226521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of appsforstartup.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:37:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:37:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/smmry.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 349, + "page_from_size": 1220778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of smmry.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 05:36:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 05:36:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summarizingtool.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220389, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summarizingtool.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 05:36:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 05:36:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-15 04:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 04:09:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/producthunt.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223839, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of producthunt.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 04:00:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 04:00:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/tag/side-hustles/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 284, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": "EC", + "page_from_external_links": 33, + "page_from_internal_links": 41, + "page_from_size": 144213, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Side Hustles Archives | AmeliaAndJP.com", + "page_from_status_code": 200, + "first_seen": "2023-05-07 17:09:56 +00:00", + "prev_seen": "2023-09-06 15:02:12 +00:00", + "last_seen": "2023-11-14 23:18:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "prompt guides", + "text_pre": "You can also download some free", + "text_post": "to speed up your learning process.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/7-easy-side-hustle-ideas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 284, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": "EC", + "page_from_external_links": 40, + "page_from_internal_links": 47, + "page_from_size": 167577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Easy Side Hustle Ideas for 2023 | AmeliaAndJP.com", + "page_from_status_code": 200, + "first_seen": "2023-05-07 17:08:50 +00:00", + "prev_seen": "2023-09-06 14:41:25 +00:00", + "last_seen": "2023-11-14 23:16:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "prompt guides", + "text_pre": "You can also download some free", + "text_post": "to speed up your learning process.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ejaj&utm_medium=marketplace&utm_campaign=ejaj", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191500, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-10-08 03:01:53 +00:00", + "prev_seen": "2023-10-08 03:01:53 +00:00", + "last_seen": "2023-11-14 20:59:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "eu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 90, + "page_from_size": 254380, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:40:58 +00:00", + "prev_seen": "2023-08-19 15:57:56 +00:00", + "last_seen": "2023-11-14 18:07:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=music", + "text_pre": "да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.https://topai.tools Например в сферата на музиката.", + "text_post": "Препоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате да имате теми за разговори с внуците си когато преминат пубертета.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 90, + "page_from_size": 254380, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:40:58 +00:00", + "prev_seen": "2023-08-19 15:57:56 +00:00", + "last_seen": "2023-11-14 18:07:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "има доста такива. Но можете да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.", + "text_post": "Например в сферата на музиката.https://topai.tools/filter?t=musicПрепоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/saasgenius.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223943, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of saasgenius.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 14:49:00 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 14:49:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/es/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 210316, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Directorios en línea de herramientas de IA para descubrir o buscar la mejor aplicación de IA | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-14 14:31:56 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 14:31:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Principales herramientas de IA", + "text_pre": "Incluye", + "text_post": "contiene una colección de más de 3800 herramientas impulsadas por IA en su directorio en varias categorías, como descubrimiento de IA, arte, audio, avatares, negocios, chat, capacitación, análisis de", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tl.home-theater-designers.com", + "url_from": "https://tl.home-theater-designers.com/6-online-na-direktoryo-ng-ai-tools-upang-tuklasin-o-maghanap-para-sa-pinakamahusay-na-ai-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "TL", + "page_from_external_links": 68, + "page_from_internal_links": 300, + "page_from_size": 63867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 Online na Direktoryo ng AI Tools upang Tuklasin o Maghanap para sa Pinakamahusay na AI App - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 13:55:00 +00:00", + "prev_seen": "2023-08-23 07:46:15 +00:00", + "last_seen": "2023-11-14 13:39:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Tuklasin ang AI Tools, at Gumawa at Mag-export ng Mga Shortlist", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/funkyimagetools.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1221730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of funkyimagetools.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 12:39:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 12:39:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/imagetosketch.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220971, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of imagetosketch.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 12:39:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 12:39:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "et.home-theater-designers.com", + "url_from": "https://et.home-theater-designers.com/6-ai-tooriistade-veebikataloogi-parima-ai-rakenduse-avastamiseks-voi-otsimiseks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "ET", + "page_from_external_links": 68, + "page_from_internal_links": 299, + "page_from_size": 60914, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 AI tööriistade veebikataloogi parima AI rakenduse avastamiseks või otsimiseks - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 06:20:02 +00:00", + "prev_seen": "2023-08-23 06:09:18 +00:00", + "last_seen": "2023-11-14 11:23:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tööriistad", + "text_pre": "2.", + "text_post": "(Veeb): avastage tehisintellekti tööriistu ning looge ja eksportige valikuid", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/simplified.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of simplified.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 11:11:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 11:11:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/fotor.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of fotor.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 11:11:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 11:11:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pt.home-theater-designers.com", + "url_from": "https://pt.home-theater-designers.com/6-diretorios-online-de-ferramentas-de-ia-para-descobrir-ou-procurar-o-melhor-aplicativo-de-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "PT", + "page_from_external_links": 68, + "page_from_internal_links": 306, + "page_from_size": 63963, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "6 diretórios online de ferramentas de IA para descobrir ou procurar o melhor aplicativo de IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 18:56:38 +00:00", + "prev_seen": "2023-08-23 05:56:01 +00:00", + "last_seen": "2023-11-14 10:09:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): descubra ferramentas de IA e crie e exporte listas restritas", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "be10x.in", + "url_from": "https://be10x.in/blog/use-ai-for-personal-branding/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/news-aggregator", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 155, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.88", + "domain_from_country": "IN", + "page_from_external_links": 16, + "page_from_internal_links": 35, + "page_from_size": 232974, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use AI To Improve Your Personal Brand? - Be10X", + "page_from_status_code": 200, + "first_seen": "2023-11-14 09:55:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 09:55:24 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI-powered news aggregation systems", + "text_pre": "4. Staying Aware: AI aids you in staying aware of the latest trends and advancements in your industry. ", + "text_post": ", for example, can guide you in identifying and reading relevant articles and blog entries.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/geekflare.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224587, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of geekflare.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 09:38:46 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 09:38:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-14 09:20:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 09:20:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ru.home-theater-designers.com", + "url_from": "https://ru.home-theater-designers.com/6-onlajn-katalogov-instrumentov-ii-dla-obnaruzenia-ili-poiska-lucsego-prilozenia-ii", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "RU", + "page_from_external_links": 68, + "page_from_internal_links": 333, + "page_from_size": 80438, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "6 онлайн-каталогов инструментов ИИ для обнаружения или поиска лучшего приложения ИИ - |Интернет|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 03:11:18 +00:00", + "prev_seen": "2023-08-23 07:33:54 +00:00", + "last_seen": "2023-11-14 07:06:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Интернет): Откройте для себя инструменты искусственного интеллекта, а также создайте и экспортируйте короткие списки", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/opus.pro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1220583, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of opus.pro in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 06:13:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 06:13:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pl.home-theater-designers.com", + "url_from": "https://pl.home-theater-designers.com/6-internetowych-katalogow-narzedzi-ai-do-odkrycia-lub-wyszukania-najlepszej-aplikacji-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "PL", + "page_from_external_links": 68, + "page_from_internal_links": 335, + "page_from_size": 66842, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "6 internetowych katalogów narzędzi AI do odkrycia lub wyszukania najlepszej aplikacji AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 02:11:56 +00:00", + "prev_seen": "2023-08-23 06:45:21 +00:00", + "last_seen": "2023-11-14 05:56:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Internet): Odkryj narzędzia AI oraz twórz i eksportuj krótkie listy", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "semanaemai.com.br", + "url_from": "https://semanaemai.com.br/p/inteligencia-artificial-resumo-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com.br", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.40.87", + "domain_from_country": "BR", + "page_from_external_links": 27, + "page_from_internal_links": 4, + "page_from_size": 256741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inteligência Artificial: Resumo de 2023 - by Bissuh", + "page_from_status_code": 200, + "first_seen": "2023-10-10 05:20:25 +00:00", + "prev_seen": "2023-10-10 05:20:25 +00:00", + "last_seen": "2023-11-14 05:55:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Todas as ferramentas com AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/perchance.org", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224994, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of perchance.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 05:41:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 05:41:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 206960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-03-17 20:16:26 +00:00", + "prev_seen": "2023-07-31 08:20:46 +00:00", + "last_seen": "2023-11-14 05:22:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webby.pages.dev", + "url_from": "https://webby.pages.dev/21/vaHqsKFeqd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 25, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.47.97", + "domain_from_country": null, + "page_from_external_links": 10003, + "page_from_internal_links": 1, + "page_from_size": 1075396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Top Global Websites Directory", + "page_from_status_code": 200, + "first_seen": "2023-11-14 04:08:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 04:08:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "rentcontractor.tools 💎 singularia.tools 💎 tamtam.tools 💎 wimkle.tools 💎 amazingseo.tools 💎 arx.tools 💎 awesomeai.tools 💎 firefighter.tools 💎 points.tools 💎 promptly.tools 💎 sfadmin.tools 💎 sod.tools 💎", + "text_post": "💎 whistle.tools 💎 aitsys-infra.tools 💎 boyingnet.tools 💎 framed.tools 💎 greta.tools 💎 labdiamond.tools 💎 onlinedev.tools 💎 relyea.tools 💎 schemamarkup.tools 💎 seven-media.tools 💎 stocker.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cs.home-theater-designers.com", + "url_from": "https://cs.home-theater-designers.com/6-online-adresaru-nastroju-ai-k-objevovani-nebo-hledani-nejlepsi-aplikace-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 306, + "page_from_size": 62298, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 online adresářů nástrojů AI k objevování nebo hledání nejlepší aplikace AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-06-30 14:40:28 +00:00", + "prev_seen": "2023-08-23 03:59:48 +00:00", + "last_seen": "2023-11-14 02:58:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Objevte nástroje AI a vytvářejte a exportujte užší seznamy", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "global-website.pages.dev", + "url_from": "https://global-website.pages.dev/21/vaHqsKFeqd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.47.126", + "domain_from_country": null, + "page_from_external_links": 10003, + "page_from_internal_links": 1, + "page_from_size": 1075396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Top Global Websites Directory", + "page_from_status_code": 200, + "first_seen": "2023-11-14 01:57:48 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 01:57:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "rentcontractor.tools 💎 singularia.tools 💎 tamtam.tools 💎 wimkle.tools 💎 amazingseo.tools 💎 arx.tools 💎 awesomeai.tools 💎 firefighter.tools 💎 points.tools 💎 promptly.tools 💎 sfadmin.tools 💎 sod.tools 💎", + "text_post": "💎 whistle.tools 💎 aitsys-infra.tools 💎 boyingnet.tools 💎 framed.tools 💎 greta.tools 💎 labdiamond.tools 💎 onlinedev.tools 💎 relyea.tools 💎 schemamarkup.tools 💎 seven-media.tools 💎 stocker.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ja/genmo-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 7, + "page_from_internal_links": 32, + "page_from_size": 154028, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "Genmo AI Review: Create Videos and Connect with Videographers", + "page_from_status_code": 200, + "first_seen": "2023-10-12 18:46:10 +00:00", + "prev_seen": "2023-10-12 18:46:10 +00:00", + "last_seen": "2023-11-14 01:06:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ジェンリー", + "text_pre": "1.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 40, + "domain_from_rank": 298, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 29, + "page_from_size": 266990, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 16:57:24 +00:00", + "prev_seen": "2023-09-14 23:26:51 +00:00", + "last_seen": "2023-11-14 01:02:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ja/find-your-next-book-ai-review/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-bookstore", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 161364, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "Find Your Next Book AI Review: A Perfect AI Librarian for Book Lovers", + "page_from_status_code": 200, + "first_seen": "2023-10-12 18:32:39 +00:00", + "prev_seen": "2023-10-12 18:32:39 +00:00", + "last_seen": "2023-11-14 00:55:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI書店", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "de.home-theater-designers.com", + "url_from": "https://de.home-theater-designers.com/6-online-verzeichnisse-mit-ki-tools-zum-entdecken-oder-suchen-nach-der-besten-ki-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "DE", + "page_from_external_links": 68, + "page_from_internal_links": 303, + "page_from_size": 62764, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "6 Online-Verzeichnisse mit KI-Tools zum Entdecken oder Suchen nach der besten KI-App - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-03 02:47:17 +00:00", + "prev_seen": "2023-08-23 06:27:17 +00:00", + "last_seen": "2023-11-13 23:13:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Entdecken Sie KI-Tools und erstellen und exportieren Sie Auswahllisten", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@Senf@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 502, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 112983, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Senf - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-09-16 20:08:37 +00:00", + "prev_seen": "2023-09-16 20:08:37 +00:00", + "last_seen": "2023-11-13 23:10:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 22:26:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 22:26:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/videozeus.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1224368, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of videozeus.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 21:52:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 21:52:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ta.home-theater-designers.com", + "url_from": "https://ta.home-theater-designers.com/ciranta-ai-payanpattaik-kantariya-allatu-teta-ai-karuvikalin-6-anlain-koppakankal", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 307, + "page_from_size": 93361, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "சிறந்த AI பயன்பாட்டைக் கண்டறிய அல்லது தேட AI கருவிகளின் 6 ஆன்லைன் கோப்பகங்கள் - |இன்டர்நெட்|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 15:35:56 +00:00", + "prev_seen": "2023-08-23 08:17:34 +00:00", + "last_seen": "2023-11-13 21:26:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(இணையம்): AI கருவிகளைக் கண்டறியவும் மற்றும் குறுகிய பட்டியல்களை உருவாக்கி ஏற்றுமதி செய்யவும்", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "https://tobolds.blogspot.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 190, + "domain_from_rank": 347, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.161", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 100113, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog", + "page_from_status_code": 200, + "first_seen": "2023-10-22 09:46:18 +00:00", + "prev_seen": "2023-11-03 08:26:43 +00:00", + "last_seen": "2023-11-13 21:12:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-08 02:08:29 +00:00", + "prev_seen": "2023-10-08 02:08:29 +00:00", + "last_seen": "2023-11-13 20:58:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "raindrop.io", + "url_from": "https://raindrop.io/bergaman9/faydali-linkler-30286314", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 491, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.10.217", + "domain_from_country": "IO", + "page_from_external_links": 30, + "page_from_internal_links": 40, + "page_from_size": 117237, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Faydalı Linkler", + "page_from_status_code": 200, + "first_seen": "2023-11-13 20:37:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 20:37:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Best AI tools and Services list", + "text_pre": "Services listAI tools directory and search engine, Discover the best AI tools,apps and services list and take your business to the next level. Don't be a robot, be a productivity machine.·topai.tools·Jun 11, 2023", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/author/paul-keegan/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 182, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 31, + "page_from_internal_links": 25, + "page_from_size": 90981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Paul Keegan, Author at Bright", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:25:36 +00:00", + "prev_seen": "2023-10-04 02:25:36 +00:00", + "last_seen": "2023-11-13 19:04:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/ignite-your-knowledge-the-ultimate-ai-adventure-begins/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 182, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 25, + "page_from_internal_links": 28, + "page_from_size": 49428, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ignite your knowledge: The ultimate AI adventure begins - Bright", + "page_from_status_code": 200, + "first_seen": "2023-10-04 03:39:21 +00:00", + "prev_seen": "2023-10-04 03:39:21 +00:00", + "last_seen": "2023-11-13 19:03:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/el/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 221656, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ηλεκτρονικοί κατάλογοι εργαλείων AI για να ανακαλύψετε ή να αναζητήσετε την καλύτερη εφαρμογή AI | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-13 19:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 19:03:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "εργαλεία TopAI", + "text_pre": "Περιλαμβάνει", + "text_post": "περιέχει μια συλλογή από πάνω από 3800 εργαλεία με τεχνητή νοημοσύνη στον κατάλογό της σε διάφορες κατηγορίες όπως AI Discovery, Art, Audio, Avatars, Business, Chat, Training, Data Analysis, Design &", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fi.home-theater-designers.com", + "url_from": "https://fi.home-theater-designers.com/6-online-hakemistoa-tekoalytyokaluista-parhaan-tekoalysovelluksen-loytamiseen-tai-etsimiseen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "FI", + "page_from_external_links": 68, + "page_from_internal_links": 301, + "page_from_size": 62655, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "6 online-hakemistoa tekoälytyökaluista parhaan tekoälysovelluksen löytämiseen tai etsimiseen - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 07:06:07 +00:00", + "prev_seen": "2023-08-23 06:50:07 +00:00", + "last_seen": "2023-11-13 16:45:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Tutustu tekoälytyökaluihin ja luo ja vie suosikkeja", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=6pedia.com&utm_medium=directory&utm_campaign=6pedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-03 00:05:03 +00:00", + "prev_seen": "2023-08-12 03:05:21 +00:00", + "last_seen": "2023-11-13 15:22:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-05 13:03:07 +00:00", + "prev_seen": "2023-10-05 13:03:07 +00:00", + "last_seen": "2023-11-13 15:15:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ro.home-theater-designers.com", + "url_from": "https://ro.home-theater-designers.com/6-directoare-online-de-instrumente-ai-pentru-a-descoperi-sau-a-cauta-cea-mai-buna-aplicatie-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "RO", + "page_from_external_links": 68, + "page_from_internal_links": 300, + "page_from_size": 63401, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "6 directoare online de instrumente AI pentru a descoperi sau a căuta cea mai bună aplicație AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 06:08:37 +00:00", + "prev_seen": "2023-08-23 08:19:46 +00:00", + "last_seen": "2023-11-13 14:51:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.instrumente", + "text_pre": "2.", + "text_post": "(Web): Descoperiți instrumentele AI și creați și exportați liste scurte", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clepti.pics", + "url_from": "https://clepti.pics/articles/can-you-be-terminated-while-on-fmla", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 338, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.55.38", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 171535, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Can you be terminated while on fmla? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-10-08 09:52:08 +00:00", + "prev_seen": "2023-10-08 09:52:08 +00:00", + "last_seen": "2023-11-13 14:06:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.top-kids.ro", + "url_from": "https://www.top-kids.ro/create-avatar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/photoshot.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 184, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.145.47", + "domain_from_country": "RO", + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 18780, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "create avatar generator - top-kids.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-05 10:13:05 +00:00", + "prev_seen": "2023-10-05 10:13:05 +00:00", + "last_seen": "2023-11-13 13:31:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Powerful notification Counting insects Photoshot - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=inouts.com&ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-05 02:24:41 +00:00", + "prev_seen": "2023-09-05 02:24:41 +00:00", + "last_seen": "2023-11-13 13:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clepti.pics", + "url_from": "https://clepti.pics/articles/does-caramel-need-to-be-refrigerated", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "pics", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 338, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.55.38", + "domain_from_country": null, + "page_from_external_links": 237, + "page_from_internal_links": 23, + "page_from_size": 181586, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Does caramel need to be refrigerated? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-11-13 12:21:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 12:21:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/flirting-AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.243", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132559, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-11-13 12:18:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 12:18:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/face.dance", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 347, + "page_from_size": 1220414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of face.dance in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 11:56:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 11:56:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nl.home-theater-designers.com", + "url_from": "https://nl.home-theater-designers.com/6-online-directories-met-ai-tools-om-de-beste-ai-app-te-ontdekken-of-te-zoeken", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "NL", + "page_from_external_links": 68, + "page_from_internal_links": 312, + "page_from_size": 62254, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "6 online directories met AI-tools om de beste AI-app te ontdekken of te zoeken - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 00:08:53 +00:00", + "prev_seen": "2023-08-23 06:30:14 +00:00", + "last_seen": "2023-11-13 11:44:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): ontdek AI-tools en maak en exporteer shortlists", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "husnaintech.com", + "url_from": "https://husnaintech.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.220.110.91", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 30, + "page_from_size": 365406, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying -", + "page_from_status_code": 200, + "first_seen": "2023-11-13 11:38:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 11:38:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These aren’t mere video recordings or interactive classes however extremely subtle AI-driven platforms able to mimicking the educating type of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "histre.com", + "url_from": "https://histre.com/public/notes/huangjingyun/tag/%25E5%25AF%25BC%25E8%2588%25AA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.46", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 48, + "page_from_size": 81890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Public Notes\n by huangjingyun\n Tagged #%E5%AF%BC%E8%88%AA\n | histre", + "page_from_status_code": 200, + "first_seen": "2023-08-01 09:56:58 +00:00", + "prev_seen": "2023-08-01 09:56:58 +00:00", + "last_seen": "2023-11-13 11:36:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "ugc", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools目录", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "grosspay.cloud", + "url_from": "https://grosspay.cloud/ai-archive/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=legal", + "url_to_https": true, + "tld_from": "cloud", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "198.54.116.156", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-09-17 20:33:41 +00:00", + "prev_seen": "2023-09-17 20:33:41 +00:00", + "last_seen": "2023-11-13 11:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "grosspay.cloud", + "url_from": "https://grosspay.cloud/ai-archive/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=finance", + "url_to_https": true, + "tld_from": "cloud", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "198.54.116.156", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-09-17 20:33:41 +00:00", + "prev_seen": "2023-09-17 20:33:41 +00:00", + "last_seen": "2023-11-13 11:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "grosspay.cloud", + "url_from": "https://grosspay.cloud/ai-archive/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Social%20Media", + "url_to_https": true, + "tld_from": "cloud", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "198.54.116.156", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-09-17 20:33:41 +00:00", + "prev_seen": "2023-09-17 20:33:41 +00:00", + "last_seen": "2023-11-13 11:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "grosspay.cloud", + "url_from": "https://grosspay.cloud/ai-archive/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-lesson-planner", + "url_to_https": true, + "tld_from": "cloud", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "198.54.116.156", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-09-17 20:33:41 +00:00", + "prev_seen": "2023-09-17 20:33:41 +00:00", + "last_seen": "2023-11-13 11:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "grosspay.cloud", + "url_from": "https://grosspay.cloud/ai-archive/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "cloud", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "198.54.116.156", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-09-17 20:33:41 +00:00", + "prev_seen": "2023-09-17 20:33:41 +00:00", + "last_seen": "2023-11-13 11:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "grosspay.cloud", + "url_from": "https://grosspay.cloud/ai-archive/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=design", + "url_to_https": true, + "tld_from": "cloud", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "198.54.116.156", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-09-17 20:33:41 +00:00", + "prev_seen": "2023-09-17 20:33:41 +00:00", + "last_seen": "2023-11-13 11:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hn.kyoto.codes", + "url_from": "https://hn.kyoto.codes/story/38228672", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Children's-story-generator", + "url_to_https": true, + "tld_from": "codes", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 79, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.8", + "domain_from_country": "HN", + "page_from_external_links": 8, + "page_from_internal_links": 6, + "page_from_size": 33109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Show HN: Stories for Kids Using AI - Hacker News", + "page_from_status_code": 200, + "first_seen": "2023-11-13 09:42:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 09:42:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Children's-story-generator", + "text_pre": "FYI List of some (likely not all) competitors in this space:", + "text_post": "https://theresanaiforthat.com/story-writing/", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=inouts.com&ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 09:04:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 09:04:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-are-the-features-of-ai-girlfriend-apps-18833", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 3, + "page_from_size": 75565, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the features of AI girlfriend apps?", + "page_from_status_code": 200, + "first_seen": "2023-09-22 12:06:06 +00:00", + "prev_seen": "2023-09-22 12:06:06 +00:00", + "last_seen": "2023-11-13 08:49:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-are-some-key-features-of-anima-charm-18841", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 3, + "page_from_size": 69739, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are some key features of Anima Charm?", + "page_from_status_code": 200, + "first_seen": "2023-09-22 12:02:19 +00:00", + "prev_seen": "2023-09-22 12:02:19 +00:00", + "last_seen": "2023-11-13 08:48:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-is-the-main-motive-of-the-dream-girlfriend-ai-girlfriend-app-18837", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 3, + "page_from_size": 73995, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is the main motive of the Dream Girlfriend AI...", + "page_from_status_code": 200, + "first_seen": "2023-09-22 12:04:20 +00:00", + "prev_seen": "2023-09-22 12:04:20 +00:00", + "last_seen": "2023-11-13 08:48:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-are-some-key-features-of-romantic-ai-18845", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 3, + "page_from_size": 74956, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are some key features of Romantic AI?", + "page_from_status_code": 200, + "first_seen": "2023-09-22 11:59:43 +00:00", + "prev_seen": "2023-09-22 11:59:43 +00:00", + "last_seen": "2023-11-13 08:48:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ar.home-theater-designers.com", + "url_from": "https://ar.home-theater-designers.com/6-adlt-ly-alantrnt-ladwat-aldhka-alastna-y-laktshaf-aw-albhth-n-afdl-ttbyq-lldhka-alastna-y", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "AR", + "page_from_external_links": 68, + "page_from_internal_links": 342, + "page_from_size": 75243, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 أدلة على الإنترنت لأدوات الذكاء الاصطناعي لاكتشاف أو البحث عن أفضل تطبيق للذكاء الاصطناعي - | الإنترنت |", + "page_from_status_code": 200, + "first_seen": "2023-06-30 18:57:20 +00:00", + "prev_seen": "2023-08-23 05:40:44 +00:00", + "last_seen": "2023-11-13 08:08:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(الويب): اكتشف أدوات الذكاء الاصطناعي ، وقم بإنشاء قوائم مختصرة وتصديرها", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tocxten.com", + "url_from": "https://tocxten.com/index.php/useful-generative-ai-tools-for-teachers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 137, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.106.124.96", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 15, + "page_from_size": 84759, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Generative AI tools for Teachers – Context Innovations Lab", + "page_from_status_code": 200, + "first_seen": "2023-07-23 17:06:55 +00:00", + "prev_seen": "2023-07-23 17:06:55 +00:00", + "last_seen": "2023-11-13 07:49:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for slides", + "text_pre": "Examples : Magic Slides, Tome, Slides AI,", + "text_post": ", MotionIt AI.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.resourcepile.com", + "url_from": "https://www.resourcepile.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.127", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 27999, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Passerby President dance Rusty Site line Prisoner niche meme account name generator - resourcepile.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 18:06:39 +00:00", + "prev_seen": "2023-09-22 18:06:39 +00:00", + "last_seen": "2023-11-13 07:46:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "shape plans Rose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/namelix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.resourcepile.com", + "url_from": "https://www.resourcepile.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.127", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 27999, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Passerby President dance Rusty Site line Prisoner niche meme account name generator - resourcepile.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 18:06:39 +00:00", + "prev_seen": "2023-09-22 18:06:39 +00:00", + "last_seen": "2023-11-13 07:46:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "shape plans Rose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/techiexpert.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223333, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of techiexpert.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 07:26:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 07:26:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 61, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-05 02:24:40 +00:00", + "prev_seen": "2023-09-05 02:24:40 +00:00", + "last_seen": "2023-11-13 07:13:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 57, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 07:12:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 07:12:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tr.home-theater-designers.com", + "url_from": "https://tr.home-theater-designers.com/en-iyi-yapay-zeka-uygulamasini-kesfetmek-veya-aramak-icin-yapay-zeka-araclarinin-6-cevrimici-dizini", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "TR", + "page_from_external_links": 68, + "page_from_internal_links": 304, + "page_from_size": 63827, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "En İyi Yapay Zeka Uygulamasını Keşfetmek veya Aramak İçin Yapay Zeka Araçlarının 6 Çevrimiçi Dizini - |İnternet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 12:48:38 +00:00", + "prev_seen": "2023-08-23 06:59:18 +00:00", + "last_seen": "2023-11-13 05:12:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.araçlar", + "text_pre": "2.", + "text_post": "(Web): AI Araçlarını Keşfedin ve Kısa Listeler Oluşturun ve Dışa Aktarın", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/taskade.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1220857, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of taskade.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 04:49:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 04:49:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/huggingface.co", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222998, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of huggingface.co in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 04:41:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 04:41:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kray-design.com", + "url_from": "https://www.kray-design.com/social-media-marketing-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/simplified-ai-writer.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.150.97", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 20843, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "social media marketing generator - kray-design.com", + "page_from_status_code": 200, + "first_seen": "2023-09-25 18:55:02 +00:00", + "prev_seen": "2023-10-30 13:54:20 +00:00", + "last_seen": "2023-11-13 04:38:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "shower Sheet life 60 Best Social media content creator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/synthesia.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1221758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of synthesia.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 04:14:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 04:14:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/slashdot.org", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1225097, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of slashdot.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 03:55:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 03:55:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "freewares-tutos.blogspot.com", + "url_from": "https://freewares-tutos.blogspot.com/2023/02/9-annuaires-doutils-dia-intelligence.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.16.129", + "domain_from_country": "FR", + "page_from_external_links": 56, + "page_from_internal_links": 212, + "page_from_size": 462623, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "9 annuaires d'outils d'IA (intelligence artificielle) à découvrir absolument !", + "page_from_status_code": 200, + "first_seen": "2023-10-12 01:02:56 +00:00", + "prev_seen": "2023-10-12 01:02:56 +00:00", + "last_seen": "2023-11-13 03:52:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aivocalremover.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220429, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aivocalremover.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 02:36:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 02:36:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=ejaj.cz&utm_medium=marketplace&utm_campaign=ejaj.cz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 01:41:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 01:41:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=ToolsPedia.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-19 01:02:58 +00:00", + "prev_seen": "2023-08-19 01:02:58 +00:00", + "last_seen": "2023-11-12 22:56:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sl.home-theater-designers.com", + "url_from": "https://sl.home-theater-designers.com/6-spletnih-imenikov-orodij-ai-za-odkrivanje-ali-iskanje-najboljse-aplikacije-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SL", + "page_from_external_links": 68, + "page_from_internal_links": 297, + "page_from_size": 60229, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 spletnih imenikov orodij AI za odkrivanje ali iskanje najboljše aplikacije AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 16:39:04 +00:00", + "prev_seen": "2023-08-23 07:09:42 +00:00", + "last_seen": "2023-11-12 22:54:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.orodja", + "text_pre": "2.", + "text_post": "(Splet): Odkrijte orodja AI ter ustvarite in izvozite ožje sezname", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webandtraffic.com", + "url_from": "https://webandtraffic.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "185.212.71.114", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 671159, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - Web and Traffic", + "page_from_status_code": 200, + "first_seen": "2023-11-12 22:45:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 22:45:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These usually are not mere video recordings or interactive classes however extremely subtle AI-driven platforms able to mimicking the educating model of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "es.home-theater-designers.com", + "url_from": "https://es.home-theater-designers.com/6-directorios-en-linea-de-herramientas-de-ia-para-descubrir-o-buscar-la-mejor-aplicacion-de-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "ES", + "page_from_external_links": 68, + "page_from_internal_links": 309, + "page_from_size": 65078, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "6 directorios en línea de herramientas de IA para descubrir o buscar la mejor aplicación de IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 06:30:17 +00:00", + "prev_seen": "2023-08-23 05:36:31 +00:00", + "last_seen": "2023-11-12 21:05:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): descubra las herramientas de IA y cree y exporte listas cortas", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.mindspark.org", + "url_from": "https://www.mindspark.org/blog/2023/11/9/leading-the-way-embracing-responsible-ai-in-education", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/to-teach", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.49.23.144", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 107134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Leading the Way: Embracing Responsible AI in Education — MindSpark", + "page_from_status_code": 200, + "first_seen": "2023-11-12 21:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 21:03:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "To Teach", + "text_pre": "learning: AI-driven platforms adapt content and pacing to the needs of each student, ensuring a more tailored and effective learning experience. Personalized learning can be created with tools like", + "text_post": "- providing teachers with AI-generated adapted teaching materials. ", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/futuretools.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222655, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of futuretools.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 20:26:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 20:26:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lt.home-theater-designers.com", + "url_from": "https://lt.home-theater-designers.com/6-internetiniai-ai-irankiu-katalogai-skirti-atrasti-arba-ieskoti-geriausios-ai-programos", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "LT", + "page_from_external_links": 68, + "page_from_internal_links": 304, + "page_from_size": 64129, + "page_from_encoding": "utf-8", + "page_from_language": "lt", + "page_from_title": "6 internetiniai AI įrankių katalogai, skirti atrasti arba ieškoti geriausios AI programos - |internetas|", + "page_from_status_code": 200, + "first_seen": "2023-07-05 00:10:08 +00:00", + "prev_seen": "2023-08-23 06:59:51 +00:00", + "last_seen": "2023-11-12 19:45:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(žiniatinklis): atraskite AI įrankius ir kurkite bei eksportuokite trumpuosius sąrašus", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "slayterdev.github.io", + "url_from": "https://slayterdev.github.io/tracker-radar-wiki/domains/gstatic.com.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/", + "url_to_https": false, + "tld_from": "github.io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 186, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.199.108.153", + "domain_from_country": "IO", + "page_from_external_links": 24382, + "page_from_internal_links": 15, + "page_from_size": 5063151, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tracker Radar Wiki - gstatic.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:21:51 +00:00", + "prev_seen": "2023-10-04 06:21:51 +00:00", + "last_seen": "2023-11-12 19:32:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 301, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/" + }, + { + "type": "backlink", + "domain_from": "www.datanearme.co", + "url_from": "https://www.datanearme.co/p/best-places-find-ai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?utm_source=www.datanearme.co&utm_medium=referral&utm_campaign=the-best-places-to-find-ai-tools", + "url_to_https": true, + "tld_from": "co", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "CO", + "page_from_external_links": 30, + "page_from_internal_links": 5, + "page_from_size": 248033, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best places to find AI tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 19:02:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 19:02:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/04/ildebrando-pizzetti-parman-pianomystikko.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 63, + "page_from_size": 74987, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Ildebrando Pizzetti – Parman pianomystikko", + "page_from_status_code": 200, + "first_seen": "2023-10-11 06:36:38 +00:00", + "prev_seen": "2023-10-11 06:36:38 +00:00", + "last_seen": "2023-11-12 18:59:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/01/marc-heikki-ja-muutoksen-tuulet.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 63, + "page_from_size": 106507, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Marc, Heikki ja muutoksen tuulet", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:59:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:59:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/09/introvertin-paivitys.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 68168, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Introvertin päivitys", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/04/spotifyn-tuolla-puolen.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 103754, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Spotifyn tuolla puolen", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/03/musakirjastonhoitajan-tyopaiva-1132014.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 63, + "page_from_size": 121609, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Musakirjastonhoitajan työpäivä 11.3.2014", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:41:17 +00:00", + "prev_seen": "2023-10-11 12:41:17 +00:00", + "last_seen": "2023-11-12 18:58:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/09/humanismin-roviolla.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 89304, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Humanismin roviolla", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2017/10/placido-domingo-ja-ensilumi.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 63, + "page_from_size": 78757, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Plácido Domingo ja ensilumi", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/02/musiikkia-etsimassa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 63, + "page_from_size": 87324, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Musiikkia etsimässä", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:29:48 +00:00", + "prev_seen": "2023-10-11 12:29:48 +00:00", + "last_seen": "2023-11-12 18:58:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/03/ballerinat-kansakuntaa-pelastamassa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 63, + "page_from_size": 76136, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Ballerinat kansakuntaa pelastamassa", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:21:12 +00:00", + "prev_seen": "2023-10-11 12:21:12 +00:00", + "last_seen": "2023-11-12 18:58:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/07/sadekauden-alkaessa-hellittaa-ilmestyi.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 63, + "page_from_size": 82953, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Yön koulun lapset", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:57:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:57:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/08/soittimet-konservatorion_25.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 63, + "page_from_size": 111232, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Soittimet konservatorion kirjastotoiminnassa", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:57:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:57:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/11/mita-maailman-lukutaitoisimmalle.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 70325, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Mitä maailman lukutaitoisimmalle kansalle tapahtuu?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:39:38 +00:00", + "prev_seen": "2023-10-11 11:39:38 +00:00", + "last_seen": "2023-11-12 18:57:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/01/rswx-dave-ja-mina.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 82092, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: RSWX, Dave ja minä", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:38:33 +00:00", + "prev_seen": "2023-10-11 11:38:33 +00:00", + "last_seen": "2023-11-12 18:57:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/06/liukas-monitahokas-jota.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 79925, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Liukas monitahokas, jota populaarikulttuuriksi kutsutaan", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:57:07 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:57:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/07/vanhojen-nuottipainosten.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 70, + "page_from_internal_links": 63, + "page_from_size": 174302, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Vanhojen nuottipainosten keräilyharrastuksesta", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:56:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:56:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/05/muuton-jalkeista-elamaa-kirjastossa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 55, + "page_from_internal_links": 63, + "page_from_size": 80874, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Muuton jälkeistä elämää kirjastossa", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:55:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:55:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/03/terveiset-musiikkiyhdistyksen-muki2018.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 86679, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Terveiset musiikkiyhdistyksen MUKI2018 -seminaariin", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:55:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:55:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/03/kirjastojen-aineistojen-vaikuttavuuden.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 65, + "page_from_size": 69361, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Kirjastojen aineistojen vaikuttavuuden arvioinnin vaikeudesta", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:55:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:55:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2017/07/kesaisen-heinakuun-laitumilta.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 63, + "page_from_size": 80329, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Kesäisen heinäkuun laitumilta", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/01/hanhet-ja-marsilaiset-etologiaa-sivuava.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 63, + "page_from_size": 78998, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Hanhet ja marsilaiset: etologiaa sivuava kirjoitusmatka ihmisten maailmasta eläinten maailmaan.", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/02/bob-tule-takaisin.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 63, + "page_from_size": 76759, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Bob tule takaisin!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:34 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/03/momopou-saveltava-katalaani-pariisissa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 86280, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Momopou – Pariisin säveltävä katalaani", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2013/11/hallittua-kaaoksen-jasentamista.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 94842, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Hallittua kaaoksen jäsentämistä", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:10 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/12/viestit-maskien-takaa-miksi-taide.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 63, + "page_from_size": 89373, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Viestit maskien takaa – miksi taide naamioituu?", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:53:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:53:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2023/04/diktaattorin-oppikirjan-lehdilta.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 62, + "page_from_size": 72765, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Diktaattorin oppikirjan lehdiltä", + "page_from_status_code": 200, + "first_seen": "2023-08-29 07:37:56 +00:00", + "prev_seen": "2023-10-11 08:01:05 +00:00", + "last_seen": "2023-11-12 18:53:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/06/sosiaalisesti-mediassa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 67033, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Sosiaalisesti mediassa", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:52:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:52:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/09/gift-mystiikkaa-maan-povesta.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 63, + "page_from_size": 72719, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Gift - mystiikkaa maan povesta", + "page_from_status_code": 200, + "first_seen": "2023-08-21 12:10:22 +00:00", + "prev_seen": "2023-08-21 12:10:22 +00:00", + "last_seen": "2023-11-12 18:51:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.presshook.com", + "url_from": "https://www.presshook.com/analytics/click/pressarticle/11634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/ai-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 343, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "34.36.253.208", + "domain_from_country": "US", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-11-12 18:05:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:05:17 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/sztuczna-inteligencja-leczy-raka-pomaga-pocztkujcym-pracownikom-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=sztuczna-inteligencja-leczy-raka-i-pomaga-poczatkujacym-pracownikom-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 198617, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Sztuczna Inteligencja leczy raka i pomaga początkującym pracownikom - AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:20:14 +00:00", + "prev_seen": "2023-09-17 12:20:14 +00:00", + "last_seen": "2023-11-12 17:29:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/openai-tworzy-zesp-aby-zapobiec-przejciu-kontroli-nad-spoeczestwem-przez-sztuczn-inteligencj-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=zespol-ktory-ma-zapobiec-przejeciu-kontroli-nad-spoleczenstwem-przez-sztuczna-inteligencje-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 199134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Zespół który ma Zapobiec Przejęciu Kontroli Nad Społeczeństwem Przez Sztuczną Inteligencję - AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:19:14 +00:00", + "prev_seen": "2023-09-17 12:19:14 +00:00", + "last_seen": "2023-11-12 17:28:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/ai-pokonuje-99-ludzi-w-tecie-oryginalnoci-sztuczna-inteligencja-rozpozna-twoj-twarz-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=ai-pokonuje-99-ludzi-w-tescie-oryginalnosci-sztuczna-inteligencja-rozpozna-twoja-twarz-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 201920, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 AI pokonuje 99% ludzi w teście oryginalności | Sztuczna Inteligencja rozpozna Twoją twarz - AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:19:50 +00:00", + "prev_seen": "2023-09-17 12:19:50 +00:00", + "last_seen": "2023-11-12 17:27:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sv.home-theater-designers.com", + "url_from": "https://sv.home-theater-designers.com/6-onlinekataloger-med-ai-verktyg-for-att-upptacka-eller-soka-efter-den-basta-ai-appen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SV", + "page_from_external_links": 68, + "page_from_internal_links": 300, + "page_from_size": 61436, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 onlinekataloger med AI-verktyg för att upptäcka eller söka efter den bästa AI-appen - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-05 04:25:01 +00:00", + "prev_seen": "2023-08-23 07:03:59 +00:00", + "last_seen": "2023-11-12 17:26:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Webb): Upptäck AI-verktyg och skapa och exportera kortlistor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/elon-musk-oglosil-xai-bezposredniego-rywala-chatgpt-causaly-platforma-do-odkrywania-lekow-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=elon-musk-oglosil-xai-bezposredniego-rywala-chatgpt-platforma-do-odkrywania-lekow-causaly-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 19, + "page_from_internal_links": 6, + "page_from_size": 199647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Elon Musk ogłosił xAI - bezpośredniego rywala ChatGPT | Platforma do odkrywania leków Causaly- AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:20:34 +00:00", + "prev_seen": "2023-09-17 12:20:34 +00:00", + "last_seen": "2023-11-12 17:24:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/google-wkracza-do-swiata-medycyny-z-narzedziem-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=google-wkracza-do-swiata-medycyny-z-narzedziem-ai-szpitale-testuja-chatbota-med-palm-2-ktory-zmienia-reguly-gry-w-medycynie", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 190841, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Google wkracza do świata medycyny z narzędziem AI. Szpitale testują chatbota Med-PaLM 2, który zmienia reguły gry w medycynie", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:17:35 +00:00", + "prev_seen": "2023-09-17 12:17:35 +00:00", + "last_seen": "2023-11-12 17:19:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vi.home-theater-designers.com", + "url_from": "https://vi.home-theater-designers.com/6-danh-muc-truc-tuyen-ve-cac-cong-cu-ai-de-kham-pha-hoac-tim-kiem-ung-dung-ai-tot-nhat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "VI", + "page_from_external_links": 68, + "page_from_internal_links": 312, + "page_from_size": 67518, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 danh mục trực tuyến về các công cụ AI để khám phá hoặc tìm kiếm ứng dụng AI tốt nhất - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 22:24:22 +00:00", + "prev_seen": "2023-08-23 06:06:47 +00:00", + "last_seen": "2023-11-12 17:02:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Khám phá các công cụ AI, tạo và xuất danh sách rút gọn", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aify.tech&utm_medium=marketplace&utm_campaign=aify.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:32:40 +00:00", + "prev_seen": "2023-10-04 02:32:40 +00:00", + "last_seen": "2023-11-12 17:00:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kaye-zapateria.es", + "url_from": "https://www.kaye-zapateria.es/how-to-take-the-instrumental-out-of-a-song", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/vocalremover.png", + "url_to_https": true, + "tld_from": "es", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.60", + "domain_from_country": "ES", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 30924, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "filosofía tortura Torpe lanzamiento desinfectante Motivación how to take the instrumental out of a song - kaye-zapateria.es", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:41:04 +00:00", + "prev_seen": "2023-08-30 17:41:04 +00:00", + "last_seen": "2023-11-12 16:55:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "lealtad Parpadeo máscara Vocalremover - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/png/vocalremover.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.altiqnia.com", + "url_from": "https://www.altiqnia.com/2023/06/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 43, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.243", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 113466, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مكتبة لأدوات الذكاء الاصطناعي في مختلف المجالات topai", + "page_from_status_code": 200, + "first_seen": "2023-10-11 03:26:29 +00:00", + "prev_seen": "2023-10-11 03:26:29 +00:00", + "last_seen": "2023-11-12 16:25:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "إذا كنت ترغب في معرفة المزيد عن هذه الأدوات، يمكنك زيارة الموقع الإلكتروني", + "text_post": "والاطلاع على المزيد من المعلومات. قم بتحديد المجال الذي تريد البحث فيه وستظهر لك قائمة بالأدوات المناسبة. توفر هذه المكتبة معلومات قيّمة للباحثين عن الذكاء الاصطناعي في مختلف المجالات.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/rilevatore-contenuti-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 128, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 35, + "page_from_size": 169275, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Chat GPT Detector & AI Detector Italiano - 100% Accurato", + "page_from_status_code": 200, + "first_seen": "2023-09-02 17:50:14 +00:00", + "prev_seen": "2023-09-02 17:50:14 +00:00", + "last_seen": "2023-11-12 15:41:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aify.tech", + "url_from": "https://aify.tech/ai-asset-management-tool-faces-data-challenges/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Personalized-investment-reports", + "url_to_https": true, + "tld_from": "tech", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 254, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 28, + "page_from_size": 167419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Asset Management Tool Faces Data Challenges | aify.tech", + "page_from_status_code": 200, + "first_seen": "2023-10-02 23:53:59 +00:00", + "prev_seen": "2023-10-02 23:53:59 +00:00", + "last_seen": "2023-11-12 15:01:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI to help with investing strategies", + "text_pre": "Arabesque’s Aether is one of many tools that may be described as using", + "text_post": ". This category of products has attracted the attention of the US Securities and Exchange Commission (SEC). In a July press release, the SEC proposed new rules for AI-driven investment engines. The use", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?source=aisupersmart.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 77, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 20:32:59 +00:00", + "prev_seen": "2023-10-03 20:32:59 +00:00", + "last_seen": "2023-11-12 14:23:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aibusinesstool.com&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 88, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-14 22:44:23 +00:00", + "prev_seen": "2023-09-14 22:44:23 +00:00", + "last_seen": "2023-11-12 14:23:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/index.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-12 14:20:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 14:20:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/mpost.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222291, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of mpost.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 13:44:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 13:44:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-05 03:46:39 +00:00", + "prev_seen": "2023-10-05 03:46:39 +00:00", + "last_seen": "2023-11-12 13:36:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "moridomdigital.com", + "url_from": "https://moridomdigital.com/what-is-find-your-next-book-ai-and-why-you-should-try-it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-bookstore", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "198.54.120.176", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 19, + "page_from_size": 115645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Find Your Next Book AI and Why You Should Try it – Moridom Digital Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-12 13:20:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 13:20:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Bookstore", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "id.home-theater-designers.com", + "url_from": "https://id.home-theater-designers.com/6-direktori-online-alat-ai-untuk-menemukan-atau-mencari-aplikasi-ai-terbaik", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "ID", + "page_from_external_links": 68, + "page_from_internal_links": 304, + "page_from_size": 60720, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "6 Direktori Online Alat AI untuk Menemukan atau Mencari Aplikasi AI Terbaik - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 18:40:48 +00:00", + "prev_seen": "2023-08-23 06:25:51 +00:00", + "last_seen": "2023-11-12 13:19:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Temukan Alat AI, dan Buat dan Ekspor Daftar Pilihan", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/makeappicon.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1220793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of makeappicon.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 13:12:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 13:12:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aimojo.pro", + "url_from": "https://aimojo.pro/tools/goalsgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goalsgpt", + "url_to_https": true, + "tld_from": "pro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 39, + "page_from_size": 122369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GoalsGPT Review, Pricing, Features and Alternatives - Oct 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:15:27 +00:00", + "prev_seen": "2023-10-03 11:15:27 +00:00", + "last_seen": "2023-11-12 12:55:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Efficient Integration: Seamlessly integrate with other apps for data synchronization and goal creation", + "text_post": ".", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:41:00 +00:00", + "prev_seen": "2023-10-10 16:41:00 +00:00", + "last_seen": "2023-11-12 12:46:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pomodore.ro", + "url_from": "https://www.pomodore.ro/create-avatar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/photoshot.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 72, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.78.131", + "domain_from_country": "RO", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 21427, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "glass hydrogen Arrange computer Ciro spring create avatar generator - pomodore.ro", + "page_from_status_code": 200, + "first_seen": "2023-11-12 12:36:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 12:36:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Pastries Beware Corporation Photoshot - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/es/pornografia/ai-novia-sexo-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 118475, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Los 10 mejores sitios de chatbot sexuales con novias con IA de 2023 | fansscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-11-12 11:32:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 11:32:59 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "PicanteChat.ai", + "text_pre": "¿Por qué elegir?", + "text_post": ", ¿usted pregunta?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aitoptools&utm_medium=marketplace&utm_campaign=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-04 12:36:41 +00:00", + "prev_seen": "2023-10-09 12:17:29 +00:00", + "last_seen": "2023-11-12 11:29:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/fr/porno/ai-petite-amie-sexe-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 120256, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Top 10 des sites de chatbot sexuel IA Girlfriend les plus chauds de 2023 | fansscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-11-12 11:13:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 11:13:01 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Pourquoi choisir", + "text_post": ", tu demandes?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.243", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132563, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:28:12 +00:00", + "prev_seen": "2023-10-07 22:28:12 +00:00", + "last_seen": "2023-11-12 11:11:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.zhengwenfeng.com", + "url_from": "https://www.zhengwenfeng.com/pages/e255aa/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.22", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 36876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "学习周刊-第02期-第08周 | 郑文峰的博客", + "page_from_status_code": 200, + "first_seen": "2023-10-03 12:08:56 +00:00", + "prev_seen": "2023-10-03 12:08:56 +00:00", + "last_seen": "2023-11-12 10:15:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai (opens new window)", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/de/porno/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 118865, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Top 10 der heißesten KI-Girlfriend-Sex-Chatbot-Seiten des Jahres 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:48:50 +00:00", + "prev_seen": "2023-10-04 08:48:50 +00:00", + "last_seen": "2023-11-12 08:26:09 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Warum wählen?", + "text_post": ", du fragst?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/it/porno/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 118651, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "I 10 migliori siti di chatbot sessuali per ragazze con intelligenza artificiale del 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 04:06:07 +00:00", + "prev_seen": "2023-10-04 04:06:07 +00:00", + "last_seen": "2023-11-12 08:11:36 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Perché scegliere", + "text_post": ", tu chiedi?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.haoshuo.com", + "url_from": "https://www.haoshuo.com/entry/3140", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dify", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 478, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "163.181.92.231", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 457558, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Dify - 好说 AI", + "page_from_status_code": 200, + "first_seen": "2023-08-21 04:00:26 +00:00", + "prev_seen": "2023-08-21 04:00:26 +00:00", + "last_seen": "2023-11-12 08:06:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/analyticsinsight.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224988, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of analyticsinsight.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 06:42:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 06:42:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-12 04:35:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 04:35:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "quera.org", + "url_from": "https://quera.org/blog/14-ways-to-make-money-with-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 370, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.143.233.61", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 45, + "page_from_size": 188390, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "راه های کسب درآمد از هوش مصنوعی - ۱۴ راه برای مبتدی‌ها و حرفه‌ای‌ها - کوئرا‌بلاگ", + "page_from_status_code": 200, + "first_seen": "2023-10-04 09:15:40 +00:00", + "prev_seen": "2023-10-04 09:15:40 +00:00", + "last_seen": "2023-11-12 04:11:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "LucidPic", + "text_pre": "برخی از بهترین ابزارها: Jasper ،StockimgAI ،", + "text_post": "،Fotor و DALL-E 2", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolsclub.com", + "url_from": "https://www.aitoolsclub.com/bookwiz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/automated-book-writer?ref=aitoolsclub.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 28, + "page_from_size": 49263, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bookwiz (AI-Powered eBook Creator)", + "page_from_status_code": 200, + "first_seen": "2023-10-03 05:03:13 +00:00", + "prev_seen": "2023-10-03 05:03:13 +00:00", + "last_seen": "2023-11-12 04:04:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Step-by-Step Instructions: Bookwiz.io provides step-by-step instructions and examples to help writers improve their writing**", + "text_post": "4**.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolsclub.com", + "url_from": "https://www.aitoolsclub.com/bookwiz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-book-finder?ref=aitoolsclub.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 28, + "page_from_size": 49263, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bookwiz (AI-Powered eBook Creator)", + "page_from_status_code": 200, + "first_seen": "2023-10-03 05:03:13 +00:00", + "prev_seen": "2023-10-03 05:03:13 +00:00", + "last_seen": "2023-11-12 04:04:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "4", + "text_pre": "Step-by-Step Instructions: Bookwiz.io provides step-by-step instructions and examples to help writers improve their writing**3", + "text_post": "**.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:36:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:36:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/meetotis.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 98233, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Otis", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:40:38 +00:00", + "prev_seen": "2023-09-20 23:08:24 +00:00", + "last_seen": "2023-11-12 03:16:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tetbekat.com", + "url_from": "https://www.tetbekat.com/2023/05/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": "DZ", + "page_from_external_links": 21, + "page_from_internal_links": 52, + "page_from_size": 285846, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "موقع TopAI آلاف الأدوات القائمة على الذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:43:07 +00:00", + "prev_seen": "2023-10-03 21:43:07 +00:00", + "last_seen": "2023-11-12 02:58:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "موقع TopAI.tools", + "text_pre": "بادئ ذي بدء، يجب أن نذكر أن", + "text_post": "لا يتضمن أي خدمات داخلية؛ بل هو المكان الوحيد لتسجيل المعلومات المتعلقة بخدمات الذكاء الاصطناعي. يمكن للمطورين النقر فوق خيار إرسال أداة في أعلى الصفحة بعد الدخول إلى الصفحة الرئيسية للموقع لإضافة", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=gptdemo.net&utm_medium=marketplace&utm_campaign=gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-16 01:11:37 +00:00", + "prev_seen": "2023-09-16 01:11:37 +00:00", + "last_seen": "2023-11-12 02:12:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "contlo.com", + "url_from": "https://contlo.com/listings/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brand-ai-model", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "67.205.50.71", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 29, + "page_from_size": 215489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Listings - Contlo", + "page_from_status_code": 200, + "first_seen": "2023-09-20 00:33:05 +00:00", + "prev_seen": "2023-09-20 00:33:05 +00:00", + "last_seen": "2023-11-12 02:08:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "superpcparts.com", + "url_from": "https://superpcparts.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "45.84.206.236", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 29, + "page_from_size": 94174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - superpcparts.com", + "page_from_status_code": 200, + "first_seen": "2023-11-12 01:52:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 01:52:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These usually are not mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing fashion of a human tutor. They analyze your studying", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/futuretools.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 95181, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:40:36 +00:00", + "prev_seen": "2023-10-22 22:27:13 +00:00", + "last_seen": "2023-11-12 01:47:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-16 14:45:13 +00:00", + "prev_seen": "2023-09-16 14:45:13 +00:00", + "last_seen": "2023-11-11 23:54:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/ru/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 223211, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Интернет-каталоги инструментов искусственного интеллекта для обнаружения или поиска лучшего приложения искусственного интеллекта | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-11 23:53:10 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 23:53:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Инструменты TopAI.", + "text_pre": "Включает", + "text_post": "содержит коллекцию из более чем 3800 инструментов на основе ИИ в своем каталоге в нескольких категориях, таких как открытие ИИ, искусство, аудио, аватары, бизнес, чат, обучение, анализ данных, дизайн", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 149, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-11 23:49:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 23:49:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 153, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-20 14:35:24 +00:00", + "prev_seen": "2023-11-01 06:02:23 +00:00", + "last_seen": "2023-11-11 23:19:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/about/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 22, + "page_from_internal_links": 19, + "page_from_size": 64590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing Agency in Dallas/Fort Worth TX", + "page_from_status_code": 200, + "first_seen": "2023-07-23 16:26:40 +00:00", + "prev_seen": "2023-10-04 02:41:10 +00:00", + "last_seen": "2023-11-11 23:18:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 28, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-11 23:17:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 23:17:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 20, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132455, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-10 15:59:13 +00:00", + "prev_seen": "2023-10-10 15:59:13 +00:00", + "last_seen": "2023-11-11 23:14:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wallacewalley.com", + "url_from": "https://wallacewalley.com/ai-tools-and-products-directories/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 75, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 223948, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 30 AI Tools and Products Directories for Businesses", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:53:11 +00:00", + "prev_seen": "2023-10-03 11:53:11 +00:00", + "last_seen": "2023-11-11 21:10:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/porn/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 108699, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 Hottest AI Girlfriend Sex Chatbot Sites of 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:28:51 +00:00", + "prev_seen": "2023-09-22 10:28:51 +00:00", + "last_seen": "2023-11-11 20:35:58 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Why pick", + "text_post": ", you ask?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-114-voyagez_en_toute_tranquillite_lia_ne_prend_pas_de_vacances_.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summer-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 294, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 35696, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Voyagez en toute tranquillité : l’IA ne prend pas de vacances !", + "page_from_status_code": 200, + "first_seen": "2023-07-23 19:05:33 +00:00", + "prev_seen": "2023-08-25 12:00:06 +00:00", + "last_seen": "2023-11-11 20:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Summer AI", + "text_pre": "[14]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-114-voyagez_en_toute_tranquillite_lia_ne_prend_pas_de_vacances_.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Travel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 294, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 35696, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Voyagez en toute tranquillité : l’IA ne prend pas de vacances !", + "page_from_status_code": 200, + "first_seen": "2023-07-23 19:05:33 +00:00", + "prev_seen": "2023-08-25 12:00:06 +00:00", + "last_seen": "2023-11-11 20:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - recherche des applications pour le voyage", + "text_pre": "[16]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-114-voyagez_en_toute_tranquillite_lia_ne_prend_pas_de_vacances_.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mighty-travels", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 294, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 35696, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Voyagez en toute tranquillité : l’IA ne prend pas de vacances !", + "page_from_status_code": 200, + "first_seen": "2023-07-23 19:05:33 +00:00", + "prev_seen": "2023-08-25 12:00:06 +00:00", + "last_seen": "2023-11-11 20:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Mighty Travels", + "text_pre": "[12]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4713903", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11927, + "page_from_internal_links": 51, + "page_from_size": 1738921, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4648207", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11954, + "page_from_internal_links": 82, + "page_from_size": 1819343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4655239", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11941, + "page_from_internal_links": 78, + "page_from_size": 1807942, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4665206", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11940, + "page_from_internal_links": 76, + "page_from_size": 1802893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4696869", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11930, + "page_from_internal_links": 61, + "page_from_size": 1764806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4735268", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11922, + "page_from_internal_links": 42, + "page_from_size": 1712987, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4671484", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11936, + "page_from_internal_links": 69, + "page_from_size": 1787191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4702971", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11929, + "page_from_internal_links": 59, + "page_from_size": 1759694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4649269", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11946, + "page_from_internal_links": 80, + "page_from_size": 1813539, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/welcome", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 102, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132464, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:39:44 +00:00", + "prev_seen": "2023-10-10 16:39:44 +00:00", + "last_seen": "2023-11-11 19:28:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4676891", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11934, + "page_from_internal_links": 65, + "page_from_size": 1775117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4739477", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11911, + "page_from_internal_links": 38, + "page_from_size": 1702083, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4721687", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11924, + "page_from_internal_links": 46, + "page_from_size": 1723613, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:46 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4693356", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11932, + "page_from_internal_links": 63, + "page_from_size": 1769991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4738391", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11912, + "page_from_internal_links": 40, + "page_from_size": 1707135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4732240", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11922, + "page_from_internal_links": 42, + "page_from_size": 1712987, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4665325", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11936, + "page_from_internal_links": 72, + "page_from_size": 1792483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_campaign=thaka-io&utm_medium=marketplace&utm_source=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 64, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132650, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4665311", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11937, + "page_from_internal_links": 74, + "page_from_size": 1797614, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4711973", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11928, + "page_from_internal_links": 53, + "page_from_size": 1744007, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4642624", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11957, + "page_from_internal_links": 88, + "page_from_size": 1834790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4672395", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11935, + "page_from_internal_links": 67, + "page_from_size": 1781940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4703319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11920, + "page_from_internal_links": 62, + "page_from_size": 1752688, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4721632", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11917, + "page_from_internal_links": 52, + "page_from_size": 1727096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4704436", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11920, + "page_from_internal_links": 61, + "page_from_size": 1747572, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:34 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4647720", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11948, + "page_from_internal_links": 91, + "page_from_size": 1827765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4739792", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11903, + "page_from_internal_links": 43, + "page_from_size": 1700392, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4642718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11949, + "page_from_internal_links": 93, + "page_from_size": 1833036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4727350", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11914, + "page_from_internal_links": 47, + "page_from_size": 1711296, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4661898", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11933, + "page_from_internal_links": 83, + "page_from_size": 1806247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4725150", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11915, + "page_from_internal_links": 49, + "page_from_size": 1716584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "asapteadimensiune.ro", + "url_from": "https://asapteadimensiune.ro/6-directoare-online-cu-instrumente-ai-artificial-intelligence-inteligenta-artificiala-pentru-a-descoperi-cea-mai-buna-aplicatie-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 99, + "domain_from_rank": 291, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "193.203.204.169", + "domain_from_country": "RO", + "page_from_external_links": 20, + "page_from_internal_links": 83, + "page_from_size": 45984, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "A șaptea dimensiune » 6 directoare online cu instrumente AI (Artificial Intelligence – Inteligenţă Artificială) pentru a descoperi cea mai bună aplicație AI", + "page_from_status_code": 200, + "first_seen": "2023-07-24 19:55:57 +00:00", + "prev_seen": "2023-10-04 15:29:51 +00:00", + "last_seen": "2023-11-05 08:50:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bg.home-theater-designers.com", + "url_from": "https://bg.home-theater-designers.com/6-onlajn-direktorii-s-ai-instrumenti-za-otkrivane-ili-t-rsene-na-naj-dobroto-ai-prilozenie", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "BG", + "page_from_external_links": 68, + "page_from_internal_links": 294, + "page_from_size": 74859, + "page_from_encoding": "utf-8", + "page_from_language": "bg", + "page_from_title": "6 онлайн директории с AI инструменти за откриване или търсене на най-доброто AI приложение - |Интернет|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 02:07:59 +00:00", + "prev_seen": "2023-08-23 06:08:55 +00:00", + "last_seen": "2023-11-05 07:40:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.инструменти", + "text_pre": "2.", + "text_post": "(Уеб): Открийте AI инструменти и създайте и експортирайте кратки списъци", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/find-your-next-book-ai-review/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-bookstore", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 156765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find Your Next Book AI Review: A Perfect AI Librarian for Book Lovers", + "page_from_status_code": 200, + "first_seen": "2023-09-25 06:15:39 +00:00", + "prev_seen": "2023-09-25 06:15:39 +00:00", + "last_seen": "2023-11-05 06:57:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Bookstore", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lawmate.ai", + "url_from": "https://lawmate.ai/prices/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lawmate-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.190", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 7, + "page_from_size": 179799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LawMate Price List", + "page_from_status_code": 200, + "first_seen": "2023-09-20 01:26:40 +00:00", + "prev_seen": "2023-10-05 07:28:39 +00:00", + "last_seen": "2023-11-05 06:50:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LawMate AI Featured on topAI.tools", + "image_url": "https://i0.wp.com/topai.tools/assets/img/topai.tools.gif?w=1200&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jhrogue.blogspot.com", + "url_from": "https://jhrogue.blogspot.com/2023/02/b-2-4.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 230, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 225, + "page_from_internal_links": 248, + "page_from_size": 161501, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "컴퓨터 vs 책: [B급 프로그래머] 2월 4주 소식(빅데이터/인공지능, 하드웨어/블록체인, 읽을거리 부문)", + "page_from_status_code": 200, + "first_seen": "2023-11-05 06:47:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 06:47:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Find & Save the best AI tools Everyday", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.3rbaway.com", + "url_from": "https://www.3rbaway.com/2023/06/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 308, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.179", + "domain_from_country": "EG", + "page_from_external_links": 55, + "page_from_internal_links": 41, + "page_from_size": 243610, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مكتبة لأدوات الذكاء الاصطناعي في مختلف المجالات topai", + "page_from_status_code": 200, + "first_seen": "2023-10-03 02:54:09 +00:00", + "prev_seen": "2023-10-03 02:54:09 +00:00", + "last_seen": "2023-11-05 06:16:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "إذا كنت ترغب في معرفة المزيد عن هذه الأدوات، يمكنك زيارة الموقع الإلكتروني", + "text_post": "والاطلاع على المزيد من المعلومات. قم بتحديد المجال الذي تريد البحث فيه وستظهر لك قائمة بالأدوات المناسبة. توفر هذه المكتبة معلومات قيّمة للباحثين عن الذكاء الاصطناعي في مختلف المجالات.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitools.fyi&utm_source=aitools.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 50, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-05 05:31:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 05:31:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.thaiwiki.net", + "url_from": "https://www.thaiwiki.net/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 186, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.65.63", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 15, + "page_from_size": 29971, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "niche meme account name generator - thaiwiki.net", + "page_from_status_code": 200, + "first_seen": "2023-11-05 03:33:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 03:33:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Rest exit the purpose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.thaiwiki.net", + "url_from": "https://www.thaiwiki.net/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 186, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.65.63", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 15, + "page_from_size": 29971, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "niche meme account name generator - thaiwiki.net", + "page_from_status_code": 200, + "first_seen": "2023-11-05 03:33:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 03:33:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Rest exit the purpose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/namelix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "da.home-theater-designers.com", + "url_from": "https://da.home-theater-designers.com/6-onlinefortegnelser-over-ai-vaerktojer-til-at-opdage-eller-soge-efter-den-bedste-ai-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 292, + "page_from_size": 60657, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 onlinefortegnelser over AI-værktøjer til at opdage eller søge efter den bedste AI-app - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:13:48 +00:00", + "prev_seen": "2023-08-23 08:12:03 +00:00", + "last_seen": "2023-11-05 02:46:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.værktøjer", + "text_pre": "2.", + "text_post": "(Web): Opdag AI-værktøjer, og opret og eksporter shortlister", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lv.home-theater-designers.com", + "url_from": "https://lv.home-theater-designers.com/6-tiessaistes-ai-riku-katalogi-lai-atklatu-vai-mekletu-labako-ai-lietotni", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "LV", + "page_from_external_links": 68, + "page_from_internal_links": 292, + "page_from_size": 61001, + "page_from_encoding": "utf-8", + "page_from_language": "lv", + "page_from_title": "6 tiešsaistes AI rīku katalogi, lai atklātu vai meklētu labāko AI lietotni - |Internets|", + "page_from_status_code": 200, + "first_seen": "2023-07-05 20:07:31 +00:00", + "prev_seen": "2023-08-23 07:35:25 +00:00", + "last_seen": "2023-11-05 02:34:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Tīmeklis): atklājiet AI rīkus un izveidojiet un eksportējiet izlases sarakstus", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=thaka-io&utm_medium=marketplace&utm_campaign=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-05 00:41:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 00:41:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "http://corrector.app/es/detector-contenido-ia/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 19, + "domain_from_rank": 307, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-10-04 08:57:35 +00:00", + "prev_seen": "2023-10-04 08:57:35 +00:00", + "last_seen": "2023-11-04 22:38:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webdev.town", + "url_from": "https://webdev.town/resources/other", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "town", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.79.135.33", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 114499, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WebDev Town | A curated list of web development tools, articles, libraries, and resources that gets updated every day", + "page_from_status_code": 200, + "first_seen": "2023-10-03 05:23:36 +00:00", + "prev_seen": "2023-10-03 05:23:36 +00:00", + "last_seen": "2023-11-04 21:18:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/fr/r%C3%A9volutionner-la-salle-de-classe-la-nouvelle-%C3%A8re-de-l%27apprentissage-am%C3%A9lior%C3%A9-par-l%27IA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 135376, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Révolutionner la salle de classe : la nouvelle ère de l'apprentissage amélioré par l'IA - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-04 21:09:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 21:09:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tuteurs virtuels", + "text_pre": "L’IA dans l’éducation progresse progressivement. Avez-vous déjà entendu parler de", + "text_post": "? Il ne s’agit pas de simples enregistrements vidéo ou de leçons interactives, mais de plates-formes hautement sophistiquées basées sur l’IA, capables d’imiter le style d’enseignement d’un tuteur humain.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rentry.co", + "url_from": "https://rentry.co/FMHYAI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 257, + "domain_from_rank": 582, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.132.58.105", + "domain_from_country": "CO", + "page_from_external_links": 467, + "page_from_internal_links": 9, + "page_from_size": 57177, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "► AI Chatbots", + "page_from_status_code": 200, + "first_seen": "2023-04-02 14:08:05 +00:00", + "prev_seen": "2023-09-23 02:38:13 +00:00", + "last_seen": "2023-11-04 21:08:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolhunt.io", + "url_from": "https://toolhunt.io/jeffrey-celavie/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45723, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "JEFFREY CELAVIE AI ASTROLOGY", + "page_from_status_code": 200, + "first_seen": "2023-11-04 20:55:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 20:55:41 +00:00", + "item_type": "canonical", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "el.home-theater-designers.com", + "url_from": "https://el.home-theater-designers.com/6-elektronikoi-katalogoi-ergaleion-ai-gia-na-anakalypsete-e-na-anazetesete-ten-kalytere-epharmoge-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 296, + "page_from_size": 78476, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 Ηλεκτρονικοί κατάλογοι εργαλείων AI για να ανακαλύψετε ή να αναζητήσετε την καλύτερη εφαρμογή AI - |Διαδίκτυο|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 10:50:38 +00:00", + "prev_seen": "2023-08-23 07:50:05 +00:00", + "last_seen": "2023-11-04 20:20:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.εργαλεία", + "text_pre": "2.", + "text_post": "(Ιστός): Ανακαλύψτε Εργαλεία τεχνητής νοημοσύνης και δημιουργήστε και εξάγετε σύντομες λίστες", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ms.home-theater-designers.com", + "url_from": "https://ms.home-theater-designers.com/6-direktori-alat-ai-dalam-talian-untuk-temui-atau-cari-apl-ai-terbaik", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "MS", + "page_from_external_links": 68, + "page_from_internal_links": 291, + "page_from_size": 59929, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 Direktori Alat AI Dalam Talian untuk Temui atau Cari Apl AI Terbaik - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 19:51:25 +00:00", + "prev_seen": "2023-08-23 07:06:51 +00:00", + "last_seen": "2023-11-04 19:02:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Temui Alat AI, dan Cipta serta Eksport Senarai Pendek", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-15 18:46:24 +00:00", + "prev_seen": "2023-09-15 18:46:24 +00:00", + "last_seen": "2023-11-04 18:17:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ca.home-theater-designers.com", + "url_from": "https://ca.home-theater-designers.com/6-directoris-en-linia-d-eines-d-ia-per-descobrir-o-cercar-la-millor-aplicacio-d-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "CA", + "page_from_external_links": 68, + "page_from_internal_links": 293, + "page_from_size": 61871, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 directoris en línia d'eines d'IA per descobrir o cercar la millor aplicació d'IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 12:50:35 +00:00", + "prev_seen": "2023-08-23 05:47:26 +00:00", + "last_seen": "2023-11-04 17:41:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Descobriu les eines d'IA i creeu i exporteu llistes preses", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "alternativeto.net", + "url_from": "https://alternativeto.net/software/topai-tools/about/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.40.84", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 32, + "page_from_size": 56393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools: Reviews, Features, Pricing & Download | AlternativeTo", + "page_from_status_code": 200, + "first_seen": "2023-03-23 03:12:04 +00:00", + "prev_seen": "2023-08-01 01:28:06 +00:00", + "last_seen": "2023-11-04 17:10:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Official Websitetopai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ro/revolu%C8%9Bion%C3%A2nd-sala-de-clas%C4%83-noua-era-a-%C3%AEnv%C4%83%C8%9B%C4%83rii-%C3%AEmbun%C4%83t%C4%83%C8%9Bite-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 134837, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Revoluționând sala de clasă: noua eră a învățării îmbunătățite prin inteligență artificială - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-04 16:23:35 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 16:23:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutori virtuali", + "text_pre": "AI în educație face pașii înainte. Ai auzit vreodată de", + "text_post": "? Acestea nu sunt simple înregistrări video sau lecții interactive, ci platforme extrem de sofisticate bazate pe inteligență artificială, capabile să imite stilul de predare al unui tutor uman. Ei analizează", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.submitchecklist.com", + "url_from": "https://www.submitchecklist.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": null, + "page_from_external_links": 104, + "page_from_internal_links": 1, + "page_from_size": 364756, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "+100 Startup Directories | Submit Checklist", + "page_from_status_code": 200, + "first_seen": "2023-10-03 22:55:40 +00:00", + "prev_seen": "2023-10-03 22:55:40 +00:00", + "last_seen": "2023-11-04 15:50:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Save", + "text_pre": "Save", + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.submitchecklist.com", + "url_from": "https://www.submitchecklist.com/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 86, + "domain_from_rank": 23, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": null, + "page_from_external_links": 104, + "page_from_internal_links": 1, + "page_from_size": 364756, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "+100 Startup Directories | Submit Checklist", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:15:54 +00:00", + "prev_seen": "2023-10-03 06:15:54 +00:00", + "last_seen": "2023-11-04 15:40:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Save", + "text_pre": "Save", + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lokalebasen.dk", + "url_from": "https://www.lokalebasen.dk/nyheder/9-gratis-ai-vaerktoejer-dine-nyttige-alternativer-til-chatgpt-2901", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-like-chatbot", + "url_to_https": true, + "tld_from": "dk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 426, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.89.196.205", + "domain_from_country": "DK", + "page_from_external_links": 43, + "page_from_internal_links": 55, + "page_from_size": 100834, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "ChatGPT alternativer | NINEtoFIVE oktober 23", + "page_from_status_code": 200, + "first_seen": "2023-10-07 03:39:26 +00:00", + "prev_seen": "2023-10-07 03:39:26 +00:00", + "last_seen": "2023-11-04 14:25:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools: 60 Top AI ChatGPT like chatbot tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "normbondmarkets.com", + "url_from": "https://normbondmarkets.com/101-chatgpt-and-ai-resources-for-entrepreneurs-and-brands/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-resource-repository", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 126, + "domain_from_rank": 351, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "162.240.210.31", + "domain_from_country": null, + "page_from_external_links": 124, + "page_from_internal_links": 38, + "page_from_size": 227938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "101 ChatGPT and AI Resources for Entrepreneurs and Brands", + "page_from_status_code": 200, + "first_seen": "2023-11-04 12:56:28 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 12:56:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI ChatGPT Repository Tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thetubepro.com", + "url_from": "https://thetubepro.com/2023/08/20/top-10-ai-tool-directory-websites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 149, + "page_from_size": 202155, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 AI Tool Directory Websites | TubePro", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:16:38 +00:00", + "prev_seen": "2023-10-04 01:16:38 +00:00", + "last_seen": "2023-11-04 09:42:12 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "Visit TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/et/klassiruumi-murranguliseks-muutmiseks-uus-ajastu-t%C3%A4iustatud-%C3%B5ppet%C3%B6%C3%B6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 131302, + "page_from_encoding": "utf-8", + "page_from_language": "et", + "page_from_title": "Klassiruumi muutmine: tehisintellektiga täiustatud õppimise uus ajastu – Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-04 13:19:16 +00:00", + "prev_seen": "2023-10-04 13:19:16 +00:00", + "last_seen": "2023-11-04 09:27:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "virtuaalsed juhendajad", + "text_pre": "AI hariduses astub pidevalt oma samme edasi. Kas olete kunagi kuulnud", + "text_post": "? Need ei ole pelgalt videosalvestised ega interaktiivsed õppetunnid, vaid ülimalt keerukad AI-põhised platvormid, mis on võimelised jäljendama juhendaja õpetamisstiili. Nad analüüsivad teie õppimismustreid,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "supportfiles.scribeseo.com", + "url_from": "http://supportfiles.scribeseo.com/post-internal-links.aspx?kwds=Confidence&url=gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 75, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.215.78.13", + "domain_from_country": null, + "page_from_external_links": 11940, + "page_from_internal_links": 71, + "page_from_size": 1843286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-04 08:09:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 08:09:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/post/78706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 580, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 86, + "page_from_size": 26825, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 12:05:21 +00:00", + "prev_seen": "2023-07-27 12:05:21 +00:00", + "last_seen": "2023-11-04 02:56:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=visualobjects.com&utm_medium=referral&utm_campaign=directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-04 02:49:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 02:49:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for writing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools directory", + "text_pre": "topAI.tools is an", + "text_post": "and apps that launch in the market every day. On topAi.tools you can find and discover the tools that you need to boost and grow your business.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools search engine", + "text_pre": "You can also use the", + "text_post": "to find any tool to help you do any task.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=marketing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for marketing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=startup%20tools", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for startups", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.74.211", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132520, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-04 20:40:08 +00:00", + "prev_seen": "2023-10-04 20:40:08 +00:00", + "last_seen": "2023-11-03 20:41:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.spoke.ai", + "url_from": "https://www.spoke.ai/blog/ai-in-startup-workflows", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/", + "url_to_https": false, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 262, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "AI", + "page_from_external_links": 26, + "page_from_internal_links": 13, + "page_from_size": 29766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spoke.ai Blog | AI in Startup Workflows", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:22:56 +00:00", + "prev_seen": "2023-10-04 05:22:56 +00:00", + "last_seen": "2023-11-03 20:26:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 301, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/" + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-03 20:18:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 20:18:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "m.okjike.com", + "url_from": "https://m.okjike.com/originalPosts/64f3d1a2c70326f2eb32a8ef", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 304, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.99.112.78", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 2, + "page_from_size": 102156, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍, - 即刻App", + "page_from_status_code": 200, + "first_seen": "2023-10-03 09:24:27 +00:00", + "prev_seen": "2023-10-03 09:24:27 +00:00", + "last_seen": "2023-11-03 16:54:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍,PS: 附上了从Similarweb查询到的访问量😎www.producthunt.com 5.8Mtheresanaiforthat.com 4.7Mwww.futuretools.io 3.5Mwww.futurepedia.io 2.4Measywithai.com 1.5M", + "text_post": "1.3Mgpte.ai 1.0Maitoolmall.com 764.1kgpt3demo.com 668.9kaitoptools.com 608.4kwww.toools.design 374.4kwww.insidr.ai 327.1kdomore.ai 266.6kchatgptdemo.com 253.7ksupertools.therundown.ai 197.3kwww.aitoolsclub.com", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-126-imagen-stable-diffusion-background-prompts/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/stable-diffusion-online.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.29.95", + "domain_from_country": "VN", + "page_from_external_links": 120, + "page_from_internal_links": 20, + "page_from_size": 262660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 126+ imagen stable diffusion background prompts - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-11-03 15:44:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 15:44:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Difusión estable en línea", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Difusión estable en línea Background", + "semantic_location": "figure", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-126-imagen-stable-diffusion-background-prompts/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/stable-diffusion-prompt-generator.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.29.95", + "domain_from_country": "VN", + "page_from_external_links": 120, + "page_from_internal_links": 20, + "page_from_size": 262660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 126+ imagen stable diffusion background prompts - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-11-03 15:44:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 15:44:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de aviso de difusión estable", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de aviso de difusión estable Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=topapps&utm_medium=marketplace&utm_campaign=topapps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 126, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-03 15:41:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 15:41:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/post/502422", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 103, + "page_from_size": 33438, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-23 08:40:27 +00:00", + "prev_seen": "2023-09-23 08:40:27 +00:00", + "last_seen": "2023-11-03 15:34:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:53:37 +00:00", + "prev_seen": "2023-10-03 03:53:37 +00:00", + "last_seen": "2023-11-03 14:10:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-204-imagem-background-eraser-app-for-mac/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/erase-bg.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.29.95", + "domain_from_country": "VN", + "page_from_external_links": 205, + "page_from_internal_links": 21, + "page_from_size": 319706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 204+ imagem background eraser app for mac - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-11-03 13:18:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 13:18:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Las mejores herramientas de IA para borrar fondos", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Las mejores herramientas de IA para borrar fondos Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/es/revolucionando-el-aula-la-nueva-era-del-aprendizaje-mejorado-con-IA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 132609, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Revolucionando el aula: la nueva era del aprendizaje mejorado con IA - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-24 15:46:35 +00:00", + "prev_seen": "2023-09-24 15:46:35 +00:00", + "last_seen": "2023-11-03 08:41:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "tutores virtuales", + "text_pre": "La IA en la educación avanza constantemente. Alguna vez has oído hablar de", + "text_post": "? No se trata de meras grabaciones de vídeo o lecciones interactivas, sino de plataformas altamente sofisticadas impulsadas por IA capaces de imitar el estilo de enseñanza de un tutor humano. Analizan", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.celestialchronicle.com", + "url_from": "https://www.celestialchronicle.com/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-celestial-chronicle/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.214.80.161", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 69, + "page_from_size": 184855, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing The Classroom: The New Era Of AI-Enhanced Learning - Celestial Chronicle", + "page_from_status_code": 200, + "first_seen": "2023-11-03 07:52:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 07:52:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.dbzer0.com", + "url_from": "https://old.lemmy.dbzer0.com/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 592, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.98.149.143", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 68, + "page_from_size": 28267, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-09-28 08:50:20 +00:00", + "prev_seen": "2023-09-28 08:50:20 +00:00", + "last_seen": "2023-11-03 07:01:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai4k.eu", + "url_from": "https://ai4k.eu/index-of-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 333, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.137.9", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 55, + "page_from_size": 715157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Index of AI Tools » ai4k", + "page_from_status_code": 200, + "first_seen": "2023-08-06 07:53:58 +00:00", + "prev_seen": "2023-10-17 20:21:14 +00:00", + "last_seen": "2023-11-03 02:05:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "is a big index of AI tools with more than 4072 and counting.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/de/Revolutionierung-des-Klassenzimmers-%E2%80%93-die-neue-%C3%84ra-des-KI-gest%C3%BCtzten-Lernens/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 131360, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Revolutionierung des Klassenzimmers: Die neue Ära des KI-gestützten Lernens – Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-22 16:37:38 +00:00", + "prev_seen": "2023-09-22 16:37:38 +00:00", + "last_seen": "2023-11-03 02:02:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "virtuelle Nachhilfelehrer", + "text_pre": "KI in der Bildung schreitet stetig voran. Hast du jemals gehört von", + "text_post": "? Hierbei handelt es sich nicht nur um Videoaufzeichnungen oder interaktive Unterrichtsstunden, sondern um hochentwickelte KI-gesteuerte Plattformen, die den Unterrichtsstil eines menschlichen Tutors nachahmen", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sema-media.com", + "url_from": "https://sema-media.com/%D9%85%D9%88%D9%82%D8%B9-topai-tools-%D8%A3%D8%AF%D9%88%D8%A7%D8%AA-%D8%A7%D9%84%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D9%84%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.106.228", + "domain_from_country": "WW", + "page_from_external_links": 6, + "page_from_internal_links": 40, + "page_from_size": 104970, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "موقع TopAI tools يضم أفضل أدوات الذكاء الاصطناعي بموقع واحد", + "page_from_status_code": 200, + "first_seen": "2023-11-02 22:32:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 22:32:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "رابط موقع TopAI tools للعثور على أفضل أدوات الذكاء الاصطناعي", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.prceg.com", + "url_from": "https://www.prceg.com/2023/09/best-ai-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 276, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.51", + "domain_from_country": "WW", + "page_from_external_links": 25, + "page_from_internal_links": 23, + "page_from_size": 277964, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "79 من أفضل مواقع الذكاء الاصطناعي المجانية (لتسهيل حياتك)", + "page_from_status_code": 200, + "first_seen": "2023-10-08 03:33:53 +00:00", + "prev_seen": "2023-10-08 03:33:53 +00:00", + "last_seen": "2023-11-02 19:31:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "رابط الموقع", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apkca.best", + "url_from": "https://apkca.best/article/chatgpt-vs-bing-chat-which-ai-chatbot-is-better-for-you", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Question-answering-software", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 323, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.71.3", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 56, + "page_from_size": 103650, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ChatGPT vs. Bing Chat: Which AI chatbot is better for you? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-11-02 15:11:00 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 15:11:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Question-answering-software", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.bionyt.dk", + "url_from": "https://blog.bionyt.dk/news2023march05-articles/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "dk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 317, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "195.8.222.25", + "domain_from_country": "DK", + "page_from_external_links": 632, + "page_from_internal_links": 109, + "page_from_size": 1096958, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "News2023March05-Articles - bionyt.dk", + "page_from_status_code": 200, + "first_seen": "2023-09-02 00:22:41 +00:00", + "prev_seen": "2023-09-02 00:22:41 +00:00", + "last_seen": "2023-11-02 12:14:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "[link]", + "text_pre": "submitted by /u/Linkology", + "text_post": "[comments]", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reddit.com", + "url_from": "https://www.reddit.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 210, + "domain_from_rank": 814, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.140", + "domain_from_country": "US", + "page_from_external_links": 232, + "page_from_internal_links": 246, + "page_from_size": 320416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-06-18 10:44:05 +00:00", + "prev_seen": "2023-09-27 14:03:07 +00:00", + "last_seen": "2023-11-02 11:14:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pattentitle.com", + "url_from": "https://pattentitle.com/blog-posts/chatgpt-and-your-real-estate-business/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Real%20estate", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.184.22.231", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 42, + "page_from_size": 1181249, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT and Your Real Estate Business - Patten Title Company", + "page_from_status_code": 200, + "first_seen": "2023-11-02 10:35:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 10:35:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI virtual assistants", + "text_pre": "AI-powered virtual assistants can help you keep your schedule organized, avoid double-booking, and maximize your overall efficiency. A handful of", + "text_post": "are out there, a few of which are designed specifically for real estate agents.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 366, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 115, + "page_from_size": 110101, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - Oinks - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-11-01 11:27:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-01 11:27:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "th.home-theater-designers.com", + "url_from": "https://th.home-theater-designers.com/6-direkthxri-xxnlin-khxng-kheruxng-mux-ai-pheux-khn-phb-hrux-khn-ha-xaeph-ai-thi-di-thisud", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "TH", + "page_from_external_links": 68, + "page_from_internal_links": 326, + "page_from_size": 88037, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "6 ไดเร็กทอรีออนไลน์ของเครื่องมือ AI เพื่อค้นพบหรือค้นหาแอป AI ที่ดีที่สุด - |อินเทอร์เน็ต|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 21:53:08 +00:00", + "prev_seen": "2023-08-23 07:04:46 +00:00", + "last_seen": "2023-11-01 10:27:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(เว็บ): ค้นพบเครื่องมือ AI และสร้างและส่งออกรายการโปรด", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/th/%E0%B8%9B%E0%B8%8F%E0%B8%B4%E0%B8%A7%E0%B8%B1%E0%B8%95%E0%B8%B4%E0%B8%AB%E0%B9%89%E0%B8%AD%E0%B8%87%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A2%E0%B8%B8%E0%B8%84%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B9%81%E0%B8%9A%E0%B8%9A%E0%B8%9B%E0%B8%A3%E0%B8%B1%E0%B8%9A%E0%B8%9B%E0%B8%A3%E0%B8%B8%E0%B8%87%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-AI/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 184567, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "การปฏิวัติห้องเรียน: ยุคใหม่ของการเรียนรู้ที่ปรับปรุงด้วย AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:09:10 +00:00", + "prev_seen": "2023-09-27 04:09:10 +00:00", + "last_seen": "2023-11-01 07:18:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ผู้สอนเสมือน", + "text_pre": "AI ในด้านการศึกษากำลังก้าวไปข้างหน้าอย่างต่อเนื่อง คุณเคยได้ยินเกี่ยวกับ", + "text_post": "? สิ่งเหล่านี้ไม่ใช่เพียงการบันทึกวิดีโอหรือบทเรียนเชิงโต้ตอบ แต่เป็นแพลตฟอร์มที่ขับเคลื่อนด้วย AI ที่มีความซับซ้อนสูง ซึ่งสามารถเลียนแบบรูปแบบการสอนของครูสอนพิเศษที่เป็นมนุษย์ได้ พวกเขาวิเคราะห์รูปแบบการเรียนรู้ของคุณ", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ur.home-theater-designers.com", + "url_from": "https://ur.home-theater-designers.com/b-tryn-ai-ayp-kw-dryaft-krn-ya-tlash-krn-k-ly-ai-wlz-ky-6-an-layn-ayryk-ryz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 294, + "page_from_size": 68835, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "بہترین AI ایپ کو دریافت کرنے یا تلاش کرنے کے لیے AI ٹولز کی 6 آن لائن ڈائریکٹریز - |انٹرنیٹ|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 10:37:21 +00:00", + "prev_seen": "2023-08-23 06:43:47 +00:00", + "last_seen": "2023-11-01 05:18:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(ویب): AI ٹولز دریافت کریں، اور شارٹ لسٹ بنائیں اور برآمد کریں۔", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/slack.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 19190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slack | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:50:37 +00:00", + "prev_seen": "2023-08-28 23:16:07 +00:00", + "last_seen": "2023-11-01 04:53:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/cheat-sheet.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 19704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Excel Cheat Sheet | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-06-27 02:51:52 +00:00", + "prev_seen": "2023-08-28 23:27:57 +00:00", + "last_seen": "2023-11-01 04:53:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/calculator.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 23498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Calculator | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:58:20 +00:00", + "prev_seen": "2023-08-28 23:16:58 +00:00", + "last_seen": "2023-11-01 04:51:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.cloudbooklet.com", + "url_from": "https://www.cloudbooklet.com/ai-product-photography-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-photography-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 277, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "US", + "page_from_external_links": 20, + "page_from_internal_links": 35, + "page_from_size": 188385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Product Photography Tools and Services in 2023 - Cloudbooklet", + "page_from_status_code": 200, + "first_seen": "2023-11-01 03:10:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-01 03:10:25 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ZEG", + "text_pre": null, + "text_post": "is an AI product photography tool that helps you create studio-like product photos and videos easily. You just need to upload a video of your product in motion, and ZEG will automatically extract the", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bn.home-theater-designers.com", + "url_from": "https://bn.home-theater-designers.com/sera-e-a-i-a-yapa-abiskara-ba-anusandhana-karara-jan-ya-ai-tulera-6ti-anala-ina-direktari", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "BN", + "page_from_external_links": 68, + "page_from_internal_links": 293, + "page_from_size": 86994, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "সেরা এআই অ্যাপ আবিষ্কার বা অনুসন্ধান করার জন্য AI টুলের 6টি অনলাইন ডিরেক্টরি - |ইন্টারনেট|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 19:29:28 +00:00", + "prev_seen": "2023-08-23 08:24:50 +00:00", + "last_seen": "2023-11-01 02:42:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(ওয়েব): এআই টুলস আবিষ্কার করুন এবং শর্টলিস্ট তৈরি করুন এবং রপ্তানি করুন", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hi.home-theater-designers.com", + "url_from": "https://hi.home-theater-designers.com/sarvasrestha-e-a-i-aipa-khojane-ya-khojane-ke-li-e-e-a-i-tulsa-ki-6-onala-ina-nirdesika-em", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 319, + "page_from_size": 87297, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "सर्वश्रेष्ठ एआई ऐप खोजने या खोजने के लिए एआई टूल्स की 6 ऑनलाइन निर्देशिकाएं - |इंटरनेट|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 22:26:13 +00:00", + "prev_seen": "2023-08-23 08:39:32 +00:00", + "last_seen": "2023-11-01 01:20:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(वेब): एआई टूल्स की खोज करें, और शॉर्टलिस्ट बनाएं और निर्यात करें", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ko.home-theater-designers.com", + "url_from": "https://ko.home-theater-designers.com/choegoui-ai-aeb-eul-balgyeonhageona-geomsaeghagi-wihan-6gaeui-ai-dogu-onlain-dilegtoli", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 320, + "page_from_size": 64211, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "최고의 AI 앱을 발견하거나 검색하기 위한 6개의 AI 도구 온라인 디렉토리 - |인터넷|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 02:55:02 +00:00", + "prev_seen": "2023-08-23 05:44:35 +00:00", + "last_seen": "2023-11-01 00:34:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(웹): AI 도구 탐색 및 후보 목록 생성 및 내보내기", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "no.home-theater-designers.com", + "url_from": "https://no.home-theater-designers.com/6-online-kataloger-over-ai-verktoy-for-a-oppdage-eller-soke-etter-den-beste-ai-appen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "NO", + "page_from_external_links": 68, + "page_from_internal_links": 284, + "page_from_size": 59573, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 online kataloger over AI-verktøy for å oppdage eller søke etter den beste AI-appen - |Internett|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 20:38:44 +00:00", + "prev_seen": "2023-08-23 08:00:39 +00:00", + "last_seen": "2023-10-31 22:56:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Nett): Oppdag AI-verktøy og opprett og eksporter kortlister", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kamroideas.com", + "url_from": "https://www.kamroideas.com/2023/08/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.181.243", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 34, + "page_from_size": 441652, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "أفضل مواقع الذكاء الاصطناعي المدفوعة و المجانية في مكان واحد", + "page_from_status_code": 200, + "first_seen": "2023-10-31 21:53:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 21:53:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "بضغطة زر واحدة هنا ستكون في الموقع الرسمي Top Ai Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 164, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 363, + "page_from_size": 292040, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 15:14:36 +00:00", + "prev_seen": "2023-07-27 10:25:32 +00:00", + "last_seen": "2023-10-31 17:00:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一个人工智能搜索,以筛选出人工智能工具的噪音", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@Senf@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 289, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.95", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 157, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 502, + "first_seen": "2023-09-28 08:21:28 +00:00", + "prev_seen": "2023-09-28 08:21:28 +00:00", + "last_seen": "2023-10-31 15:31:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nextbigwhat.com", + "url_from": "https://nextbigwhat.com/web-stories/top-5-ai-tools-for-job-search/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Job%20Search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 430, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.170", + "domain_from_country": "IN", + "page_from_external_links": 1, + "page_from_internal_links": 3, + "page_from_size": 53836, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 AI Tools for Job Search", + "page_from_status_code": 200, + "first_seen": "2023-09-17 20:50:28 +00:00", + "prev_seen": "2023-09-17 20:50:28 +00:00", + "last_seen": "2023-10-31 11:06:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Via", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/it/rivoluzionando-l'aula-la-nuova-era-dell'apprendimento-potenziato/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 132887, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Rivoluzionare la classe: la nuova era dell'apprendimento potenziato dall'intelligenza artificiale - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-31 08:16:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 08:16:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutor virtuali", + "text_pre": "L’intelligenza artificiale nell’istruzione sta facendo costantemente passi avanti. Ne hai mai sentito parlare", + "text_post": "? Non si tratta di semplici registrazioni video o lezioni interattive, ma di piattaforme altamente sofisticate basate sull'intelligenza artificiale in grado di imitare lo stile di insegnamento di un tutor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 69, + "page_from_size": 28697, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-09-07 19:58:34 +00:00", + "prev_seen": "2023-09-07 19:58:34 +00:00", + "last_seen": "2023-10-31 07:59:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webbx.nu", + "url_from": "https://webbx.nu/openai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 162, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.150", + "domain_from_country": "NU", + "page_from_external_links": 110, + "page_from_internal_links": 10, + "page_from_size": 136196, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "OpenAI - WebbX", + "page_from_status_code": 200, + "first_seen": "2023-09-02 20:58:51 +00:00", + "prev_seen": "2023-10-08 19:37:08 +00:00", + "last_seen": "2023-10-31 07:11:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "– AI Tools", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pathofex.com", + "url_from": "https://pathofex.com/disney-pixar-dog-trend/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Image-pixelizer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 351, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.41", + "domain_from_country": "US", + "page_from_external_links": 7, + "page_from_internal_links": 41, + "page_from_size": 224839, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to do The Disney Pixar Dog Trend With Microsoft’s Bing Image Creator?", + "page_from_status_code": 200, + "first_seen": "2023-10-31 06:02:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 06:02:37 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pixelizer", + "text_pre": "1. Select a Disney Pixar dog image. 2. Import the chosen image into", + "text_post": ". This web-based tool simplifies the process of transforming images into a Disney Pixar-style format. 3. Customize the settings to your preferences. You have the flexibility to modify parameters like pixel", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mobillegends.net", + "url_from": "https://mobillegends.net/steam-community-guide-development-feedback", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-roguelite?discover=1", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.146.49", + "domain_from_country": "ID", + "page_from_external_links": 58, + "page_from_internal_links": 35, + "page_from_size": 42970, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Steam Community Guide Development Feedback - Mobile Legends", + "page_from_status_code": 200, + "first_seen": "2023-10-31 05:19:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 05:19:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Source:", + "text_post": "Visit Web", + "semantic_location": "figcaption", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mobillegends.net", + "url_from": "https://mobillegends.net/steam-community-guide-development-feedback", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-roguelite.webp", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.146.49", + "domain_from_country": "ID", + "page_from_external_links": 58, + "page_from_internal_links": 35, + "page_from_size": 42970, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Steam Community Guide Development Feedback - Mobile Legends", + "page_from_status_code": 200, + "first_seen": "2023-10-31 05:19:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 05:19:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TopAI tools: AI Roguelite", + "image_url": "https://mobillegends.net/assets/img/loader.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mightyunderdogs.newzenler.com", + "url_from": "https://mightyunderdogs.newzenler.com/blog/business-ai-tools-you-can-use", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.204.183.147", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 8, + "page_from_size": 52751, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Business AI Tools You Can Use", + "page_from_status_code": 200, + "first_seen": "2023-08-18 23:41:20 +00:00", + "prev_seen": "2023-08-18 23:41:20 +00:00", + "last_seen": "2023-10-31 03:04:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Tripnotes", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hello-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Hello AI", + "image_url": "https://topai.tools/assets/img/tools/hello-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chat%20bot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat bot", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botify-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Botify.AI", + "image_url": "https://topai.tools/assets/img/tools/botify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/easychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "EasyChat AI", + "image_url": "https://topai.tools/assets/img/tools/easychat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WhatGPT", + "image_url": "https://topai.tools/assets/img/tools/whatgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Design", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Design", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=No-code", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "No-code", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Marketing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Marketing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/android-ai-assistant-widget", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Android AI Assistant Widget", + "image_url": "https://topai.tools/assets/img/tools/android-ai-assistant-widget.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=AI%20assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/woebot-health", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Woebot Health", + "image_url": "https://topai.tools/assets/img/tools/woebot-health.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Email", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Email", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/telechat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Telechat", + "image_url": "https://topai.tools/assets/img/tools/telechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Quickchat AI", + "image_url": "https://topai.tools/assets/img/tools/quickchat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Meeting%20Assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Meeting Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatfai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatFAI", + "image_url": "https://topai.tools/assets/img/tools/chatfai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "HeyInternet", + "image_url": "https://topai.tools/assets/img/tools/heyinternet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ebi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Ebi.Ai", + "image_url": "https://topai.tools/assets/img/tools/ebi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bottr-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "bottr.me", + "image_url": "https://topai.tools/assets/img/tools/bottr-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/geppettochat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Geppettochat", + "image_url": "https://topai.tools/assets/img/tools/geppettochat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AiBert", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbotkit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatBotKit", + "image_url": "https://topai.tools/assets/img/tools/chatbotkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/god-in-a-box", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "God In A Box", + "image_url": "https://topai.tools/assets/img/tools/god-in-a-box.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Audio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Audio", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WAGPT", + "image_url": "https://topai.tools/assets/img/tools/wagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=ChatGPT", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ChatGPT", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Sales", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Sales", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "TalkAI", + "image_url": "https://topai.tools/assets/img/tools/talkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Finance", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Finance", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatfuel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chatfuel AI", + "image_url": "https://topai.tools/assets/img/tools/chatfuel-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatwp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatWP", + "image_url": "https://topai.tools/assets/img/tools/chatwp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20generation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Image generation", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Customer%20support", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Customer support", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Document Search", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chatgpt", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wonderchat", + "image_url": "https://topai.tools/assets/img/tools/wonderchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sidekick-by-jigso", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Sidekick by Jigso", + "image_url": "https://topai.tools/assets/img/tools/sidekick-by-jigso.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatshape", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatShape", + "image_url": "https://topai.tools/assets/img/tools/chatshape.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bff", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "BFF", + "image_url": "https://topai.tools/assets/img/tools/bff.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Business", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Business", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zev", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Zev", + "image_url": "https://topai.tools/assets/img/tools/zev.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yourfriends-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Yourfriends.ai", + "image_url": "https://topai.tools/assets/img/tools/yourfriends-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6MTAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoiYWxsIiwiaW5jbHVkZV9zdWJkb21haW5zIjp0cnVlLCJpbnRlcm5hbF9saXN0X2xpbWl0IjoxMCwibW9kZSI6ImFzX2lzIiwiYWlkIjo2NjM3Nn0sIlNlYXJjaEFmdGVyRGF0YSI6eyJWZXJzaW9uIjoxLCJTZWFyY2hBZnRlclZhbHVlcyI6eyJyYW5rIjowLCJsYXN0X3NlZW4iOiIyMDIzLTEwLTMwVDIxOjU4OjQ1KzAwOjAwIn0sIlRva2VuUmVhbE9mZnNldCI6MjAwMH19" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-all-backlinks/3.json b/resources/data/dfs/backlinks/topaitools-all-backlinks/3.json new file mode 100644 index 0000000..9fd7305 --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-all-backlinks/3.json @@ -0,0 +1,46032 @@ +{ + "id": "11241545-6637-0269-0000-218a0b3c0d43", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1330 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "all", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 2000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 5203, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Customer%20Support", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Customer Support", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Research", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Research", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/guru", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Guru", + "image_url": "https://topai.tools/assets/img/tools/guru.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-thing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chat Thing", + "image_url": "https://topai.tools/assets/img/tools/chat-thing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/buo-chat-with-ai-brain", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Buo - Chat with AI Brain", + "image_url": "https://topai.tools/assets/img/tools/buo-chat-with-ai-brain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatGPT APP", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whisperbot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WhisperBot", + "image_url": "https://topai.tools/assets/img/tools/whisperbot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ariana-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Ariana AI", + "image_url": "https://topai.tools/assets/img/tools/ariana-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Prompt%20guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Prompt guides", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graphic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Graphic AI", + "image_url": "https://topai.tools/assets/img/tools/graphic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbase", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chatbase", + "image_url": "https://topai.tools/assets/img/tools/chatbase.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatbots-in-messengers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AI Chatbots in Messengers", + "image_url": "https://topai.tools/assets/img/tools/ai-chatbots-in-messengers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Health", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Health", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WizAI", + "image_url": "https://topai.tools/assets/img/tools/wizai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Speech-to-Text", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Speech-to-Text", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "CREATE MY ACCOUNT 👌", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chat-bestie", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AI Chat Bestie", + "image_url": "https://topai.tools/assets/img/tools/ai-chat-bestie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Telegram", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Telegram", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "MagicChat", + "image_url": "https://topai.tools/assets/img/tools/magicchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Life%20Assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Life Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Askrobi", + "image_url": "https://topai.tools/assets/img/tools/askrobi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AI ChatLab", + "image_url": "https://topai.tools/assets/img/tools/ai-chatlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisebot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wisebot", + "image_url": "https://topai.tools/assets/img/tools/wisebot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Translation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Translation", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=AI%20Assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Quickchat", + "image_url": "https://topai.tools/assets/img/tools/quickchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-bling", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chat Bling", + "image_url": "https://topai.tools/assets/img/tools/chat-bling.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-mate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Magic Mate", + "image_url": "https://topai.tools/assets/img/tools/magic-mate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/messagegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "MessageGPT", + "image_url": "https://topai.tools/assets/img/tools/messagegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Voice", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Voice", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 19, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Customer%20Service", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Customer Service", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Images", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Images", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-buddy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatGPT Buddy", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-buddy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wallu", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wallu", + "image_url": "https://topai.tools/assets/img/tools/wallu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatbots", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chatbots", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 21, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/water", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Water", + "image_url": "https://topai.tools/assets/img/tools/water.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/handyai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "HandyAI", + "image_url": "https://topai.tools/assets/img/tools/handyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Whatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Whatsapp", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/babs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Babs", + "image_url": "https://topai.tools/assets/img/tools/babs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgenius", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatGenius", + "image_url": "https://topai.tools/assets/img/tools/chatgenius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wiz.chat", + "image_url": "https://topai.tools/assets/img/tools/wiz-chat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zipchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Zipchat", + "image_url": "https://topai.tools/assets/img/tools/zipchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Education", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Education", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Fun", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Fun", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatty-cat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chatty Cat", + "image_url": "https://topai.tools/assets/img/tools/chatty-cat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpthotline", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "GPTHotline", + "image_url": "https://topai.tools/assets/img/tools/gpthotline.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dropchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Dropchat", + "image_url": "https://topai.tools/assets/img/tools/dropchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/itagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ItaGPT", + "image_url": "https://topai.tools/assets/img/tools/itagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Productivity", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Productivity", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatsApp", + "image_url": "https://topai.tools/assets/img/tools/chatsapp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatAI", + "image_url": "https://topai.tools/assets/img/tools/chatai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instabot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Instabot", + "image_url": "https://topai.tools/assets/img/tools/instabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 150, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 298, + "page_from_size": 207785, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:44:29 +00:00", + "prev_seen": "2023-08-25 13:54:06 +00:00", + "last_seen": "2023-10-30 15:32:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apkat.best", + "url_from": "https://apkat.best/article/10-beste-ai-ai-kunsttools-in-2023-275", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Question-answering-software", + "url_to_https": true, + "tld_from": "best", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 324, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.82", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 78711, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "10 Beste AI AI -kunsttools in 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 21:28:22 +00:00", + "prev_seen": "2023-08-23 21:28:22 +00:00", + "last_seen": "2023-10-30 15:22:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Question-answering-software", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131920, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-30 13:27:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-30 13:27:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/st/ho-fetola-phaposi-ea-borutelo-mehla-e-mecha-ea-thuto-e-matlafalitsoeng/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 137, + "page_from_size": 132313, + "page_from_encoding": "utf-8", + "page_from_language": "st", + "page_from_title": "Phetoho ea Phaposi ea Phaposi: Nako e Ncha ea Thuto e Ntlafetseng ea AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-30 12:25:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-30 12:25:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "batataisi ba sebele", + "text_pre": "AI thutong e ntse e hatela pele ka mokhoa o tsitsitseng. Na u kile ua utloa ka", + "text_post": "? Tsena ha se lirekoto tsa video feela kapa lithuto tse sebetsanang le batho, empa ke lipolanete tse tsoetseng pele tse tsamaisoang ke AI tse khonang ho etsisa mokhoa oa ho ruta oa motataisi oa motho.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/vi/c%C3%A1ch-m%E1%BA%A1ng-h%C3%B3a-l%E1%BB%9Bp-h%E1%BB%8Dc-k%E1%BB%B7-nguy%C3%AAn-m%E1%BB%9Bi-c%E1%BB%A7a-vi%E1%BB%87c-h%E1%BB%8Dc-t%E1%BA%ADp-n%C3%A2ng-cao-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 140530, + "page_from_encoding": "utf-8", + "page_from_language": "vi", + "page_from_title": "Cách mạng hóa lớp học: Kỷ nguyên mới của việc học tập nâng cao bằng AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-30 11:15:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-30 11:15:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "gia sư ảo", + "text_pre": "AI trong giáo dục đang dần có những bước tiến về phía trước. Bạn đã bao giờ nghe nói về", + "text_post": "? Đây không chỉ là những bản ghi video hay bài học tương tác mà là những nền tảng được điều khiển bằng AI rất tinh vi có khả năng bắt chước phong cách giảng dạy của một gia sư là con người. Họ phân tích", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "te.home-theater-designers.com", + "url_from": "https://te.home-theater-designers.com/uttama-ai-yap-nu-kanugonadaniki-leda-sodhincadaniki-ai-sadhanala-yokka-6-an-lain-dairektarilu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 295, + "page_from_size": 89218, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ఉత్తమ AI యాప్‌ను కనుగొనడానికి లేదా శోధించడానికి AI సాధనాల యొక్క 6 ఆన్‌లైన్ డైరెక్టరీలు - |ఇంటర్నెట్|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 10:56:01 +00:00", + "prev_seen": "2023-08-23 08:17:46 +00:00", + "last_seen": "2023-10-30 06:42:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.టూల్స్", + "text_pre": "2.", + "text_post": "(వెబ్): AI సాధనాలను కనుగొనండి మరియు షార్ట్‌లిస్ట్‌లను సృష్టించండి మరియు ఎగుమతి చేయండి", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "greystream.net", + "url_from": "https://greystream.net/links/webtools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 187, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.36.44", + "domain_from_country": null, + "page_from_external_links": 102, + "page_from_internal_links": 7, + "page_from_size": 148619, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Web Based Tools - Digital Things", + "page_from_status_code": 200, + "first_seen": "2023-06-20 20:57:45 +00:00", + "prev_seen": "2023-09-19 04:08:53 +00:00", + "last_seen": "2023-10-30 05:59:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/385285_draggan-image-manipulation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 22333, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Draggan Image Manipulation - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-24 04:35:30 +00:00", + "prev_seen": "2023-08-24 04:35:30 +00:00", + "last_seen": "2023-10-30 03:46:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infopro.blog", + "url_from": "https://infopro.blog/herramientas-inteligencia-artificial-para-editar-imagenes-y-fotos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/change-style-ai", + "url_to_https": true, + "tld_from": "blog", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "75.102.22.119", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 31, + "page_from_size": 133923, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "▷ Herramientas Inteligencia Artificial Para Editar Imágenes y Fotos.", + "page_from_status_code": 200, + "first_seen": "2023-09-16 06:52:29 +00:00", + "prev_seen": "2023-09-16 06:52:29 +00:00", + "last_seen": "2023-10-30 03:41:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://changestyleai.com/", + "text_pre": null, + "text_post": "Change Style AI es una herramienta creativa basada en inteligencia artificial para cambiar el estilo de las imágenes. Esta herramienta ofrece una amplia gama de filtros y estilos artísticos para transformar", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/81850_data-analysis", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=data%20Analysis", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 20984, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Data Analysis - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-09-26 10:16:49 +00:00", + "prev_seen": "2023-09-26 10:16:49 +00:00", + "last_seen": "2023-10-30 02:05:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/449262_korean-ai-profile-picture-free", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-Profile-Picture-Generator", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 21103, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Korean Ai Profile Picture Free - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-24 08:04:54 +00:00", + "prev_seen": "2023-09-15 23:20:21 +00:00", + "last_seen": "2023-10-30 01:57:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "smartlinks.org", + "url_from": "https://smartlinks.org/BigTech.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 173, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "74.208.236.127", + "domain_from_country": null, + "page_from_external_links": 422, + "page_from_internal_links": 13, + "page_from_size": 171104, + "page_from_encoding": "us-ascii", + "page_from_language": "en", + "page_from_title": "SmartLinks.org - BigTech Directory", + "page_from_status_code": 200, + "first_seen": "2023-06-20 14:36:38 +00:00", + "prev_seen": "2023-08-18 18:18:50 +00:00", + "last_seen": "2023-10-30 00:12:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Best and top AI \r\n\t\t\ttools and Services list", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clepti.pics", + "url_from": "https://clepti.pics/articles/when-will-spy-x-family-be-dubbed-on-hulu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.55.38", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 172184, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "When will spy x family be dubbed on hulu? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-18 01:25:33 +00:00", + "prev_seen": "2023-09-18 01:25:33 +00:00", + "last_seen": "2023-10-29 23:53:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clepti.pics", + "url_from": "https://clepti.pics/articles/can-character-ai-chats-be-seen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.55.38", + "domain_from_country": null, + "page_from_external_links": 206, + "page_from_internal_links": 23, + "page_from_size": 181148, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Can character ai chats be seen? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-01 09:47:18 +00:00", + "prev_seen": "2023-09-16 11:27:53 +00:00", + "last_seen": "2023-10-29 23:16:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aientrepreneurs.standout.digital", + "url_from": "https://aientrepreneurs.standout.digital/p/chatgpt-accounts-get-breached", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rebeccai?utm_source=aientrepreneurs.standout.digital&utm_medium=referral&utm_campaign=over-100k-chatgpt-accounts-breached", + "url_to_https": true, + "tld_from": "digital", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 5, + "page_from_size": 192517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🔓 Over 100K ChatGPT accounts breached!", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:38:56 +00:00", + "prev_seen": "2023-09-17 09:38:56 +00:00", + "last_seen": "2023-10-29 22:31:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "RebeccAi", + "text_pre": null, + "text_post": "is an AI-powered idea evaluation tool designed to fast-track the process of evaluating, assessing, and improving business ideas.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fitnessmerchantservices.com", + "url_from": "https://fitnessmerchantservices.com/2023/10/20/fitness-business-opportunities/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/type-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 13, + "page_from_size": 86465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hot Fitness Business Opportunities in 2023 - Fitness Credit Card Processing", + "page_from_status_code": 200, + "first_seen": "2023-10-29 22:02:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-29 22:02:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Type Studio", + "text_pre": "for Riverside. Other noteworthy resources include Transistor.fm, an all-in-one solution. It gives the option for podcast hosting, creation, distribution, and monetization. It is a user-friendly podcast audio editor.", + "text_post": "offers an innovative text-based podcast editing suite that runs directly in your browser.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logopony-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "LogoPony", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copilot2trip-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Copilot2trip.com", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/myshell", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "MyShell", + "image_url": "https://topai.tools/assets/img/tools/myshell.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lightly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Lightly", + "text_pre": null, + "text_post": "Subscription", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictales", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "PicTales", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spheroid", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Spheroid", + "text_pre": null, + "text_post": "Contact", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waitlyst", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Layerbrain", + "text_pre": null, + "text_post": "Waitlist", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-with-data", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat With Data", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-storm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Prompt Storm", + "text_pre": null, + "text_post": "Subscription", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everbility", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Everbility", + "image_url": "https://topai.tools/assets/img/tools/everbility.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recast", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Recast", + "image_url": "https://topai.tools/assets/img/tools/recast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat2csv", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat2CSV", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fathom-lexicon", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Fathom Lexicon", + "text_pre": null, + "text_post": "Unknown", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/machined-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Machined.ai", + "image_url": "https://topai.tools/assets/img/tools/machined-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hubspot-campaign-assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "HubSpot Campaign Assistant", + "image_url": "https://topai.tools/assets/img/tools/hubspot-campaign-assistant.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/object-remover-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ObjectRemover", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mano-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Mano AI", + "image_url": "https://topai.tools/assets/img/tools/mano-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mst-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "mst.ai", + "image_url": "https://topai.tools/assets/img/tools/mst-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/interviewai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "InterviewAI", + "image_url": "https://topai.tools/assets/img/tools/interviewai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/b2brocket-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "B2BRocket", + "text_pre": null, + "text_post": "Subscription", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-gpt-wizard", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "My GPT Wizard", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wpturbo-dev", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "WPTurbo", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gliglish", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Gliglish", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixai-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "PixAI.ART", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kome", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Kome", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imagica", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Imagica", + "image_url": "https://topai.tools/assets/img/tools/imagica.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brainypdf", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "BrainyPDF", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/released", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Released", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/argil", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Argil", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textlayer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TextLayer", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptgo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPTGO", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zentask", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Zentask", + "image_url": "https://topai.tools/assets/img/tools/zentask.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rizemail-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "RizeMail", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/proai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ProAI Image Generator", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/memeswift", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "MemeSwift", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/beforesunset-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "BeforeSunset AI", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/coginiti-co", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Coginiti", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heylibby-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "HeyLibby", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/echofox", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "EchoFox", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/songr", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SongR", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genixgpt-travel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GenixGPT – Travel AI", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.front-mind.com", + "url_from": "https://blog.front-mind.com/ai-curation-services/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.73.149.50", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 41, + "page_from_size": 584089, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "(10選まとめ) AI 系サービス・ツール等のキュレーションサイト【ChatGPT/AI】 - AutoThink", + "page_from_status_code": 200, + "first_seen": "2023-10-29 20:14:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-29 20:14:22 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://blog.front-mind.com/wp-content/uploads/cocoon-resources/blog-card-cache/1b5090b297573f2c9bbd1acb4213f0b6.png", + "anchor": "TopAi.tools DirectoryUnlock the AI potential for your business and life, Discover the best productivity-boosting AI tools and take your business to the next level. Don't be a robot,...topai.tools", + "text_pre": "3などの人工知能に関する様々なツールを収集・紹介するウェブサイトです。3000以上のAIツールやプロンプト、ポッドキャストを網羅しており、新しいAI製品が日々追加されています。また、無料ツールと有料ツールがあり、様々なカテゴリーに分類されています。コピーライティングやデザイン、音声編集など、様々な用途に応じたAIツールが掲載されているので、AIを活用して作業効率を上げたい人には必見のサイトです。TopAi.tools Directory", + "text_post": "TopAi.toolsは、世界中のAIツールを収集し、分類したオンラインプラットフォームです。ビジネス、教育、デザイン、開発、マーケティング、音声、ビデオ、ライティング、その他の分野において、10倍以上の生産性を実現するためのAIツールが提供されています。サイトには、フリーから有料まで、様々な価格帯のAIツールが紹介され、ユーザーはアカウントを作成してツールを保存し、週に1回のダイジェストでトップツールを受け取ることができます。また、A", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "scottfenstermaker.com", + "url_from": "https://scottfenstermaker.com/ai-marketing-strategies-startups/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Startup%20tools", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.26", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 87182, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Marketing for Startups: Strategies & Insights", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:03:50 +00:00", + "prev_seen": "2023-07-31 08:04:29 +00:00", + "last_seen": "2023-10-29 17:35:27 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools", + "text_pre": "Choose the Right", + "text_post": ": There are numerous AI tools available in the market, each with its own strengths and weaknesses. It is essential to choose the right AI tools that are tailored to your business needs. Look for AI tools", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ostadsaeed.com", + "url_from": "https://ostadsaeed.com/26906/introduce-youglish-site/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 173, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "157.90.195.65", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 44, + "page_from_size": 335289, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "یوگلیش، یادگیری تلفظ و کالوکیشن - آموزشگاه آنلاین استاد سعید", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:53:18 +00:00", + "prev_seen": "2023-10-29 15:59:48 +00:00", + "last_seen": "2023-10-29 16:22:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "هوش مصنوعی", + "text_pre": null, + "text_post": "(", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolsfine.com", + "url_from": "https://toolsfine.com/Tools/3784.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/circleback-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 44, + "page_from_size": 104448, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Circleback – AI-driven platform that aims to enhance meeting productivity by providing automated meeting notes, action items, and transcription services | ToolsFine", + "page_from_status_code": 200, + "first_seen": "2023-10-28 22:13:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 22:13:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Circleback.ai – Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolsfine.com", + "url_from": "https://toolsfine.com/Tools/3826.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkio-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 44, + "page_from_size": 101808, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Talkio AI-Language Training App with AI Technology | ToolsFine", + "page_from_status_code": 200, + "first_seen": "2023-10-28 22:05:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 22:05:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Talkio AI – top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 288, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.95", + "domain_from_country": "DE", + "page_from_external_links": 7, + "page_from_internal_links": 76, + "page_from_size": 60460, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Oinks - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-09-17 13:14:56 +00:00", + "prev_seen": "2023-09-17 13:14:56 +00:00", + "last_seen": "2023-10-28 21:04:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hu.home-theater-designers.com", + "url_from": "https://hu.home-theater-designers.com/6-ai-eszkozok-online-konyvtara-a-legjobb-ai-alkalmazas-felfedezesehez-vagy-keresesehez", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "HU", + "page_from_external_links": 68, + "page_from_internal_links": 288, + "page_from_size": 62194, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "6 AI-eszközök online könyvtára a legjobb AI-alkalmazás felfedezéséhez vagy kereséséhez - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 16:56:43 +00:00", + "prev_seen": "2023-08-23 08:02:03 +00:00", + "last_seen": "2023-10-28 17:39:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Fedezze fel az AI-eszközöket, és hozzon létre és exportáljon szűkített listákat", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.abdelrahman-academy.com", + "url_from": "https://www.abdelrahman-academy.com/2023/05/Feedback-AI.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/feedbackai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": "WW", + "page_from_external_links": 18, + "page_from_internal_links": 43, + "page_from_size": 257645, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "اهم أدوات الذكاء الاصطناعى FeedbackAI مجانا", + "page_from_status_code": 200, + "first_seen": "2023-10-28 17:37:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 17:37:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "من هنا", + "text_pre": ": [", + "text_post": "](وهنا ).", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "newsdiarios.com.br", + "url_from": "https://newsdiarios.com.br/revolutionizing-the-lecture-room-the-new-technology-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com.br", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "108.179.252.174", + "domain_from_country": "BR", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 45073, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Revolutionizing the Lecture room: The New Technology of AI-Enhanced Studying – News Diarios", + "page_from_status_code": 200, + "first_seen": "2023-09-26 01:55:17 +00:00", + "prev_seen": "2023-09-26 01:55:17 +00:00", + "last_seen": "2023-10-28 17:15:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is regularly taking its steps ahead. Have you ever ever heard of", + "text_post": "? Those don’t seem to be mere video recordings or interactive classes however extremely subtle AI-driven platforms in a position to mimicking the educating taste of a human tutor. They analyze your", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.quetab.com", + "url_from": "https://www.quetab.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quetab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 327, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 28, + "page_from_size": 43104, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quetab", + "page_from_status_code": 200, + "first_seen": "2023-10-28 11:34:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 11:34:34 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://www.quetab.com/images/external/topaitools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@KiofKi@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 288, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.95", + "domain_from_country": "DE", + "page_from_external_links": 50, + "page_from_internal_links": 212, + "page_from_size": 303511, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - KiofKi - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-10-06 13:06:05 +00:00", + "prev_seen": "2023-10-06 13:06:05 +00:00", + "last_seen": "2023-10-28 11:02:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fmhy.net", + "url_from": "https://fmhy.net/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 156, + "domain_from_rank": 427, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 466, + "page_from_internal_links": 24, + "page_from_size": 172702, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-28 10:31:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 10:31:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.quetab.com", + "url_from": "https://www.quetab.com/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quetab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 28, + "page_from_size": 43218, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quetab", + "page_from_status_code": 200, + "first_seen": "2023-10-28 09:55:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 09:55:25 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://www.quetab.com/images/external/topaitools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-28 09:38:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 09:38:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fmhy.pages.dev", + "url_from": "https://fmhy.pages.dev/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 173, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 475, + "page_from_internal_links": 6, + "page_from_size": 86453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence | FreeMediaHeckYeah", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:55:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:55:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogroll.org", + "url_from": "https://blogroll.org/?link_library_rss_preview=1&keepThis=true&linkid=4518&previewcount=3height%3D700&width=900&xpath", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 423, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "108.61.192.200", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 0, + "page_from_size": 403839, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RSS_PHP", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:39:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:39:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "・A great resource for discovering new AI tools and apps, of which there are thousands to choose from. A site that will stay in my bookmarks for a while.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "existences.online", + "url_from": "https://existences.online/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-unite-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "online", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "69.163.165.242", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 11, + "page_from_size": 51857, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - Unite.AI - Breaking News", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:19:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:19:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "projects to life. Technology is no longer an optional add-on; it is a necessity. The question is: Are we tapping into its full potential?AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@BoJack@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 288, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.95", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 555204, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - BoJack - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-09-17 16:09:39 +00:00", + "prev_seen": "2023-09-27 03:29:59 +00:00", + "last_seen": "2023-10-28 06:12:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ja/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 283, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 29, + "page_from_size": 271653, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023年、次の冒険を計画するためのAIトラベルプランナー7選", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:09:05 +00:00", + "prev_seen": "2023-09-25 13:25:15 +00:00", + "last_seen": "2023-10-28 04:47:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "トリップノートAI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "expressjs.ir", + "url_from": "https://expressjs.ir/2023/10/21/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 150, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.215.126", + "domain_from_country": "IR", + "page_from_external_links": 49, + "page_from_internal_links": 16, + "page_from_size": 156210, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – EXPRESSJS – مجله تکنولوژی نرم افزار و سخت افزار", + "page_from_status_code": 200, + "first_seen": "2023-10-28 03:28:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 03:28:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-29 15:22:41 +00:00", + "prev_seen": "2023-09-17 16:03:26 +00:00", + "last_seen": "2023-10-28 03:27:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-28 02:07:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 02:07:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/pixai.art", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 97910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pixai", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:19:46 +00:00", + "prev_seen": "2023-09-21 00:13:52 +00:00", + "last_seen": "2023-10-28 00:11:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=paxi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-27 22:45:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 22:45:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ecokhabari.com", + "url_from": "https://ecokhabari.com/2023/10/22/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 394, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.18.149", + "domain_from_country": null, + "page_from_external_links": 49, + "page_from_internal_links": 14, + "page_from_size": 205956, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – اخبار اقتصادی ایران – اکو نیوز", + "page_from_status_code": 200, + "first_seen": "2023-10-27 22:14:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 22:14:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ai-content-detector/?expand_article=1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 166530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Detector and Chat GPT Checker Free - #1 AI Checker 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-27 17:36:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 17:36:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "finalfu.com", + "url_from": "https://finalfu.com/articles/42926", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/physics-chatbot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 331, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.36.18", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 23, + "page_from_size": 147747, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "แอพใดที่ฉันสามารถรับชมสดได้? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 09:21:53 +00:00", + "prev_seen": "2023-09-27 09:21:53 +00:00", + "last_seen": "2023-10-27 15:05:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "รายการเพิ่มเติม...", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/tishi.top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 95589, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI提示语", + "page_from_status_code": 200, + "first_seen": "2023-10-27 14:07:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 14:07:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kokoc.com", + "url_from": "https://kokoc.com/blog/nejroseti/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 436, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.19.18", + "domain_from_country": "UA", + "page_from_external_links": 18, + "page_from_internal_links": 98, + "page_from_size": 284234, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Нейросети: что это + как работают, примеры, 10 лучших нейросетей", + "page_from_status_code": 200, + "first_seen": "2023-09-24 12:24:08 +00:00", + "prev_seen": "2023-09-24 12:24:08 +00:00", + "last_seen": "2023-10-27 13:16:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "интересный сервис TopAI.tools", + "text_pre": "И дополнительно скажу еще про один", + "text_post": "— здесь можно искать нейросети под ваши задачи.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cheatershandbook.com", + "url_from": "https://cheatershandbook.com/author/ryan-miller/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.225.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 2492361, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ryan Miller (Guest Blogger) - Cheater's Handbook", + "page_from_status_code": 200, + "first_seen": "2023-10-03 13:39:01 +00:00", + "prev_seen": "2023-10-03 13:39:01 +00:00", + "last_seen": "2023-10-27 13:15:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cheatershandbook.com", + "url_from": "https://cheatershandbook.com/category/tips-for-women/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.225.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 2649621, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Tips For Women - Cheater's Handbook", + "page_from_status_code": 200, + "first_seen": "2023-10-03 02:48:30 +00:00", + "prev_seen": "2023-10-17 13:12:04 +00:00", + "last_seen": "2023-10-27 13:15:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolsandtrends.com", + "url_from": "https://aitoolsandtrends.com/listing/topai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "141.193.213.10", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 17, + "page_from_size": 100425, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAI.tools | Aggregators AI software | Artificial Intelligence Software Tools %", + "page_from_status_code": 200, + "first_seen": "2023-10-27 12:32:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 12:32:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Visit Website", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sk/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 176, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 179856, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "Kontrola Pravopisu a Korektor Gramatiky (Bezplatne)", + "page_from_status_code": 200, + "first_seen": "2023-08-26 21:08:52 +00:00", + "prev_seen": "2023-08-26 21:08:52 +00:00", + "last_seen": "2023-10-27 08:18:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Hodnotiť na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-106-imagem-photo-background-burner-online-free-3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/background-remover-from-photo-by-hitpaw.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 106, + "page_from_internal_links": 21, + "page_from_size": 223139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 106+ imagem photo background burner online free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-27 08:17:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 08:17:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminador de fondo de la foto de Hitpaw", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminador de fondo de la foto de Hitpaw Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-66-imagen-background-music-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/texttomusic.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 67, + "page_from_internal_links": 20, + "page_from_size": 182060, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 66+ imagen background music generator - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-27 08:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 08:00:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Texto a musica", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Texto a musica Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "theinsightpost.com", + "url_from": "https://theinsightpost.com/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 321, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.252.239", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 94, + "page_from_size": 217639, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – The Insight Post", + "page_from_status_code": 200, + "first_seen": "2023-08-11 05:42:31 +00:00", + "prev_seen": "2023-09-20 03:38:17 +00:00", + "last_seen": "2023-10-27 03:12:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 362, + "page_from_size": 300171, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:36:13 +00:00", + "prev_seen": "2023-09-16 03:03:13 +00:00", + "last_seen": "2023-10-26 23:03:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: AIツールのノイズをふるいにかけるAI検索を構築した", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ar/%D8%AB%D9%88%D8%B1%D8%A9-%D9%81%D9%8A-%D8%A7%D9%84%D9%81%D8%B5%D9%88%D9%84-%D8%A7%D9%84%D8%AF%D8%B1%D8%A7%D8%B3%D9%8A%D8%A9:-%D8%B9%D8%B5%D8%B1-%D8%AC%D8%AF%D9%8A%D8%AF-%D9%85%D9%86-%D8%A7%D9%84%D8%AA%D8%B9%D9%84%D9%85-%D8%A7%D9%84%D9%85%D8%B9%D8%B2%D8%B2-%D8%A8%D8%A7%D9%84%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D9%84%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 155780, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "إحداث ثورة في الفصل الدراسي: العصر الجديد للتعلم المعزز بالذكاء الاصطناعي - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-17 06:56:40 +00:00", + "prev_seen": "2023-09-17 06:56:40 +00:00", + "last_seen": "2023-10-26 13:54:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "المعلمين الظاهري", + "text_pre": "يتقدم الذكاء الاصطناعي في التعليم بخطوات ثابتة إلى الأمام. هل سمعت من قبل", + "text_post": "؟ هذه ليست مجرد تسجيلات فيديو أو دروس تفاعلية، ولكنها منصات متطورة للغاية تعتمد على الذكاء الاصطناعي وقادرة على محاكاة أسلوب التدريس للمعلم البشري. يقومون بتحليل أنماط التعلم الخاصة بك، وفهم نقاط الضعف", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/?utm_source=feedspot", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 64, + "page_from_internal_links": 15, + "page_from_size": 92545, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog", + "page_from_status_code": 200, + "first_seen": "2023-10-26 09:24:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-26 09:24:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=trackbes&utm_medium=marketplace&utm_campaign=trackbes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 34, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185193, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-14 22:36:58 +00:00", + "prev_seen": "2023-09-14 22:36:58 +00:00", + "last_seen": "2023-10-25 23:26:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dslxcommunity.com", + "url_from": "https://dslxcommunity.com/ne-tolko-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 203, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.155.60.8", + "domain_from_country": "UA", + "page_from_external_links": 55, + "page_from_internal_links": 16, + "page_from_size": 124314, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Инструменты на базе ИИ для обучения", + "page_from_status_code": 200, + "first_seen": "2023-10-07 18:36:57 +00:00", + "prev_seen": "2023-10-07 18:36:57 +00:00", + "last_seen": "2023-10-25 16:35:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "и инструментов, полезных для людей с дислексией. Конечно, и самих инструментов, и способов их применения гораздо больше. Можно искать на специальных ресурсах вроде Opentools.ai или", + "text_post": " — здесь есть удобная сортировка по функциям и чат-бот, который подбирает инструменты под конкретный запрос.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-25 09:37:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 09:37:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "resource.fyi", + "url_from": "https://resource.fyi/@alexiscowdell-112468345267936515079/bookmarks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "fyi", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 180, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 111210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "profile on Resource.fyi | Resource.fyi", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:49:58 +00:00", + "prev_seen": "2023-10-03 21:49:58 +00:00", + "last_seen": "2023-10-25 08:31:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-25 08:07:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 08:07:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "resource.fyi", + "url_from": "https://resource.fyi/@brandon.zylstra-102377396431822986912/bookmarks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "fyi", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 111212, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "profile on Resource.fyi | Resource.fyi", + "page_from_status_code": 200, + "first_seen": "2023-10-03 22:58:04 +00:00", + "prev_seen": "2023-10-03 22:58:04 +00:00", + "last_seen": "2023-10-25 06:18:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "resource.fyi", + "url_from": "https://resource.fyi/@wonlinebiz617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 10, + "page_from_size": 140855, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Clear eative's profile on Resource.fyi | Resource.fyi", + "page_from_status_code": 200, + "first_seen": "2023-10-25 06:16:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 06:16:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Visit Site", + "text_pre": "Upvote1", + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.quetab.com", + "url_from": "https://www.quetab.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quetab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 28, + "page_from_size": 43183, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quetab", + "page_from_status_code": 200, + "first_seen": "2023-10-25 04:36:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 04:36:07 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://www.quetab.com/images/external/topaitools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "resource.fyi", + "url_from": "https://resource.fyi/products/topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "fyi", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 12, + "page_from_size": 559735, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools - Discover the best AI tools everyday | Resource.fyi", + "page_from_status_code": 200, + "first_seen": "2023-10-03 13:03:37 +00:00", + "prev_seen": "2023-10-03 13:03:37 +00:00", + "last_seen": "2023-10-25 03:50:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit Site", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-images/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/hentai-art-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 58, + "page_from_internal_links": 23, + "page_from_size": 315253, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Images - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:41:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:41:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Hentai art generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/deepswap/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/deepswap-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193724, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "deepswap - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "32 Alternatives", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/namelix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "25 Alternatives", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/homeworkify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "22 HomeWorkify Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/headlinesai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "HeadlinesAI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/headlinesai-vs-qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "HeadlinesAI vs Qlip.ai Comparison – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/kajiwoto-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kajiwoto-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194155, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "kajiwoto ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:38:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:38:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "67 kajiwoto.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/kupid-ai-alternative/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kupid-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 195534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "kupid ai alternative - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:38:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:38:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "58 Kupid.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-images/page/7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 22, + "page_from_size": 321085, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Images - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:38:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:38:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Ai image search engine AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/ai-image-search/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 193188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai image search - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:37:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:37:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Ai image search engine AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AskTheE", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "1 Best Askthee AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askthee", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AskThee", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/bearly-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bearly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "bearly ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bearly.ai – top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/pickup-line-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 192797, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "23 Best Pickup line generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pickup-lines", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 192797, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pickup Lines", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/113/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/deepswap-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 22, + "page_from_size": 273811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "32 Alternatives", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kupid-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 23, + "page_from_size": 302833, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "58 Kupid.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kajiwoto-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 23, + "page_from_size": 302833, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "67 kajiwoto.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kupid-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 22, + "page_from_size": 302115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - Page 3 of 122 - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:35:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:35:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "58 Kupid.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kajiwoto-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 22, + "page_from_size": 302115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - Page 3 of 122 - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:35:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:35:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "67 kajiwoto.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/spicychar-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194623, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "spicychar ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:35:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:35:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pickup-lines", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pickup Lines", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askthee", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AskThee", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bearly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bearly.ai – top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/pickup-line-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "23 Best Pickup line generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AskTheE", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "1 Best Askthee AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 100, + "page_from_internal_links": 22, + "page_from_size": 292873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 100, + "page_from_internal_links": 21, + "page_from_size": 292173, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - Page 2 of 122 - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:33:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:33:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/what-is-kuki-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kuki-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "what is kuki ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:33:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:33:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Kuki Ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/best-ai-voice-detectors/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-voice-authenticity-detector?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194046, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "best ai voice detectors - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:32:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:32:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Ai voice authenticity detector AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kuki-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 97, + "page_from_internal_links": 22, + "page_from_size": 289447, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:31:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:31:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Kuki Ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kuki-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 97, + "page_from_internal_links": 21, + "page_from_size": 288916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:31:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:31:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Kuki Ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tnnoa.org", + "url_from": "https://www.tnnoa.org/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.163.129", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 20977, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "download convertor text - tnnoa.org", + "page_from_status_code": 200, + "first_seen": "2023-10-24 17:42:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 17:42:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "lay off wrist Warning 60 Best Text to audio converter AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/zh-CN/%E5%8F%98%E9%9D%A9%E8%AF%BE%E5%A0%82-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E5%A2%9E%E5%BC%BA%E5%AD%A6%E4%B9%A0%E6%96%B0%E6%97%B6%E4%BB%A3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 135845, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "彻底改变课堂:人工智能增强学习的新时代 - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-22 11:37:46 +00:00", + "prev_seen": "2023-09-22 11:37:46 +00:00", + "last_seen": "2023-10-24 11:57:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "虚拟导师", + "text_pre": "人工智能在教育领域正稳步向前迈进。 你可曾听说", + "text_post": "? 这些不仅仅是视频录制或互动课程,而是高度复杂的人工智能驱动平台,能够模仿人类导师的教学风格。 他们分析您的学习模式,了解您的弱点,并调整他们的教学风格,以确保您清楚这些概念。", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:22 +00:00", + "prev_seen": "2023-09-22 10:11:22 +00:00", + "last_seen": "2023-10-24 11:55:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "researchstudio.ai", + "url_from": "https://researchstudio.ai/about", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/research-studio-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 223, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.223.52.2", + "domain_from_country": "AI", + "page_from_external_links": 21, + "page_from_internal_links": 9, + "page_from_size": 273388, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Research Studio - About Us", + "page_from_status_code": 200, + "first_seen": "2023-10-24 11:53:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 11:53:57 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "TopAI.tools logo image", + "image_url": "https://framerusercontent.com/images/2ZEVE7pAd7xuggMj5fqqP90f6NE.png", + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_medium=aishowcase-page&utm_source=aishowcase.io&utm_campaign=aishowcase-page", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-24 11:29:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 11:29:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-07-25 22:29:25 +00:00", + "prev_seen": "2023-08-25 02:02:41 +00:00", + "last_seen": "2023-10-24 09:40:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/pl/rewolucjonizuje-klas%C4%99,-now%C4%85-er%C4%99-uczenia-si%C4%99-wzmocnionego-sztuczn%C4%85-inteligencj%C4%85/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 131619, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Rewolucjonizacja w klasie: nowa era uczenia się wspomaganego sztuczną inteligencją – Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-24 08:07:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 08:07:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "wirtualni nauczyciele", + "text_pre": "Sztuczna inteligencja w edukacji stale postępuje naprzód. Czy kiedykolwiek słyszałeś o", + "text_post": "? Nie są to zwykłe nagrania wideo czy interaktywne lekcje, ale wysoce wyrafinowane platformy oparte na sztucznej inteligencji, które są w stanie naśladować styl nauczania ludzkiego nauczyciela. Analizują", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "alexander-freihoff.de", + "url_from": "https://alexander-freihoff.de/de/blog/ki/ki-in-der-praxis/lovegpt-nutzt-openai-sprachmodelle-zur-automatisierung-von-catfishing-im-online-dating/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/chatbot-boyfriend", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "212.227.209.120", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 23, + "page_from_size": 480423, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "LoveGPT nutzt OpenAI-Sprachmodelle zur Automatisierung von Catfishing im Online-Dating - Alexander Freihoff", + "page_from_status_code": 200, + "first_seen": "2023-10-24 08:03:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 08:03:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Chatbot boyfriend AI tools", + "text_pre": null, + "text_post": ": Diese Seite führt eine Reihe von KI-gestützten Chat-Tools auf, die Nutzern beim Online-Dating helfen können. Sie erwähnt auch Hotconvo, ein kostenloses KI-gesteuertes Chat-Tool, das lustige und sexy", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "alexander-freihoff.de", + "url_from": "https://alexander-freihoff.de/en/blog/ai/ai-in-practice/lovegpt-uses-openai-language-models-to-automate-catfishing-in-online-dating/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/chatbot-boyfriend", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "212.227.209.120", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 23, + "page_from_size": 476873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LoveGPT uses OpenAI language models to automate catfishing in online dating - Alexander Freihoff", + "page_from_status_code": 200, + "first_seen": "2023-10-24 07:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 07:54:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Chatbot boyfriend AI tools", + "text_pre": null, + "text_post": ": This page lists a number of AI-powered chat tools that can help users with online dating. It also mentions Hotconvo, a free AI-powered chat tool that suggests funny and sexy conversation starters for", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cochem.pics", + "url_from": "https://cochem.pics/article/how-easy-is-it-to-fool-a-i-detection-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/humanize-writing", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 327, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.43.68", + "domain_from_country": null, + "page_from_external_links": 78, + "page_from_internal_links": 135, + "page_from_size": 262179, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "How Easy Is It to Fool A.I.-Detection Tools? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-06-28 12:51:57 +00:00", + "prev_seen": "2023-08-24 18:18:56 +00:00", + "last_seen": "2023-10-24 01:39:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/id/merevolusi-ruang-kelas-era-baru-pembelajaran-yang-ditingkatkan-AI/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 128270, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Merevolusi Ruang Kelas: Era Baru Pembelajaran yang Disempurnakan AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-24 00:08:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 00:08:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutor virtual", + "text_pre": "AI di bidang pendidikan terus mengambil langkah maju. Pernahkah Anda mendengarnya", + "text_post": "? Ini bukan sekadar rekaman video atau pelajaran interaktif, melainkan platform berbasis AI yang sangat canggih yang mampu meniru gaya mengajar seorang tutor manusia. Mereka menganalisis pola belajar Anda,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sr.home-theater-designers.com", + "url_from": "https://sr.home-theater-designers.com/6-onlajn-kataloga-ai-alata-za-otkrivane-ili-trazene-najbole-ai-aplikacije", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SR", + "page_from_external_links": 68, + "page_from_internal_links": 293, + "page_from_size": 72752, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 онлајн каталога АИ алата за откривање или тражење најбоље АИ апликације - |Интернет|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 04:19:07 +00:00", + "prev_seen": "2023-08-23 06:41:10 +00:00", + "last_seen": "2023-10-23 23:45:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ТопАИ.тоолс", + "text_pre": "2.", + "text_post": "(Веб): Откријте АИ алате и креирајте и извезите уже листе", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/category/fire/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 284, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": "EC", + "page_from_external_links": 77, + "page_from_internal_links": 74, + "page_from_size": 377570, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FIRE Archives | AmeliaAndJP.com", + "page_from_status_code": 200, + "first_seen": "2023-08-24 23:29:28 +00:00", + "prev_seen": "2023-09-06 15:01:23 +00:00", + "last_seen": "2023-10-23 22:36:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "prompt guides", + "text_pre": "You can also download some free", + "text_post": "to speed up your learning process.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=overview&utm_medium=resourcepage&utm_id=aitooltracker&ref=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 82, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-14 23:45:40 +00:00", + "prev_seen": "2023-09-14 23:45:40 +00:00", + "last_seen": "2023-10-23 21:50:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=overview&utm_medium=resourcepage&utm_id=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 82, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-14 23:44:26 +00:00", + "prev_seen": "2023-09-14 23:44:26 +00:00", + "last_seen": "2023-10-23 21:50:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=aitooltracker&utm_campaign=aitooltracker&utm_id=aitooltracker&ref=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-23 21:06:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 21:06:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.fmhy.tk", + "url_from": "https://www.fmhy.tk/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "tk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 93, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.13", + "domain_from_country": "TK", + "page_from_external_links": 466, + "page_from_internal_links": 24, + "page_from_size": 172817, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-23 20:55:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 20:55:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aibusinesstool.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 99538, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Aibusinesstool", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:40:34 +00:00", + "prev_seen": "2023-09-20 23:11:31 +00:00", + "last_seen": "2023-10-23 19:57:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/hdrobots.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 99593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HDRobots", + "page_from_status_code": 200, + "first_seen": "2023-09-21 02:20:31 +00:00", + "prev_seen": "2023-09-21 02:20:31 +00:00", + "last_seen": "2023-10-23 19:56:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sk.home-theater-designers.com", + "url_from": "https://sk.home-theater-designers.com/6-online-adresarov-nastrojov-ai-na-objavovanie-alebo-vyhladavanie-najlepsej-aplikacie-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SK", + "page_from_external_links": 68, + "page_from_internal_links": 285, + "page_from_size": 61347, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "6 online adresárov nástrojov AI na objavovanie alebo vyhľadávanie najlepšej aplikácie AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 23:04:09 +00:00", + "prev_seen": "2023-08-23 06:37:29 +00:00", + "last_seen": "2023-10-23 14:05:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Objavte nástroje AI a vytvorte a exportujte užšie zoznamy", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reddit.com", + "url_from": "https://www.reddit.com/r/SideProject/comments/11mtoji/im_creating_an_ai_tool_for_managing_reddit_saved/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 815, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.140", + "domain_from_country": "US", + "page_from_external_links": 16, + "page_from_internal_links": 100, + "page_from_size": 58374, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm creating an AI tool for managing Reddit saved posts! : SideProject", + "page_from_status_code": 200, + "first_seen": "2023-10-23 13:13:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 13:13:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-23 11:54:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 11:54:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 63, + "domain_from_rank": 141, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131962, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-08-23 03:49:08 +00:00", + "prev_seen": "2023-08-23 03:49:08 +00:00", + "last_seen": "2023-10-23 11:04:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-23 10:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 10:52:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185193, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-23 08:47:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 08:47:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=ai-hunter.io&utm_medium=ai-hunter.io&utm_campaign=ai-hunter.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 60, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-24 07:11:08 +00:00", + "prev_seen": "2023-10-03 20:31:47 +00:00", + "last_seen": "2023-10-23 06:55:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/bestai.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 98472, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bestai.fyi", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:01:41 +00:00", + "prev_seen": "2023-09-20 23:54:52 +00:00", + "last_seen": "2023-10-22 22:26:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/go/assisterr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 307, + "first_seen": "2023-10-22 17:34:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 17:34:48 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tuning-convergence-stability-scalability-and-nsf-part-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 40334, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:45:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:45:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Security - BGP in the Data Center - What is BGP 4-byte AS number?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tuning-convergence-stability-scalability-and-nsf-part-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 40334, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:45:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:45:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 162, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 296, + "page_from_size": 235031, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-05 09:42:27 +00:00", + "prev_seen": "2023-09-14 22:56:36 +00:00", + "last_seen": "2023-10-22 05:34:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "viraje.ir", + "url_from": "https://viraje.ir/2023/10/21/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 351, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.60.6", + "domain_from_country": "IR", + "page_from_external_links": 49, + "page_from_internal_links": 13, + "page_from_size": 169568, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – ویراژ", + "page_from_status_code": 200, + "first_seen": "2023-10-22 04:16:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 04:16:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aigems.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-19 12:59:11 +00:00", + "prev_seen": "2023-08-19 12:59:11 +00:00", + "last_seen": "2023-10-22 01:33:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/hotpot.ai-restore-picture", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 96861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Picture Restoration AI", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:54:35 +00:00", + "prev_seen": "2023-09-20 22:52:04 +00:00", + "last_seen": "2023-10-22 00:58:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 304, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 17:54:06 +00:00", + "prev_seen": "2023-08-23 17:54:06 +00:00", + "last_seen": "2023-10-22 00:56:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.forbes.ru", + "url_from": "https://www.forbes.ru/forbeslife/496540-zamuz-za-robota-kak-pridumannye-v-kino-tehnologii-uze-stali-real-nost-u", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Relationships", + "url_to_https": true, + "tld_from": "ru", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 529, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "178.248.232.187", + "domain_from_country": "RU", + "page_from_external_links": 31, + "page_from_internal_links": 17, + "page_from_size": 319269, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Замуж за робота: как придуманные в кино технологии уже стали реальностью | Forbes Life", + "page_from_status_code": 200, + "first_seen": "2023-09-19 21:21:44 +00:00", + "prev_seen": "2023-09-19 21:21:44 +00:00", + "last_seen": "2023-10-21 20:39:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "захватывающий", + "text_pre": "Виртуальный партнер — тренд последних лет,", + "text_post": "рынок США. Технология развивается в сторону создания  внешности партнера, синтеза голоса и генерации фото и видео. Уже известна история жительницы США Розанны Рамос, которая не только создала себе чат-бот", + "semantic_location": "figcaption", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "technomean.com", + "url_from": "https://technomean.com/how-to-use-chatgpt-to-write-an-essay/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "66.235.200.147", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 38, + "page_from_size": 433540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use ChatGPT To Write An Essay? - Techno Mean", + "page_from_status_code": 200, + "first_seen": "2023-10-21 00:52:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-21 00:52:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Textero.ai", + "text_pre": null, + "text_post": "is a new AI writing tool that helps you to create content that easily fits the style of academic writing. It helps you to generate ideas and bring unique content about your topic. It is an AI-based writing", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "careersurf.info", + "url_from": "http://careersurf.info/ai-trip-planner/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-trip-planner.png", + "url_to_https": true, + "tld_from": "info", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.247.8.53", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 38, + "page_from_size": 141078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Trip Planner - Career Surf", + "page_from_status_code": 200, + "first_seen": "2023-10-20 23:50:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 23:50:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Trip Planner", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/tag/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 23, + "page_from_internal_links": 26, + "page_from_size": 71766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:29:21 +00:00", + "prev_seen": "2023-10-03 23:29:21 +00:00", + "last_seen": "2023-10-20 16:07:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/category/marketing-effectivness/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 41, + "page_from_internal_links": 46, + "page_from_size": 137772, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Marketing Effectivness Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:23:24 +00:00", + "prev_seen": "2023-10-04 01:28:08 +00:00", + "last_seen": "2023-10-20 16:07:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/category/marketing-strategy/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 25, + "page_from_internal_links": 45, + "page_from_size": 155292, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Marketing Strategy Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:08:53 +00:00", + "prev_seen": "2023-10-04 01:25:50 +00:00", + "last_seen": "2023-10-20 16:07:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/blog-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 35, + "page_from_internal_links": 44, + "page_from_size": 157565, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:34:37 +00:00", + "prev_seen": "2023-10-03 23:50:14 +00:00", + "last_seen": "2023-10-20 16:05:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theautomated.co", + "url_from": "https://www.theautomated.co/p/100-influential-people-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flot-ai?utm_source=www.theautomated.co&utm_medium=referral&utm_campaign=here-are-the-100-most-influential-people-in-ai", + "url_to_https": true, + "tld_from": "co", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "CO", + "page_from_external_links": 28, + "page_from_internal_links": 6, + "page_from_size": 168973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Here are the 100 most influential people in AI", + "page_from_status_code": 200, + "first_seen": "2023-10-20 15:20:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 15:20:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Flot AI:", + "text_pre": null, + "text_post": "Your AI copilot for all apps and websites.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/274344_artificial-intelligence-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/chatgpt-workflow-platform", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 22498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence Chatgpt - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-06 00:08:39 +00:00", + "prev_seen": "2023-08-06 00:08:39 +00:00", + "last_seen": "2023-10-20 11:45:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.faradars.org", + "url_from": "https://blog.faradars.org/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 590, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.190.39.142", + "domain_from_country": "WW", + "page_from_external_links": 123, + "page_from_internal_links": 144, + "page_from_size": 299953, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – فرادرس - مجله‌", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:31:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:31:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webdirectorycenter.com", + "url_from": "https://webdirectorycenter.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 88, + "domain_from_rank": 32, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.105.117.186", + "domain_from_country": null, + "page_from_external_links": 212, + "page_from_internal_links": 1, + "page_from_size": 594058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Web Directory Center", + "page_from_status_code": 200, + "first_seen": "2023-09-14 21:49:49 +00:00", + "prev_seen": "2023-09-14 21:49:49 +00:00", + "last_seen": "2023-10-20 04:58:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webdirectorycenter.com", + "url_from": "https://webdirectorycenter.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/submit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 88, + "domain_from_rank": 32, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.105.117.186", + "domain_from_country": null, + "page_from_external_links": 212, + "page_from_internal_links": 1, + "page_from_size": 594058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Web Directory Center", + "page_from_status_code": 200, + "first_seen": "2023-09-14 21:49:49 +00:00", + "prev_seen": "2023-09-14 21:49:49 +00:00", + "last_seen": "2023-10-20 04:58:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Click to submit", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": "IO", + "page_from_external_links": 22, + "page_from_internal_links": 155, + "page_from_size": 150994, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - kosh - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-10-19 15:50:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 15:50:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.147", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131955, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-19 15:37:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 15:37:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-19 12:03:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 12:03:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.businessofapps.com", + "url_from": "https://www.businessofapps.com/insights/fantasy-sports-apps-in-affiliate-marketing-how-to-score-big-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-sports-prediction", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 428, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.130.145.116", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 108, + "page_from_size": 146426, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fantasy sports apps in affiliate marketing: How to score big in 2023 - Business of Apps", + "page_from_status_code": 200, + "first_seen": "2023-09-06 21:43:59 +00:00", + "prev_seen": "2023-09-06 21:43:59 +00:00", + "last_seen": "2023-10-18 22:02:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI data-driven forecasts", + "text_pre": "of AI as another big worldwide trend has provided fantasy players with a wide variety of tools to help players, ensuring a lower barrier to entry. Predictions have become much easier with free Fantasy Team Analyzers or", + "text_post": ", so the game is getting massive adoption worldwide.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.bardeen.ai", + "url_from": "https://www.bardeen.ai/posts/create-business-ai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=finance", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 133, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.32.99.22", + "domain_from_country": "AI", + "page_from_external_links": 34, + "page_from_internal_links": 86, + "page_from_size": 86671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Creating a business from scratch with only AI tools | Bardeen.ai", + "page_from_status_code": 200, + "first_seen": "2023-06-28 04:32:16 +00:00", + "prev_seen": "2023-09-03 09:59:50 +00:00", + "last_seen": "2023-10-18 21:09:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi", + "text_pre": "help you automate your fundraising workflow. TaxGPT will help you file your taxes while maximizing deductions. AvanazAI will analyze complex financial data. For more such AI finance tools, you can check Futurepedia and", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "colthands.dev", + "url_from": "https://colthands.dev/blog/articles/5-best-ai-tools-for-developers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 8, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.9", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 2, + "page_from_size": 51146, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "5 Best AI tools for developers", + "page_from_status_code": 200, + "first_seen": "2023-10-18 20:41:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 20:41:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools section for writing", + "text_pre": "There are so many AI-powered writing assistants available on the market, just have a look at", + "text_post": ". But Notion AI has a bunch of different features built in: summaries, translations, explanations, action points, grammar and spelling checks, and more. The most significant advantage and a drawback is", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sos-informatique13.com", + "url_from": "https://www.sos-informatique13.com/astuces/divers/annuaires-de-generateurs-dintelligence-artificielle", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 316, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.246.46.93", + "domain_from_country": "FR", + "page_from_external_links": 24, + "page_from_internal_links": 37, + "page_from_size": 149811, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Annuaires de générateurs d'intelligence artificielle - SOS Informatique", + "page_from_status_code": 200, + "first_seen": "2023-05-02 09:46:20 +00:00", + "prev_seen": "2023-10-03 01:11:56 +00:00", + "last_seen": "2023-10-18 19:55:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Annuaire de générateurs d'IA, triés par catégories", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tmcgeedesign.com", + "url_from": "https://tmcgeedesign.com/search/easiest-way-to-use-chatgpt.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/youtube-summary-with-chatgpt.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.126.82.92", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 13, + "page_from_size": 28769, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "0 Result Images of Easiest Way To Use Chatgpt - PNG Image Collection", + "page_from_status_code": 200, + "first_seen": "2023-10-18 19:20:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 19:20:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "YouTube Summary with ChatGPT gambar png", + "image_url": "https://tse4.mm.bing.net/th?id=OIP.NrIOWkMDvYe98ROfy-tb2QHaEK&pid=15.1", + "anchor": "YouTube Summary with ChatGPT", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/category/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 359941, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Archives - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-10-03 02:16:33 +00:00", + "prev_seen": "2023-10-03 02:16:33 +00:00", + "last_seen": "2023-10-18 17:59:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ilib-ai-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 304, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185195, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-18 17:00:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 17:00:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wpbakery.com", + "url_from": "https://wpbakery.com/blog/potential-of-ai-for-wordpress/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=wordpress", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.64.172.16", + "domain_from_country": "WW", + "page_from_external_links": 23, + "page_from_internal_links": 39, + "page_from_size": 53407, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Potential of AI for WordPress Websites - WPBakery Page Builder", + "page_from_status_code": 200, + "first_seen": "2023-09-19 19:14:16 +00:00", + "prev_seen": "2023-09-19 19:14:16 +00:00", + "last_seen": "2023-10-18 16:21:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools list", + "text_pre": "are tons of developers experimenting with AI, so we can look forward to seeing more cool tools coming soon. You can keep track of both existing and emerging innovations through resources such as the WPFront list, the", + "text_post": ", and the official WordPress plugin repository.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wpbakery.com", + "url_from": "https://wpbakery.com/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=wordpress", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.64.172.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 137018, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Potential of AI for WordPress Websites - WPBakery Page Builder", + "page_from_status_code": 200, + "first_seen": "2023-09-19 19:14:44 +00:00", + "prev_seen": "2023-09-19 19:14:44 +00:00", + "last_seen": "2023-10-18 16:21:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wpbakery.com", + "url_from": "https://wpbakery.com/blog/category/trends/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=wordpress", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.64.172.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 75158, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Trends Archives", + "page_from_status_code": 200, + "first_seen": "2023-09-19 19:13:56 +00:00", + "prev_seen": "2023-09-19 19:13:56 +00:00", + "last_seen": "2023-10-18 16:20:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jwsearch.jword.jp", + "url_from": "https://jwsearch.jword.jp/search?q=https+%2Fchat.openai.com%2Fauth%2Flogin+deutsch&act=image&pvs=search-top&inec=utf-8&per_page=11", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "url_to_https": true, + "tld_from": "jp", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 468, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.95.184.106", + "domain_from_country": "JP", + "page_from_external_links": 29, + "page_from_internal_links": 14, + "page_from_size": 33184, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "https /chat.openai.com/auth/login deutsch- JWord サーチ", + "page_from_status_code": 200, + "first_seen": "2023-10-18 15:26:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 15:26:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "250 Best Chat AI tools", + "image_url": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/welcome?utm_source=www.aiwithvibes.com&utm_medium=referral&utm_campaign=amazon-chatgpt-rival-google-ai-detector", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.179", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:23:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:23:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@treagod@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": "IO", + "page_from_external_links": 48, + "page_from_internal_links": 245, + "page_from_size": 283962, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - treagod - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-10-18 04:55:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 04:55:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "deep-dive.fr", + "url_from": "https://deep-dive.fr/10-annuaires-dintelligence-artificielle/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fr", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.160", + "domain_from_country": "FR", + "page_from_external_links": 19, + "page_from_internal_links": 85, + "page_from_size": 195646, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "10 annuaires d'intelligence Artificielle - DeepDive Communication et Formation", + "page_from_status_code": 200, + "first_seen": "2023-03-20 12:24:00 +00:00", + "prev_seen": "2023-06-22 12:37:01 +00:00", + "last_seen": "2023-10-17 19:00:55 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": "Une interface à la Google avec un moteur e recherche mis en avant. Vous pouvez exploiter les tags,ou les Quick lists classées par thématiques.", + "text_post": " ", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "newcovenantnetwork.net", + "url_from": "https://newcovenantnetwork.net/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 315, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.215.120.208", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 49, + "page_from_size": 69375, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force | New Covenant Network News", + "page_from_status_code": 200, + "first_seen": "2023-08-11 12:06:02 +00:00", + "prev_seen": "2023-08-11 12:06:02 +00:00", + "last_seen": "2023-10-17 16:17:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "buddyxtheme.com", + "url_from": "https://buddyxtheme.com/best-ai-tools-for-creators/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autodraw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 470, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 73, + "page_from_internal_links": 23, + "page_from_size": 189845, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Tools for Creators - BuddyX Theme - Best Community Theme for BuddyPress", + "page_from_status_code": 200, + "first_seen": "2023-10-03 01:38:00 +00:00", + "prev_seen": "2023-10-03 01:38:00 +00:00", + "last_seen": "2023-10-17 02:56:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AutoDraw", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21973/%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D9%8A%D8%AF%D8%B9%D9%85-%D8%A7%D9%84%D9%84%D8%BA%D8%A9-%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9-5-%D9%85%D9%88%D8%A7%D9%82/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 36, + "page_from_size": 207641, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "ذكاء اصطناعي يدعم اللغة العربية | 5 مواقع مفيدة ومهمة لك. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:32:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:32:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "وت Askrobi واتساب للدردشة", + "text_pre": "٢-ب", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21900/%D9%88%D8%A7%D8%AA%D8%B3%D8%A7%D8%A8-%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D8%A8%D9%88%D8%AA%D8%A7%D8%AA-%D8%AF%D8%B1%D8%AF%D8%B4%D8%A9-%D9%A2%D9%A0%D9%A2%D9%A3-%D9%87/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-bling", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 33, + "page_from_size": 206192, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "واتساب ذكاء اصطناعي | بوتات دردشة ٢٠٢٣ هنستفيد. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:29:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:29:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "وت Chat Bling", + "text_pre": "٣-ب", + "text_post": ".واتساب ذكاء اصطناعي", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21913/%D9%85%D9%88%D8%A7%D9%82%D8%B9-%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D9%85%D8%AC%D8%A7%D9%86%D9%8A%D8%A9/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-bling", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 39, + "page_from_size": 209300, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مواقع ذكاء اصطناعي مجانية مختلف المجالات ٢٠٢٣ هنستفيد. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:05:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:05:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "بوت Chat Bling", + "text_pre": "–", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21881/%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D9%8A%D8%AD%D9%88%D9%84-%D8%A7%D9%84%D8%B5%D9%88%D8%B1-%D9%84%D8%A7%D9%86%D9%85%D9%8A-%D9%A4-%D9%85%D9%88%D8%A7%D9%82%D8%B9/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 36, + "page_from_size": 206844, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "ذكاء اصطناعي يحول الصور لانمي | ٤ مواقع تساعدك ٢٠٢٣. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:00:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:00:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "موقع Hotpot.ai.", + "text_pre": "٤-", + "text_post": "مواقع ذكاء اصطناعي يحول الصور لانمي", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/compartir-137-imagen-remove-background-with-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/removal-ai.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 138, + "page_from_internal_links": 20, + "page_from_size": 246599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Compartir 137+ imagen remove background with ai - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-16 05:33:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 05:33:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminación.ai", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminación.ai Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ionutmobdesign.ro", + "url_from": "https://www.ionutmobdesign.ro/auto-generate-backlink-articles", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/backlinkgpt.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.53", + "domain_from_country": "RO", + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 27820, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Pebble Cusco ice cream pension physically Slime auto generate backlink articles - ionutmobdesign.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-16 02:14:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 02:14:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Search engine marketing disconnected Soviet 60 Best Backlink generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/backlinkgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-106-imagem-photo-background-burner-online-free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/background-remover-from-photo-by-hitpaw.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 106, + "page_from_internal_links": 21, + "page_from_size": 219986, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 106+ imagem photo background burner online free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-16 00:47:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 00:47:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminador de fondo de la foto de Hitpaw", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminador de fondo de la foto de Hitpaw Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=gptdemo.net&utm_medium=marketplace&utm_campaign=gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-15 17:30:39 +00:00", + "prev_seen": "2023-09-15 17:30:39 +00:00", + "last_seen": "2023-10-15 18:59:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "moridomdigital.com", + "url_from": "https://moridomdigital.com/what-is-genmo-ai-and-why-you-should-try-it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 102, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.54.120.176", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 17, + "page_from_size": 147823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Genmo AI and Why You Should Try It - Moridom Digital Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-15 14:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 14:06:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Genly", + "text_pre": "1.", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/actualizar-215-imagen-message-background-music-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-voice-detector.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 210, + "page_from_internal_links": 21, + "page_from_size": 358332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Actualizar 215+ imagen message background music - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-15 12:36:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 12:36:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Detector de voz AI", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Detector de voz AI Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "adurec.best", + "url_from": "https://adurec.best/article/character-ai-nsfw-filter-bypass-iqchat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 330, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.152.1", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 53, + "page_from_size": 98934, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Character ai nsfw filter bypass- IQChat (2023)", + "page_from_status_code": 200, + "first_seen": "2023-10-15 10:53:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 10:53:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/genmo-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 279, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 7, + "page_from_internal_links": 32, + "page_from_size": 149794, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Genmo AI Review: Create Videos and Connect with Videographers", + "page_from_status_code": 200, + "first_seen": "2023-10-15 08:38:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 08:38:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Genly", + "text_pre": "1.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-90-images-ai-replace-background/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/clipdrop-replace-background.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 91, + "page_from_internal_links": 21, + "page_from_size": 200550, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 90+ images ai replace background - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-15 02:49:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 02:49:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ClipDrop Reemplazar fondo", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "ClipDrop Reemplazar fondo Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-90-images-ai-replace-background/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/removal-ai.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 91, + "page_from_internal_links": 21, + "page_from_size": 200550, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 90+ images ai replace background - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-15 02:49:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 02:49:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminación.ai", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminación.ai Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 94, + "page_from_size": 93660, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Oinks - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-10-15 01:16:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 01:16:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aitoolhouse.com&utm_medium=marketplace&utm_campaign=aitoolhouse.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 249, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-14 23:33:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 23:33:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.nettsz.com", + "url_from": "https://www.nettsz.com/5904.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 226, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "111.229.16.118", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 57, + "page_from_size": 180177, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "13个优秀的人工智能工具软件AI导航网站推荐 – 网络探索者", + "page_from_status_code": 200, + "first_seen": "2023-04-02 00:55:35 +00:00", + "prev_seen": "2023-08-13 00:33:25 +00:00", + "last_seen": "2023-10-14 22:37:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=aitoolhouse.com&utm_medium=marketplace&utm_campaign=aitoolhouse.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 342, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:09:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 22:09:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=ailetter.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 67, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-14 21:13:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 21:13:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aitoolhouse.com&utm_medium=marketplace&utm_campaign=aitoolhouse.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184959, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-14 21:02:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 21:02:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "puca.pages.dev", + "url_from": "https://puca.pages.dev/19/vaHqsKFeqd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.47.29", + "domain_from_country": null, + "page_from_external_links": 10003, + "page_from_internal_links": 1, + "page_from_size": 1075396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Top Global Websites Directory", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:35:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 20:35:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "rentcontractor.tools 💎 singularia.tools 💎 tamtam.tools 💎 wimkle.tools 💎 amazingseo.tools 💎 arx.tools 💎 awesomeai.tools 💎 firefighter.tools 💎 points.tools 💎 promptly.tools 💎 sfadmin.tools 💎 sod.tools 💎", + "text_post": "💎 whistle.tools 💎 aitsys-infra.tools 💎 boyingnet.tools 💎 framed.tools 💎 greta.tools 💎 labdiamond.tools 💎 onlinedev.tools 💎 relyea.tools 💎 schemamarkup.tools 💎 seven-media.tools 💎 stocker.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=ailetter.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 79, + "domain_from_rank": 342, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:11:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 20:11:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@neavts@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 499, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": "IO", + "page_from_external_links": 32, + "page_from_internal_links": 195, + "page_from_size": 205501, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - neavts - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-10-14 17:55:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 17:55:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/434572_koboldai-api-url", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 117, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 20020, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Koboldai Api Url - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-10-14 12:44:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 12:44:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/nsfw-chatbot", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.acilkepenktamircisi.com", + "url_from": "https://www.acilkepenktamircisi.com/generare-lista-figuri-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/fuups.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 27514, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Miss left front margin chop genius generare lista figuri word - acilkepenktamircisi.com", + "page_from_status_code": 200, + "first_seen": "2023-10-14 12:07:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 12:07:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FALSE preface Earliest Fuups", + "image_url": "https://topai.tools/assets/img/tools/png/fuups.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/pricing.html?ref=domore.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 26904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pricing | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-10-14 01:18:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 01:18:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lexology.com", + "url_from": "https://www.lexology.com/library/detail.aspx?g=3dcc6eda-2a73-4fd2-b853-24fb7a3cfe4c", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Legal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.12.102", + "domain_from_country": "US", + "page_from_external_links": 40, + "page_from_internal_links": 92, + "page_from_size": 135029, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Generative AI Is Here and Ready to Disrupt - Lexology", + "page_from_status_code": 200, + "first_seen": "2023-10-13 20:05:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 20:05:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "grows", + "text_pre": "Overy’s Markets Innovation Group said the technology application “deliver[ed] unprecedented efficiency and intelligence.” These are just a smattering examples; the list of AI applications for law", + "text_post": "every day.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.incredibuild.cn", + "url_from": "https://www.incredibuild.cn/blog/artificial-intelligence-in-game-development-the-top-6-ai-tools-you-need-now", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leonardo-ai", + "url_to_https": true, + "tld_from": "cn", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 353, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.129.226.3", + "domain_from_country": "CN", + "page_from_external_links": 22, + "page_from_internal_links": 41, + "page_from_size": 144646, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "人工智能在游戏开发中的应用:你目前所需的 6 大 AI 工具 - Incredibuild", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:24:54 +00:00", + "prev_seen": "2023-08-31 04:09:17 +00:00", + "last_seen": "2023-10-13 10:23:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Leonardo.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/pricing.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 26904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pricing | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:44:03 +00:00", + "prev_seen": "2023-08-28 23:22:51 +00:00", + "last_seen": "2023-10-13 09:28:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "happyimages.my.id", + "url_from": "http://happyimages.my.id/ai-hairstyle/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/hairstyle-ai.png", + "url_to_https": true, + "tld_from": "my.id", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "45.13.255.143", + "domain_from_country": "ID", + "page_from_external_links": 54, + "page_from_internal_links": 37, + "page_from_size": 100422, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Hairstyle - Happy images", + "page_from_status_code": 200, + "first_seen": "2023-10-13 08:11:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 08:11:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hairstyle AI top AI tools", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "146.190.97.246", + "url_from": "https://146.190.97.246/ai-trip-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-trip-planner.png", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "146.190.97.246", + "domain_from_country": null, + "page_from_external_links": 76, + "page_from_internal_links": 37, + "page_from_size": 134985, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Trip Planner - Amuted", + "page_from_status_code": 200, + "first_seen": "2023-10-13 05:22:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 05:22:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Trip Planner", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.incredibuild.com", + "url_from": "https://www.incredibuild.com/blog/artificial-intelligence-in-game-development-the-top-6-ai-tools-you-need-now", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leonardo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 40, + "domain_from_rank": 453, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.40.19", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 51, + "page_from_size": 178638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence in Game Development: The Top 6 AI Tools You Need Now - Incredibuild", + "page_from_status_code": 200, + "first_seen": "2023-07-07 21:11:59 +00:00", + "prev_seen": "2023-08-11 03:53:25 +00:00", + "last_seen": "2023-10-13 03:46:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Leonardo.ai", + "text_pre": "Similar to Scenario,", + "text_post": "also creates in-game assets and graphics.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/sv/revolutionerar-klassrummet-den-nya-eran-av-ai-f%C3%B6rb%C3%A4ttrat-l%C3%A4rande/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 129331, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Revolutionera klassrummet: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-13 01:19:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 01:19:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuella handledare", + "text_pre": "AI inom utbildning tar stadigt sina steg framåt. Har du någonsin hört talas om", + "text_post": "? Dessa är inte bara videoinspelningar eller interaktiva lektioner utan mycket sofistikerade AI-drivna plattformar som kan efterlikna undervisningsstilen hos en mänsklig handledare. De analyserar dina", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 194, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 295, + "page_from_size": 241194, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:35:53 +00:00", + "prev_seen": "2023-09-15 16:06:37 +00:00", + "last_seen": "2023-10-13 00:01:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.toolsは、850のツールを含むAIツールディレクトリで、RSSが利用可能です。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.istanbul-halalmarket.com", + "url_from": "https://www.istanbul-halalmarket.com/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.221", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 19851, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Engager farvestof Rædsel Rundt om Produktionscenter Vice bard top - istanbul-halalmarket.com", + "page_from_status_code": 200, + "first_seen": "2023-10-12 20:41:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 20:41:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "udtryk Bøde serviet Google Bard - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.callcenterappuntamenti.com", + "url_from": "https://www.callcenterappuntamenti.com/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 119, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.78.37", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 26622, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "download convertor text - callcenterappuntamenti.com", + "page_from_status_code": 200, + "first_seen": "2023-10-12 19:47:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 19:47:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "clue Idol Often spoken 60 Best Text to audio converter AI tools", + "image_url": "https://topai.tools/assets/img/tools/freetts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/actualizar-72-imagem-vtuber-background-maker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/live3d-anime-generator.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 141, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 73, + "page_from_internal_links": 20, + "page_from_size": 187196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Actualizar 72+ imagem vtuber background maker - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-12 16:56:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 16:56:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de anime Live3d", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de anime Live3d Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "onxshadow.com", + "url_from": "https://onxshadow.com/websites-like-homeworkify/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tutormind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 29, + "page_from_size": 133231, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "11+ Finest Websites Like Homeworkify", + "page_from_status_code": 200, + "first_seen": "2023-10-12 16:39:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 16:39:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tutor Mind", + "text_pre": "With features like lesson planning, essay proofreading, question production, and plagiarism detection for teachers,", + "text_post": "is an AI-powered platform that makes teaching easier. It reduces teacher effort and saves time while delivering high-quality instruction.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sites.ipaddress.com", + "url_from": "https://sites.ipaddress.com/futuretools.io/alternatives/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.31.11", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 33, + "page_from_size": 118541, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "18 Similar Sites Like futuretools.io", + "page_from_status_code": 200, + "first_seen": "2023-10-12 13:33:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 13:33:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "topai.tools", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sites.ipaddress.com", + "url_from": "https://sites.ipaddress.com/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.31.11", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 35, + "page_from_size": 135598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Topai.tools - Best AI tools and Services", + "page_from_status_code": 200, + "first_seen": "2023-10-12 13:10:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 13:10:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "https://topai.tools", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sites.ipaddress.com", + "url_from": "https://sites.ipaddress.com/theresanaiforthat.com/alternatives/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.31.11", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 42, + "page_from_size": 128819, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "25 Similar Sites Like theresanaiforthat.com", + "page_from_status_code": 200, + "first_seen": "2023-10-12 13:09:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 13:09:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "topai.tools", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 132, + "page_from_internal_links": 70, + "page_from_size": 230440, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:40:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:40:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 77646, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2016", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:37:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:37:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/08/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 63, + "page_from_size": 111390, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: elokuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:34:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:34:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/06/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 63, + "page_from_size": 96699, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: kesäkuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:30:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:30:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/01/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 58, + "page_from_internal_links": 64, + "page_from_size": 103202, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: tammikuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:28:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 63, + "page_from_size": 66987, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:25:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:25:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/04/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 57, + "page_from_internal_links": 64, + "page_from_size": 83771, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: huhtikuuta 2021", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:22:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:22:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 63, + "page_from_size": 77216, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2019", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:21:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:21:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 64, + "page_from_size": 106035, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:18:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:18:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/04/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 72630, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: huhtikuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:11:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:11:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/10/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 64, + "page_from_size": 102650, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: lokakuuta 2015", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:10:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:10:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/01/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 49, + "page_from_internal_links": 62, + "page_from_size": 116063, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: tammikuuta 2022", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:26:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:26:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/07/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 62, + "page_from_size": 108263, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: heinäkuuta 2022", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:09:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:09:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/10/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 75889, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: lokakuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:08:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:08:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 68937, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2019", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:06:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:06:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/01/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 40, + "page_from_internal_links": 63, + "page_from_size": 105209, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: tammikuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:05:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:05:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2017/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 64, + "page_from_size": 97526, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2017", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:03:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:03:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 62, + "page_from_size": 70743, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2021", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:03:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:03:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/07/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 64, + "page_from_size": 125273, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: heinäkuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:01:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:01:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/05/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 63, + "page_from_size": 75443, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: toukokuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 63, + "page_from_size": 81506, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2021", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:00:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:00:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 63, + "page_from_size": 119625, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:59:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:59:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/06/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 40, + "page_from_internal_links": 63, + "page_from_size": 66292, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: kesäkuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/11/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 75, + "page_from_internal_links": 63, + "page_from_size": 88162, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: marraskuuta 2016", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:57:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:57:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/10/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 63, + "page_from_size": 108104, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: lokakuuta 2016", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:56:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:56:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 61, + "page_from_internal_links": 66, + "page_from_size": 160304, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2015", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:55:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:55:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 63, + "page_from_size": 166735, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:52:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:52:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/02/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 75622, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: helmikuuta 2019", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:42:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:42:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/12/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 87338, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: joulukuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:35:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:35:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/05/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 63, + "page_from_size": 72661, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: toukokuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:30:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:30:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/%D0%B0%D0%BD%D1%82%D0%B8%D0%BF%D0%BB%D0%B0%D0%B3%D0%B8%D0%B0%D1%82-%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 185067, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Проверка на плагиат онлайн (Нет загрузки)", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:08:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:08:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/%D0%B4%D0%B5%D1%82%D0%B5%D0%BA%D1%82%D0%BE%D1%80-%D0%BA%D0%BE%D0%BD%D1%82%D0%B5%D0%BD%D1%82%D0%B0-%D0%B8%D0%B8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 170581, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Бесплатный детектор контента ИИ - Найти ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:08:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:08:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/%D0%BF%D0%B5%D1%80%D0%B5%D0%B2%D0%BE%D0%B4%D1%87%D0%B8%D0%BA-%D0%B0%D0%B7%D0%B1%D1%83%D0%BA%D0%B8-%D0%BC%D0%BE%D1%80%D0%B7%D0%B5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 105, + "domain_from_rank": 301, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 163748, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Азбука морзе переводчик (бесплатно)", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:07:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:07:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/werterzz/interesting-site-for-developer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 8, + "page_from_internal_links": 67, + "page_from_size": 193150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GitHub - werterzz/interesting-site-for-developer: the list of developer interesting website", + "page_from_status_code": 200, + "first_seen": "2023-10-12 03:49:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 03:49:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": "- list of top ai tools in market", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "natokonline.com", + "url_from": "https://natokonline.com/article/8-best-t-shirt-design-software-in-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/customizable-t-shirt-design-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 202, + "domain_from_rank": 306, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.44.131", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 61, + "page_from_size": 115888, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "8 Best T-Shirt Design Software in 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-10-12 00:09:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 00:09:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/08/musiikki-informaation-applikaatiot.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 112689, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Musiikki-informaation applikaatiot", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:50:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:50:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/03/east-bay-ray-punk-kitaristi-san.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 64, + "page_from_size": 75613, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: East Bay Ray - punk-kitaristi San Franciscosta", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:46:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:46:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/06/humanistin-uudet-haasteet.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 49, + "page_from_internal_links": 63, + "page_from_size": 98747, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Humanistin uudet haasteet", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:44:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/05/jordi-savall-vanhan-musiikin-mestari.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 63, + "page_from_size": 77436, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Jordi Savall – vanhan musiikin mestari", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:42:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:42:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/04/kevat-ja-puutarhamuusiikki.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 72493, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Kevät ja puutarhamuusiikki", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:10:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:10:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/10/vain-muutos-on-ikuista.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 90542, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Vain muutos on ikuista", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:33:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:33:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/05/tuhannen-pahvilaatikon-tarinat.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 63, + "page_from_size": 74927, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Tuhannen pahvilaatikon tarinat - kirjaston muutto. Osa 2.", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:31:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:31:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/03/sivistyksen-kompassin-itanapa-kateissa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 80647, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Sivistyksen kompassin itänapa kateissa", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:26:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:26:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/actualizar-215-imagen-message-background-music-3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-voice-detector.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 141, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 210, + "page_from_internal_links": 20, + "page_from_size": 361599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Actualizar 215+ imagen message background music - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-11 10:30:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 10:30:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Detector de voz AI", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Detector de voz AI Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=arktan.com&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 301, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-11 08:24:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 08:24:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/04/tuhannen-pahvilaatikon-tarinat.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.18.1", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 63, + "page_from_size": 74641, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Tuhannen pahvilaatikon tarinat - kirjaston muutto. Osa 1.", + "page_from_status_code": 200, + "first_seen": "2023-10-11 08:14:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 08:14:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@kosh@feddit.de/threads", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 88, + "page_from_size": 88050, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Threads - kosh - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-10-11 07:15:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 07:15:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uacmovingcompanycalifornia.com", + "url_from": "https://www.uacmovingcompanycalifornia.com/short-ted-talks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ted-smrzr.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.93.152", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 20243, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Godkendelse Munk Legitimationsoplysninger nikkel Sygeplejeskole klæde sig ud short ted talks - uacmovingcompanycalifornia.com", + "page_from_status_code": 200, + "first_seen": "2023-10-11 07:06:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 07:06:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Analytisk lade tilbagemeldinger TED SMRZR - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.strategicstudyindia.com", + "url_from": "https://www.strategicstudyindia.com/2023/08/the-pentagon-just-launched-generative.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.115", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 3673, + "page_from_size": 1282260, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Indian Strategic Studies: The Pentagon just launched a generative AI task force", + "page_from_status_code": 200, + "first_seen": "2023-10-11 06:21:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 06:21:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/recolectar-144-imagem-magic-eraser-background-editor-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/bg-eraser.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 145, + "page_from_internal_links": 20, + "page_from_size": 263507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recolectar 144+ imagem magic eraser background editor online - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-11 05:33:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 05:33:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Bg.Borrador", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Bg.Borrador Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/recolectar-144-imagem-magic-eraser-background-editor-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/erase-bg.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 145, + "page_from_internal_links": 20, + "page_from_size": 263507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recolectar 144+ imagem magic eraser background editor online - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-11 05:33:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 05:33:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Las mejores herramientas de IA para borrar fondos", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Las mejores herramientas de IA para borrar fondos Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.alteroai.com", + "url_from": "https://www.alteroai.com/reports/futuretools.io-research-report-aug-2023-p7hddtm9wzle", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/futuretools-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.45", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 5, + "page_from_size": 124450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Research Report - Aug 2023 - Altero AI Research", + "page_from_status_code": 200, + "first_seen": "2023-09-15 01:30:44 +00:00", + "prev_seen": "2023-09-23 15:31:50 +00:00", + "last_seen": "2023-10-11 02:16:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools - FutureTools.io Alternatives", + "text_pre": null, + "text_post": "↩ ↩2", + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.alteroai.com", + "url_from": "https://www.alteroai.com/reports/futuretools.io-research-report-aug-2023-p7hddtm9wzle", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/futuretools-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.45", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 5, + "page_from_size": 124450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Research Report - Aug 2023 - Altero AI Research", + "page_from_status_code": 200, + "first_seen": "2023-10-11 02:16:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 02:16:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/futuretools-io", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.alteroai.com", + "url_from": "https://www.alteroai.com/reports/futuretools.io-research-report-aug-2023-p7hddtm9wzle", + "url_from_https": true, + "domain_to": "www.topai.tools", + "url_to": "https://www.topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.45", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 5, + "page_from_size": 124450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Research Report - Aug 2023 - Altero AI Research", + "page_from_status_code": 200, + "first_seen": "2023-09-15 01:30:44 +00:00", + "prev_seen": "2023-09-23 15:31:50 +00:00", + "last_seen": "2023-10-11 02:16:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Link", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/topai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-02-08 18:53:22 +00:00", + "prev_seen": "2023-08-28 21:50:47 +00:00", + "last_seen": "2023-10-11 01:43:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/top-ai-tools-hub-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-07-09 07:25:01 +00:00", + "prev_seen": "2023-08-10 16:05:00 +00:00", + "last_seen": "2023-10-11 01:43:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/opentools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-07-09 20:56:49 +00:00", + "prev_seen": "2023-08-30 23:41:47 +00:00", + "last_seen": "2023-10-11 01:43:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/openpedia-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-07-11 19:19:02 +00:00", + "prev_seen": "2023-09-16 20:20:00 +00:00", + "last_seen": "2023-10-11 01:43:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitoolslist-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-03-27 03:33:47 +00:00", + "prev_seen": "2023-09-16 13:10:44 +00:00", + "last_seen": "2023-10-11 01:43:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/futurepedia-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-02-08 18:53:16 +00:00", + "prev_seen": "2023-09-23 18:05:32 +00:00", + "last_seen": "2023-10-11 01:43:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/foundr-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-04-07 01:35:43 +00:00", + "prev_seen": "2023-09-23 18:04:32 +00:00", + "last_seen": "2023-10-11 01:43:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "video wave", + "image_url": "https://topai.tools/assets/img/tools/wave-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/project-blink", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Blink Project", + "image_url": "https://topai.tools/assets/img/tools/project-blink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/invideo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Companion to the video", + "image_url": "https://topai.tools/assets/img/tools/invideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eclipse", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/maverick", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Maverick", + "image_url": "https://topai.tools/assets/img/tools/maverick.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designed-with-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Designed with artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/designed-with-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Isaac", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-thumbnails", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic thumbnails", + "image_url": "https://topai.tools/assets/img/tools/magic-thumbnails.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidby", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "feed", + "image_url": "https://topai.tools/assets/img/tools/vidby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yepic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Yepic AI", + "image_url": "https://topai.tools/assets/img/tools/yepic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/targum-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Targum video", + "image_url": "https://topai.tools/assets/img/tools/targum-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/akool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I eat", + "image_url": "https://topai.tools/assets/img/tools/akool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flexclip", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "flex clip", + "image_url": "https://topai.tools/assets/img/tools/flexclip.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumiere3d", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lumiere3d", + "image_url": "https://topai.tools/assets/img/tools/lumiere3d.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/twelve-labs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Twelve laboratories", + "image_url": "https://topai.tools/assets/img/tools/twelve-labs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/topaz-video-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Topaz Video AI", + "image_url": "https://topai.tools/assets/img/tools/topaz-video-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clips-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI clips", + "image_url": "https://topai.tools/assets/img/tools/clips-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/2short-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "2 short", + "image_url": "https://topai.tools/assets/img/tools/2short-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/windsor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Windsor", + "image_url": "https://topai.tools/assets/img/tools/windsor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waymark", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Way Mark", + "image_url": "https://topai.tools/assets/img/tools/waymark.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video generator from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leiapix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LeiaPix", + "image_url": "https://topai.tools/assets/img/tools/leiapix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sumly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "smily", + "image_url": "https://topai.tools/assets/img/tools/sumly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xpression-camera", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "xpression camera", + "image_url": "https://topai.tools/assets/img/tools/xpression-camera.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "D-ID Creative Reality", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genmo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Genmo", + "image_url": "https://topai.tools/assets/img/tools/genmo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perfectly-clear-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Crystal clear video", + "image_url": "https://topai.tools/assets/img/tools/perfectly-clear-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-studios", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Studios", + "image_url": "https://topai.tools/assets/img/tools/ai-studios.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/playphrase-me", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PlayPhrase.me", + "image_url": "https://topai.tools/assets/img/tools/playphrase-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/movio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "movieu", + "image_url": "https://topai.tools/assets/img/tools/movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wavel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wavell AI", + "image_url": "https://topai.tools/assets/img/tools/wavel-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shuffll", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "random", + "image_url": "https://topai.tools/assets/img/tools/shuffll.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/green-screen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI green screen", + "image_url": "https://topai.tools/assets/img/tools/green-screen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editair", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "air liberation", + "image_url": "https://topai.tools/assets/img/tools/editair.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "D-ID Creative Reality Studio", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moises-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Moises application", + "image_url": "https://topai.tools/assets/img/tools/moises-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runwayml", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "runway", + "image_url": "https://topai.tools/assets/img/tools/runwayml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ebsynth", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ipsenth", + "image_url": "https://topai.tools/assets/img/tools/ebsynth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booltool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Boltol", + "image_url": "https://topai.tools/assets/img/tools/booltool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LiveReacting", + "image_url": "https://topai.tools/assets/img/tools/livereacting.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "shredder", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deciphr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Deciphr AI", + "image_url": "https://topai.tools/assets/img/tools/deciphr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/film", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "film", + "image_url": "https://topai.tools/assets/img/tools/film.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatorml", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "CreatorML", + "image_url": "https://topai.tools/assets/img/tools/creatorml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/videoleap", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "video", + "image_url": "https://topai.tools/assets/img/tools/videoleap.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/raw-shorts", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "raw pants", + "image_url": "https://topai.tools/assets/img/tools/raw-shorts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cloudinary", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cloud", + "image_url": "https://topai.tools/assets/img/tools/cloudinary.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lalal-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "lalal", + "image_url": "https://topai.tools/assets/img/tools/lalal-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prequel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "prefix", + "image_url": "https://topai.tools/assets/img/tools/prequel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wowto", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "WowTo", + "image_url": "https://topai.tools/assets/img/tools/wowto.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visla", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wisla", + "image_url": "https://topai.tools/assets/img/tools/visla.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "video", + "image_url": "https://topai.tools/assets/img/tools/vidyo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/papercup", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Paper cup", + "image_url": "https://topai.tools/assets/img/tools/papercup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/steve-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Steve A.I", + "image_url": "https://topai.tools/assets/img/tools/steve-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mind-grasp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "understand the mind", + "image_url": "https://topai.tools/assets/img/tools/mind-grasp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bhuman", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "b human", + "image_url": "https://topai.tools/assets/img/tools/bhuman.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisecut", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "wise", + "image_url": "https://topai.tools/assets/img/tools/wisecut.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Supercreator.ai", + "image_url": "https://topai.tools/assets/img/tools/supercreator-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/elai-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Elai.io", + "image_url": "https://topai.tools/assets/img/tools/elai-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heygen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hey Gen", + "image_url": "https://topai.tools/assets/img/tools/heygen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/light", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "a light", + "image_url": "https://topai.tools/assets/img/tools/light.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionit-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MotionIt AI", + "image_url": "https://topai.tools/assets/img/tools/motionit-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-shot-talking-face", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "One shot face talking", + "image_url": "https://topai.tools/assets/img/tools/one-shot-talking-face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colourlab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Colorlab", + "image_url": "https://topai.tools/assets/img/tools/colourlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixop", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "pixob", + "image_url": "https://topai.tools/assets/img/tools/pixop.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reachout-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Reachout. ai", + "image_url": "https://topai.tools/assets/img/tools/reachout-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/boolvideo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Bolvido", + "image_url": "https://topai.tools/assets/img/tools/boolvideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-object-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Remove the object from the image with HitPaw", + "image_url": "https://topai.tools/assets/img/tools/remove-object-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nuro-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Nuru Video", + "image_url": "https://topai.tools/assets/img/tools/nuro-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video. ai", + "image_url": "https://topai.tools/assets/img/tools/vidyo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/muse-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Musa", + "image_url": "https://topai.tools/assets/img/tools/muse-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sonix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sonex", + "image_url": "https://topai.tools/assets/img/tools/sonix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bigmp4", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "bigmp4", + "image_url": "https://topai.tools/assets/img/tools/bigmp4.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runway-gen-2", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Gen-2 runway", + "image_url": "https://topai.tools/assets/img/tools/runway-gen-2.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/woxo-vidgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "WOXO VidGPT", + "image_url": "https://topai.tools/assets/img/tools/woxo-vidgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finecam", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Fineshare FineCam", + "image_url": "https://topai.tools/assets/img/tools/finecam.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kive", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cave", + "image_url": "https://topai.tools/assets/img/tools/kive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cre8tiveai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cre8tive", + "image_url": "https://topai.tools/assets/img/tools/cre8tiveai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/descript", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "the description", + "image_url": "https://topai.tools/assets/img/tools/descript.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vizard", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Processor", + "image_url": "https://topai.tools/assets/img/tools/vizard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-online-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HitPaw Online Video Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-online-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "scriva", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flawless-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Flawless artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/flawless-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/play-ht", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Play. ht", + "image_url": "https://topai.tools/assets/img/tools/play-ht.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contenda", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Contents", + "image_url": "https://topai.tools/assets/img/tools/contenda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/explore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Discover artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/explore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictory", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Photographer", + "image_url": "https://topai.tools/assets/img/tools/pictory.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/generated-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Pictures are born", + "image_url": "https://topai.tools/assets/img/tools/generated-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/translate-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video translation", + "image_url": "https://topai.tools/assets/img/tools/translate-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kaiber", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kyber", + "image_url": "https://topai.tools/assets/img/tools/kaiber.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "oxolo", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cascadeur", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cascidor", + "image_url": "https://topai.tools/assets/img/tools/cascadeur.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tavus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Taphos", + "image_url": "https://topai.tools/assets/img/tools/tavus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designs-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "designs", + "image_url": "https://topai.tools/assets/img/tools/designs-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fliki", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Flaky", + "image_url": "https://topai.tools/assets/img/tools/fliki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deep-art-effects", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Deep artistic influences", + "image_url": "https://topai.tools/assets/img/tools/deep-art-effects.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/omniverse-audio2face", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Omniverse Audio2Face", + "image_url": "https://topai.tools/assets/img/tools/omniverse-audio2face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "supernatural", + "image_url": "https://topai.tools/assets/img/tools/supercreator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossyan", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Colossians", + "image_url": "https://topai.tools/assets/img/tools/colossyan.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HitPaw Video Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubverse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "dubverse", + "image_url": "https://topai.tools/assets/img/tools/dubverse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unscreen-com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Unscreen.com", + "image_url": "https://topai.tools/assets/img/tools/unscreen-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cognitivemill", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cognitive tendency", + "image_url": "https://topai.tools/assets/img/tools/cognitivemill.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicepods", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Voicepods", + "image_url": "https://topai.tools/assets/img/tools/voicepods.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-more-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "More artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/one-more-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumen5", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lumen 5", + "image_url": "https://topai.tools/assets/img/tools/lumen5.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-to-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tweet the video", + "image_url": "https://topai.tools/assets/img/tools/tweet-to-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablematic", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stable", + "image_url": "https://topai.tools/assets/img/tools/stablematic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gling", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "gling", + "image_url": "https://topai.tools/assets/img/tools/gling.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "simplified", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clippah", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Clippah", + "image_url": "https://topai.tools/assets/img/tools/clippah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blur-on", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blur run", + "image_url": "https://topai.tools/assets/img/tools/blur-on.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/background-remover-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Background remover from Hitpaw image", + "image_url": "https://topai.tools/assets/img/tools/background-remover-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opus-pro", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Opus Pro", + "image_url": "https://topai.tools/assets/img/tools/opus-pro.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synthesia", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Synthesia", + "image_url": "https://topai.tools/assets/img/tools/synthesia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/polarr-copilots", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Polar co-pilot", + "image_url": "https://topai.tools/assets/img/tools/polarr-copilots.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipmaker", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ClipMaker", + "image_url": "https://topai.tools/assets/img/tools/clipmaker.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booth-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "booth", + "image_url": "https://topai.tools/assets/img/tools/booth-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/timz-flowers", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Thames flowers", + "image_url": "https://topai.tools/assets/img/tools/timz-flowers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rotor-videos", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Vertigo video", + "image_url": "https://topai.tools/assets/img/tools/rotor-videos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "talk", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captions", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "captions", + "image_url": "https://topai.tools/assets/img/tools/captions.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pix2pix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Pix2Pix", + "image_url": "https://topai.tools/assets/img/tools/pix2pix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/latte", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Latiya", + "image_url": "https://topai.tools/assets/img/tools/latte.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/character-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPT character", + "image_url": "https://topai.tools/assets/img/tools/character-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video editor from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "nervous love", + "image_url": "https://topai.tools/assets/img/tools/neural-love.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonder-dynamics", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wonderland Dynamics", + "image_url": "https://topai.tools/assets/img/tools/wonder-dynamics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/phenaki", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Venaki", + "image_url": "https://topai.tools/assets/img/tools/phenaki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/decoherence", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "decoherence", + "image_url": "https://topai.tools/assets/img/tools/decoherence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hourone", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Huron", + "image_url": "https://topai.tools/assets/img/tools/hourone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marketingblocks-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MarketingBlocks AI", + "image_url": "https://topai.tools/assets/img/tools/marketingblocks-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Automated reply", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tagsgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "tags", + "image_url": "https://topai.tools/assets/img/tools/tagsgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-social-media-post-writerby-socialblu", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Social Media Post Writerby Socialblu", + "image_url": "https://topai.tools/assets/img/tools/ai-social-media-post-writerby-socialblu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/effluence", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stream", + "image_url": "https://topai.tools/assets/img/tools/effluence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/posed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "subtracted", + "image_url": "https://topai.tools/assets/img/tools/posed.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/siteexplainer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Site description", + "image_url": "https://topai.tools/assets/img/tools/siteexplainer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "magai", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "eclipse", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everylead-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Everylead.ai", + "image_url": "https://topai.tools/assets/img/tools/everylead-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Re-installation", + "image_url": "https://topai.tools/assets/img/tools/replix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magical artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speedy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "fast", + "image_url": "https://topai.tools/assets/img/tools/speedy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lek", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "for you", + "image_url": "https://topai.tools/assets/img/tools/lek.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writeai-tech", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "WriteAI. Tech", + "image_url": "https://topai.tools/assets/img/tools/writeai-tech.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Brain Pod AI - Image Generator", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/retrato", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "painting", + "image_url": "https://topai.tools/assets/img/tools/retrato.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Isaac", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/memejourney-chatgpt-for-memes", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Memejourney - ChatGPT for memes", + "image_url": "https://topai.tools/assets/img/tools/memejourney-chatgpt-for-memes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/texta", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Text messages", + "image_url": "https://topai.tools/assets/img/tools/texta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sv-master-by-startupvisors", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SV Master by Startupvisors", + "image_url": "https://topai.tools/assets/img/tools/sv-master-by-startupvisors.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "goats", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-product-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI product images", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-product-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/affable-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Affable. ai", + "image_url": "https://topai.tools/assets/img/tools/affable-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/followr", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "continued", + "image_url": "https://topai.tools/assets/img/tools/followr.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/write-panda", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Type panda", + "image_url": "https://topai.tools/assets/img/tools/write-panda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ultrabrainstomer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "UltraBrainstomer", + "image_url": "https://topai.tools/assets/img/tools/ultrabrainstomer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vana-portrait", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I am a portrait", + "image_url": "https://topai.tools/assets/img/tools/vana-portrait.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lovelines", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "love", + "image_url": "https://topai.tools/assets/img/tools/lovelines.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelhunter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Pixelhunter", + "image_url": "https://topai.tools/assets/img/tools/pixelhunter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiart-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "aiart.fm", + "image_url": "https://topai.tools/assets/img/tools/aiart-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/resoume", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "biography", + "image_url": "https://topai.tools/assets/img/tools/resoume.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/extractify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "extraction", + "image_url": "https://topai.tools/assets/img/tools/extractify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/legacies", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Legacies", + "image_url": "https://topai.tools/assets/img/tools/legacies.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video generator from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hushl", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cripple", + "image_url": "https://topai.tools/assets/img/tools/hushl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copilotly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Co-pilot", + "image_url": "https://topai.tools/assets/img/tools/copilotly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/syllaby", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "section", + "image_url": "https://topai.tools/assets/img/tools/syllaby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aragon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Aragon AI", + "image_url": "https://topai.tools/assets/img/tools/aragon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lately-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Recently AI", + "image_url": "https://topai.tools/assets/img/tools/lately-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instasalesai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "InstaSalesAI", + "image_url": "https://topai.tools/assets/img/tools/instasalesai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/digimarkai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "DigiMarkAI", + "image_url": "https://topai.tools/assets/img/tools/digimarkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daydrm", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Diaderm", + "image_url": "https://topai.tools/assets/img/tools/daydrm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peachly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Peachy Ai", + "image_url": "https://topai.tools/assets/img/tools/peachly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfake", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Really fake", + "image_url": "https://topai.tools/assets/img/tools/realfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ezai-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "EZAi AI", + "image_url": "https://topai.tools/assets/img/tools/ezai-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/not-a-person", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Not a person", + "image_url": "https://topai.tools/assets/img/tools/not-a-person.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blend", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "mixes", + "image_url": "https://topai.tools/assets/img/tools/blend.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Intelligence", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/toks", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "This is amazing", + "image_url": "https://topai.tools/assets/img/tools/toks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recontent-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ReContent. AI", + "image_url": "https://topai.tools/assets/img/tools/recontent-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/engage-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Engage artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/engage-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chopcast", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chopcast", + "image_url": "https://topai.tools/assets/img/tools/chopcast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Google Colab", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "shredder", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-avatars", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic Avatars", + "image_url": "https://topai.tools/assets/img/tools/magic-avatars.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/post-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "After AI", + "image_url": "https://topai.tools/assets/img/tools/post-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/caricaturer-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cartooner.io", + "image_url": "https://topai.tools/assets/img/tools/caricaturer-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dux-soup", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doux soup", + "image_url": "https://topai.tools/assets/img/tools/dux-soup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Where's the social", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logoscapes", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "logoscapes", + "image_url": "https://topai.tools/assets/img/tools/logoscapes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lebesgue", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lebesgue", + "image_url": "https://topai.tools/assets/img/tools/lebesgue.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spot-a-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "bot spot", + "image_url": "https://topai.tools/assets/img/tools/spot-a-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photor-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI photos", + "image_url": "https://topai.tools/assets/img/tools/photor-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/epicavatar", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Avatar saga", + "image_url": "https://topai.tools/assets/img/tools/epicavatar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clip-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FM clip", + "image_url": "https://topai.tools/assets/img/tools/clip-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swell-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ai bulge", + "image_url": "https://topai.tools/assets/img/tools/swell-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/test-start", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Test and start", + "image_url": "https://topai.tools/assets/img/tools/test-start.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/animakers-subtitle-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Animaker's Translation Generator", + "image_url": "https://topai.tools/assets/img/tools/animakers-subtitle-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-magic-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic AI Writer", + "image_url": "https://topai.tools/assets/img/tools/ai-magic-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stable-attribution", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stable attribution", + "image_url": "https://topai.tools/assets/img/tools/stable-attribution.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/salee", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sally", + "image_url": "https://topai.tools/assets/img/tools/salee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flight-path", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Itinerary", + "image_url": "https://topai.tools/assets/img/tools/flight-path.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkingphoto-by-movio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TalkingPhoto from Movio", + "image_url": "https://topai.tools/assets/img/tools/talkingphoto-by-movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-writer-by-picsart", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Writer from Picsart", + "image_url": "https://topai.tools/assets/img/tools/ai-writer-by-picsart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/collab-com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Collab.com", + "image_url": "https://topai.tools/assets/img/tools/collab-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/right-blogger", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Blogger right", + "image_url": "https://topai.tools/assets/img/tools/right-blogger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shopia", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shopia", + "image_url": "https://topai.tools/assets/img/tools/shopia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Grampot Plus", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/founderassist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Co-founder", + "image_url": "https://topai.tools/assets/img/tools/founderassist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lemonrecruiter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LemonRecruiter", + "image_url": "https://topai.tools/assets/img/tools/lemonrecruiter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/superchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SuperChat", + "image_url": "https://topai.tools/assets/img/tools/superchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sticker-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Label prompt generator", + "image_url": "https://topai.tools/assets/img/tools/sticker-prompt-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rewritewise", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Rewrite", + "image_url": "https://topai.tools/assets/img/tools/rewritewise.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-cycle", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Twitter cycle", + "image_url": "https://topai.tools/assets/img/tools/tweet-cycle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typistai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "printers", + "image_url": "https://topai.tools/assets/img/tools/typistai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandbastion-lite", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FireBastion Lite", + "image_url": "https://topai.tools/assets/img/tools/brandbastion-lite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Another generator powered by artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/painted-saintly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I painted a saint", + "image_url": "https://topai.tools/assets/img/tools/painted-saintly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aisixteen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AiSixteen", + "image_url": "https://topai.tools/assets/img/tools/aisixteen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/viral-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Viral mail generator", + "image_url": "https://topai.tools/assets/img/tools/viral-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bladerunner", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blade runner", + "image_url": "https://topai.tools/assets/img/tools/bladerunner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graham-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Graham AI", + "image_url": "https://topai.tools/assets/img/tools/graham-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/every-anyone", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "everyone", + "image_url": "https://topai.tools/assets/img/tools/every-anyone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kardow", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cardo", + "image_url": "https://topai.tools/assets/img/tools/kardow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getbetterpics", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GetBetterPics", + "image_url": "https://topai.tools/assets/img/tools/getbetterpics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-jd-by-pangea", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ai: JD from Pangea", + "image_url": "https://topai.tools/assets/img/tools/ai-jd-by-pangea.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/carousel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "circular", + "image_url": "https://topai.tools/assets/img/tools/carousel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/content-company", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "content company", + "image_url": "https://topai.tools/assets/img/tools/content-company.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finalscout", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FinalScout", + "image_url": "https://topai.tools/assets/img/tools/finalscout.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copylime", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "kopecks", + "image_url": "https://topai.tools/assets/img/tools/copylime.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/analisa-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Analisa.io", + "image_url": "https://topai.tools/assets/img/tools/analisa-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/double", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Double", + "image_url": "https://topai.tools/assets/img/tools/double.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/casper", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kasper", + "image_url": "https://topai.tools/assets/img/tools/casper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shakespeare", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shakespeare", + "image_url": "https://topai.tools/assets/img/tools/shakespeare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postanza", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Al Bustanza", + "image_url": "https://topai.tools/assets/img/tools/postanza.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptweet", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPTweet", + "image_url": "https://topai.tools/assets/img/tools/gptweet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shello-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shello. ai", + "image_url": "https://topai.tools/assets/img/tools/shello-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetspear", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "tweetspire", + "image_url": "https://topai.tools/assets/img/tools/tweetspear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "creature", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flamel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "flamel", + "image_url": "https://topai.tools/assets/img/tools/flamel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ellisense", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Elysence", + "image_url": "https://topai.tools/assets/img/tools/ellisense.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photoleaf", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "photolife", + "image_url": "https://topai.tools/assets/img/tools/photoleaf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/castpush", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Castpush", + "image_url": "https://topai.tools/assets/img/tools/castpush.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/outline-ninja", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ninja outline", + "image_url": "https://topai.tools/assets/img/tools/outline-ninja.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/evoliaprotocol", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Evoliaprotocol", + "image_url": "https://topai.tools/assets/img/tools/evoliaprotocol.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "He writes", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/littlecook", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Littlecock", + "image_url": "https://topai.tools/assets/img/tools/littlecook.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetify-it", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tweetify", + "image_url": "https://topai.tools/assets/img/tools/tweetify-it.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/feedhive", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FeedHive", + "image_url": "https://topai.tools/assets/img/tools/feedhive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/this-model-does-not-exist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "This form does not exist", + "image_url": "https://topai.tools/assets/img/tools/this-model-does-not-exist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-cafe", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Prompt. Cafe", + "image_url": "https://topai.tools/assets/img/tools/prompt-cafe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ideacadabra", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ideacadabra", + "image_url": "https://topai.tools/assets/img/tools/ideacadabra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/weezy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Weezy", + "image_url": "https://topai.tools/assets/img/tools/weezy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logo-mockup", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "logo mockup", + "image_url": "https://topai.tools/assets/img/tools/logo-mockup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snapshotai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shot", + "image_url": "https://topai.tools/assets/img/tools/snapshotai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linked-xp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "XP linked", + "image_url": "https://topai.tools/assets/img/tools/linked-xp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summarisethis", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Summarize this", + "image_url": "https://topai.tools/assets/img/tools/summarisethis.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autowrite", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Auto write", + "image_url": "https://topai.tools/assets/img/tools/autowrite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postperfect", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PostPerfect", + "image_url": "https://topai.tools/assets/img/tools/postperfect.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Philly", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sorry", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "you have pal", + "image_url": "https://topai.tools/assets/img/tools/ai-pal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jaeves", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jayvis", + "image_url": "https://topai.tools/assets/img/tools/jaeves.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/redacta-me", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Redacta.me", + "image_url": "https://topai.tools/assets/img/tools/redacta-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clevr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "you are smart", + "image_url": "https://topai.tools/assets/img/tools/clevr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aigraphics", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AIGraphics", + "image_url": "https://topai.tools/assets/img/tools/aigraphics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sales-ai-message-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI message generator for sales", + "image_url": "https://topai.tools/assets/img/tools/sales-ai-message-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/freelino", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Free line", + "image_url": "https://topai.tools/assets/img/tools/freelino.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/usp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "USP", + "image_url": "https://topai.tools/assets/img/tools/usp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordmax", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "wordmax", + "image_url": "https://topai.tools/assets/img/tools/wordmax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetfox", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "tweetfox", + "image_url": "https://topai.tools/assets/img/tools/tweetfox.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/altera-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI mods", + "image_url": "https://topai.tools/assets/img/tools/altera-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/audiolabs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "audiolabs", + "image_url": "https://topai.tools/assets/img/tools/audiolabs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirepeople", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "hire people", + "image_url": "https://topai.tools/assets/img/tools/hirepeople.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-cowriter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Cowriter", + "image_url": "https://topai.tools/assets/img/tools/ai-cowriter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/beb-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Beb.ai", + "image_url": "https://topai.tools/assets/img/tools/beb-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jibewith", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JibeWith", + "image_url": "https://topai.tools/assets/img/tools/jibewith.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelforge", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PixelForge", + "image_url": "https://topai.tools/assets/img/tools/pixelforge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/powerbrain", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Bowerbrin", + "image_url": "https://topai.tools/assets/img/tools/powerbrain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-posts-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Linkedin post creator", + "image_url": "https://topai.tools/assets/img/tools/linkedin-posts-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podcast-marketing-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Marketing Podcast", + "image_url": "https://topai.tools/assets/img/tools/podcast-marketing-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embolden", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "dare", + "image_url": "https://topai.tools/assets/img/tools/embolden.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/durable", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "solid", + "image_url": "https://topai.tools/assets/img/tools/durable.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubb", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stud", + "image_url": "https://topai.tools/assets/img/tools/dubb.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/galactical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Galactic artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/galactical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gerwin", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jeroen", + "image_url": "https://topai.tools/assets/img/tools/gerwin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/federai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FederAI", + "image_url": "https://topai.tools/assets/img/tools/federai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "simplified", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hacksocial", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HackSocial", + "image_url": "https://topai.tools/assets/img/tools/hacksocial.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/super-prompt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "super prompt", + "image_url": "https://topai.tools/assets/img/tools/super-prompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editby", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Release", + "image_url": "https://topai.tools/assets/img/tools/editby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/primeprofile", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Profile personly", + "image_url": "https://topai.tools/assets/img/tools/primeprofile.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aistote", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eastott", + "image_url": "https://topai.tools/assets/img/tools/aistote.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/glowup-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Glowup AI", + "image_url": "https://topai.tools/assets/img/tools/glowup-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/preppally-resume-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Preppally - AI Resume", + "image_url": "https://topai.tools/assets/img/tools/preppally-resume-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionbear", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Motion Bear", + "image_url": "https://topai.tools/assets/img/tools/motionbear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creasquare", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "creates a square", + "image_url": "https://topai.tools/assets/img/tools/creasquare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chord-ooo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chord. ooo", + "image_url": "https://topai.tools/assets/img/tools/chord-ooo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordkraft", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wordkraft", + "image_url": "https://topai.tools/assets/img/tools/wordkraft.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI designer", + "image_url": "https://topai.tools/assets/img/tools/ai-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-manager", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Linkedin manager", + "image_url": "https://topai.tools/assets/img/tools/linkedin-manager.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brand-buzz", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Buzz brand", + "image_url": "https://topai.tools/assets/img/tools/brand-buzz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lindy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lindy", + "image_url": "https://topai.tools/assets/img/tools/lindy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-type-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI magic type", + "image_url": "https://topai.tools/assets/img/tools/magic-type-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scrip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I write ai", + "image_url": "https://topai.tools/assets/img/tools/scrip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marmof", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "prestigious", + "image_url": "https://topai.tools/assets/img/tools/marmof.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "talk", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flowjin", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Fluogen", + "image_url": "https://topai.tools/assets/img/tools/flowjin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jounce-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jounce AI", + "image_url": "https://topai.tools/assets/img/tools/jounce-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unreal-meal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Unreal meal", + "image_url": "https://topai.tools/assets/img/tools/unreal-meal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-suggests", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI suggests", + "image_url": "https://topai.tools/assets/img/tools/ai-suggests.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ProMind", + "image_url": "https://topai.tools/assets/img/tools/promind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zyng-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "zyng AI", + "image_url": "https://topai.tools/assets/img/tools/zyng-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Microsoft Designer", + "image_url": "https://topai.tools/assets/img/tools/microsoft-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aissistify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "assistive", + "image_url": "https://topai.tools/assets/img/tools/aissistify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkoai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Connect AI", + "image_url": "https://topai.tools/assets/img/tools/linkoai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wrytr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wrytr AI", + "image_url": "https://topai.tools/assets/img/tools/wrytr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entar-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Entar.io", + "image_url": "https://topai.tools/assets/img/tools/entar-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sayhi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SayHi", + "image_url": "https://topai.tools/assets/img/tools/sayhi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/devi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Dave", + "image_url": "https://topai.tools/assets/img/tools/devi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/suit-me-up", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "works for me", + "image_url": "https://topai.tools/assets/img/tools/suit-me-up.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandmate-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Brandmate AI", + "image_url": "https://topai.tools/assets/img/tools/brandmate-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video editor from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/commenter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Commentator", + "image_url": "https://topai.tools/assets/img/tools/commenter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prettysmart-co", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Prettysmart.co", + "image_url": "https://topai.tools/assets/img/tools/prettysmart-co.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Automated reply", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sale-whale", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "sell a whale", + "image_url": "https://topai.tools/assets/img/tools/sale-whale.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spiritme", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Spirit Me", + "image_url": "https://topai.tools/assets/img/tools/spiritme.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inworld-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Inworld AI", + "image_url": "https://topai.tools/assets/img/tools/inworld-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replika", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "An exact copy of the original", + "image_url": "https://topai.tools/assets/img/tools/replika.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "magai", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/android-ai-assistant-widget", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Android AI Assistant tool", + "image_url": "https://topai.tools/assets/img/tools/android-ai-assistant-widget.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magical artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stork-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Stork. ai", + "image_url": "https://topai.tools/assets/img/tools/stork-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aicogni", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ikogni", + "image_url": "https://topai.tools/assets/img/tools/aicogni.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsonic", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chatsonic", + "image_url": "https://topai.tools/assets/img/tools/chatsonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "goats", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknotion", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AskNotion", + "image_url": "https://topai.tools/assets/img/tools/asknotion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Quick Chat AI", + "image_url": "https://topai.tools/assets/img/tools/quickchat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mikeai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mike A.I", + "image_url": "https://topai.tools/assets/img/tools/mikeai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/myanima-ai-companion", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MyAnima AI Companion", + "image_url": "https://topai.tools/assets/img/tools/myanima-ai-companion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marcus-aurelius-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Marcus Aurelius AI", + "image_url": "https://topai.tools/assets/img/tools/marcus-aurelius-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scott-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Scott", + "image_url": "https://topai.tools/assets/img/tools/scott-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kore. ai", + "image_url": "https://topai.tools/assets/img/tools/kore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-prompt-tuner", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPT prompt tuner", + "image_url": "https://topai.tools/assets/img/tools/gpt-prompt-tuner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/halist-browser-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Halist AI Browser", + "image_url": "https://topai.tools/assets/img/tools/halist-browser-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lyze", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AILYZE", + "image_url": "https://topai.tools/assets/img/tools/ai-lyze.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/watermelon-pulse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Watermelon pulse", + "image_url": "https://topai.tools/assets/img/tools/watermelon-pulse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/showgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ShowGPT", + "image_url": "https://topai.tools/assets/img/tools/showgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tolygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "toligit", + "image_url": "https://topai.tools/assets/img/tools/tolygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-prompt-genius", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Genius prompt chat", + "image_url": "https://topai.tools/assets/img/tools/chat-prompt-genius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/poised", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "balanced", + "image_url": "https://topai.tools/assets/img/tools/poised.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-email-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Amnesty International Email Writer", + "image_url": "https://topai.tools/assets/img/tools/ai-email-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-sumo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask Sumo", + "image_url": "https://topai.tools/assets/img/tools/ask-sumo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/anywebsite", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "any site", + "image_url": "https://topai.tools/assets/img/tools/anywebsite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ebert", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captiongen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "caption", + "image_url": "https://topai.tools/assets/img/tools/captiongen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ecommerce-prompts", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "E-commerce claims", + "image_url": "https://topai.tools/assets/img/tools/ecommerce-prompts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chunky", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chunky", + "image_url": "https://topai.tools/assets/img/tools/chunky.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/frank-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Frank AI", + "image_url": "https://topai.tools/assets/img/tools/frank-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbotkit", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatBotKit", + "image_url": "https://topai.tools/assets/img/tools/chatbotkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rolemodel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "A role model in artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/rolemodel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fashionai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI fashion", + "image_url": "https://topai.tools/assets/img/tools/fashionai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paxton", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Paxton", + "image_url": "https://topai.tools/assets/img/tools/paxton.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/groupthink", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "groupthink", + "image_url": "https://topai.tools/assets/img/tools/groupthink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chessgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chess", + "image_url": "https://topai.tools/assets/img/tools/chessgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/landbot-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Landbot AI", + "image_url": "https://topai.tools/assets/img/tools/landbot-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossalchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ColossalChat", + "image_url": "https://topai.tools/assets/img/tools/colossalchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ivy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ivy. ai", + "image_url": "https://topai.tools/assets/img/tools/ivy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Intelligence", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicform", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "magicform", + "image_url": "https://topai.tools/assets/img/tools/magicform.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-chrome", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Chrome", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-chrome.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TalkAI", + "image_url": "https://topai.tools/assets/img/tools/talkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/crabo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "crab", + "image_url": "https://topai.tools/assets/img/tools/crabo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Google Colab", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quaffle", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "jerk", + "image_url": "https://topai.tools/assets/img/tools/quaffle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Where's the social", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lunabot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lunabot", + "image_url": "https://topai.tools/assets/img/tools/lunabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-openai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT (OpenAI)", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-openai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/convai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "confy", + "image_url": "https://topai.tools/assets/img/tools/convai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatwp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatWP", + "image_url": "https://topai.tools/assets/img/tools/chatwp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/careergpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Occupation", + "image_url": "https://topai.tools/assets/img/tools/careergpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/louply", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "luble", + "image_url": "https://topai.tools/assets/img/tools/louply.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opensight", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "OpenSight", + "image_url": "https://topai.tools/assets/img/tools/opensight.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-with-jinnah", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chat with a suite", + "image_url": "https://topai.tools/assets/img/tools/chat-with-jinnah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-bing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Microsoft Bing", + "image_url": "https://topai.tools/assets/img/tools/microsoft-bing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "wonderchat", + "image_url": "https://topai.tools/assets/img/tools/wonderchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/auri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Auri. AI", + "image_url": "https://topai.tools/assets/img/tools/auri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfeedback", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "RealFeedback", + "image_url": "https://topai.tools/assets/img/tools/realfeedback.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-on-your-terminal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chatGPT on your terminal", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-on-your-terminal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/customgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "CustomGPT", + "image_url": "https://topai.tools/assets/img/tools/customgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatshape", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat", + "image_url": "https://topai.tools/assets/img/tools/chatshape.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bff", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "bf", + "image_url": "https://topai.tools/assets/img/tools/bff.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zev", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "falsity", + "image_url": "https://topai.tools/assets/img/tools/zev.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/upstream-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Upstream AI", + "image_url": "https://topai.tools/assets/img/tools/upstream-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/google-bard", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cool google", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatpdf", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat", + "image_url": "https://topai.tools/assets/img/tools/chatpdf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-assist-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tweet Assist app", + "image_url": "https://topai.tools/assets/img/tools/tweet-assist-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/intellibar", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "IntelliBar", + "image_url": "https://topai.tools/assets/img/tools/intellibar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-corpora", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask Corpora", + "image_url": "https://topai.tools/assets/img/tools/ask-corpora.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/googpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GooGPT", + "image_url": "https://topai.tools/assets/img/tools/googpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peopleai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "the people", + "image_url": "https://topai.tools/assets/img/tools/peopleai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/humata-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Humata AI", + "image_url": "https://topai.tools/assets/img/tools/humata-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/guru", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Teacher", + "image_url": "https://topai.tools/assets/img/tools/guru.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptfy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPTfy", + "image_url": "https://topai.tools/assets/img/tools/gptfy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-thing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat thing", + "image_url": "https://topai.tools/assets/img/tools/chat-thing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blubi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blubi. ai", + "image_url": "https://topai.tools/assets/img/tools/blubi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknow", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask now", + "image_url": "https://topai.tools/assets/img/tools/asknow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT application", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ariana-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ariana AI", + "image_url": "https://topai.tools/assets/img/tools/ariana-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/juji", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Foolish", + "image_url": "https://topai.tools/assets/img/tools/juji.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embra", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Umbra", + "image_url": "https://topai.tools/assets/img/tools/embra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/storiesbyai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stories", + "image_url": "https://topai.tools/assets/img/tools/storiesbyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getanswer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GetAnswer", + "image_url": "https://topai.tools/assets/img/tools/getanswer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bloony", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blooney", + "image_url": "https://topai.tools/assets/img/tools/bloony.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unschooler", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "non-scholastic", + "image_url": "https://topai.tools/assets/img/tools/unschooler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbase", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chat base", + "image_url": "https://topai.tools/assets/img/tools/chatbase.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Grampot Plus", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/seashoreai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "seaside", + "image_url": "https://topai.tools/assets/img/tools/seashoreai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/context", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "context", + "image_url": "https://topai.tools/assets/img/tools/context.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatbots-in-messengers", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Chatbots in Messengers", + "image_url": "https://topai.tools/assets/img/tools/ai-chatbots-in-messengers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zerotax-al", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ZeroTax al", + "image_url": "https://topai.tools/assets/img/tools/zerotax-al.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zenen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "zenen. ai", + "image_url": "https://topai.tools/assets/img/tools/zenen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "VoiceGPT", + "image_url": "https://topai.tools/assets/img/tools/voicegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/certainly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "certainly", + "image_url": "https://topai.tools/assets/img/tools/certainly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fini", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "finish", + "image_url": "https://topai.tools/assets/img/tools/fini.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chat-bestie", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Chat Beast", + "image_url": "https://topai.tools/assets/img/tools/ai-chat-bestie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Another generator powered by artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/norby-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Norby AI", + "image_url": "https://topai.tools/assets/img/tools/norby-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic Chat", + "image_url": "https://topai.tools/assets/img/tools/magicchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swiftgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SwiftGet", + "image_url": "https://topai.tools/assets/img/tools/swiftgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/filechat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Filechat", + "image_url": "https://topai.tools/assets/img/tools/filechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirex-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hirex.ai", + "image_url": "https://topai.tools/assets/img/tools/hirex-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tiledesk", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tile office", + "image_url": "https://topai.tools/assets/img/tools/tiledesk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bahasa", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "language", + "image_url": "https://topai.tools/assets/img/tools/bahasa.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marvin", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Marvin", + "image_url": "https://topai.tools/assets/img/tools/marvin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ingestai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "IngestAi", + "image_url": "https://topai.tools/assets/img/tools/ingestai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pdf-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PDF.ai", + "image_url": "https://topai.tools/assets/img/tools/pdf-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mightygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MightyGPT", + "image_url": "https://topai.tools/assets/img/tools/mightygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MyGPT", + "image_url": "https://topai.tools/assets/img/tools/mygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/algo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "something", + "image_url": "https://topai.tools/assets/img/tools/algo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/easyprompt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "EasyPrompt", + "image_url": "https://topai.tools/assets/img/tools/easyprompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ascrobye", + "image_url": "https://topai.tools/assets/img/tools/askrobi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI ChatLab", + "image_url": "https://topai.tools/assets/img/tools/ai-chatlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisebot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wisebot", + "image_url": "https://topai.tools/assets/img/tools/wisebot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "creature", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moveworks", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "moforex", + "image_url": "https://topai.tools/assets/img/tools/moveworks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heybot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hipot", + "image_url": "https://topai.tools/assets/img/tools/heybot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/querygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Query", + "image_url": "https://topai.tools/assets/img/tools/querygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Botify", + "image_url": "https://topai.tools/assets/img/tools/botify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/case-study-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Case study writer", + "image_url": "https://topai.tools/assets/img/tools/case-study-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/thekeys", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "keys", + "image_url": "https://topai.tools/assets/img/tools/thekeys.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tekst", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "text", + "image_url": "https://topai.tools/assets/img/tools/tekst.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Quick chat", + "image_url": "https://topai.tools/assets/img/tools/quickchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vacation-travel-chat-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Vacation and travel chat (GPT)", + "image_url": "https://topai.tools/assets/img/tools/vacation-travel-chat-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mottle", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "mottle", + "image_url": "https://topai.tools/assets/img/tools/mottle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/komo-search", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Enter search", + "image_url": "https://topai.tools/assets/img/tools/komo-search.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/meyagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mayor", + "image_url": "https://topai.tools/assets/img/tools/meyagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "everyone", + "image_url": "https://topai.tools/assets/img/tools/visus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ansy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ansy.ai", + "image_url": "https://topai.tools/assets/img/tools/ansy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPT text", + "image_url": "https://topai.tools/assets/img/tools/text-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/messagegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "message", + "image_url": "https://topai.tools/assets/img/tools/messagegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lili", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I Lily", + "image_url": "https://topai.tools/assets/img/tools/ai-lili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voiceflow", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "voiceflow", + "image_url": "https://topai.tools/assets/img/tools/voiceflow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Philly", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/purplebuddy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PurpleBuddy-AI", + "image_url": "https://topai.tools/assets/img/tools/purplebuddy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dost", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Adequate", + "image_url": "https://topai.tools/assets/img/tools/dost.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Google", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contlo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "control there", + "image_url": "https://topai.tools/assets/img/tools/contlo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wallu", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Walo", + "image_url": "https://topai.tools/assets/img/tools/wallu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sitegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SiteGPT", + "image_url": "https://topai.tools/assets/img/tools/sitegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatdoc", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat doc", + "image_url": "https://topai.tools/assets/img/tools/chatdoc.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wetune", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "his body", + "image_url": "https://topai.tools/assets/img/tools/wetune.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typingmind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mind", + "image_url": "https://topai.tools/assets/img/tools/typingmind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kwirk", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Quirk", + "image_url": "https://topai.tools/assets/img/tools/kwirk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/onesta", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "honesty", + "image_url": "https://topai.tools/assets/img/tools/onesta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/samurai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SamurAi", + "image_url": "https://topai.tools/assets/img/tools/samurai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jarvis-tel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "jarvis tel", + "image_url": "https://topai.tools/assets/img/tools/jarvis-tel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/water", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "water", + "image_url": "https://topai.tools/assets/img/tools/water.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kili", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kelly", + "image_url": "https://topai.tools/assets/img/tools/kili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mia-chatgpt-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mya - ChatGPT AI", + "image_url": "https://topai.tools/assets/img/tools/mia-chatgpt-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/question-base", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Question base", + "image_url": "https://topai.tools/assets/img/tools/question-base.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writesonic", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "written", + "image_url": "https://topai.tools/assets/img/tools/writesonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-theater", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Text theatre", + "image_url": "https://topai.tools/assets/img/tools/text-theater.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-helpers", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI assistants", + "image_url": "https://topai.tools/assets/img/tools/ai-helpers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgenius", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat", + "image_url": "https://topai.tools/assets/img/tools/chatgenius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/insertchatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Insert ChatGet", + "image_url": "https://topai.tools/assets/img/tools/insertchatgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Neon AI", + "image_url": "https://topai.tools/assets/img/tools/neon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatonai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chat on AI", + "image_url": "https://topai.tools/assets/img/tools/chatonai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wiz. chat", + "image_url": "https://topai.tools/assets/img/tools/wiz-chat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/you-com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "You.com", + "image_url": "https://topai.tools/assets/img/tools/you-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zipchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "zipchat", + "image_url": "https://topai.tools/assets/img/tools/zipchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/parallelgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "parallel", + "image_url": "https://topai.tools/assets/img/tools/parallelgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aidev-codes", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AIDev. Codes", + "image_url": "https://topai.tools/assets/img/tools/aidev-codes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gita-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jetta GPT", + "image_url": "https://topai.tools/assets/img/tools/gita-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-ask-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask the AI", + "image_url": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xata", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "He steals", + "image_url": "https://topai.tools/assets/img/tools/xata.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/conversai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Converse A", + "image_url": "https://topai.tools/assets/img/tools/conversai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lxi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lxi AI", + "image_url": "https://topai.tools/assets/img/tools/lxi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/somi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Finns", + "image_url": "https://topai.tools/assets/img/tools/somi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/track-my-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Track my bots", + "image_url": "https://topai.tools/assets/img/tools/track-my-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/berri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "New artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/berri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatspot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatSpot", + "image_url": "https://topai.tools/assets/img/tools/chatspot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sidechat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sidechat", + "image_url": "https://topai.tools/assets/img/tools/sidechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-text-classifier", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI text classifier", + "image_url": "https://topai.tools/assets/img/tools/ai-text-classifier.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatApp", + "image_url": "https://topai.tools/assets/img/tools/chatsapp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paper-brain", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Paper brain", + "image_url": "https://topai.tools/assets/img/tools/paper-brain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fin-by-intercom", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Intercom fin", + "image_url": "https://topai.tools/assets/img/tools/fin-by-intercom.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbenta", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "invention", + "image_url": "https://topai.tools/assets/img/tools/inbenta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/albus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wear", + "image_url": "https://topai.tools/assets/img/tools/albus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tactful-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tactful. ai", + "image_url": "https://topai.tools/assets/img/tools/tactful-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instabot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "instabot", + "image_url": "https://topai.tools/assets/img/tools/instabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "m.okjike.com", + "url_from": "https://m.okjike.com/originalPosts/64f3d1a2c70326f2eb32a8ef?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 309, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.99.112.78", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 2, + "page_from_size": 102153, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍, - 即刻App", + "page_from_status_code": 200, + "first_seen": "2023-09-04 17:24:41 +00:00", + "prev_seen": "2023-09-04 17:24:41 +00:00", + "last_seen": "2023-10-11 00:30:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍,PS: 附上了从Similarweb查询到的访问量😎www.producthunt.com 5.8Mtheresanaiforthat.com 4.7Mwww.futuretools.io 3.5Mwww.futurepedia.io 2.4Measywithai.com 1.5M", + "text_post": "1.3Mgpte.ai 1.0Maitoolmall.com 764.1kgpt3demo.com 668.9kaitoptools.com 608.4kwww.toools.design 374.4kwww.insidr.ai 327.1kdomore.ai 266.6kchatgptdemo.com 253.7ksupertools.therundown.ai 197.3kwww.aitoolsclub.com", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-85-imagen-background-music-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/texttomusic.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 86, + "page_from_internal_links": 20, + "page_from_size": 210772, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 85+ imagen background music ai - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-10 22:15:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 22:15:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Texto a musica", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Texto a musica Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dpo.com.ng", + "url_from": "http://www.dpo.com.ng/p/important-ict-links.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse?pricing=free", + "url_to_https": true, + "tld_from": "com.ng", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 80, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 206, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.23.115", + "domain_from_country": "NG", + "page_from_external_links": 439, + "page_from_internal_links": 4, + "page_from_size": 463805, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "IMPORTANT ICT LINKS", + "page_from_status_code": 200, + "first_seen": "2023-10-10 21:37:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 21:37:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI TOOLS DATABASE", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aimojo.pro", + "url_from": "https://aimojo.pro/tools/dreampress-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreampress", + "url_to_https": true, + "tld_from": "pro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 39, + "page_from_size": 123081, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DreamPress AI Review, Pricing, Features and Alternatives - Oct 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-10 20:00:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 20:00:18 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Content Creation: Generate personalized stories for entertainment or as content for social media or blogs", + "text_post": ".", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.retete-de-mancare.ro", + "url_from": "https://www.retete-de-mancare.ro/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 83, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.16", + "domain_from_country": "RO", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 28577, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "download convertor text - retete-de-mancare.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-10 19:49:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 19:49:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "end point Unsatisfactory Fall 60 Best Text to audio converter AI tools", + "image_url": "https://topai.tools/assets/img/tools/freetts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/arriba-142-imagen-background-remover-free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/background-remover-from-photo-by-hitpaw.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 141, + "page_from_internal_links": 21, + "page_from_size": 258930, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arriba 142+ imagen background remover free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-10 17:57:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 17:57:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminador de fondo de la foto de Hitpaw", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminador de fondo de la foto de Hitpaw Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kreado-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Izwe.ai היא פלטפורמת טכנולוגיה רב-לשונית שהופכת נתוני אודיו, וידאו וטקסט לכיתובים וכתוביות בשפה המקומית. הוא מציע תמלול, תרגום, סיווג טקסט.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Podcastl היא פלטפורמה המופעלת על ידי AI ליצירה ועריכה של פודקאסטים של אודיו ווידאו באיכות גבוהה. הוא מציע יכולות הקלטה ועריכה חלקות, כולל ראיונות מרחוק באיכות אולפן, או…רשימה קצרה", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/audo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "הפלטפורמה נועדה לעזור למשתמשים לתייג ולהוסיף הערות לטקסט או למסמכים לשימוש בפרויקטים של עיבוד שפה טבעית (NLP). הוא מציע מגוון תכונות, כולל ממשק ידידותי למשתמש.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taption", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "KreadoAI היא פלטפורמת יצירת וידאו בינה מלאכותית המאפשרת למשתמשים ליצור סרטונים אנושיים דיגיטליים במהירות ובקלות. עם מגוון רחב של תמונות אנושיות דיגיטליות בגילאים, צבעים ומקצועות שונים, Krea.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sonix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "היא פלטפורמה מקוונת המאפשרת למשתמשים ליצור אווטרים וסרטונים בתלת מימד המופעלים על ידי AI בינה מלאכותית, המאפשרת למשתמשים ליצור במהירות אווטרים מדברים, סרטונים ועוד. הפלטפורמה כוללת גם .", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oi-avatar", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Taption הוא כלי בינה מלאכותית שיכול ליצור תמלילים אוטומטית ולתרגם כתוביות ב-40+ שפות. הוא מציע גם תיוג רמקולים, תכונות שיתוף פעולה ויכולת עריכה וייצוא.\\", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/izwe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Vidby הוא שירות מבוסס AI המציע תרגום מהיר ואוטומטי ודיבוב של סרטונים בלמעלה מעשרות שפות. ישנם למעלה מ-750 קולות AI מ-70 שפות, ותוכלו לבחור העדפות ..רשימה קצרה", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/papercup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Digital Surface הוא כלי בינה מלאכותית המאפשר למשתמשים להמיר סרטוני YouTube לפוסטים בבלוג. הוא מציע חמש המרות בחינם ויש לו מודל תמחור מנויים. המשתמשים יכולים ליצור סרטונים קצרים, ליצור בלוגים.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podcastle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "AVA הוא כלי המופעל על ידי AI בינה מלאכותית המספק כתוביות בזמן אמת לאנשים חירשים או כבדי שמיעה. הוא זמין להורדה במחשבים שולחניים ובמכשירים ניידים וניתן להשתמש בו בהגדרות שונות.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ubiai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "OI Avatar היא פלטפורמה מבוססת אינטרנט המאפשרת למשתמשים ליצור אווטאר דיגיטלי בסביבה וירטואלית כדי לתרגל דיבור אנגלית בביטחון. הכלי יוצר סרטון פרו-לוק תוך דקות ותומך .", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Dubb הוא כלי AI שעוזר למשתמשים לייצר תוכן שוק לפודקאסטים שלהם. זה יכול להפוך פרקי פודקאסט להערות תוכנית, פוסטים במדיה חברתית, תוכן ניוזלטר ותמלילים. הכלי קל-.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.preicfes-gratis.com", + "url_from": "https://www.preicfes-gratis.com/pregunta-tus-dudas-de-las-respuestas-del-icfes-saber-11", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 85, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.18.19", + "domain_from_country": null, + "page_from_external_links": 272, + "page_from_internal_links": 32, + "page_from_size": 388268, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PREICFES GRATIS VIRTUAL ICFES SABER 11° 2024 - ChatGPT - PREGUNTA TUS DUDAS", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:21:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 16:21:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/brain-pod-ai-image-generator", + "text_pre": "15. 60 best AI for behaviour prediction: https://topai.tools/s/behavior-prediction-software 16. Brain Pod AI - Image Generator:", + "text_post": "and", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/landing-ai", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/landing-ai", + "text_pre": "Фальсификация по упаковке", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbcg", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chatbcg", + "text_pre": "ChatBCG possible use cases:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/behavior-prediction-software", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/behavior-prediction-software", + "text_pre": "15. 60 best AI for behaviour prediction:", + "text_post": "16. Brain Pod AI - Image Generator: https://topai.tools/t/brain-pod-ai-image-generator and", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.profiq.com", + "url_from": "https://www.profiq.com/empowering-users-with-advanced-question-answering-systems/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.144.1", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 83, + "page_from_size": 62278, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Empowering Users with Advanced Question-Answering Systems » profiq", + "page_from_status_code": 200, + "first_seen": "2023-07-01 11:05:04 +00:00", + "prev_seen": "2023-08-10 13:57:41 +00:00", + "last_seen": "2023-10-10 08:23:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "this list", + "text_pre": "ChatNode is a good representation of all question-answering chatbot solutions we’ve examined; both in terms of features and limitations. If you are interested in exploring other services yourself,", + "text_post": "of AI tools for document search is a good starting point.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oth-aw.de", + "url_from": "https://www.oth-aw.de/neumann/tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 420, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "195.37.42.173", + "domain_from_country": "DE", + "page_from_external_links": 447, + "page_from_internal_links": 164, + "page_from_size": 232997, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Abschlussarbeit-Werkzeuge | Prof. Dr.-Ing. Christoph P. Neumann", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:03:53 +00:00", + "prev_seen": "2023-08-09 20:06:36 +00:00", + "last_seen": "2023-10-10 07:27:00 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": "Weiterführende Quellen:", + "text_post": "| Prompt-Werkzeug-Liste auf reddit", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.maquillajeanamartin.com", + "url_from": "https://www.maquillajeanamartin.com/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 6, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.6.156", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 17483, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "bard top, Bard top is for real : - maquillajeanamartin.com", + "page_from_status_code": 200, + "first_seen": "2023-08-26 00:44:50 +00:00", + "prev_seen": "2023-08-26 00:44:50 +00:00", + "last_seen": "2023-10-09 23:19:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Google Bard - AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 213, + "domain_from_rank": 301, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184965, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-09 19:56:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 19:56:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/showhn/posts/2023/11/en_hn_2023_03_16__35189813/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 69, + "page_from_size": 28383, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "Show HN: AIツールのノイズをふるいにかけるAI検索を構築した - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-10-09 12:39:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 12:39:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: AIツールのノイズをふるいにかけるAI検索を構築した", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 21, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.243", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131805, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-09-06 15:42:51 +00:00", + "prev_seen": "2023-09-06 15:42:51 +00:00", + "last_seen": "2023-10-09 12:27:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.16.211", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-09 12:26:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 12:26:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/total-49-imagem-ai-photo-background-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-background-generator-by-photoroom.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 134, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 50, + "page_from_internal_links": 20, + "page_from_size": 168062, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Total 49+ imagem ai photo background generator - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-09 09:48:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 09:48:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de fondo AI por PhotoRoom", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de fondo AI por PhotoRoom Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jpfellpipeband.org", + "url_from": "https://www.jpfellpipeband.org/make-an-ai-to-design-hats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/logoai.png", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.56.118", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 34361, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "bjærgning frill transmission Når som helst Faderlig vaskepulver make an ai to design hats - jpfellpipeband.org", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:59:49 +00:00", + "prev_seen": "2023-08-13 09:57:48 +00:00", + "last_seen": "2023-10-09 09:21:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "tælle forudsætning grænse LogoAI", + "image_url": "https://topai.tools/assets/img/tools/png/logoai.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "natokonline.com", + "url_from": "https://natokonline.com/article/the-best-t-shirt-design-software-adobe-illustrator-review", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/customizable-t-shirt-design-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 304, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.44.131", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 57, + "page_from_size": 114366, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "The Best T Shirt Design Software: Adobe Illustrator Review (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 03:49:14 +00:00", + "prev_seen": "2023-09-01 03:49:14 +00:00", + "last_seen": "2023-10-09 06:00:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "futechie.com", + "url_from": "https://futechie.com/an-ai-asset-management-tool-has-a-familiar-problem-poor-data/146495/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Personalized-investment-reports", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "208.109.215.104", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 22, + "page_from_size": 64830, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "An AI asset management tool has a familiar problem: poor data – Futechie.com", + "page_from_status_code": 200, + "first_seen": "2023-10-09 04:57:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 04:57:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI to help with investing strategies", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rodafinos.weebly.com", + "url_from": "https://rodafinos.weebly.com/9-new-technologies.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Legal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 707, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.53", + "domain_from_country": null, + "page_from_external_links": 56, + "page_from_internal_links": 69, + "page_from_size": 159854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New technologies - ANGELOS RODAFINOS, PHD", + "page_from_status_code": 200, + "first_seen": "2023-07-11 11:34:23 +00:00", + "prev_seen": "2023-08-22 07:18:02 +00:00", + "last_seen": "2023-10-09 03:32:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "7", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rodafinos.weebly.com", + "url_from": "https://rodafinos.weebly.com/9-new-technologies.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=finance", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 707, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.53", + "domain_from_country": null, + "page_from_external_links": 56, + "page_from_internal_links": 69, + "page_from_size": 159854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New technologies - ANGELOS RODAFINOS, PHD", + "page_from_status_code": 200, + "first_seen": "2023-07-11 11:34:23 +00:00", + "prev_seen": "2023-08-22 07:18:02 +00:00", + "last_seen": "2023-10-09 03:32:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "8", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/m/de_edv@feddit.de/t/2270/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 110, + "page_from_size": 145867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - de_edv - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-07-30 21:25:03 +00:00", + "prev_seen": "2023-07-30 21:25:03 +00:00", + "last_seen": "2023-10-09 03:15:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/m/de_edv@feddit.de/t/2270/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol/votes/up", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 68, + "page_from_size": 57118, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Boosts - Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-07-30 21:39:53 +00:00", + "prev_seen": "2023-07-30 21:39:53 +00:00", + "last_seen": "2023-10-09 03:14:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/compartir-135-imagen-remove-background-image-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/removal-ai.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 134, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 135, + "page_from_internal_links": 21, + "page_from_size": 249269, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Compartir 135+ imagen remove background image ai - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-09 03:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 03:06:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminación.ai", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminación.ai Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.resourcepile.com", + "url_from": "https://www.resourcepile.com/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.127", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 15, + "page_from_size": 29734, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "grade clear Amuse Seraph sugar taste download convertor text - resourcepile.com", + "page_from_status_code": 200, + "first_seen": "2023-10-09 01:17:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 01:17:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "legal game booklet 60 Best Text to audio converter AI tools", + "image_url": "https://topai.tools/assets/img/tools/freetts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aiklaslokaal.nl", + "url_from": "https://aiklaslokaal.nl/handige-sites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "185.107.113.0", + "domain_from_country": "NL", + "page_from_external_links": 83, + "page_from_internal_links": 39, + "page_from_size": 76166, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Handige sites – AI KLASLOKAAL", + "page_from_status_code": 200, + "first_seen": "2023-08-27 17:52:01 +00:00", + "prev_seen": "2023-08-27 17:52:01 +00:00", + "last_seen": "2023-10-09 01:07:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.Tools", + "text_pre": "FuturetoolsFuturepediaAI Tools ArenaAI Tools.nlAI Educator Tools", + "text_post": "ToolScoutiLibAICyclopediaAI InfinityChatGPTdemoOpentoolsEthiekBegeleidingsethiekEthiek en AI – Zeven Methoden", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@KiofKi@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 100, + "page_from_internal_links": 347, + "page_from_size": 572317, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - KiofKi - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-09-04 12:12:59 +00:00", + "prev_seen": "2023-09-04 12:12:59 +00:00", + "last_seen": "2023-10-08 23:08:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bantersa.com", + "url_from": "https://bantersa.com/unleashing-the-power-of-ai-how-learning-and-understanding-artificial-intelligence-benefits-digital-marketing-agencies/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/task-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.19.169", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 44, + "page_from_size": 97973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence Benefits Digital Marketing Agencies | Banter Digital", + "page_from_status_code": 200, + "first_seen": "2023-08-26 07:04:48 +00:00", + "prev_seen": "2023-08-31 02:13:57 +00:00", + "last_seen": "2023-10-08 20:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI automation", + "text_pre": "Digital marketing involves numerous repetitive tasks such as data entry, report generation, and campaign optimization. By leveraging", + "text_post": ", agencies can significantly reduce the time spent on these mundane activities. With the assistance of AI-powered tools and algorithms, agencies can streamline workflows, improve efficiency, and allocate", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "oculen.best", + "url_from": "https://oculen.best/article/the-best-10-qualitative-data-analysis-software-platforms-in-2023-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Excel", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 177, + "domain_from_rank": 332, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.24.62", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 59, + "page_from_size": 127379, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "The Best 10 Qualitative Data Analysis Software Platforms in 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-10-08 18:11:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 18:11:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.darklab.sh", + "url_from": "https://r.darklab.sh/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "sh", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.23.193.4", + "domain_from_country": "SH", + "page_from_external_links": 461, + "page_from_internal_links": 14, + "page_from_size": 55966, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-10-08 18:00:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 18:00:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 70, + "domain_from_rank": 193, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 67, + "page_from_size": 193494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-07-04 12:21:04 +00:00", + "prev_seen": "2023-08-21 09:29:43 +00:00", + "last_seen": "2023-10-08 17:04:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "raindrop.io", + "url_from": "https://raindrop.io/mydjtl/slow-down-and-write-better-emails-20934939", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draftlab", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 492, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.10.217", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 22, + "page_from_size": 143592, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slow Down and Write Better Emails", + "page_from_status_code": 200, + "first_seen": "2023-10-08 16:30:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 16:30:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "DraftLab - top AI tools", + "text_pre": "DraftLab - top AI tools#ai·topai.tools·Aug 9, 2023", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gamasgamas.com", + "url_from": "https://gamasgamas.com/%D8%AF%D8%A7%DB%8C%D8%B1%DA%A9%D8%AA%D9%88%D8%B1%DB%8C-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-topai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 97, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "195.28.10.98", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 33, + "page_from_size": 226948, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دایرکتوری ابزارهای هوش مصنوعی TopAi - گاماس‌گاماس", + "page_from_status_code": 200, + "first_seen": "2023-08-27 19:10:57 +00:00", + "prev_seen": "2023-08-27 19:10:57 +00:00", + "last_seen": "2023-10-08 11:52:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "سایت", + "text_post": "یکی دیگر از دایرکتوری های ابزارهای هوش مصنوعی است که می‌توانید در قسمت جستجو نام و یا نوع سرویس و کاری که موردنظرتان است را وارد کرده تا ابزارهای مرتبط را نمایش دهد. و همینطور براساس دسته بندی ها نیز", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 575, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 64, + "page_from_size": 24896, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:51 +00:00", + "prev_seen": "2023-08-01 08:39:51 +00:00", + "last_seen": "2023-10-08 10:59:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "notabug.org", + "url_from": "https://notabug.org/nbatman/freemediaheckyeah/wiki/%F0%9F%A4%96+Artificial+Intelligence", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.9.105.58", + "domain_from_country": "US", + "page_from_external_links": 468, + "page_from_internal_links": 46, + "page_from_size": 63616, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "🤖 Artificial Intelligence - NotABug.org: Free code hosting", + "page_from_status_code": 200, + "first_seen": "2023-07-03 12:40:44 +00:00", + "prev_seen": "2023-08-25 11:27:51 +00:00", + "last_seen": "2023-10-08 04:09:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 345, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 98, + "page_from_size": 101874, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - kosh - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-10-08 03:03:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 03:03:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI video tools", + "text_pre": "Video Generation: AI can generate videos by predicting and generating subsequent frames based on an initial frame or set of frames. Examples: Synthesia,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI music tools", + "text_pre": "Music Generation: AI models can generate musical compositions and even imitate the style of specific composers or genres. Examples: Aiva, Soundful,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=3D", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI 3D tools", + "text_pre": "Object Generation: AI can generate three-dimensional objects and models, which can be used in fields like gaming, virtual reality, and product design. Examples: Masterpiece Studio, Meshcapade, Mochi,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=audio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI audio tools", + "text_pre": "Speech Synthesis: AI models can generate human-like speech, which is useful for applications like virtual assistants, audio books, and voice-overs. Examples: Google Text to Speech, Murf,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": null, + "text_post": "(AI tool directory)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/recolectar-191-imagen-vtuber-background-room-free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/live3d-anime-generator.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 133, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 190, + "page_from_internal_links": 20, + "page_from_size": 333516, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recolectar 191+ imagen vtuber background room free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:52:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 21:52:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de anime Live3d", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de anime Live3d Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@Senf@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 54, + "page_from_internal_links": 204, + "page_from_size": 310945, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Senf - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-08-28 01:02:19 +00:00", + "prev_seen": "2023-08-28 01:02:19 +00:00", + "last_seen": "2023-10-07 20:59:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-13 11:01:41 +00:00", + "prev_seen": "2023-08-13 11:01:41 +00:00", + "last_seen": "2023-10-07 16:17:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hypersonix.ai", + "url_from": "https://hypersonix.ai/blog/11-genai-tools-no-ecommerce-retailer-can-do-without/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": "AI", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 101187, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "11 GenAI Tools No eCommerce Retailer Can Do Without | Hypersonix", + "page_from_status_code": 200, + "first_seen": "2023-10-07 15:15:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 15:15:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Image Source", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 299, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184965, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 14:58:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 14:58:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ai-content-Detector/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 299, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 166257, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Detector and Chat GPT Checker Free - #1 AI Checker 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 13:05:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 13:05:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.10words.io", + "url_from": "https://click.10words.io/click?appIdentifier=750bcf3e-65a5-4977-a623-d6aad07d0fc0&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-13", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=10words&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-13", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 264, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "13.32.27.25", + "domain_from_country": "IO", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 118, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-10-07 11:28:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 11:28:07 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ja.home-theater-designers.com", + "url_from": "https://ja.home-theater-designers.com/zui-shina-ai-apuriwo-fa-jianmataha-jian-suosurutameno-ai-tsuruno-6-tsunoonrain-direkutori", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 283, + "page_from_size": 66109, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "最適な AI アプリを発見または検索するための AI ツールの 6 つのオンライン ディレクトリ - |インターネット|", + "page_from_status_code": 200, + "first_seen": "2023-06-30 22:26:05 +00:00", + "prev_seen": "2023-08-05 22:58:20 +00:00", + "last_seen": "2023-10-07 08:30:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "トップAI.ツール", + "text_pre": "2.", + "text_post": "(Web): AI ツールを発見し、候補リストを作成してエクスポートする", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.10words.io", + "url_from": "https://click.10words.io/click?appIdentifier=750bcf3e-65a5-4977-a623-d6aad07d0fc0&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-16", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=10words&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-16", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "13.32.27.25", + "domain_from_country": "IO", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 118, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-10-07 06:50:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 06:50:38 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hr.home-theater-designers.com", + "url_from": "https://hr.home-theater-designers.com/6-online-imenika-ai-alata-za-otkrivanje-ili-trazenje-najbolje-ai-aplikacije", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "HR", + "page_from_external_links": 68, + "page_from_internal_links": 276, + "page_from_size": 58192, + "page_from_encoding": "utf-8", + "page_from_language": "hr", + "page_from_title": "6 online imenika AI alata za otkrivanje ili traženje najbolje AI aplikacije - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 13:39:51 +00:00", + "prev_seen": "2023-08-06 00:57:58 +00:00", + "last_seen": "2023-10-07 06:49:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.alati", + "text_pre": "2.", + "text_post": "(Web): Otkrijte AI alate i izradite i izvezite uži izbor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.portlandtheotherjamaica.com", + "url_from": "https://www.portlandtheotherjamaica.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 105, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.157.43", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 16, + "page_from_size": 23030, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Hen vertex forecast Perceptual Decrepit George Hanbury niche meme account name generator - portlandtheotherjamaica.com", + "page_from_status_code": 200, + "first_seen": "2023-09-24 18:33:50 +00:00", + "prev_seen": "2023-09-24 18:33:50 +00:00", + "last_seen": "2023-10-07 05:27:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Susteen Premature Pride 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/namelix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.portlandtheotherjamaica.com", + "url_from": "https://www.portlandtheotherjamaica.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 105, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.157.43", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 16, + "page_from_size": 23030, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Hen vertex forecast Perceptual Decrepit George Hanbury niche meme account name generator - portlandtheotherjamaica.com", + "page_from_status_code": 200, + "first_seen": "2023-09-24 18:33:50 +00:00", + "prev_seen": "2023-09-24 18:33:50 +00:00", + "last_seen": "2023-10-07 05:27:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Susteen Premature Pride 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.let-o.com", + "url_from": "https://www.let-o.com/hama-website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 185, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.21.70", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 20085, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "kampioen maandag krassen hartstochtelijk bemanning Reiziger hama website - let-o.com", + "page_from_status_code": 200, + "first_seen": "2023-10-07 05:24:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 05:24:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "kern Groene bonen domesticeren Hama - Image Editing - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolsexplorer.com", + "url_from": "https://aitoolsexplorer.com/ai-online/ai-directory-websites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/?via=AIToolsExplorer.com", + "url_to_https": false, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 128, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.80.2.120", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 27, + "page_from_size": 83370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Directory Websites - AI Tools Explorer", + "page_from_status_code": 200, + "first_seen": "2023-07-26 02:00:45 +00:00", + "prev_seen": "2023-09-19 18:00:03 +00:00", + "last_seen": "2023-10-07 05:19:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "theresanaiforthat.comfuturetools.iofuturepedia.io", + "text_post": "easywithai.comaitoolmall.comaitoptools.comopentools.ai toolfinder.coaitoolsarena.com", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 301, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/?via=AIToolsExplorer.com" + }, + { + "type": "backlink", + "domain_from": "iw.home-theater-designers.com", + "url_from": "https://iw.home-theater-designers.com/6-sprywt-mqwwnwt-sl-kly-bynh-ml-kwtyt-lgylwy-w-hypws-hr-plyqzyyt-hbynh-hml-kwtyt-htwbh-bywtr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 292, + "page_from_size": 66998, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 ספריות מקוונות של כלי בינה מלאכותית לגילוי או חיפוש אחר אפליקציית הבינה המלאכותית הטובה ביותר - |אינטרנט|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 09:30:48 +00:00", + "prev_seen": "2023-08-06 02:18:12 +00:00", + "last_seen": "2023-10-07 02:03:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(אינטרנט): גלה את כלי הבינה המלאכותית, וצור וייצא רשימות קצרות", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aiyjs.com", + "url_from": "https://www.aiyjs.com/30595.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "8.218.90.222", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 116, + "page_from_size": 107777, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "国外英文AIGC工具导航汇总 – AI研究所", + "page_from_status_code": 200, + "first_seen": "2023-06-16 15:27:50 +00:00", + "prev_seen": "2023-09-06 16:24:26 +00:00", + "last_seen": "2023-10-06 23:26:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "TopAi.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 665, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 66, + "page_from_size": 27381, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-10-06 12:20:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 12:20:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/chat-gpt-pdf-summary/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 1107546, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can You Get a Chat GPT PDF Summary? It’s Easy With Mindgrasp!", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:39:47 +00:00", + "prev_seen": "2023-09-22 09:39:47 +00:00", + "last_seen": "2023-10-06 11:07:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "Mindgrasp has firmly positioned itself at the cutting edge of AI-driven content comprehension as reported by", + "text_post": "by offering a suite of features that outshine traditional tools like Chat GPT. While many wonder “how to upload a PDF to Chat GPT” or ask “can Chat GPT read a PDF”, Mindgrasp simplifies", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/chat-gpt-pdf-summary/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 1107546, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can You Get a Chat GPT PDF Summary? It’s Easy With Mindgrasp!", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:39:47 +00:00", + "prev_seen": "2023-09-22 09:39:47 +00:00", + "last_seen": "2023-10-06 11:07:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "the cutting edge of AI-driven content comprehension", + "text_pre": "Mindgrasp has firmly positioned itself at", + "text_post": "as reported by TopAI.tools by offering a suite of features that outshine traditional tools like Chat GPT. While many wonder “how to upload a PDF to Chat GPT” or ask “can Chat GPT read", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cash-ai.news", + "url_from": "https://cash-ai.news/2023/09/28/how-to-use-todays-ai-with-your-own-data-by-adam-nemeth-sep-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/chatbase", + "url_to_https": true, + "tld_from": "news", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.54.126.139", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 29, + "page_from_size": 108153, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to use today’s AI with your own data | by Adam Nemeth | Sep, 2023 - Cash AI", + "page_from_status_code": 200, + "first_seen": "2023-10-06 07:41:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 07:41:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "ugc", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tools", + "text_pre": "By now, there are a lot of", + "text_post": ", for which can grab a website, or a bunch of files, and you can ask about them ChatGPT-style. Let’s say you add your company handbook and a new employee asks for vacation policies, the bot can answer", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.convertkit-mail4.com", + "url_from": "https://click.convertkit-mail4.com/v8udn54zlvfrhxnmok0sw/dpheh0h0z9x5znam/aHR0cHM6Ly90b3BhaS50b29scw==", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "3.21.67.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 85, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-04-07 21:56:41 +00:00", + "prev_seen": "2023-07-26 06:05:40 +00:00", + "last_seen": "2023-10-05 23:54:43 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.outreachbee.com", + "url_from": "https://www.outreachbee.com/link-building-strategies-for-a-gaming-website/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Infographic-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 219, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.5", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 39, + "page_from_size": 159473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Link Building Strategies for a Gaming Website", + "page_from_status_code": 200, + "first_seen": "2023-08-31 19:55:43 +00:00", + "prev_seen": "2023-08-31 19:55:43 +00:00", + "last_seen": "2023-10-05 21:08:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI infographic generator tools", + "text_pre": "Incorporate different forms of visual content in your gaming website. A lot of readers love informative infographics, which increases the likelihood of them sharing your content. There are plenty of", + "text_post": "on the internet to help you create professional-looking infographics.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/cookies/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 299, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 10, + "page_from_size": 108213, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cookie Policy (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 17:17:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 17:17:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/privacy-policy/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 105, + "domain_from_rank": 299, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 10, + "page_from_size": 103246, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Privacy Policy (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 17:15:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 17:15:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lbkconsulting.fr", + "url_from": "https://lbkconsulting.fr/2023/09/11/le-comment-du-pourquoi-133-extrait/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/podcast-summary-generator", + "url_to_https": true, + "tld_from": "fr", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 164, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.162", + "domain_from_country": "FR", + "page_from_external_links": 48, + "page_from_internal_links": 18, + "page_from_size": 131060, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Le Comment Du Pourquoi #133 (extrait) - LBk Consulting", + "page_from_status_code": 200, + "first_seen": "2023-10-05 12:28:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 12:28:43 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "source", + "text_pre": "IA répondant à un cas d’usage, et un seul, c’est clair que tous ne survivront pas. L’acquisition tourne à plein, mais côté rétention ? Pour exemple, 60 outils qui permettent de résumer un podcast. (", + "text_post": " 🇺🇸) ", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "leap.emids.com", + "url_from": "https://leap.emids.com/genai-leverage-your-new-virtual-buddy-at-work/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Data%20Analysis", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "54.72.115.229", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 213941, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GenAI – leverage your new virtual buddy at work – LeAP", + "page_from_status_code": 200, + "first_seen": "2023-10-05 11:52:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 11:52:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "75 tools", + "text_pre": "through heaps of data to find answers can be a daunting task. With the aid of GenAI, you can simply upload the data, then ask questions about it, gain insights, and find trends. There are almost", + "text_post": "including free ones like Graphy and Census GPT to help you understand data in simpler, faster ways and make better decisions. But do remember, the quality and accuracy of the data used will affect the", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bigtopcatalog.com", + "url_from": "https://bigtopcatalog.com/product-catalog-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-catalog-management-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.35.12", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 73, + "page_from_size": 44022, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find your favorite Product Catalog Ai Catalogs from brand-name merchants specializing", + "page_from_status_code": 200, + "first_seen": "2023-10-05 10:21:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 10:21:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show details", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hughkice.com", + "url_from": "https://www.hughkice.com/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 38, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.3.101", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 22, + "page_from_size": 22821, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Sway Tjen Tempel Ruckus lige ud Føde top nsfw - hughkice.com", + "page_from_status_code": 200, + "first_seen": "2023-10-05 07:51:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 07:51:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "kaldenavn forklædt Skeptisk 60 Best Nsfw chatbot AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tinmog.org.uk", + "url_from": "https://www.tinmog.org.uk/generare-lista-figuri-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/fuups.png", + "url_to_https": true, + "tld_from": "org.uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 72, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.95.188", + "domain_from_country": "GB", + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 22093, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "generare lista figuri word - tinmog.org.uk", + "page_from_status_code": 200, + "first_seen": "2023-10-05 04:55:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 04:55:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "talent ancestor aisle Fuups", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/lb/revolution%C3%A9iert-de-Klassesall-d%C3%A9i-nei-%C3%84ra-vun-engem-verst%C3%A4erkte-L%C3%A9ieren/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 129867, + "page_from_encoding": "utf-8", + "page_from_language": "lb", + "page_from_title": "Revolutioun vum Klassesall: Déi nei Ära vum AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-05 02:36:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 02:36:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuell Tuteuren", + "text_pre": "AI an der Educatioun mécht stänneg seng Schrëtt no vir. Hutt Dir schons vun héieren", + "text_post": "? Dëst sinn net nëmme Videoopnamen oder interaktiv Lektioune mee héich raffinéiert AI-gedriwwen Plattformen déi fäeg sinn den Léierstil vun engem mënschlechen Tuteur ze mimikéieren. Si analyséieren Är", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 298, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 189220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 02:36:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 02:36:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bigtopcatalog.com", + "url_from": "https://bigtopcatalog.com/catalog-management-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-catalog-management-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.35.12", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 73, + "page_from_size": 42018, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find your favorite Catalog Management Tool Catalogs from brand-name merchants specializing", + "page_from_status_code": 200, + "first_seen": "2023-10-05 00:27:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 00:27:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show details", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fcatalogue.com", + "url_from": "https://fcatalogue.com/ai-to-create-catalogue/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-catalog-management-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.195.1", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 77, + "page_from_size": 46557, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find your favorite Ai To Create Catalogue. Browse our catalogs to find the perfect products or services for your needs", + "page_from_status_code": 200, + "first_seen": "2023-10-05 00:01:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 00:01:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show details", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai-review.com", + "url_from": "https://ai-review.com/productivity/maester/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/maester-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "191.96.63.105", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 426206, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "⋙ Maester: Price, Pros & Cons, Alternatives, App Reviews", + "page_from_status_code": 200, + "first_seen": "2023-10-04 21:33:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 21:33:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "of the platform’s features, such as customizable templates and history management, you will need to sign in with a user account. Maester.app is a free service, making it accessible to a wide range of users [", + "text_post": "].", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolboard.com", + "url_from": "https://aitoolboard.com/blog/post-e37b48ef-2578-4ea8-8dcb-e6a53dc0782b", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 62, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 133, + "page_from_size": 64136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 AI Tools Directories | AI ToolBoard", + "page_from_status_code": 200, + "first_seen": "2023-10-04 21:30:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 21:30:27 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "5. Top AI Tools (", + "text_post": ")", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=xplorai.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 243, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 19:18:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 19:18:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 126, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.51", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131794, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-08-30 00:39:17 +00:00", + "prev_seen": "2023-08-30 00:39:17 +00:00", + "last_seen": "2023-10-04 15:47:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/pt/revolucionando-a-sala-de-aula-a-nova-era-de-aprendizagem-aprimorada-de-IA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 131452, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Revolucionando a sala de aula: a nova era da aprendizagem aprimorada por IA - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-04 14:27:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 14:27:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutores virtuais", + "text_pre": "A IA na educação está avançando constantemente. Você já ouviu falar", + "text_post": "? Estas não são meras gravações de vídeo ou aulas interativas, mas plataformas altamente sofisticadas baseadas em IA, capazes de imitar o estilo de ensino de um tutor humano. Eles analisam seus padrões", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "search.ai.wiki", + "url_from": "https://search.ai.wiki/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "wiki", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "162.246.254.135", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 14, + "page_from_size": 67299, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning – Search.AI.Wiki", + "page_from_status_code": 200, + "first_seen": "2023-10-04 13:48:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 13:48:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "search.ai.wiki", + "url_from": "https://search.ai.wiki/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "wiki", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "162.246.254.135", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 14, + "page_from_size": 75005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning – Search.AI.Wiki", + "page_from_status_code": 200, + "first_seen": "2023-10-04 13:34:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 13:34:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sk/stiahnite-si/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 128050, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "Stiahnite si (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:41:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:41:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Hodnotiť na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nl/downloaden/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 128014, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Downloaden (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:40:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:40:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beoordelen op Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/tentang-kami/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 36, + "page_from_size": 135438, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Tentang Kami (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:39:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:39:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sk/o-nas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 127562, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "O Náš (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:39:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Hodnotiť na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nl/over-ons/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 32, + "page_from_size": 134456, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Ontmoet ons Team (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:37:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:37:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beoordelen op Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/ekibimizle-tanisin/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 35, + "page_from_size": 136433, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Hakkımızda (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:37:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:37:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/penghitung-kata/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 145374, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Penghitung Kata dan Penghitung Karakter (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:35:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:35:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ca/descarregar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 33, + "page_from_size": 128044, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "Descarregar (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:34:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:34:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valorar a Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/ai-detektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 29, + "page_from_size": 171186, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "AI Detector Dansk & Chat GPT Detector (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:32:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:32:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/ai-icerik-tespit-edici/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 158912, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Ai Detector Türkçe Ve Yapay Zeka Dedektörü (Ücretsiz)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:31:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:31:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ca/nostre-equip/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 32, + "page_from_size": 134729, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "Nostre Equip (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:30:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:30:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valorar a Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 128875, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:29:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:29:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/indir/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 129407, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "İndir (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:28:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:28:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 128074, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:27:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:27:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/skachat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 130377, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Скачать (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:25:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:25:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 34, + "page_from_size": 128834, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "다운로드 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:24:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:24:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.toad.city", + "url_from": "https://git.toad.city/toad_city/FMHY/wiki/%F0%9F%A4%96-Artificial-Intelligence", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "city", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "75.132.230.154", + "domain_from_country": null, + "page_from_external_links": 469, + "page_from_internal_links": 38, + "page_from_size": 82635, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Artificial Intelligence - FMHY - Gitoad", + "page_from_status_code": 200, + "first_seen": "2023-08-19 12:01:32 +00:00", + "prev_seen": "2023-08-19 12:01:32 +00:00", + "last_seen": "2023-10-04 07:53:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/antyplagiat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 156587, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Antyplagiat Online Darmowy (Bez Pobierania)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:53:50 +00:00", + "prev_seen": "2023-09-05 07:53:50 +00:00", + "last_seen": "2023-10-04 07:35:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/nossa-equipe/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 36, + "page_from_size": 136268, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Nossa Equipe (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:35:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:35:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/compteur-de-mots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 147914, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Compteur de mots et compteur de caractères (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 22:11:08 +00:00", + "prev_seen": "2023-08-23 22:11:08 +00:00", + "last_seen": "2023-10-04 07:34:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/traducator-cod-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 147271, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Codul Morse Translator și Decodor Cod Morse (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:19:54 +00:00", + "prev_seen": "2023-09-05 07:19:54 +00:00", + "last_seen": "2023-10-04 07:31:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/word-counter/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 145136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Word and Character Counter Tool (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:31:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:31:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/morsecode-uebersetzer/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 147620, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Morsecode Übersetzer Und Morsecode-Decoder (Kostenlos)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:03:40 +00:00", + "prev_seen": "2023-09-05 07:03:40 +00:00", + "last_seen": "2023-10-04 07:30:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/verificare-plagiat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 164667, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Program Antiplagiat Gratuit (Fără Descărcare)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:22:14 +00:00", + "prev_seen": "2023-09-05 07:22:14 +00:00", + "last_seen": "2023-10-04 07:28:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/mot-vart-team/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 134316, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "Møt vårt Team   (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:28:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:28:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6MjAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoiYWxsIiwiaW5jbHVkZV9zdWJkb21haW5zIjp0cnVlLCJpbnRlcm5hbF9saXN0X2xpbWl0IjoxMCwibW9kZSI6ImFzX2lzIiwiYWlkIjo2NjM3Nn0sIlNlYXJjaEFmdGVyRGF0YSI6eyJWZXJzaW9uIjoxLCJTZWFyY2hBZnRlclZhbHVlcyI6eyJyYW5rIjowLCJsYXN0X3NlZW4iOiIyMDIzLTEwLTA0VDA3OjI4OjA2KzAwOjAwIn0sIlRva2VuUmVhbE9mZnNldCI6MzAwMH19" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-all-backlinks/4.json b/resources/data/dfs/backlinks/topaitools-all-backlinks/4.json new file mode 100644 index 0000000..ac9f9c4 --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-all-backlinks/4.json @@ -0,0 +1,46032 @@ +{ + "id": "11241546-6637-0269-0000-c3f10c73cbc7", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1405 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "all", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 3000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 5203, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/conta-parole/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 147011, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Conta Parole e Conta Caratteri (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:26:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:26:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/plagiarism-checker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 160114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Online Plagiarism Checker With Percentage (No Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:53:58 +00:00", + "prev_seen": "2023-09-05 06:53:58 +00:00", + "last_seen": "2023-10-04 07:25:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/detector-de-plagio/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 163507, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Detector de Plagio Gratis Online (Sin Descarga)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:04:08 +00:00", + "prev_seen": "2023-09-05 07:04:08 +00:00", + "last_seen": "2023-10-04 07:24:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/om-oss/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 33, + "page_from_size": 134233, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Om Oss (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:22:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:22:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/plagiatspruefung-kostenlos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 163292, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Plagiatsprüfung kostenlos Online (Kein Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:07:43 +00:00", + "prev_seen": "2023-09-05 07:07:43 +00:00", + "last_seen": "2023-10-04 07:21:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/pembilang-kata/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 149534, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Kira Patah Perkataan Online and Kira Aksara (Percuma)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 08:01:44 +00:00", + "prev_seen": "2023-09-05 08:01:44 +00:00", + "last_seen": "2023-10-04 07:19:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/chi-siamo/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 135381, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Chi Siamo (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:18:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:18:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/o-nas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 35, + "page_from_size": 138494, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "O Nas (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:16:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:16:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/about-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 135692, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "저희 팀을 만나보세요 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 02:02:41 +00:00", + "prev_seen": "2023-08-19 02:02:41 +00:00", + "last_seen": "2023-10-04 07:15:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/penyemak-plagiarism/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 164948, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Semak Plagiat Bahasa Melayu (Tak Perlu Muat Turun)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:54:50 +00:00", + "prev_seen": "2023-09-05 07:54:50 +00:00", + "last_seen": "2023-10-04 07:13:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/contador-de-palavras/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 150018, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Contador de Palavras e Contador de Caracteres (Grátis)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 04:28:11 +00:00", + "prev_seen": "2023-08-19 04:28:11 +00:00", + "last_seen": "2023-10-04 07:12:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/alfabet-morsea-tlumacz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 148593, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Alfabet Morse'a Tłumacz (Darmowe)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:58:28 +00:00", + "prev_seen": "2023-09-05 07:58:28 +00:00", + "last_seen": "2023-10-04 07:11:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/sobre-nosotros/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 93, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 136246, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Sobre Nosotros (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:10:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:10:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/tradutor-codigo-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 111, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 151579, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Código Morse Tradutor (Grátis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:56:13 +00:00", + "prev_seen": "2023-09-05 07:56:13 +00:00", + "last_seen": "2023-10-04 07:09:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/traduttore-codice-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 119, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 147859, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Traduttore Codice Morse Online e Decodificatore (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:07:34 +00:00", + "prev_seen": "2023-09-05 07:07:34 +00:00", + "last_seen": "2023-10-04 07:07:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/traductor-codigo-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 123, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 148733, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Codigo Morse Traductor y Decodificador (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:01:04 +00:00", + "prev_seen": "2023-09-05 07:01:04 +00:00", + "last_seen": "2023-10-04 07:05:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/morse-code-translator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 145915, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Morse Code Translator and Morse Code Decoder (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:58:57 +00:00", + "prev_seen": "2023-09-05 06:58:57 +00:00", + "last_seen": "2023-10-04 07:04:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 159, + "domain_from_rank": 298, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 180010, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Corectarea Texte și Corector Gramatical Online (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-18 22:05:11 +00:00", + "prev_seen": "2023-08-18 22:05:11 +00:00", + "last_seen": "2023-10-04 07:03:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/el/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 184, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 215184, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ορθογραφικός Έλεγχος, Γραμματικός Έλεγχος (Δωρεάν)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:01:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:01:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Βαθμολογήστε στο Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 192, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 180697, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "Rettskriving Sjekk og Stavekontroll (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:57:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:57:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 194, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 182403, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Kielioppi Tarkistus ja Oikolukija (Vapaa)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 10:11:01 +00:00", + "prev_seen": "2023-09-01 10:11:01 +00:00", + "last_seen": "2023-10-04 06:56:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 200, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 33, + "page_from_size": 170666, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "中文拼写和语法检查器 (免费)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:33:44 +00:00", + "prev_seen": "2023-08-19 03:33:44 +00:00", + "last_seen": "2023-10-04 06:54:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/hu/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 201, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 185512, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "Szöveg Helyesírás Ellenőrző App (Ingyenes)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:52:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:52:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Értékelés a Top AI Tools-ön", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 206, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 177321, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Stavningskontroll och Grammatik Kontroll Svenska (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:51:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:51:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 207, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 188389, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Rechtschreibprüfung und Online-Rechtschreibung prüfen (Frei)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:48:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:48:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/es/pornografia/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 61, + "page_from_size": 117820, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Top 10 Hottest AI Girlfriend Sex Chatbot Sites of 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:45:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:45:06 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "external"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Why pick", + "text_post": ", you ask?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 208, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 189959, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Korektor Tekstu z Sprawdzanie Pisowni Online (Wolny)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:33:55 +00:00", + "prev_seen": "2023-08-19 03:33:55 +00:00", + "last_seen": "2023-10-04 06:44:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 208, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 181315, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Spellingscontrole en Grammatica Check (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 00:05:53 +00:00", + "prev_seen": "2023-08-19 00:05:53 +00:00", + "last_seen": "2023-10-04 06:42:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beoordelen op Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 210, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 180521, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Tatabahasa Checker dan Pembetulan Ayat Bahasa Melayu", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:36:30 +00:00", + "prev_seen": "2023-08-19 03:36:30 +00:00", + "last_seen": "2023-10-04 06:40:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 219, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 181866, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Stavekontrol, Grammatikkontrol og Tegnsætning (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:38:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:38:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 225, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 190367, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Corretor de Texto Online e Corretor Ortografico (Grátis)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:35:25 +00:00", + "prev_seen": "2023-08-19 03:35:25 +00:00", + "last_seen": "2023-10-04 06:36:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ca/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 221, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 177929, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "Corrector Catala y Corrector Ortografic Catala (Gratuït)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 11:31:06 +00:00", + "prev_seen": "2023-08-19 11:31:06 +00:00", + "last_seen": "2023-10-04 06:35:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Valorar a Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 226, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 33, + "page_from_size": 202098, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "영어 문법 검사기 및 문법 검사기 (무료)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 00:45:35 +00:00", + "prev_seen": "2023-08-19 00:45:35 +00:00", + "last_seen": "2023-10-04 06:33:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 231, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 218378, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "تصحيح املائي ومصحح لغوي (حر)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 13:54:53 +00:00", + "prev_seen": "2023-08-27 13:54:53 +00:00", + "last_seen": "2023-10-04 06:32:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 251, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 199401, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Correcteur orthographe et correcteur de texte (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 18:56:34 +00:00", + "prev_seen": "2023-08-27 18:56:34 +00:00", + "last_seen": "2023-10-04 06:30:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 249, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 176869, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "文法チェックとスペルチェック (無料)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 06:33:18 +00:00", + "prev_seen": "2023-08-19 06:33:18 +00:00", + "last_seen": "2023-10-04 06:28:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 269, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 201207, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Проверка орфографии и проверка текста на ошибки", + "page_from_status_code": 200, + "first_seen": "2023-08-19 01:29:48 +00:00", + "prev_seen": "2023-08-19 01:29:48 +00:00", + "last_seen": "2023-10-04 06:26:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 274, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 208987, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Corrector Castellano y Corrector Ortografico (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:23:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:23:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ai-content-detector/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 282, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 170548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Detector and Chat GPT Checker Free - #1 AI Checker 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:22:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:22:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 321, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 187889, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Correttore Grammaticale e Correttore Italiano (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:21:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:21:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 355, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 189218, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-24 16:03:05 +00:00", + "prev_seen": "2023-08-24 16:03:05 +00:00", + "last_seen": "2023-10-04 06:20:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=webhelpme&utm_medium=marketplace&utm_campaign=webhelpme", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 189218, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:18:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:18:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B8%95%E0%B8%B1%E0%B8%A7%E0%B8%99%E0%B8%B1%E0%B8%9A%E0%B8%84%E0%B8%B3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 188230, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "\"แอปนับคำ และ โปรแกรมนับตัวอักษร (ฟรี)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:17:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:17:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 36, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 180548, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Cek Grammar Gratis dan Koreksi Grammar (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:16:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:16:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 34, + "page_from_size": 128620, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "下载 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:15:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:15:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/muat-turun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 128841, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Muat Turun (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:13:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:13:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/mengenai-kami/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 135100, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Mengenai Kami (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:12:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:12:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/pengesan-kandungan-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 32, + "page_from_size": 166526, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Pengesan Kandungan AI Melayu (Percuma) - Kesan ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:09:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/o-nas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 35, + "page_from_size": 135325, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "O nas (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:07:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/detektor-tresci-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 164029, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Chat GPT Detector i Wykrywacz AI Polski (Bezpłatny)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:03:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:03:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/descarcati/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 128831, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Descărcați (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:02:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:02:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/detector-continut-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 32, + "page_from_size": 159423, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "AI Detector Română & Chat GPT Detector (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:00:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:00:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/el/lipsi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 129608, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ληψη (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:57:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:57:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Βαθμολογήστε στο Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bausne.pw", + "url_from": "https://bausne.pw/article/the-best-artificial-intelligence-for-resume-creation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Resume-summary-generator", + "url_to_https": true, + "tld_from": "pw", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.179.93", + "domain_from_country": "PW", + "page_from_external_links": 27, + "page_from_internal_links": 47, + "page_from_size": 114574, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "The Best Artificial Intelligence for Resume Creation (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-31 04:33:55 +00:00", + "prev_seen": "2023-08-31 04:33:55 +00:00", + "last_seen": "2023-10-04 05:56:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Resume-summary-generator", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/hu/letoltes/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 128111, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "Letöltés (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:55:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:55:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Értékelés a Top AI Tools-ön", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/detector-contenido-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 181, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 177563, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Detector de IA & Detector de Chat GPT Español (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:54:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:54:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/descargar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 129173, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Descargar (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:53:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:53:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/about-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 35, + "page_from_size": 144452, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "About us (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:51:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:51:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 128780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:49:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:49:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/nedlasting/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 128043, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "Nedlasting (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:47:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:47:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/ladda-ner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 128053, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Ladda Ner (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:46:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:46:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thefuturisticminds.com", + "url_from": "https://thefuturisticminds.com/ai-education/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/socratic-by-google", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.106.228", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 38, + "page_from_size": 230288, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Education: Latest Trends, Projects, Tools, Future & More", + "page_from_status_code": 200, + "first_seen": "2023-10-04 04:10:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 04:10:18 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Socratic is an AI-powered tutoring app that helps students with their homework. Socratic uses AI to identify student errors and provide step-by-step explanations.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-04 04:05:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 04:05:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bionyt.s807.sureserver.com", + "url_from": "http://bionyt.s807.sureserver.com/news2023march05-articles/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 75, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 434, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "195.8.222.25", + "domain_from_country": "DK", + "page_from_external_links": 628, + "page_from_internal_links": 79, + "page_from_size": 1097001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "News2023March05-Articles - bionyt.dk", + "page_from_status_code": 200, + "first_seen": "2023-03-09 17:57:18 +00:00", + "prev_seen": "2023-04-10 03:51:44 +00:00", + "last_seen": "2023-10-04 03:54:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "[link]", + "text_pre": "submitted by /u/Linkology", + "text_post": "[comments]", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "space4peace.org", + "url_from": "https://space4peace.org/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 333, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "35.214.63.138", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 43, + "page_from_size": 53887, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force", + "page_from_status_code": 200, + "first_seen": "2023-08-30 09:28:35 +00:00", + "prev_seen": "2023-08-30 09:28:35 +00:00", + "last_seen": "2023-10-04 02:29:11 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/fr/porno/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 61, + "page_from_size": 117881, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Top 10 Hottest AI Girlfriend Sex Chatbot Sites of 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:09:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 02:09:24 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "external"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Why pick", + "text_post": ", you ask?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/tag/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 52, + "page_from_internal_links": 39, + "page_from_size": 185453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:10:34 +00:00", + "prev_seen": "2023-09-24 19:10:34 +00:00", + "last_seen": "2023-10-04 01:31:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "genesisminds.com", + "url_from": "https://genesisminds.com/blog/how-to-optimize-your-website-for-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/competitor-analysis-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 133, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.120.3", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 36, + "page_from_size": 144086, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to Optimize your Website for AI?", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:49:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:49:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Competitor analysis tool AI tools ", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?githubrepo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 125, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.51", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131770, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:08:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:08:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=topappsai&utm_medium=marketplace&utm_campaign=topappsai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 20:31:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 20:31:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fmhy.vercel.app", + "url_from": "https://fmhy.vercel.app/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "vercel.app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 127, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.9", + "domain_from_country": null, + "page_from_external_links": 462, + "page_from_internal_links": 25, + "page_from_size": 173535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-03 13:21:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 13:21:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 107, + "page_from_size": 186653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:47 +00:00", + "prev_seen": "2023-09-22 10:03:47 +00:00", + "last_seen": "2023-10-03 11:54:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 107, + "page_from_size": 186203, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:59 +00:00", + "prev_seen": "2023-09-22 10:04:59 +00:00", + "last_seen": "2023-10-03 11:53:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-deep-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 87, + "page_from_size": 115013, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:49:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:49:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mastering-creativity-a-profound-dive-into-variational-autoencoders-vae/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 104, + "page_from_size": 126606, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:47:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:47:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/how-generative-ai-is-transforming-analytics/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 110, + "page_from_size": 137638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:47:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:47:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/unlocking-the-potential-of-deep-learning-a-journey-into-ais-powerhouse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 130067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:47:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:47:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/content-creation/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 93, + "page_from_size": 131879, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:14 +00:00", + "prev_seen": "2023-09-22 09:59:14 +00:00", + "last_seen": "2023-10-03 11:47:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/affiliate-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 104630, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:56:32 +00:00", + "prev_seen": "2023-09-22 09:56:32 +00:00", + "last_seen": "2023-10-03 11:46:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/search-engine/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 104830, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:19 +00:00", + "prev_seen": "2023-09-22 09:59:19 +00:00", + "last_seen": "2023-10-03 11:46:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 105, + "page_from_size": 183180, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:42 +00:00", + "prev_seen": "2023-09-22 09:55:42 +00:00", + "last_seen": "2023-10-03 11:46:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/malware/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 104850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:02:08 +00:00", + "prev_seen": "2023-09-22 10:02:08 +00:00", + "last_seen": "2023-10-03 11:46:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-ad/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 105254, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:12 +00:00", + "prev_seen": "2023-09-22 09:55:12 +00:00", + "last_seen": "2023-10-03 11:46:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 70, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 88, + "page_from_size": 134177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:53:32 +00:00", + "prev_seen": "2023-09-22 09:53:32 +00:00", + "last_seen": "2023-10-03 11:43:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aimojo.pro", + "url_from": "https://aimojo.pro/tools/artistinterview/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/artistinterview", + "url_to_https": true, + "tld_from": "pro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 35, + "page_from_size": 119015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artistinterview Review, Pricing, Features and Alternatives - Oct 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:10:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:10:01 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Content Creation: Generate engaging interview content for blogs, podcasts, or other media platforms", + "text_post": ".", + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.doggiedashboard.com", + "url_from": "https://blog.doggiedashboard.com/blog/why-use-google-adwords-for-your-doggie-daycare-nbs", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/conversation-tracking-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 309, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "54.161.241.46", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 8, + "page_from_size": 16902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why Use Google AdWords for Your Doggie Daycare & Boarding Kennel?", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:13:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:13:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "looking into conversion tracking", + "text_pre": "detailed reporting and analytics, so you can see exactly how your campaign is performing. This helps you make informed decisions about your advertising strategy. Once you get a feel for how AdWords works, you can start", + "text_post": ". This normally requires you to post a small snippet of code on the \"success\" page of your contact form. When someone clicks on your Google ads, they'll be taken to your landing page. On the landing page,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 63, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-30 11:23:30 +00:00", + "prev_seen": "2023-08-30 11:23:30 +00:00", + "last_seen": "2023-10-03 06:08:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 424, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 76, + "page_from_internal_links": 128, + "page_from_size": 603302, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:06:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:06:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "m.okjike.com", + "url_from": "https://m.okjike.com/users/39023094-48e1-4cd9-ae3b-565003a9ad3e", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 304, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.99.112.78", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 200741, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "艾文来了的个人主页 - 即刻App", + "page_from_status_code": 200, + "first_seen": "2023-09-04 17:26:07 +00:00", + "prev_seen": "2023-09-04 17:26:07 +00:00", + "last_seen": "2023-10-03 05:08:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 111779, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-28 10:31:14 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 10:31:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/software-antiplagio/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 149495, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Software Antiplagio Gratis (Senza Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-28 10:31:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 10:31:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/su/revolutionizing-kelas-era-anyar-bantuan-learning-ditingkatkeun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 131188, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-28 10:11:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 10:11:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-office-bot-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-02-08 23:09:13 +00:00", + "prev_seen": "2023-09-03 07:56:36 +00:00", + "last_seen": "2023-09-28 07:56:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ku/%C5%9Fore%C5%9Fa-pol%C3%AA-serdema-n%C3%BB-ya-f%C3%AArb%C3%BBna-p%C3%AA%C5%9Fkeft%C3%AE/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 123823, + "page_from_encoding": "utf-8", + "page_from_language": "ku", + "page_from_title": "Şoreşa dersê: Serdema Nû ya Fêrbûna Pêşkeftî ya AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-28 07:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 07:18:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "mamosteyên virtual", + "text_pre": "AI di perwerdehiyê de bi domdarî gavên xwe pêş de diavêje. Ma we qet bihîstiye", + "text_post": "? Vana ne tenê tomarkirinên vîdyoyê an dersên înteraktîf in lê platformên pir sofîstîke yên AI-ê ne ku dikarin şêwaza hînkirina mamosteyek mirovî bişopînin. Ew qalibên fêrbûna we analîz dikin, xalên qels", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitoolslist-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-04-07 19:29:41 +00:00", + "prev_seen": "2023-08-23 16:38:59 +00:00", + "last_seen": "2023-09-28 06:37:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=findmyaitool&utm_medium=marketplace&utm_campaign=findmyaitool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 164711, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-28 06:26:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 06:26:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/saas-ai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-02-08 18:52:45 +00:00", + "prev_seen": "2023-09-04 15:24:10 +00:00", + "last_seen": "2023-09-28 06:00:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.producthunt.com", + "url_from": "https://www.producthunt.com/discussions/ai-newsletters", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-newsletter-list.html", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 624, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.230.83", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 57, + "page_from_size": 101249, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Newsletters? | Product Hunt", + "page_from_status_code": 200, + "first_seen": "2023-08-12 14:50:44 +00:00", + "prev_seen": "2023-08-12 14:50:44 +00:00", + "last_seen": "2023-09-28 04:04:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-new...", + "text_pre": "OK, A few more...", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/nl/een-revolutie-teweegbrengen-in-het-klaslokaal,-het-nieuwe-tijdperk-van-ai-verbeterd-leren/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 122040, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Een revolutie in het klaslokaal: het nieuwe tijdperk van AI-ondersteund leren - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-28 02:44:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 02:44:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuele docenten", + "text_pre": "AI in het onderwijs zet gestaag stappen vooruit. Heb je ooit gehoord van", + "text_post": "? Dit zijn niet louter video-opnamen of interactieve lessen, maar zeer geavanceerde AI-gestuurde platforms die de lesstijl van een menselijke docent kunnen nabootsen. Ze analyseren uw leerpatronen, begrijpen", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.windowssearch-exp.com", + "url_from": "https://www.windowssearch-exp.com/images/search?q=Narrator+PNG&qft=+filterui%3acolor2-FGcls_BLUE&FORM=IRIBIP", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbox-narrator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.107.5.86", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 182, + "page_from_size": 629117, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Narrator PNG - Bing images", + "page_from_status_code": 200, + "first_seen": "2023-09-28 02:25:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 02:25:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/nanai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-08-25 01:05:03 +00:00", + "prev_seen": "2023-08-25 01:05:03 +00:00", + "last_seen": "2023-09-28 02:04:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/there-s-an-ai-for-that-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-03-12 17:25:08 +00:00", + "prev_seen": "2023-08-31 06:15:52 +00:00", + "last_seen": "2023-09-28 00:11:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-image-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 4516, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 403, + "first_seen": "2023-05-06 07:40:58 +00:00", + "prev_seen": "2023-08-23 16:26:03 +00:00", + "last_seen": "2023-09-27 22:52:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.windowssearch-exp.com", + "url_from": "https://www.windowssearch-exp.com/images/search?q=Narrator+PNG&qft=+filterui%3acolor2-FGcls_BLUE&FORM=IRMHIP", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbox-narrator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.107.5.86", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 182, + "page_from_size": 629690, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Narrator PNG - Bing images", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:35:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 21:35:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=topappsai&utm_medium=marketplace&utm_campaign=topappsai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 164817, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:16:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 21:16:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.windowssearch-exp.com", + "url_from": "https://www.windowssearch-exp.com/images/search?&q=Narrator+PNG&qft=+filterui:color2-FGcls_BLUE&FORM=IRFLTR", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbox-narrator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.107.5.86", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 182, + "page_from_size": 629690, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Narrator PNG - Bing images", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:04:32 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 21:04:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=doctrina&utm_medium=review&utm_campaign=academichelp_reviews&utm_id=academichelp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-28 14:38:07 +00:00", + "prev_seen": "2023-08-20 22:44:16 +00:00", + "last_seen": "2023-09-27 16:00:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/herunterladen/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 111777, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Herunterladen (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 15:48:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 15:48:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 169722, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 12:52:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 12:52:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nav.zhengwenfeng.com", + "url_from": "https://nav.zhengwenfeng.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 187, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.123", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 1, + "page_from_size": 25462, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "发现导航 - 精选实用导航网站", + "page_from_status_code": 200, + "first_seen": "2023-08-01 11:41:10 +00:00", + "prev_seen": "2023-08-01 11:41:10 +00:00", + "last_seen": "2023-09-27 08:23:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "免费chatgpt-chat355国内免费chatgptAI 法律助手AI 法律助手phind为开发者提供的AI搜索引擎,包含了gpt回答和网页搜索chatpdf通过上传pdf文档,可以询问它关于文档中的内容,帮你总结与快速搜索AI中文智能对话国内的一款对接chatgpt的服务,但是是收费的。官方chatgptAI问答saasaitoolsAI搜索工具aisearchtoolAI搜索工具topaiAI工具搜索", + "text_post": "AI工具发现导航 - 精选实用导航网站AI工具发现导航 - 精选实用导航网站实用工具发现导航 - 精选实用导航网站nav-zhengwenfeng本人的导航网站imyshare发现导航 - 精选实用导航网站cxy521导航发现导航 - 精选实用导航网站导航发现导航 - 精选实用导航网站信息发现导航 - 精选实用导航网站jetbrains插件官网jetbrains插件官网编辑器发现导航 - 精选实用导航网站", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/d/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.161", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 80, + "page_from_size": 54580, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "topai.tools - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:33:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:33:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.161", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 72, + "page_from_size": 53312, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - kosh - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-09-17 13:45:33 +00:00", + "prev_seen": "2023-09-17 13:45:33 +00:00", + "last_seen": "2023-09-27 04:07:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/ai-tunnistin/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 29, + "page_from_size": 135367, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "AI Tunnistin & AI Detector Suomi (Vapaa) - #1 AI Detector", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:04:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:04:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/lataa/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 86326, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Lataa (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:04:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:04:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/da/revolutionerer-klassev%C3%A6relset-den-nye-%C3%A6ra-af-ai-forbedret-l%C3%A6ring/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 411, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 121380, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Revolutionering af klasseværelset: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-27 02:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 02:05:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuelle undervisere", + "text_pre": "AI i uddannelse tager støt sine skridt fremad. Har du nogensinde hørt om", + "text_post": "? Disse er ikke blot videooptagelser eller interaktive lektioner, men meget sofistikerede AI-drevne platforme, der er i stand til at efterligne en menneskelig vejleders undervisningsstil. De analyserer", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-futurepedia-io-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 64, + "page_from_size": 42152, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Futurepedia.io VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:15:35 +00:00", + "prev_seen": "2023-02-09 17:15:35 +00:00", + "last_seen": "2023-09-26 23:16:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-finder-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28248, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Finder Down? AI Finder status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 17:04:52 +00:00", + "prev_seen": "2023-08-23 16:25:54 +00:00", + "last_seen": "2023-09-26 21:37:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Finder", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-finder-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 23, + "page_from_internal_links": 91, + "page_from_size": 58482, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Finder Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-06-27 22:26:53 +00:00", + "prev_seen": "2023-08-23 16:05:11 +00:00", + "last_seen": "2023-09-26 21:27:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Finder", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/supertools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 25638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Supertools Down? Supertools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-26 20:24:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 20:24:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Supertools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-library-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28700, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Library Down? AI Library status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-26 20:08:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 20:08:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Library", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/supertools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 15, + "page_from_internal_links": 80, + "page_from_size": 46101, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Supertools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-26 19:47:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 19:47:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Supertools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-to-grow-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28344, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI to Grow Down? AI to Grow status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:22:25 +00:00", + "prev_seen": "2023-08-23 16:18:40 +00:00", + "last_seen": "2023-09-26 19:13:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI to Grow", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/6pedia-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28228, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6Pedia Down? 6Pedia status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-12 18:41:38 +00:00", + "prev_seen": "2023-08-12 18:41:38 +00:00", + "last_seen": "2023-09-26 17:24:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 6Pedia", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-software-directory-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 69, + "page_from_size": 52362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best Software Directory Software based on 197 factors (2023)", + "page_from_status_code": 200, + "first_seen": "2023-05-05 20:55:42 +00:00", + "prev_seen": "2023-08-23 15:41:16 +00:00", + "last_seen": "2023-09-26 17:14:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/6pedia-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 92, + "page_from_size": 59362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6Pedia Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:32:30 +00:00", + "prev_seen": "2023-08-12 14:18:46 +00:00", + "last_seen": "2023-09-26 17:11:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 6Pedia", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 27226, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "løn George Bernard binær bodsøvelser hævn Først top nsfw - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-09-26 07:58:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 07:58:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "konvertering Brun bakke 60 Best Nsfw chatbot AI tools", + "image_url": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-software-discovery-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 67, + "page_from_size": 49049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best Software Discovery Software based on 896 factors (2023)", + "page_from_status_code": 200, + "first_seen": "2023-03-10 11:02:53 +00:00", + "prev_seen": "2023-08-02 03:43:16 +00:00", + "last_seen": "2023-09-26 04:09:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thesaler.ir", + "url_from": "https://thesaler.ir/%D9%85%D8%B9%D8%B1%D9%81%DB%8C-%D9%88%D8%A8%D8%B3%D8%A7%DB%8C%D8%AA-topai%D8%9B-%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D9%88-%D8%A2%D8%B3%D8%A7%D9%86-%D8%A8%D9%87/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 321, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "65.108.31.83", + "domain_from_country": "IR", + "page_from_external_links": 7, + "page_from_internal_links": 75, + "page_from_size": 175376, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "معرفی وب‌سایت TopAI؛ دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی – فروشگاه اینترنتی دیسلر", + "page_from_status_code": 200, + "first_seen": "2023-05-26 09:07:40 +00:00", + "prev_seen": "2023-07-24 08:30:46 +00:00", + "last_seen": "2023-09-26 01:15:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/uk/%D1%80%D0%B5%D0%B2%D0%BE%D0%BB%D1%8E%D1%86%D1%96%D0%BE%D0%BD%D1%96%D0%B7%D1%83%D1%8E%D1%87%D0%B8-%D0%BA%D0%BB%D0%B0%D1%81%D0%BD%D1%83-%D0%BA%D1%96%D0%BC%D0%BD%D0%B0%D1%82%D1%83,-%D0%BD%D0%BE%D0%B2%D0%B0-%D0%B5%D1%80%D0%B0-%D0%BF%D0%BE%D0%BA%D1%80%D0%B0%D1%89%D0%B5%D0%BD%D0%BE%D0%B3%D0%BE-%D0%BD%D0%B0%D0%B2%D1%87%D0%B0%D0%BD%D0%BD%D1%8F-%D0%A8%D0%86/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 411, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 160691, + "page_from_encoding": "utf-8", + "page_from_language": "uk", + "page_from_title": "Революція в класі: нова ера навчання за допомогою ШІ - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-26 00:45:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 00:45:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "віртуальні репетитори", + "text_pre": "ШІ в освіті впевнено крокує вперед. Ви коли-небудь чули про", + "text_post": "? Це не просто відеозаписи чи інтерактивні уроки, а високоскладні платформи на основі штучного інтелекту, здатні імітувати стиль викладання людини-репетитора. Вони аналізують ваші моделі навчання, розуміють", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 121, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-08-03 14:49:15 +00:00", + "prev_seen": "2023-08-21 13:30:17 +00:00", + "last_seen": "2023-09-25 20:42:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.opensourceagenda.com", + "url_from": "https://www.opensourceagenda.com/projects/ai-mthrfckr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 407, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.55.11", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 772011, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI MTHRFCKR - Open Source Agenda", + "page_from_status_code": 200, + "first_seen": "2023-05-07 10:12:56 +00:00", + "prev_seen": "2023-05-07 10:12:56 +00:00", + "last_seen": "2023-09-25 18:08:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-scout-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 97, + "page_from_size": 58649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Scout Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 05:01:59 +00:00", + "prev_seen": "2023-08-01 05:01:59 +00:00", + "last_seen": "2023-09-25 17:46:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Scout", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/sheetai-app-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 18, + "page_from_internal_links": 72, + "page_from_size": 44265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SheetAI App Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-25 17:34:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 17:34:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SheetAI App", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolhunt.io", + "url_from": "https://toolhunt.io/tikai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tikai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TIKAI", + "page_from_status_code": 200, + "first_seen": "2023-09-25 15:22:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 15:22:15 +00:00", + "item_type": "canonical", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolhunt.io", + "url_from": "https://toolhunt.io/picaii/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45237, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PICAII", + "page_from_status_code": 200, + "first_seen": "2023-09-25 15:22:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 15:22:15 +00:00", + "item_type": "canonical", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-news-hub-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 93, + "page_from_size": 60234, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai News Hub Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-05-15 05:37:46 +00:00", + "prev_seen": "2023-07-28 20:13:34 +00:00", + "last_seen": "2023-09-25 06:48:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Ai News Hub", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/discovertools-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28716, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discovertools.io Down? Discovertools.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:59:22 +00:00", + "prev_seen": "2023-08-04 01:59:22 +00:00", + "last_seen": "2023-09-25 06:47:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Discovertools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-ai-software-discovery-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 60, + "page_from_size": 44401, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI Software Discovery Software based on 2 factors", + "page_from_status_code": 200, + "first_seen": "2023-08-01 02:04:54 +00:00", + "prev_seen": "2023-08-01 02:04:54 +00:00", + "last_seen": "2023-09-25 06:11:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-ai-tools-list-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 60, + "page_from_size": 44305, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI Tools List Software based on 2 factors", + "page_from_status_code": 200, + "first_seen": "2023-08-01 02:02:59 +00:00", + "prev_seen": "2023-08-01 02:02:59 +00:00", + "last_seen": "2023-09-25 06:09:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gongju.one", + "url_from": "https://www.gongju.one/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 98, + "domain_from_rank": 41, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.208.61.46", + "domain_from_country": null, + "page_from_external_links": 99, + "page_from_internal_links": 15, + "page_from_size": 253986, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GongJu.One - 一个工具: AI/出海导航站的导航", + "page_from_status_code": 200, + "first_seen": "2023-09-25 06:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 06:00:33 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Top AI 工具导航", + "image_url": "https://www.gongju.one/wp-content/uploads/2022/12/topai.png", + "anchor": "Top AI 工具导航", + "text_pre": null, + "text_post": "170 Loading...", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/af/rewolusie-in-die-klaskamer-die-nuwe-era-van-ai-verbeterde-leer/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 411, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 120617, + "page_from_encoding": "utf-8", + "page_from_language": "af", + "page_from_title": "Rewolusie van die klaskamer: die nuwe era van KI-verbeterde leer - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-25 05:41:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 05:41:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuele tutors", + "text_pre": "KI in die onderwys neem voortdurend sy stappe vorentoe. Het jy al ooit gehoor van", + "text_post": "? Dit is nie blote video-opnames of interaktiewe lesse nie, maar hoogs gesofistikeerde KI-gedrewe platforms wat in staat is om die onderrigstyl van 'n menslike tutor na te boots. Hulle ontleed jou leerpatrone,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bihairtai.com", + "url_from": "https://bihairtai.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.30.29", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 32, + "page_from_size": 365919, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - My blog", + "page_from_status_code": 200, + "first_seen": "2023-09-25 01:26:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 01:26:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These will not be mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing model of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/knowledge%20management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 92, + "page_from_size": 218232, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-10 15:11:38 +00:00", + "prev_seen": "2023-07-26 05:24:11 +00:00", + "last_seen": "2023-09-24 21:58:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.caloriesaliments.com", + "url_from": "https://www.caloriesaliments.com/voice-generator-to-mp3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/listnr.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 21, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.122", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 22, + "page_from_size": 21776, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "jord Konkurrencedygtige bodsøvelser Fjendtlig Lagring Tranquility voice generator to mp3 - caloriesaliments.com", + "page_from_status_code": 200, + "first_seen": "2023-08-05 01:19:21 +00:00", + "prev_seen": "2023-08-05 01:19:21 +00:00", + "last_seen": "2023-09-24 15:44:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "provokere Politik raid 37 Top AI tools for Text-to-Speech", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/damn-good-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 49071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Damn Good Tools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:59:14 +00:00", + "prev_seen": "2023-08-04 01:59:14 +00:00", + "last_seen": "2023-09-24 12:49:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/trending-ai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 95, + "page_from_size": 61093, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TrendingAITools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 14:25:41 +00:00", + "prev_seen": "2023-09-04 06:59:24 +00:00", + "last_seen": "2023-09-24 08:53:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ TrendingAITools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/there-s-an-ai-for-that-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 29333, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "There's An AI For That Down? There's An AI For That status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-25 17:03:52 +00:00", + "prev_seen": "2023-09-16 17:48:49 +00:00", + "last_seen": "2023-09-24 08:50:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ There's An AI For That", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/trending-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26554, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TrendingAITools Down? TrendingAITools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 04:51:34 +00:00", + "prev_seen": "2023-08-01 04:51:34 +00:00", + "last_seen": "2023-09-24 08:48:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ TrendingAITools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/futuretools-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Down? FutureTools.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 22:36:59 +00:00", + "prev_seen": "2023-08-01 22:36:59 +00:00", + "last_seen": "2023-09-24 08:37:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ FutureTools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theaxen.com", + "url_from": "https://www.theaxen.com/how-to-make-money-with-ai-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Finance", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 66, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.0.235.17", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 170577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Make Money With AI in 2023? Best AI Tools To Make Money", + "page_from_status_code": 200, + "first_seen": "2023-09-24 08:27:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-24 08:27:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "financial advisory tools", + "text_pre": "Venturing beyond marketing, AI extends its reach to the realm of finance. AI-driven", + "text_post": "provide real-time insights for sound investment decisions. This smart guidance not only safeguards investments but also aids in growing wealth, ultimately creating more income streams.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitools-fyi-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 34, + "page_from_size": 28823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aitools.fyi Down? aitools.fyi status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 13:22:54 +00:00", + "prev_seen": "2023-08-30 03:19:21 +00:00", + "last_seen": "2023-09-24 08:12:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aitools.fyi", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-12-i-have-been-playing-with-ai-tools-for-a-while-collected-900-of-them-and-made-an-1884979", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 56, + "page_from_size": 19424, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I have been playing with AI tools for a while, collected 900 of them and made an organized directory. Let me know your thoughts - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-22 00:40:53 +00:00", + "prev_seen": "2023-07-01 23:01:57 +00:00", + "last_seen": "2023-09-24 00:49:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/visual-chatgpt-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 94, + "page_from_size": 59681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Visual ChatGPT Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-16 17:29:50 +00:00", + "prev_seen": "2023-09-16 17:29:50 +00:00", + "last_seen": "2023-09-23 20:11:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Visual ChatGPT", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/openai-tube-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 94, + "page_from_size": 56850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openai.tube Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 20:09:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 20:09:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Openai.tube", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.blogging123.org", + "url_from": "https://www.blogging123.org/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 8, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.145.109", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 21510, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "mat Contempt leaf skirmish Migration Disparity niche meme account name generator - blogging123.org", + "page_from_status_code": 200, + "first_seen": "2023-09-23 19:20:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 19:20:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "response Adjustment jogger 60 Best Domain name generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.blogging123.org", + "url_from": "https://www.blogging123.org/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 8, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.145.109", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 21510, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "mat Contempt leaf skirmish Migration Disparity niche meme account name generator - blogging123.org", + "page_from_status_code": 200, + "first_seen": "2023-09-23 19:20:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 19:20:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "response Adjustment jogger 60 Best Domain name generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/arktan-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arktan Down? Arktan status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 18:29:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 18:29:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Arktan", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/shopseller-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 15, + "page_from_internal_links": 71, + "page_from_size": 43660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Shopseller Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-05 08:55:16 +00:00", + "prev_seen": "2023-08-05 08:55:16 +00:00", + "last_seen": "2023-09-23 18:21:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Shopseller", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/arktan-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 29, + "page_from_internal_links": 94, + "page_from_size": 62743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arktan Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 18:14:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 18:14:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Arktan", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/taiwebs-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 69, + "page_from_size": 42196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taiwebs Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-02 13:46:00 +00:00", + "prev_seen": "2023-08-02 13:46:00 +00:00", + "last_seen": "2023-09-23 18:06:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Taiwebs", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tool-hunt-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 28, + "page_from_internal_links": 100, + "page_from_size": 67348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool Hunt Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:57:54 +00:00", + "prev_seen": "2023-08-23 15:46:09 +00:00", + "last_seen": "2023-09-23 18:03:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tool Hunt", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-of-the-day-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 27, + "page_from_internal_links": 93, + "page_from_size": 63158, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI of The Day Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-05-27 07:18:39 +00:00", + "prev_seen": "2023-08-23 16:48:49 +00:00", + "last_seen": "2023-09-23 18:03:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI of The Day", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/saas-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS AI Tools Down? SaaS AI Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:58:02 +00:00", + "prev_seen": "2023-09-04 15:17:35 +00:00", + "last_seen": "2023-09-23 18:02:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SaaS AI Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/foundr-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 34, + "page_from_size": 28511, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Foundr Down? Foundr status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-04-07 13:18:31 +00:00", + "prev_seen": "2023-09-03 06:41:38 +00:00", + "last_seen": "2023-09-23 17:36:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Foundr", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "qz.com", + "url_from": "https://qz.com/a-new-ai-asset-management-tool-is-running-into-an-old-p-1850850387", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Personalized-investment-reports", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 66, + "domain_from_rank": 584, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.79", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 19, + "page_from_size": 298714, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "An AI asset management tool has a familiar problem: poor data", + "page_from_status_code": 200, + "first_seen": "2023-09-21 06:41:08 +00:00", + "prev_seen": "2023-09-21 06:41:08 +00:00", + "last_seen": "2023-09-23 17:27:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI to help with investing strategies", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-of-the-day-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI of The Day Down? AI of The Day status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:57:36 +00:00", + "prev_seen": "2023-08-04 01:57:36 +00:00", + "last_seen": "2023-09-23 16:25:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI of The Day", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/uneed-no-code-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Uneed - No Code Down? Uneed - No Code status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 15:37:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 15:37:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Uneed - No Code", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/uneed-no-code-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 95, + "page_from_size": 59931, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Uneed - No Code Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-27 01:48:11 +00:00", + "prev_seen": "2023-07-30 09:34:00 +00:00", + "last_seen": "2023-09-23 15:17:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Uneed - No Code", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?from=phpcms9.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-23 14:57:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 14:57:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/100-plus-ai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 28, + "page_from_internal_links": 101, + "page_from_size": 66051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI tools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:56:28 +00:00", + "prev_seen": "2023-09-03 06:17:27 +00:00", + "last_seen": "2023-09-23 14:33:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 100+ AI tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/144577", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 664, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 51, + "page_from_size": 12313, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-23 08:41:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 08:41:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "urlsphere.com", + "url_from": "https://urlsphere.com/topai.tools/overview/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.236.183.212", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 31, + "page_from_size": 51282, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Topai - topai.tools: SEO Overview - URLSphere Report of September 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-23 04:07:45 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 04:07:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mdroidgames.com.br", + "url_from": "https://mdroidgames.com.br/2023/09/13/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com.br", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "108.179.252.174", + "domain_from_country": "BR", + "page_from_external_links": 18, + "page_from_internal_links": 16, + "page_from_size": 69674, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Revolutionizing the Lecture room: The New Technology of AI-Enhanced Finding out – mdroidgames", + "page_from_status_code": 200, + "first_seen": "2023-09-23 03:45:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 03:45:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-23 03:13:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 03:13:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/2023/07/17/how-far-weve-come/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 212, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 122, + "page_from_size": 177287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We've Come - Robot Writers AI", + "page_from_status_code": 200, + "first_seen": "2023-07-25 06:53:41 +00:00", + "prev_seen": "2023-07-25 06:53:41 +00:00", + "last_seen": "2023-09-23 03:01:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 64, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 65, + "page_from_size": 156091, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-08-11 14:58:40 +00:00", + "prev_seen": "2023-08-11 14:58:40 +00:00", + "last_seen": "2023-09-23 01:55:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gmkwebdesign.com", + "url_from": "https://www.gmkwebdesign.com/food-generator-ingredients", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 180, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.191.36", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 22, + "page_from_size": 22542, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "I udlandet Objector omdømme Tilbageholdelse greb glæde food generator ingredients - gmkwebdesign.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 10:08:28 +00:00", + "prev_seen": "2023-08-21 10:08:28 +00:00", + "last_seen": "2023-09-23 01:11:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mistillid Sightseeing arkiv 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-22 21:47:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 21:47:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 29455, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "virtuel Låne Afstå gyldige postkontor jord sparkz top - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 18:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 18:08:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I mængde Alle slags strække Sparkz - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/sparkz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "theusablogs.com", + "url_from": "https://theusablogs.com/does-character-ai-allow-nsfw-find-out-here/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 98, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.201", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 7, + "page_from_size": 65661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does character.ai allow nsfw? Find out here | The USA Blogs", + "page_from_status_code": 200, + "first_seen": "2023-08-22 15:25:15 +00:00", + "prev_seen": "2023-08-22 15:25:15 +00:00", + "last_seen": "2023-09-22 16:37:34 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "Sources: mlyearning, openaimaster, cloudbooklet, dataconomy, ambcrypto,", + "text_post": ", piunikaweb, newvisiontheatres, stealthoptional, aitoolmall, hitc, alitaexperience", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.anai.fun", + "url_from": "https://www.anai.fun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fun", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 230, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "182.254.208.72", + "domain_from_country": null, + "page_from_external_links": 71, + "page_from_internal_links": 0, + "page_from_size": 13407, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "极简精选AI网址导航:ChatGPT Midjourney Bart Stable Diffusion", + "page_from_status_code": 200, + "first_seen": "2023-09-22 13:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 13:00:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clanky.rvp.cz", + "url_from": "https://clanky.rvp.cz/clanek/23483/CHATGPT-VE-SKOLNI-PRAXI-DALSI-NASTROJE-VYUZIVAJICI-UMELOU-INTELIGENCI.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cz", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 516, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.113.77.133", + "domain_from_country": "CZ", + "page_from_external_links": 70, + "page_from_internal_links": 21, + "page_from_size": 83352, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Odborný článek: ChatGPT ve školní praxi: další nástroje využívající umělou inteligenci", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:58:44 +00:00", + "prev_seen": "2023-07-24 00:13:14 +00:00", + "last_seen": "2023-09-22 12:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI Tools", + "text_pre": null, + "text_post": "– nabízí přehled nástrojů pracujících s umělou inteligencí s krátkými popisky a snaží se je třídit", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/learning-regenerative-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 103, + "page_from_size": 123620, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/unleashing-the-potential-of-third-party-integrations/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 113, + "page_from_size": 136004, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/saffron-infused-lamb-kofta-a-delectable-delight-perfect-for-family-gatherings-by-recipe-wizard/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 97, + "page_from_size": 120718, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/enhancing-collaboration-ai-powered-code-review-solutions/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 123812, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/demystifying-ais-role-in-mainstream-programming/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 119671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/make-money-selling-ai-prompts-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 103, + "page_from_size": 120731, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-power-of-json/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 118099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/hidden-treasures-in-zip-archives/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 118141, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/navigating-the-data-jungle-a-comprehensive-look-at-xml-files/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 120088, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/csv-files-demystified/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 98, + "page_from_size": 118766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/from-pdf-to-perfection-mastering-portable-document/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 119206, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-limitless-possibilities-of-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 99, + "page_from_size": 120472, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/autogpt-a-marvel-or-a-menace/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 123113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/transitioning-to-ai-a-developers-journey/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 107, + "page_from_size": 128751, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/empowering-businesses-with-ai-and-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 107, + "page_from_size": 152260, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/analyzing-text-with-rudolph-fleschs-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 105, + "page_from_size": 130156, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/artificial-intelligence-ai-revolutionizing-nascar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 104, + "page_from_size": 123478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-tools-can-protect-you-from-malware/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 121524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/elite-institutions-for-ai-training/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 107, + "page_from_size": 148928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-model-to-transform-the-hiring-process/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 125375, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-future-of-jobs-in-india/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 105, + "page_from_size": 125202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-introducing-palm-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 125908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/seo/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 88, + "page_from_size": 114139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:55 +00:00", + "prev_seen": "2023-09-22 09:59:55 +00:00", + "last_seen": "2023-09-22 10:12:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/lemon8-redefining-social-media-for-gen-z/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 102, + "page_from_size": 121562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:07 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-chatbots-memories-of-mars-unveiled/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 103, + "page_from_size": 126751, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/urgency-of-embracing-secondary-income/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 104, + "page_from_size": 128241, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/importance-of-seo/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 125599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/optimize-youtube-using-simple-free-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 93, + "page_from_size": 109975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/21-essential-steps-to-seo-success/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 103, + "page_from_size": 128089, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/top-10-ai-driven-article-rewriters-for-writing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 105, + "page_from_size": 122857, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/building-a-crypto-website-using-binance-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 130379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai-keyword-extraction-a-powerful-seo-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 106, + "page_from_size": 121528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/a-webtool-for-creating-custom-articles-with-ai-generated-images/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 112, + "page_from_size": 128188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:07 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/how-to-set-up-a-website-for-monetization/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 131884, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/a-deep-dive-into-rar-files/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 101, + "page_from_size": 118942, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-impact-slowdown-on-fresher-hiring/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 102, + "page_from_size": 124066, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/job-finder-tool-using-rapidapis-free-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 105, + "page_from_size": 122689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/preserving-history-the-role-of-html-files/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 116467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mastering-interview-skills/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 126439, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/beyond-spreadsheets-innovative-uses/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 96, + "page_from_size": 121653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/chatgpt-vs-bard-which-ai-chatbot-is-better/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 107, + "page_from_size": 122931, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-the-future-of-job-security-for-tech-workers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 129834, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/understanding-the-foundations-of-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 106, + "page_from_size": 129052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-project-magi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 128037, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/bard-the-ai-that-can-help-you-make-money/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 101, + "page_from_size": 132701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mass-layoffs-in-it-companies/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 96, + "page_from_size": 124788, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:25 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/occams-razor-in-affiliate-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 108, + "page_from_size": 131404, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/unleashing-the-power-of-digital-insights-a-transformational-journey/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 126079, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-language-models-a-comparative-study/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 96, + "page_from_size": 119932, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/building-a-profitable-tools-website/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 115, + "page_from_size": 128302, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-art-of-prompt-engineering/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 105, + "page_from_size": 123366, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai-api-integration/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 113, + "page_from_size": 131548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-value-of-chatgpt-courses/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 106, + "page_from_size": 125230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ethical-programming-in-the-age-of-ai-addressing-bias-and-fairness/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 104, + "page_from_size": 124569, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-programming/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 88, + "page_from_size": 114453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/streamlining-documentation-with-ai-generated-code-comments/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 105, + "page_from_size": 119489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/chatgpt-plugins-guide-to-blogging-success/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 99, + "page_from_size": 122710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:07:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:07:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/from-concepts-to-code-ais-impact-on-algorithm-implementation/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 120636, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-driven-performance-optimization-in-programming/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 99, + "page_from_size": 120012, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/revolutionizing-coding-efficiency-ai-powered-code-completion/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 121158, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/personalized-learning-for-programmers-the-ai-advantage/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 118211, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/building-a-emil-template-openai-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 104, + "page_from_size": 129080, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mock-interviews-with-openai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 103, + "page_from_size": 125790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:05:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:05:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-role-of-ai-in-e-football-enhancing-realism-and-engagement/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 98, + "page_from_size": 121223, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:05:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:05:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 88, + "page_from_size": 106113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:05:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:05:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/a-laymans-guide-to-understanding-artificial-intelligence-from-scratch/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 108, + "page_from_size": 126081, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-ads-certification/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 101, + "page_from_size": 122238, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/understanding-ai-hallucination-causes-prevention-and-implications/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 127859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-bug-hunting-enhancing-code-quality-and-reliability/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 101, + "page_from_size": 119185, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/gift-idea-web-tool-with-openai-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 108, + "page_from_size": 132816, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/from-science-fiction-to-reality-the-promise-of-generative-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 103, + "page_from_size": 123185, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/embracing-the-ai-revolution/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 103, + "page_from_size": 142166, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/agile-project-management-with-ai-for-developers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 103, + "page_from_size": 121728, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/free-paraphrasing-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 117331, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai-mindset-success/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 105, + "page_from_size": 125376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/creating-an-automated-content-generation-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 105, + "page_from_size": 125081, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/general/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 90, + "page_from_size": 120918, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:02:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:02:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/file-types/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 66, + "page_from_internal_links": 100, + "page_from_size": 165197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:01:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:01:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/website-with-openai-api-integration/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 112, + "page_from_size": 151590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:01:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:01:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/digital-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 86, + "page_from_size": 105979, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:00:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:00:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/generative-ui-use-cases-unleashing-the-power-of-generative-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 109, + "page_from_size": 125601, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:00:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:00:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/cors-policy-demystifying-cross-origin-resource-sharing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 94, + "page_from_size": 121566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:59:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/website-development/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 92, + "page_from_size": 140804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-ultimate-guide-to-building-internal-links/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 101, + "page_from_size": 126950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 92, + "page_from_size": 131403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/discover-a-unique-podcast-simulation-experience/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 96, + "page_from_size": 125739, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:57:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:57:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/analyzing-how-ai-can-assist-in-handling-deadlines-without-friction/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 96, + "page_from_size": 127087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:56:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:56:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 98, + "page_from_size": 143058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:56:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:56:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-programming/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 103, + "page_from_size": 184188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:55:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 96, + "page_from_size": 148128, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:55:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/wordpress-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 86, + "page_from_size": 106502, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:55:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "daywas.best", + "url_from": "https://daywas.best/article/a-i-may-help-design-your-favorite-video-game-character", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=gaming", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 342, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.200.209", + "domain_from_country": null, + "page_from_external_links": 60, + "page_from_internal_links": 127, + "page_from_size": 205572, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A.I. May Help Design Your Favorite Video Game Character (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:42:43 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:42:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=gaming", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aitoolhunt.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 88811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiToolHunt", + "page_from_status_code": 200, + "first_seen": "2023-09-06 21:05:56 +00:00", + "prev_seen": "2023-09-06 21:05:56 +00:00", + "last_seen": "2023-09-21 01:25:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/cuetap.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 19, + "page_from_size": 94937, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CueTap", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:35:15 +00:00", + "prev_seen": "2023-09-06 19:35:15 +00:00", + "last_seen": "2023-09-21 00:26:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/superannotate.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 19, + "page_from_size": 95174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SuperAnnotate Desktop", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:04:21 +00:00", + "prev_seen": "2023-09-06 19:04:21 +00:00", + "last_seen": "2023-09-20 23:42:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/github.com-commaai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 19, + "page_from_size": 95990, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Comma Neo", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:54:22 +00:00", + "prev_seen": "2023-09-06 18:54:22 +00:00", + "last_seen": "2023-09-20 23:36:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ainews.guru", + "url_from": "https://ainews.guru/unveiling-the-best-ai-directories-a-detailed-guide/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "guru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.36", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 106654, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unveiling the Best AI Directories: A Detailed Guide - AI News Guru", + "page_from_status_code": 200, + "first_seen": "2023-09-20 21:43:43 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 21:43:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": null, + "text_post": "is a directory that showcases a handpicked selection of AI tools. It’s a one-stop-shop for the best AI tools, all neatly categorized for your convenience.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ainews.guru", + "url_from": "https://ainews.guru/a-comprehensive-guide-to-the-top-ai-app-directories/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "guru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.36", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 108741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A Comprehensive Guide to the Top AI App Directories - AI News Guru", + "page_from_status_code": 200, + "first_seen": "2023-09-20 21:27:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 21:27:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": null, + "text_post": "is a directory that provides a curated list of AI tools. It provides a brief description of each tool, along with a link to the tool’s website. The directory is neatly organized into categories,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "carehealthjobs.com", + "url_from": "https://carehealthjobs.com/free-jobscan-alternative", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/jobscan", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 408, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.190.144", + "domain_from_country": "WW", + "page_from_external_links": 28, + "page_from_internal_links": 75, + "page_from_size": 51847, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Jobscan Alternative | Now Hiring", + "page_from_status_code": 200, + "first_seen": "2023-09-20 20:16:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 20:16:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "Job Description", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/posts/2023/11/en_hn_2023_03_16__35189813/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 66, + "page_from_size": 28215, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音 - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-09-20 20:08:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 20:08:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/posts/2023/6/en_hn_2023_02_10__34738340/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 66, + "page_from_size": 28265, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。 - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-09-20 19:23:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 19:23:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "quera.org", + "url_from": "https://quera.org/blog/%D8%B1%D8%A7%D9%87-%D9%87%D8%A7%DB%8C-%DA%A9%D8%B3%D8%A8-%D8%AF%D8%B1%D8%A2%D9%85%D8%AF-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.143.233.61", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 48, + "page_from_size": 192141, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "راه های کسب درآمد از هوش مصنوعی - ۱۴ راه برای مبتدی‌ها و حرفه‌ای‌ها - کوئرا‌بلاگ", + "page_from_status_code": 200, + "first_seen": "2023-09-20 13:03:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 13:03:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "LucidPic", + "text_pre": "برخی از بهترین ابزارها: Jasper ،StockimgAI ،", + "text_post": "،Fotor و DALL-E 2", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 32051, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "betale Derfor Ledig Donation nyheder Notesbog tool game top go - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-09-20 11:34:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 11:34:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "build Blind vinkel 48 Best Gaming AI tools", + "image_url": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 296, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 37, + "page_from_size": 131794, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-20 10:50:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 10:50:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.traficscurt.ro", + "url_from": "https://www.traficscurt.ro/random-tattoo-generator-download", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/tattoojenney-com.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.137.53", + "domain_from_country": "RO", + "page_from_external_links": 27, + "page_from_internal_links": 14, + "page_from_size": 22507, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Greengrocer paste Semicircle tail Government ordinance China random tattoo generator download - traficscurt.ro", + "page_from_status_code": 200, + "first_seen": "2023-09-20 05:07:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 05:07:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Agricultural overlook undertake 60 Best Tattoo idea generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reviewsbest.org", + "url_from": "https://www.reviewsbest.org/short-ted-talks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ted-smrzr.png", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.13.41", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 22, + "page_from_size": 23629, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "short ted talks, Short TED - Disabilities & Inclusion | Discussion & Questions | Made By - reviewsbest.org", + "page_from_status_code": 200, + "first_seen": "2023-09-20 02:30:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 02:30:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TED SMRZR - top tools", + "text_pre": null, + "text_post": "ID: FAsahygOrV From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-office-bot-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Office Bot Down? AI Office Bot status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-08 23:06:48 +00:00", + "prev_seen": "2023-08-20 04:55:04 +00:00", + "last_seen": "2023-09-19 23:13:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Office Bot", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "science-writing.org", + "url_from": "https://science-writing.org/the-pentagon-just-launched-a-generative-ai-task-force-dnyuz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 125, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "116.202.118.62", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 16, + "page_from_size": 55882, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force - DNyuz - Science Writing", + "page_from_status_code": 200, + "first_seen": "2023-08-18 21:44:08 +00:00", + "prev_seen": "2023-08-18 21:44:08 +00:00", + "last_seen": "2023-09-19 20:53:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "that are up to Defense Department standard. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "technews.site", + "url_from": "https://technews.site/2023/09/13/revolutionizing-the-study-room-the-new-generation-of-ai-enhanced-finding-out/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "site", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.0.215.206", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 41, + "page_from_size": 73534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Study room: The New Generation of AI-Enhanced Finding out - TechNews. All rights reserved.", + "page_from_status_code": 200, + "first_seen": "2023-09-19 19:54:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 19:54:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.marconatletico.es", + "url_from": "https://www.marconatletico.es/sheriff-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/sheriff.png", + "url_to_https": true, + "tld_from": "es", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 189, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.213.70", + "domain_from_country": "ES", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 25378, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "carbohidrato Monica Por nombre pozo Abstracción Correctamente sheriff bot - marconatletico.es", + "page_from_status_code": 200, + "first_seen": "2023-09-05 11:09:39 +00:00", + "prev_seen": "2023-09-05 11:09:39 +00:00", + "last_seen": "2023-09-19 10:15:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Horror letal Dar Sheriff - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-115-travel_with_peace_of_mind_ai_doesnt_take_a_vacation.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mighty-travels", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 30562, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Travel with Peace of Mind: AI Doesn't Take a Vacation!", + "page_from_status_code": 200, + "first_seen": "2023-08-09 01:59:21 +00:00", + "prev_seen": "2023-08-09 01:59:21 +00:00", + "last_seen": "2023-09-19 07:41:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Mighty Travels", + "text_pre": "[12]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-115-travel_with_peace_of_mind_ai_doesnt_take_a_vacation.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Travel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 30562, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Travel with Peace of Mind: AI Doesn't Take a Vacation!", + "page_from_status_code": 200, + "first_seen": "2023-08-09 01:59:21 +00:00", + "prev_seen": "2023-08-09 01:59:21 +00:00", + "last_seen": "2023-09-19 07:41:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Search for Travel Applications", + "text_pre": "[16]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-115-travel_with_peace_of_mind_ai_doesnt_take_a_vacation.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summer-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 30562, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Travel with Peace of Mind: AI Doesn't Take a Vacation!", + "page_from_status_code": 200, + "first_seen": "2023-08-09 01:59:21 +00:00", + "prev_seen": "2023-08-09 01:59:21 +00:00", + "last_seen": "2023-09-19 07:41:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Summer AI", + "text_pre": "[14]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/detecteur-contenu-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 54, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 171620, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Détecteur ChatGPT et Detecteur AI Français (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 03:13:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 03:13:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/telecharger/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 37, + "page_from_size": 131172, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Télécharger (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 03:11:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 03:11:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 191166, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Yazım Yanlışı Düzeltme ve Noktalama Işaretleri Düzeltme", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:07:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:07:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/intihal-programi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 171472, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Ücretsiz Intihal Programı (İndirme Gerekmez)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:07:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:07:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/om-os/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 136671, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Om os (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:06:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:06:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/detektor-konten-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 33, + "page_from_size": 159507, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "AI Detector Indonesia & Chat GPT Detector (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:05:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/mors-alfabesi-ceviri/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 153307, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Mors Alfabesi Çeviri ve Mors Alfabesi Çözücü (Ücretsiz)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:04:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:04:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/plagiarism-checker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 27, + "page_from_size": 166102, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Cek Plagiasi Online Gratis (Tanpa Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:03:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:03:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/sandi-morse-translator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 23, + "page_from_size": 150656, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Sandi Morse Translator (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:03:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:03:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sitemap/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 141, + "page_from_size": 138837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Sitemap (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 00:47:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 00:47:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D8%B9%D8%AF%D8%A7%D8%AF-%D8%A7%D9%84%D9%83%D9%84%D9%85%D8%A7%D8%AA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 167191, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "عداد الكلمات وعداد الأحرف (مجاني)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 00:33:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 00:33:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D9%83%D8%A7%D8%B4%D9%81-%D9%85%D8%AD%D8%AA%D9%88%D9%89-%D8%A7%D9%84%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D9%84%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 32, + "page_from_size": 186315, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "كاشف ChatGPT وكاشف AI (مجانًا)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 00:33:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 00:33:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aix.hu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-18 21:09:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 21:09:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "earthprimenewsmedia.com", + "url_from": "https://earthprimenewsmedia.com/2023/06/04/how-to-find-ai-tools-aitools-chatgpt-gpt4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.194.64", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 90, + "page_from_size": 240543, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to find AI tools #aitools #chatgpt #gpt4 - Earth Prime News Media", + "page_from_status_code": 200, + "first_seen": "2023-09-18 20:39:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 20:39:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Find the AI tools you need for any task on", + "text_post": ".. AI isn’t just ChatGPT there are lots and lots of tools that can make your life easier by adding them to your workflow. Visit: topai.tools which is a web aggregator and search engine for AI tools", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.istgahit.net", + "url_from": "https://www.istgahit.net/1402/03/07/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.231.115.105", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 31, + "page_from_size": 81422, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "6 ابزار آنلاین برای کشف یا جستجوی بهترین اپلیکیشن هوش مصنوعی - ایستگاه آی تی", + "page_from_status_code": 200, + "first_seen": "2023-05-28 22:19:09 +00:00", + "prev_seen": "2023-05-28 22:19:09 +00:00", + "last_seen": "2023-09-18 11:01:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/findaitools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 70, + "page_from_size": 41595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FindAiTools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-06 12:09:53 +00:00", + "prev_seen": "2023-08-06 12:09:53 +00:00", + "last_seen": "2023-09-18 02:41:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ FindAiTools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/startup-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup Ai Tools Down? Startup Ai Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-18 02:21:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 02:21:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Startup Ai Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolspedia-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsPedia.io Down? ToolsPedia.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 22:39:21 +00:00", + "prev_seen": "2023-08-01 22:39:21 +00:00", + "last_seen": "2023-09-18 02:12:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsPedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolspedia-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 92, + "page_from_size": 59905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsPedia.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 17:18:58 +00:00", + "prev_seen": "2023-09-04 06:54:29 +00:00", + "last_seen": "2023-09-18 02:00:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsPedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "slsolutech.com", + "url_from": "https://slsolutech.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 96, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.142", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 35, + "page_from_size": 216358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - Slsolutech Best IT Related Website", + "page_from_status_code": 200, + "first_seen": "2023-09-17 21:42:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 21:42:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These will not be mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing type of a human tutor. They analyze your studying patterns,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/index.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:47:59 +00:00", + "prev_seen": "2023-06-24 23:40:39 +00:00", + "last_seen": "2023-09-17 21:11:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/contact.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 25946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Contact | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:21:09 +00:00", + "prev_seen": "2023-06-29 10:01:56 +00:00", + "last_seen": "2023-09-17 21:05:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-2-the-history", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 3, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 15, + "page_from_size": 32843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 2 \"The history\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-2-the-history", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 3, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 15, + "page_from_size": 32843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 2 \"The history\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.celestialchronicle.com", + "url_from": "https://www.celestialchronicle.com/tech/artificial-intelligence/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-celestial-chronicle/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "162.214.80.161", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 62, + "page_from_size": 214573, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - celestial Chronicle | celestial chronicle", + "page_from_status_code": 200, + "first_seen": "2023-09-17 14:24:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 14:24:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=webhelpme&utm_medium=marketplace&utm_campaign=webhelpme", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:30:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:30:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ultimatefishingmaps.com", + "url_from": "https://www.ultimatefishingmaps.com/audio-clip-search", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/clip.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.17", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 31421, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tesoro Erudito llegar Privilegiado entrar procedimiento audio clip search - ultimatefishingmaps.com", + "page_from_status_code": 200, + "first_seen": "2023-08-11 05:36:38 +00:00", + "prev_seen": "2023-08-11 05:36:38 +00:00", + "last_seen": "2023-09-17 06:26:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Gaseoso paridad Susceptibles a 20 Top AI tools for Audio", + "image_url": "https://topai.tools/assets/img/tools/clip.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sidwellhayandcattle.com", + "url_from": "https://www.sidwellhayandcattle.com/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 44, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.21", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 21925, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Styrke server Brun gennemse politiker arve top nsfw - sidwellhayandcattle.com", + "page_from_status_code": 200, + "first_seen": "2023-09-17 01:49:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 01:49:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "pedal score at føre 60 Best Nsfw chatbot AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/attractiveness-report-generator-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 25902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Attractiveness Report Generator Down? Attractiveness Report Generator status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-17 00:38:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 00:38:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Attractiveness Report Generator", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tech-viral-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 25552, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tech Viral Down? AI Tech Viral status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-07 12:10:09 +00:00", + "prev_seen": "2023-08-07 12:10:09 +00:00", + "last_seen": "2023-09-17 00:37:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tech Viral", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tools-directory-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai tools directory Down? ai tools directory status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:59:02 +00:00", + "prev_seen": "2023-08-04 01:59:02 +00:00", + "last_seen": "2023-09-16 22:12:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ai tools directory", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-01-what-are-the-best-sites-that-collate-all-the-new-ai-tools-being-released-2023430", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 55, + "page_from_size": 19008, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best sites that collate all the new ai tools being released? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:58:24 +00:00", + "prev_seen": "2023-08-04 01:58:24 +00:00", + "last_seen": "2023-09-16 22:11:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tech-viral-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 12, + "page_from_internal_links": 71, + "page_from_size": 39513, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tech Viral Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 02:00:41 +00:00", + "prev_seen": "2023-08-04 02:00:41 +00:00", + "last_seen": "2023-09-16 22:00:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tech Viral", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tools-directory-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 93, + "page_from_size": 59548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai tools directory Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:56:31 +00:00", + "prev_seen": "2023-07-28 19:56:31 +00:00", + "last_seen": "2023-09-16 21:58:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ai tools directory", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/gpte-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 82, + "page_from_size": 44675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPTE Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:58:01 +00:00", + "prev_seen": "2023-08-04 01:58:01 +00:00", + "last_seen": "2023-09-16 21:42:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ GPTE", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/gpt-prompt-tuner-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 8, + "page_from_internal_links": 61, + "page_from_size": 32360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT Prompt Tuner Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:59:28 +00:00", + "prev_seen": "2023-08-04 01:59:28 +00:00", + "last_seen": "2023-09-16 21:41:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ GPT Prompt Tuner", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/attractiveness-report-generator-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 71, + "page_from_size": 39111, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Attractiveness Report Generator Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:58:18 +00:00", + "prev_seen": "2023-08-04 01:58:18 +00:00", + "last_seen": "2023-09-16 21:40:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Attractiveness Report Generator", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-openpedia-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 63, + "page_from_size": 41220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS Openpedia.io - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-08-06 12:17:05 +00:00", + "prev_seen": "2023-08-06 12:17:05 +00:00", + "last_seen": "2023-09-16 21:12:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitools-fyi-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 33, + "page_from_internal_links": 108, + "page_from_size": 69707, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aitools.fyi Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-08 05:33:12 +00:00", + "prev_seen": "2023-08-20 04:40:09 +00:00", + "last_seen": "2023-09-16 20:29:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aitools.fyi", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/100-plus-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26536, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI tools Down? 100+ AI tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:23:26 +00:00", + "prev_seen": "2023-08-23 16:36:27 +00:00", + "last_seen": "2023-09-16 20:18:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 100+ AI tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/topai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28426, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools Down? TopAi.tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:57:58 +00:00", + "prev_seen": "2023-08-06 12:02:44 +00:00", + "last_seen": "2023-09-16 19:58:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "TopAi.tools's website is at", + "text_post": "and their official Twitter account is @ToolsTopai Check out our list of TopAi.tools alternatives", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-04-drop-all-your-favorite-ai-websites-tools-below-let-s-create-a-super-list-2031202", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 57, + "page_from_size": 23311, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Drop all your favorite AI websites/tools below - Let's create a super list! - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-04-10 17:47:09 +00:00", + "prev_seen": "2023-06-26 07:37:51 +00:00", + "last_seen": "2023-09-16 19:58:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-top-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28183, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Top Tools Down? AI Top Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 15:55:00 +00:00", + "prev_seen": "2023-08-01 15:55:00 +00:00", + "last_seen": "2023-09-16 17:36:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Top Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-06-26-search-every-ai-tool-ever-made-2251308", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 60, + "page_from_size": 24320, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:57:35 +00:00", + "prev_seen": "2023-07-28 19:57:35 +00:00", + "last_seen": "2023-09-16 17:31:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-library-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 97, + "page_from_size": 56952, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Library Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 20:43:59 +00:00", + "prev_seen": "2023-08-12 04:25:00 +00:00", + "last_seen": "2023-09-16 17:17:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Library", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/beautiful-100-plus-ai-generated-images-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28479, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Beautiful 100+ AI generated Images Down? Beautiful 100+ AI generated Images status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-16 16:53:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 16:53:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Beautiful 100+ AI generated Images", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitools-lol-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 93, + "page_from_size": 57593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AItools.lol Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 15:48:56 +00:00", + "prev_seen": "2023-08-04 15:48:56 +00:00", + "last_seen": "2023-09-16 16:38:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AItools.lol", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/beautiful-100-plus-ai-generated-images-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 91, + "page_from_size": 60948, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Beautiful 100+ AI generated Images Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-10 20:18:34 +00:00", + "prev_seen": "2023-08-25 01:29:35 +00:00", + "last_seen": "2023-09-16 16:37:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Beautiful 100+ AI generated Images", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-to-grow-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 98, + "page_from_size": 62035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI to Grow Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 13:21:03 +00:00", + "prev_seen": "2023-08-23 16:02:55 +00:00", + "last_seen": "2023-09-16 16:10:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI to Grow", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.domenicoinnocenzi.com", + "url_from": "https://www.domenicoinnocenzi.com/natural-text-to-speech-mp3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 85, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.182.125", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 22, + "page_from_size": 16077, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "natural text to speech mp3, Best to Speech Tools Can't - domenicoinnocenzi.com", + "page_from_status_code": 200, + "first_seen": "2023-09-16 14:50:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 14:50:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "38 Best AI tools", + "text_pre": null, + "text_post": "ID: GCzXEuEnN2 From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الرد الآلي", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sale-whale", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيع الحوت", + "image_url": "https://topai.tools/assets/img/tools/sale-whale.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spiritme", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سبيريت مي", + "image_url": "https://topai.tools/assets/img/tools/spiritme.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inworld-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Inworld AI", + "image_url": "https://topai.tools/assets/img/tools/inworld-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replika", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نسخة مطابقة للأصل", + "image_url": "https://topai.tools/assets/img/tools/replika.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجاي", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/android-ai-assistant-widget", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أداة Android AI Assistant", + "image_url": "https://topai.tools/assets/img/tools/android-ai-assistant-widget.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الذكاء الاصطناعي السحري", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stork-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Stork.ai", + "image_url": "https://topai.tools/assets/img/tools/stork-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aicogni", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آيكوجني", + "image_url": "https://topai.tools/assets/img/tools/aicogni.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsonic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تشاتسونيك", + "image_url": "https://topai.tools/assets/img/tools/chatsonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماعز", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknotion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AskNotion", + "image_url": "https://topai.tools/assets/img/tools/asknotion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كويك شات AI", + "image_url": "https://topai.tools/assets/img/tools/quickchat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mikeai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايك AI", + "image_url": "https://topai.tools/assets/img/tools/mikeai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/myanima-ai-companion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رفيق MyAnima AI", + "image_url": "https://topai.tools/assets/img/tools/myanima-ai-companion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marcus-aurelius-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماركوس أوريليوس AI", + "image_url": "https://topai.tools/assets/img/tools/marcus-aurelius-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scott-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سكوت AI", + "image_url": "https://topai.tools/assets/img/tools/scott-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Kore.ai", + "image_url": "https://topai.tools/assets/img/tools/kore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-prompt-tuner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موالف موجه GPT", + "image_url": "https://topai.tools/assets/img/tools/gpt-prompt-tuner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/halist-browser-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متصفح Halist AI", + "image_url": "https://topai.tools/assets/img/tools/halist-browser-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lyze", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AILYZE", + "image_url": "https://topai.tools/assets/img/tools/ai-lyze.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/watermelon-pulse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نبض البطيخ", + "image_url": "https://topai.tools/assets/img/tools/watermelon-pulse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/showgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ShowGPT", + "image_url": "https://topai.tools/assets/img/tools/showgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tolygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "توليجبت", + "image_url": "https://topai.tools/assets/img/tools/tolygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-prompt-genius", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دردشة موجه عبقرية", + "image_url": "https://topai.tools/assets/img/tools/chat-prompt-genius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/poised", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متوازن", + "image_url": "https://topai.tools/assets/img/tools/poised.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-email-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب البريد الإلكتروني لمنظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/ai-email-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-sumo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل سومو", + "image_url": "https://topai.tools/assets/img/tools/ask-sumo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/anywebsite", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أي موقع", + "image_url": "https://topai.tools/assets/img/tools/anywebsite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ايبيرت", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captiongen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التسمية التوضيحية", + "image_url": "https://topai.tools/assets/img/tools/captiongen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ecommerce-prompts", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مطالبات التجارة الإلكترونية", + "image_url": "https://topai.tools/assets/img/tools/ecommerce-prompts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chunky", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مكتنزة", + "image_url": "https://topai.tools/assets/img/tools/chunky.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/frank-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فرانك AI", + "image_url": "https://topai.tools/assets/img/tools/frank-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbotkit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatBotKit", + "image_url": "https://topai.tools/assets/img/tools/chatbotkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rolemodel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نموذج يحتذى به في الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/rolemodel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fashionai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أزياء AI", + "image_url": "https://topai.tools/assets/img/tools/fashionai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paxton", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "باكستون", + "image_url": "https://topai.tools/assets/img/tools/paxton.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/groupthink", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التفكير الجماعي", + "image_url": "https://topai.tools/assets/img/tools/groupthink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chessgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شطرنج", + "image_url": "https://topai.tools/assets/img/tools/chessgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/landbot-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Landbot AI", + "image_url": "https://topai.tools/assets/img/tools/landbot-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossalchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ColossalChat", + "image_url": "https://topai.tools/assets/img/tools/colossalchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ivy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ivy.ai", + "image_url": "https://topai.tools/assets/img/tools/ivy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicform", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيكفورم", + "image_url": "https://topai.tools/assets/img/tools/magicform.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-chrome", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لمتصفح Chrome", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-chrome.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TalkAI", + "image_url": "https://topai.tools/assets/img/tools/talkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/crabo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سلطعون", + "image_url": "https://topai.tools/assets/img/tools/crabo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لجوجل كولاب", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quaffle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رعشة", + "image_url": "https://topai.tools/assets/img/tools/quaffle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أين الاجتماعية", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lunabot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لونابوت", + "image_url": "https://topai.tools/assets/img/tools/lunabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-openai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT (OpenAI)", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-openai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/convai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كونفاي", + "image_url": "https://topai.tools/assets/img/tools/convai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatwp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatWP", + "image_url": "https://topai.tools/assets/img/tools/chatwp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/careergpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المهنة", + "image_url": "https://topai.tools/assets/img/tools/careergpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/louply", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لوبلي", + "image_url": "https://topai.tools/assets/img/tools/louply.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opensight", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "OpenSight", + "image_url": "https://topai.tools/assets/img/tools/opensight.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-with-jinnah", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة مع جناح", + "image_url": "https://topai.tools/assets/img/tools/chat-with-jinnah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-bing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايكروسوفت بنج", + "image_url": "https://topai.tools/assets/img/tools/microsoft-bing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wonderchat", + "image_url": "https://topai.tools/assets/img/tools/wonderchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/auri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Auri.AI", + "image_url": "https://topai.tools/assets/img/tools/auri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfeedback", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "RealFeedback", + "image_url": "https://topai.tools/assets/img/tools/realfeedback.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-on-your-terminal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "chatGPT على جهازك الطرفي", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-on-your-terminal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/customgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "CustomGPT", + "image_url": "https://topai.tools/assets/img/tools/customgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatshape", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatshape.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bff", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فرنك بلجيكي", + "image_url": "https://topai.tools/assets/img/tools/bff.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zev", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "زيف", + "image_url": "https://topai.tools/assets/img/tools/zev.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/upstream-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المنبع AI", + "image_url": "https://topai.tools/assets/img/tools/upstream-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/google-bard", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جوجل بارد", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatpdf", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatpdf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-assist-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق Tweet Assist", + "image_url": "https://topai.tools/assets/img/tools/tweet-assist-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/intellibar", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "IntelliBar", + "image_url": "https://topai.tools/assets/img/tools/intellibar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-corpora", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل Corpora", + "image_url": "https://topai.tools/assets/img/tools/ask-corpora.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/googpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GooGPT", + "image_url": "https://topai.tools/assets/img/tools/googpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peopleai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الناس", + "image_url": "https://topai.tools/assets/img/tools/peopleai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/humata-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هيوماتا AI", + "image_url": "https://topai.tools/assets/img/tools/humata-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/guru", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مدرس", + "image_url": "https://topai.tools/assets/img/tools/guru.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptfy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GPTfy", + "image_url": "https://topai.tools/assets/img/tools/gptfy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-thing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شيء الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chat-thing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blubi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "blubi.ai", + "image_url": "https://topai.tools/assets/img/tools/blubi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل الآن", + "image_url": "https://topai.tools/assets/img/tools/asknow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق ChatGPT", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ariana-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أريانا AI", + "image_url": "https://topai.tools/assets/img/tools/ariana-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/juji", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أحمق", + "image_url": "https://topai.tools/assets/img/tools/juji.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embra", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "امبرا", + "image_url": "https://topai.tools/assets/img/tools/embra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/storiesbyai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "القصص", + "image_url": "https://topai.tools/assets/img/tools/storiesbyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getanswer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GetAnswer", + "image_url": "https://topai.tools/assets/img/tools/getanswer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bloony", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بلوني", + "image_url": "https://topai.tools/assets/img/tools/bloony.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unschooler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غير مدرسي", + "image_url": "https://topai.tools/assets/img/tools/unschooler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbase", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "قاعدة الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatbase.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جرامبوت بلس", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/seashoreai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شاطئ البحر", + "image_url": "https://topai.tools/assets/img/tools/seashoreai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/context", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سياق", + "image_url": "https://topai.tools/assets/img/tools/context.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatbots-in-messengers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Chatbots في برامج المراسلة", + "image_url": "https://topai.tools/assets/img/tools/ai-chatbots-in-messengers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zerotax-al", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ZeroTax آل", + "image_url": "https://topai.tools/assets/img/tools/zerotax-al.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zenen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "zenen.ai", + "image_url": "https://topai.tools/assets/img/tools/zenen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "VoiceGPT", + "image_url": "https://topai.tools/assets/img/tools/voicegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/certainly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بالتأكيد", + "image_url": "https://topai.tools/assets/img/tools/certainly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fini", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ينهي", + "image_url": "https://topai.tools/assets/img/tools/fini.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chat-bestie", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Chat Beast", + "image_url": "https://topai.tools/assets/img/tools/ai-chat-bestie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد آخر مدعوم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/norby-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نوربي AI", + "image_url": "https://topai.tools/assets/img/tools/norby-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيك شات", + "image_url": "https://topai.tools/assets/img/tools/magicchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swiftgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سويفتجبت", + "image_url": "https://topai.tools/assets/img/tools/swiftgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/filechat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Filechat", + "image_url": "https://topai.tools/assets/img/tools/filechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirex-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Hirex.ai", + "image_url": "https://topai.tools/assets/img/tools/hirex-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tiledesk", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مكتب البلاط", + "image_url": "https://topai.tools/assets/img/tools/tiledesk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bahasa", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لغة", + "image_url": "https://topai.tools/assets/img/tools/bahasa.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marvin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مارفن", + "image_url": "https://topai.tools/assets/img/tools/marvin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ingestai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "IngestAi", + "image_url": "https://topai.tools/assets/img/tools/ingestai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pdf-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PDF.ai", + "image_url": "https://topai.tools/assets/img/tools/pdf-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mightygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MightyGPT", + "image_url": "https://topai.tools/assets/img/tools/mightygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MyGPT", + "image_url": "https://topai.tools/assets/img/tools/mygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/algo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شئ ما", + "image_url": "https://topai.tools/assets/img/tools/algo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/easyprompt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "EasyPrompt", + "image_url": "https://topai.tools/assets/img/tools/easyprompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أسكروبي", + "image_url": "https://topai.tools/assets/img/tools/askrobi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI ChatLab", + "image_url": "https://topai.tools/assets/img/tools/ai-chatlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisebot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وايزبوت", + "image_url": "https://topai.tools/assets/img/tools/wisebot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مخلوق", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moveworks", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موفوركس", + "image_url": "https://topai.tools/assets/img/tools/moveworks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heybot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هيبوت", + "image_url": "https://topai.tools/assets/img/tools/heybot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/querygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الاستعلام", + "image_url": "https://topai.tools/assets/img/tools/querygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botify", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بوتيفي", + "image_url": "https://topai.tools/assets/img/tools/botify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/case-study-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب دراسة الحالة", + "image_url": "https://topai.tools/assets/img/tools/case-study-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/thekeys", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المفاتيح", + "image_url": "https://topai.tools/assets/img/tools/thekeys.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tekst", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نص", + "image_url": "https://topai.tools/assets/img/tools/tekst.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دردشة سريعة", + "image_url": "https://topai.tools/assets/img/tools/quickchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vacation-travel-chat-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دردشة الإجازة والسفر (GPT)", + "image_url": "https://topai.tools/assets/img/tools/vacation-travel-chat-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mottle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رقش", + "image_url": "https://topai.tools/assets/img/tools/mottle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/komo-search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أدخل البحث", + "image_url": "https://topai.tools/assets/img/tools/komo-search.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/meyagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايور", + "image_url": "https://topai.tools/assets/img/tools/meyagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الجميع", + "image_url": "https://topai.tools/assets/img/tools/visus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ansy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ansy.ai", + "image_url": "https://topai.tools/assets/img/tools/ansy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نص GPT", + "image_url": "https://topai.tools/assets/img/tools/text-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/messagegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رسالة", + "image_url": "https://topai.tools/assets/img/tools/messagegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lili", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آي ليلي", + "image_url": "https://topai.tools/assets/img/tools/ai-lili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voiceflow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Voiceflow", + "image_url": "https://topai.tools/assets/img/tools/voiceflow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيلي", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/purplebuddy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PurpleBuddy-AI", + "image_url": "https://topai.tools/assets/img/tools/purplebuddy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dost", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كافٍ", + "image_url": "https://topai.tools/assets/img/tools/dost.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لجوجل", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contlo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "السيطرة هناك", + "image_url": "https://topai.tools/assets/img/tools/contlo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wallu", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "والو", + "image_url": "https://topai.tools/assets/img/tools/wallu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sitegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SiteGPT", + "image_url": "https://topai.tools/assets/img/tools/sitegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatdoc", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شات دوك", + "image_url": "https://topai.tools/assets/img/tools/chatdoc.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wetune", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جسده", + "image_url": "https://topai.tools/assets/img/tools/wetune.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typingmind", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايند", + "image_url": "https://topai.tools/assets/img/tools/typingmind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kwirk", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كويرك", + "image_url": "https://topai.tools/assets/img/tools/kwirk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/onesta", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أمانة", + "image_url": "https://topai.tools/assets/img/tools/onesta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/samurai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SamurAi", + "image_url": "https://topai.tools/assets/img/tools/samurai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jarvis-tel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جارفيس هاتف", + "image_url": "https://topai.tools/assets/img/tools/jarvis-tel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/water", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماء", + "image_url": "https://topai.tools/assets/img/tools/water.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kili", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كيلي", + "image_url": "https://topai.tools/assets/img/tools/kili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mia-chatgpt-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ميا - ChatGPT AI", + "image_url": "https://topai.tools/assets/img/tools/mia-chatgpt-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/question-base", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "قاعدة السؤال", + "image_url": "https://topai.tools/assets/img/tools/question-base.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writesonic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مكتوب", + "image_url": "https://topai.tools/assets/img/tools/writesonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-theater", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مسرح النص", + "image_url": "https://topai.tools/assets/img/tools/text-theater.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-helpers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مساعدو الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-helpers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgenius", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatgenius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/insertchatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إدراج شاتجبت", + "image_url": "https://topai.tools/assets/img/tools/insertchatgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نيون AI", + "image_url": "https://topai.tools/assets/img/tools/neon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatonai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة على AI", + "image_url": "https://topai.tools/assets/img/tools/chatonai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wiz.chat", + "image_url": "https://topai.tools/assets/img/tools/wiz-chat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/you-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "You.com", + "image_url": "https://topai.tools/assets/img/tools/you-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zipchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Zipchat", + "image_url": "https://topai.tools/assets/img/tools/zipchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/parallelgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متوازي", + "image_url": "https://topai.tools/assets/img/tools/parallelgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aidev-codes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AIDev.Codes", + "image_url": "https://topai.tools/assets/img/tools/aidev-codes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gita-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جيتا GPT", + "image_url": "https://topai.tools/assets/img/tools/gita-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-ask-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xata", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يسرق", + "image_url": "https://topai.tools/assets/img/tools/xata.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/conversai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كونفيرسي أيه", + "image_url": "https://topai.tools/assets/img/tools/conversai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lxi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Lxi AI", + "image_url": "https://topai.tools/assets/img/tools/lxi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/somi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الفنلنديون", + "image_url": "https://topai.tools/assets/img/tools/somi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/track-my-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تتبع الروبوتات الخاصة بي", + "image_url": "https://topai.tools/assets/img/tools/track-my-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/berri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء اصطناعي جديد", + "image_url": "https://topai.tools/assets/img/tools/berri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatspot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatSpot", + "image_url": "https://topai.tools/assets/img/tools/chatspot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sidechat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Sidechat", + "image_url": "https://topai.tools/assets/img/tools/sidechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-text-classifier", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصنف النص AI", + "image_url": "https://topai.tools/assets/img/tools/ai-text-classifier.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatApp", + "image_url": "https://topai.tools/assets/img/tools/chatsapp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paper-brain", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دماغ الورق", + "image_url": "https://topai.tools/assets/img/tools/paper-brain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fin-by-intercom", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "زعنفة انتركوم", + "image_url": "https://topai.tools/assets/img/tools/fin-by-intercom.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbenta", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الاختراع", + "image_url": "https://topai.tools/assets/img/tools/inbenta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/albus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ألبس", + "image_url": "https://topai.tools/assets/img/tools/albus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tactful-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Tactful.ai", + "image_url": "https://topai.tools/assets/img/tools/tactful-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instabot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إنستابوت", + "image_url": "https://topai.tools/assets/img/tools/instabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موجة فيديو", + "image_url": "https://topai.tools/assets/img/tools/wave-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/project-blink", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مشروع بلينك", + "image_url": "https://topai.tools/assets/img/tools/project-blink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/invideo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصاحب للفيديو", + "image_url": "https://topai.tools/assets/img/tools/invideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إكليبس", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/maverick", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المنشق", + "image_url": "https://topai.tools/assets/img/tools/maverick.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designed-with-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/designed-with-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إسحاق", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-thumbnails", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الصور المصغرة السحرية", + "image_url": "https://topai.tools/assets/img/tools/magic-thumbnails.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيدبي", + "image_url": "https://topai.tools/assets/img/tools/vidby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yepic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Yepic AI", + "image_url": "https://topai.tools/assets/img/tools/yepic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/targum-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو Targum", + "image_url": "https://topai.tools/assets/img/tools/targum-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/akool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أكول", + "image_url": "https://topai.tools/assets/img/tools/akool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flexclip", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فليكس كليب", + "image_url": "https://topai.tools/assets/img/tools/flexclip.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumiere3d", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Lumiere3d", + "image_url": "https://topai.tools/assets/img/tools/lumiere3d.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/twelve-labs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اثنا عشر مختبرًا", + "image_url": "https://topai.tools/assets/img/tools/twelve-labs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/topaz-video-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "توباز فيديو AI", + "image_url": "https://topai.tools/assets/img/tools/topaz-video-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clips-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقاطع AI", + "image_url": "https://topai.tools/assets/img/tools/clips-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/2short-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "2 قصيرة", + "image_url": "https://topai.tools/assets/img/tools/2short-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/windsor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وندسور", + "image_url": "https://topai.tools/assets/img/tools/windsor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waymark", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "واي مارك", + "image_url": "https://topai.tools/assets/img/tools/waymark.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leiapix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LeiaPix", + "image_url": "https://topai.tools/assets/img/tools/leiapix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sumly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سملي", + "image_url": "https://topai.tools/assets/img/tools/sumly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xpression-camera", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاميرا xpression", + "image_url": "https://topai.tools/assets/img/tools/xpression-camera.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الواقع الإبداعي D-ID", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genmo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جينمو", + "image_url": "https://topai.tools/assets/img/tools/genmo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perfectly-clear-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو واضح تمامًا", + "image_url": "https://topai.tools/assets/img/tools/perfectly-clear-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-studios", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استوديوهات AI", + "image_url": "https://topai.tools/assets/img/tools/ai-studios.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/playphrase-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PlayPhrase.me", + "image_url": "https://topai.tools/assets/img/tools/playphrase-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/movio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موفيو", + "image_url": "https://topai.tools/assets/img/tools/movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wavel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ويفيل AI", + "image_url": "https://topai.tools/assets/img/tools/wavel-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shuffll", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "عشوائي", + "image_url": "https://topai.tools/assets/img/tools/shuffll.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/green-screen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الشاشة الخضراء AI", + "image_url": "https://topai.tools/assets/img/tools/green-screen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editair", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تحرير الهواء", + "image_url": "https://topai.tools/assets/img/tools/editair.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استوديو الواقع الإبداعي D-ID", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moises-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق Moises", + "image_url": "https://topai.tools/assets/img/tools/moises-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runwayml", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المدرج", + "image_url": "https://topai.tools/assets/img/tools/runwayml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ebsynth", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إبسينث", + "image_url": "https://topai.tools/assets/img/tools/ebsynth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booltool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بولتول", + "image_url": "https://topai.tools/assets/img/tools/booltool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LiveReacting", + "image_url": "https://topai.tools/assets/img/tools/livereacting.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التقطيع", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deciphr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Deciphr AI", + "image_url": "https://topai.tools/assets/img/tools/deciphr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/film", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيلم", + "image_url": "https://topai.tools/assets/img/tools/film.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatorml", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "CreatorML", + "image_url": "https://topai.tools/assets/img/tools/creatorml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/videoleap", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو", + "image_url": "https://topai.tools/assets/img/tools/videoleap.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/raw-shorts", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "السراويل الخام", + "image_url": "https://topai.tools/assets/img/tools/raw-shorts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cloudinary", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سحابة", + "image_url": "https://topai.tools/assets/img/tools/cloudinary.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lalal-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لالال", + "image_url": "https://topai.tools/assets/img/tools/lalal-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prequel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بادئة", + "image_url": "https://topai.tools/assets/img/tools/prequel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wowto", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WowTo", + "image_url": "https://topai.tools/assets/img/tools/wowto.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visla", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيسلا", + "image_url": "https://topai.tools/assets/img/tools/visla.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو", + "image_url": "https://topai.tools/assets/img/tools/vidyo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/papercup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كوب ورقي", + "image_url": "https://topai.tools/assets/img/tools/papercup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/steve-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ستيف AI", + "image_url": "https://topai.tools/assets/img/tools/steve-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mind-grasp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فهم العقل", + "image_url": "https://topai.tools/assets/img/tools/mind-grasp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bhuman", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ب الإنسان", + "image_url": "https://topai.tools/assets/img/tools/bhuman.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisecut", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حكيم", + "image_url": "https://topai.tools/assets/img/tools/wisecut.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Supercreator.ai", + "image_url": "https://topai.tools/assets/img/tools/supercreator-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/elai-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Elai.io", + "image_url": "https://topai.tools/assets/img/tools/elai-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heygen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HeyGen", + "image_url": "https://topai.tools/assets/img/tools/heygen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/light", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ضوء", + "image_url": "https://topai.tools/assets/img/tools/light.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionit-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MotionIt AI", + "image_url": "https://topai.tools/assets/img/tools/motionit-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-shot-talking-face", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "طلقة واحدة وجه يتحدث", + "image_url": "https://topai.tools/assets/img/tools/one-shot-talking-face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colourlab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كولورلاب", + "image_url": "https://topai.tools/assets/img/tools/colourlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixop", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسوب", + "image_url": "https://topai.tools/assets/img/tools/pixop.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reachout-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Reachout.ai", + "image_url": "https://topai.tools/assets/img/tools/reachout-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/boolvideo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بولفيدو", + "image_url": "https://topai.tools/assets/img/tools/boolvideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-object-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إزالة الكائن من الصورة بواسطة HitPaw", + "image_url": "https://topai.tools/assets/img/tools/remove-object-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nuro-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نورو فيديو", + "image_url": "https://topai.tools/assets/img/tools/nuro-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Vidyo.ai", + "image_url": "https://topai.tools/assets/img/tools/vidyo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/muse-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موسى", + "image_url": "https://topai.tools/assets/img/tools/muse-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sonix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سونيكس", + "image_url": "https://topai.tools/assets/img/tools/sonix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bigmp4", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "bigmp4", + "image_url": "https://topai.tools/assets/img/tools/bigmp4.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runway-gen-2", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المدرج Gen-2", + "image_url": "https://topai.tools/assets/img/tools/runway-gen-2.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/woxo-vidgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WOXO VidGPT", + "image_url": "https://topai.tools/assets/img/tools/woxo-vidgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finecam", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Fineshare FineCam", + "image_url": "https://topai.tools/assets/img/tools/finecam.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كايف", + "image_url": "https://topai.tools/assets/img/tools/kive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cre8tiveai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "cre8tive", + "image_url": "https://topai.tools/assets/img/tools/cre8tiveai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/descript", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الوصف", + "image_url": "https://topai.tools/assets/img/tools/descript.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vizard", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "معالج", + "image_url": "https://topai.tools/assets/img/tools/vizard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-online-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HitPaw Online Video Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-online-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سكريفا", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flawless-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء اصطناعي لا تشوبه شائبة", + "image_url": "https://topai.tools/assets/img/tools/flawless-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/play-ht", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Play.ht", + "image_url": "https://topai.tools/assets/img/tools/play-ht.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contenda", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المحتويات", + "image_url": "https://topai.tools/assets/img/tools/contenda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/explore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اكتشف الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/explore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictory", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصورة", + "image_url": "https://topai.tools/assets/img/tools/pictory.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/generated-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ولدت الصور", + "image_url": "https://topai.tools/assets/img/tools/generated-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/translate-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ترجمة فيديو", + "image_url": "https://topai.tools/assets/img/tools/translate-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kaiber", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كايبر", + "image_url": "https://topai.tools/assets/img/tools/kaiber.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أوكسولو", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cascadeur", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاسكيدور", + "image_url": "https://topai.tools/assets/img/tools/cascadeur.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tavus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تافوس", + "image_url": "https://topai.tools/assets/img/tools/tavus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designs-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تصاميم", + "image_url": "https://topai.tools/assets/img/tools/designs-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fliki", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فليكي", + "image_url": "https://topai.tools/assets/img/tools/fliki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deep-art-effects", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تأثيرات فنية عميقة", + "image_url": "https://topai.tools/assets/img/tools/deep-art-effects.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/omniverse-audio2face", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Omniverse Audio2Face", + "image_url": "https://topai.tools/assets/img/tools/omniverse-audio2face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خارق", + "image_url": "https://topai.tools/assets/img/tools/supercreator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossyan", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كولوسيان", + "image_url": "https://topai.tools/assets/img/tools/colossyan.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محسن الفيديو HitPaw", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubverse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دوبفيرس", + "image_url": "https://topai.tools/assets/img/tools/dubverse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unscreen-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Unscreen.com", + "image_url": "https://topai.tools/assets/img/tools/unscreen-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cognitivemill", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المعرفي ميل", + "image_url": "https://topai.tools/assets/img/tools/cognitivemill.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicepods", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Voicepods", + "image_url": "https://topai.tools/assets/img/tools/voicepods.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-more-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المزيد من الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/one-more-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumen5", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التجويف 5", + "image_url": "https://topai.tools/assets/img/tools/lumen5.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-to-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غرد على الفيديو", + "image_url": "https://topai.tools/assets/img/tools/tweet-to-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablematic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مستقر", + "image_url": "https://topai.tools/assets/img/tools/stablematic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gling", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غلينغ", + "image_url": "https://topai.tools/assets/img/tools/gling.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مبسط", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clippah", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Clippah", + "image_url": "https://topai.tools/assets/img/tools/clippah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blur-on", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تشغيل طمس", + "image_url": "https://topai.tools/assets/img/tools/blur-on.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/background-remover-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مزيل الخلفية من صورة Hitpaw", + "image_url": "https://topai.tools/assets/img/tools/background-remover-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opus-pro", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أوبوس برو", + "image_url": "https://topai.tools/assets/img/tools/opus-pro.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synthesia", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سينثيسيا", + "image_url": "https://topai.tools/assets/img/tools/synthesia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/polarr-copilots", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بولار مساعد الطيارين", + "image_url": "https://topai.tools/assets/img/tools/polarr-copilots.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipmaker", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ClipMaker", + "image_url": "https://topai.tools/assets/img/tools/clipmaker.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booth-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كشك", + "image_url": "https://topai.tools/assets/img/tools/booth-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/timz-flowers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تيمز الزهور", + "image_url": "https://topai.tools/assets/img/tools/timz-flowers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rotor-videos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو الدوار", + "image_url": "https://topai.tools/assets/img/tools/rotor-videos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكلام", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captions", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التسميات التوضيحية", + "image_url": "https://topai.tools/assets/img/tools/captions.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pix2pix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Pix2Pix", + "image_url": "https://topai.tools/assets/img/tools/pix2pix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/latte", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لاتيه", + "image_url": "https://topai.tools/assets/img/tools/latte.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/character-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حرف GPT", + "image_url": "https://topai.tools/assets/img/tools/character-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محرر الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحب العصبي", + "image_url": "https://topai.tools/assets/img/tools/neural-love.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonder-dynamics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ديناميات العجائب", + "image_url": "https://topai.tools/assets/img/tools/wonder-dynamics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/phenaki", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيناكي", + "image_url": "https://topai.tools/assets/img/tools/phenaki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/decoherence", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فك الترابط", + "image_url": "https://topai.tools/assets/img/tools/decoherence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hourone", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حورون", + "image_url": "https://topai.tools/assets/img/tools/hourone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marketingblocks-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MarketingBlocks AI", + "image_url": "https://topai.tools/assets/img/tools/marketingblocks-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الرد الآلي", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tagsgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "العلامات", + "image_url": "https://topai.tools/assets/img/tools/tagsgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-social-media-post-writerby-socialblu", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Social Media Post Writerby Socialblu", + "image_url": "https://topai.tools/assets/img/tools/ai-social-media-post-writerby-socialblu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/effluence", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دفق", + "image_url": "https://topai.tools/assets/img/tools/effluence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/posed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مطروح", + "image_url": "https://topai.tools/assets/img/tools/posed.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/siteexplainer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شرح الموقع", + "image_url": "https://topai.tools/assets/img/tools/siteexplainer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجاي", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كسوف", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everylead-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Everylead.ai", + "image_url": "https://topai.tools/assets/img/tools/everylead-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إعادة تركيب", + "image_url": "https://topai.tools/assets/img/tools/replix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الذكاء الاصطناعي السحري", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speedy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سريع", + "image_url": "https://topai.tools/assets/img/tools/speedy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lek", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليك", + "image_url": "https://topai.tools/assets/img/tools/lek.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writeai-tech", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WriteAI.Tech", + "image_url": "https://topai.tools/assets/img/tools/writeai-tech.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Brain Pod AI - مولد الصور", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/retrato", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لَوحَة", + "image_url": "https://topai.tools/assets/img/tools/retrato.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إسحاق", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/memejourney-chatgpt-for-memes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Memejourney - ChatGPT للميمات", + "image_url": "https://topai.tools/assets/img/tools/memejourney-chatgpt-for-memes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/texta", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الرسائل النصية", + "image_url": "https://topai.tools/assets/img/tools/texta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sv-master-by-startupvisors", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SV Master بواسطة Startupvisors", + "image_url": "https://topai.tools/assets/img/tools/sv-master-by-startupvisors.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماعز", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-product-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور المنتجات التي تعمل بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-product-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/affable-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Affable.ai", + "image_url": "https://topai.tools/assets/img/tools/affable-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/followr", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تابع", + "image_url": "https://topai.tools/assets/img/tools/followr.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/write-panda", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اكتب الباندا", + "image_url": "https://topai.tools/assets/img/tools/write-panda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ultrabrainstomer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "UltraBrainstomer", + "image_url": "https://topai.tools/assets/img/tools/ultrabrainstomer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vana-portrait", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فانا بورتريه", + "image_url": "https://topai.tools/assets/img/tools/vana-portrait.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lovelines", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحب", + "image_url": "https://topai.tools/assets/img/tools/lovelines.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelhunter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Pixelhunter", + "image_url": "https://topai.tools/assets/img/tools/pixelhunter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiart-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "aiart.fm", + "image_url": "https://topai.tools/assets/img/tools/aiart-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/resoume", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سيرة ذاتية", + "image_url": "https://topai.tools/assets/img/tools/resoume.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/extractify", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استخلاص", + "image_url": "https://topai.tools/assets/img/tools/extractify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/legacies", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الموروثات", + "image_url": "https://topai.tools/assets/img/tools/legacies.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hushl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هشل", + "image_url": "https://topai.tools/assets/img/tools/hushl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copilotly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مساعد الطيار", + "image_url": "https://topai.tools/assets/img/tools/copilotly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/syllaby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقطع", + "image_url": "https://topai.tools/assets/img/tools/syllaby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aragon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أراجون AI", + "image_url": "https://topai.tools/assets/img/tools/aragon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lately-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مؤخرا AI", + "image_url": "https://topai.tools/assets/img/tools/lately-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instasalesai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "InstaSalesAI", + "image_url": "https://topai.tools/assets/img/tools/instasalesai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/digimarkai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "DigiMarkAI", + "image_url": "https://topai.tools/assets/img/tools/digimarkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daydrm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ديادرم", + "image_url": "https://topai.tools/assets/img/tools/daydrm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peachly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خوخي منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/peachly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfake", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حقا مزيفة", + "image_url": "https://topai.tools/assets/img/tools/realfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ezai-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "EZAi AI", + "image_url": "https://topai.tools/assets/img/tools/ezai-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/not-a-person", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليس بشخص", + "image_url": "https://topai.tools/assets/img/tools/not-a-person.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يمزج", + "image_url": "https://topai.tools/assets/img/tools/blend.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/toks", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هذه", + "image_url": "https://topai.tools/assets/img/tools/toks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recontent-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ReContent.AI", + "image_url": "https://topai.tools/assets/img/tools/recontent-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/engage-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إشراك الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/engage-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chopcast", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تشوبكاست", + "image_url": "https://topai.tools/assets/img/tools/chopcast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لجوجل كولاب", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التقطيع", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-avatars", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الصور الرمزية السحرية", + "image_url": "https://topai.tools/assets/img/tools/magic-avatars.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/post-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بعد AI", + "image_url": "https://topai.tools/assets/img/tools/post-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/caricaturer-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Caricaturer.io", + "image_url": "https://topai.tools/assets/img/tools/caricaturer-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dux-soup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حساء دوكس", + "image_url": "https://topai.tools/assets/img/tools/dux-soup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أين الاجتماعية", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logoscapes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لوغوسكابس", + "image_url": "https://topai.tools/assets/img/tools/logoscapes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lebesgue", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليبيسج", + "image_url": "https://topai.tools/assets/img/tools/lebesgue.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spot-a-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بقعة بوت", + "image_url": "https://topai.tools/assets/img/tools/spot-a-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photor-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور AI", + "image_url": "https://topai.tools/assets/img/tools/photor-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/epicavatar", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ملحمة أفاتار", + "image_url": "https://topai.tools/assets/img/tools/epicavatar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clip-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقطع FM", + "image_url": "https://topai.tools/assets/img/tools/clip-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swell-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتفاخ منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/swell-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/test-start", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اختبر وابدأ", + "image_url": "https://topai.tools/assets/img/tools/test-start.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/animakers-subtitle-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Animaker في مولد الترجمة", + "image_url": "https://topai.tools/assets/img/tools/animakers-subtitle-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-magic-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب ماجيك لمنظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/ai-magic-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stable-attribution", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إسناد مستقر", + "image_url": "https://topai.tools/assets/img/tools/stable-attribution.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/salee", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سالي", + "image_url": "https://topai.tools/assets/img/tools/salee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flight-path", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مسار الرحلة", + "image_url": "https://topai.tools/assets/img/tools/flight-path.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkingphoto-by-movio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TalkingPhoto من Movio", + "image_url": "https://topai.tools/assets/img/tools/talkingphoto-by-movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-writer-by-picsart", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب منظمة العفو الدولية من Picsart", + "image_url": "https://topai.tools/assets/img/tools/ai-writer-by-picsart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/collab-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Collab.com", + "image_url": "https://topai.tools/assets/img/tools/collab-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/right-blogger", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حق Blogger", + "image_url": "https://topai.tools/assets/img/tools/right-blogger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shopia", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Shopia", + "image_url": "https://topai.tools/assets/img/tools/shopia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جرامبوت بلس", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/founderassist", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مؤسس مساعد", + "image_url": "https://topai.tools/assets/img/tools/founderassist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lemonrecruiter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LemonRecruiter", + "image_url": "https://topai.tools/assets/img/tools/lemonrecruiter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/superchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SuperChat", + "image_url": "https://topai.tools/assets/img/tools/superchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sticker-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد موجه الملصق", + "image_url": "https://topai.tools/assets/img/tools/sticker-prompt-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rewritewise", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إعادة الكتابة", + "image_url": "https://topai.tools/assets/img/tools/rewritewise.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-cycle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دورة التغريد", + "image_url": "https://topai.tools/assets/img/tools/tweet-cycle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typistai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "طابعون", + "image_url": "https://topai.tools/assets/img/tools/typistai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandbastion-lite", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FireBastion لايت", + "image_url": "https://topai.tools/assets/img/tools/brandbastion-lite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد آخر مدعوم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/painted-saintly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رسمت قديس", + "image_url": "https://topai.tools/assets/img/tools/painted-saintly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aisixteen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AiSixteen", + "image_url": "https://topai.tools/assets/img/tools/aisixteen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/viral-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد البريد الفيروسي", + "image_url": "https://topai.tools/assets/img/tools/viral-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bladerunner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "عداء شفرة", + "image_url": "https://topai.tools/assets/img/tools/bladerunner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graham-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جراهام AI", + "image_url": "https://topai.tools/assets/img/tools/graham-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/every-anyone", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الجميع", + "image_url": "https://topai.tools/assets/img/tools/every-anyone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kardow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاردو", + "image_url": "https://topai.tools/assets/img/tools/kardow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getbetterpics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GetBetterPics", + "image_url": "https://topai.tools/assets/img/tools/getbetterpics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-jd-by-pangea", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منظمة العفو الدولية: دينار من بانجيا", + "image_url": "https://topai.tools/assets/img/tools/ai-jd-by-pangea.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/carousel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دائري", + "image_url": "https://topai.tools/assets/img/tools/carousel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/content-company", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شركة المحتوى", + "image_url": "https://topai.tools/assets/img/tools/content-company.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finalscout", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FinalScout", + "image_url": "https://topai.tools/assets/img/tools/finalscout.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copylime", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كوبيل", + "image_url": "https://topai.tools/assets/img/tools/copylime.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/analisa-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Analisa.io", + "image_url": "https://topai.tools/assets/img/tools/analisa-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/double", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مزدوج", + "image_url": "https://topai.tools/assets/img/tools/double.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/casper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاسبر", + "image_url": "https://topai.tools/assets/img/tools/casper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shakespeare", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شكسبير", + "image_url": "https://topai.tools/assets/img/tools/shakespeare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postanza", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "البستانزا", + "image_url": "https://topai.tools/assets/img/tools/postanza.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptweet", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GPTweet", + "image_url": "https://topai.tools/assets/img/tools/gptweet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shello-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Shello.ai", + "image_url": "https://topai.tools/assets/img/tools/shello-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetspear", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تويتسبيير", + "image_url": "https://topai.tools/assets/img/tools/tweetspear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مخلوق", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flamel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "flamel", + "image_url": "https://topai.tools/assets/img/tools/flamel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ellisense", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إليسينس", + "image_url": "https://topai.tools/assets/img/tools/ellisense.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photoleaf", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فوتو ليف", + "image_url": "https://topai.tools/assets/img/tools/photoleaf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/castpush", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Castpush", + "image_url": "https://topai.tools/assets/img/tools/castpush.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/outline-ninja", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مخطط النينجا", + "image_url": "https://topai.tools/assets/img/tools/outline-ninja.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/evoliaprotocol", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Evoliaprotocol", + "image_url": "https://topai.tools/assets/img/tools/evoliaprotocol.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يكتب", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/littlecook", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليتليكوك", + "image_url": "https://topai.tools/assets/img/tools/littlecook.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetify-it", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تويتيفي", + "image_url": "https://topai.tools/assets/img/tools/tweetify-it.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/feedhive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FeedHive", + "image_url": "https://topai.tools/assets/img/tools/feedhive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/this-model-does-not-exist", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هذا النموذج غير موجود", + "image_url": "https://topai.tools/assets/img/tools/this-model-does-not-exist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-cafe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Prompt.Cafe", + "image_url": "https://topai.tools/assets/img/tools/prompt-cafe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ideacadabra", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ideacadabra", + "image_url": "https://topai.tools/assets/img/tools/ideacadabra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/weezy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ويزي", + "image_url": "https://topai.tools/assets/img/tools/weezy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logo-mockup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شعار نموذج بالحجم الطبيعي", + "image_url": "https://topai.tools/assets/img/tools/logo-mockup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snapshotai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لقطة", + "image_url": "https://topai.tools/assets/img/tools/snapshotai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linked-xp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "XP مرتبط", + "image_url": "https://topai.tools/assets/img/tools/linked-xp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summarisethis", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تلخيص هذا", + "image_url": "https://topai.tools/assets/img/tools/summarisethis.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autowrite", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكتابة التلقائية", + "image_url": "https://topai.tools/assets/img/tools/autowrite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postperfect", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PostPerfect", + "image_url": "https://topai.tools/assets/img/tools/postperfect.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيلي", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آسف", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لديك بال", + "image_url": "https://topai.tools/assets/img/tools/ai-pal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jaeves", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جايفيس", + "image_url": "https://topai.tools/assets/img/tools/jaeves.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/redacta-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Redacta.me", + "image_url": "https://topai.tools/assets/img/tools/redacta-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clevr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انت ذكي", + "image_url": "https://topai.tools/assets/img/tools/clevr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aigraphics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AIGraphics", + "image_url": "https://topai.tools/assets/img/tools/aigraphics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sales-ai-message-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد رسائل الذكاء الاصطناعي للمبيعات", + "image_url": "https://topai.tools/assets/img/tools/sales-ai-message-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/freelino", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خط مجاني", + "image_url": "https://topai.tools/assets/img/tools/freelino.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/usp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "USP", + "image_url": "https://topai.tools/assets/img/tools/usp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordmax", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وردماكس", + "image_url": "https://topai.tools/assets/img/tools/wordmax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetfox", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تويتفوكس", + "image_url": "https://topai.tools/assets/img/tools/tweetfox.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/altera-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تعديل AI", + "image_url": "https://topai.tools/assets/img/tools/altera-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/audiolabs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أوديولابس", + "image_url": "https://topai.tools/assets/img/tools/audiolabs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirepeople", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "توظيف الناس", + "image_url": "https://topai.tools/assets/img/tools/hirepeople.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-cowriter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Cowriter", + "image_url": "https://topai.tools/assets/img/tools/ai-cowriter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/beb-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Beb.ai", + "image_url": "https://topai.tools/assets/img/tools/beb-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jibewith", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "JibeWith", + "image_url": "https://topai.tools/assets/img/tools/jibewith.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelforge", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PixelForge", + "image_url": "https://topai.tools/assets/img/tools/pixelforge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/powerbrain", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بوويربرين", + "image_url": "https://topai.tools/assets/img/tools/powerbrain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-posts-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منشئ مشاركات لينكد إن", + "image_url": "https://topai.tools/assets/img/tools/linkedin-posts-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podcast-marketing-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "البودكاست التسويق AI", + "image_url": "https://topai.tools/assets/img/tools/podcast-marketing-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embolden", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يجرؤ", + "image_url": "https://topai.tools/assets/img/tools/embolden.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/durable", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متين", + "image_url": "https://topai.tools/assets/img/tools/durable.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubb", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "عشيق", + "image_url": "https://topai.tools/assets/img/tools/dubb.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/galactical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الذكاء الاصطناعي المجرة", + "image_url": "https://topai.tools/assets/img/tools/galactical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gerwin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جيروين", + "image_url": "https://topai.tools/assets/img/tools/gerwin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/federai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FederAI", + "image_url": "https://topai.tools/assets/img/tools/federai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مبسط", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hacksocial", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HackSocial", + "image_url": "https://topai.tools/assets/img/tools/hacksocial.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/super-prompt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سوبر موجه", + "image_url": "https://topai.tools/assets/img/tools/super-prompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تحرير", + "image_url": "https://topai.tools/assets/img/tools/editby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/primeprofile", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الملف الشخصي", + "image_url": "https://topai.tools/assets/img/tools/primeprofile.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aistote", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ايستوت", + "image_url": "https://topai.tools/assets/img/tools/aistote.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/glowup-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Glowup AI", + "image_url": "https://topai.tools/assets/img/tools/glowup-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/preppally-resume-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Preppally - استئناف AI", + "image_url": "https://topai.tools/assets/img/tools/preppally-resume-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionbear", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موشن بير", + "image_url": "https://topai.tools/assets/img/tools/motionbear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creasquare", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يخلق مربعا", + "image_url": "https://topai.tools/assets/img/tools/creasquare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chord-ooo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Chord.ooo", + "image_url": "https://topai.tools/assets/img/tools/chord-ooo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordkraft", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wordkraft", + "image_url": "https://topai.tools/assets/img/tools/wordkraft.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم AI", + "image_url": "https://topai.tools/assets/img/tools/ai-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-manager", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مدير لينكد إن", + "image_url": "https://topai.tools/assets/img/tools/linkedin-manager.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brand-buzz", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "العلامة التجارية Buzz", + "image_url": "https://topai.tools/assets/img/tools/brand-buzz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lindy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليندي", + "image_url": "https://topai.tools/assets/img/tools/lindy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-type-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نوع السحر AI", + "image_url": "https://topai.tools/assets/img/tools/magic-type-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scrip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أنا أكتب منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/scrip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marmof", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرموف", + "image_url": "https://topai.tools/assets/img/tools/marmof.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكلام", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flowjin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فلوجين", + "image_url": "https://topai.tools/assets/img/tools/flowjin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jounce-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Jounce AI", + "image_url": "https://topai.tools/assets/img/tools/jounce-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unreal-meal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وجبة غير حقيقية", + "image_url": "https://topai.tools/assets/img/tools/unreal-meal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-suggests", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يقترح منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/ai-suggests.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promind", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ProMind", + "image_url": "https://topai.tools/assets/img/tools/promind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zyng-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "zyng AI", + "image_url": "https://topai.tools/assets/img/tools/zyng-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم مايكروسوفت", + "image_url": "https://topai.tools/assets/img/tools/microsoft-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aissistify", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أسيستيفي", + "image_url": "https://topai.tools/assets/img/tools/aissistify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkoai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ربط AI", + "image_url": "https://topai.tools/assets/img/tools/linkoai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wrytr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wrytr AI", + "image_url": "https://topai.tools/assets/img/tools/wrytr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entar-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Entar.io", + "image_url": "https://topai.tools/assets/img/tools/entar-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sayhi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SayHi", + "image_url": "https://topai.tools/assets/img/tools/sayhi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/devi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ديفي", + "image_url": "https://topai.tools/assets/img/tools/devi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/suit-me-up", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تناسبني", + "image_url": "https://topai.tools/assets/img/tools/suit-me-up.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandmate-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Brandmate AI", + "image_url": "https://topai.tools/assets/img/tools/brandmate-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محرر الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/commenter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المعلق", + "image_url": "https://topai.tools/assets/img/tools/commenter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prettysmart-co", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Prettysmart.co", + "image_url": "https://topai.tools/assets/img/tools/prettysmart-co.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neuralblender", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نيورالبلندر", + "image_url": "https://topai.tools/assets/img/tools/neuralblender.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lama-cleaner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منظف ​​لاما", + "image_url": "https://topai.tools/assets/img/tools/lama-cleaner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scale", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حجم", + "image_url": "https://topai.tools/assets/img/tools/scale.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fobizz", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Fobizz", + "image_url": "https://topai.tools/assets/img/tools/fobizz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nmkd-stable-diffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار مستقر NMKD", + "image_url": "https://topai.tools/assets/img/tools/nmkd-stable-diffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designed-with-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/designed-with-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writeai-tech", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WriteAI.Tech", + "image_url": "https://topai.tools/assets/img/tools/writeai-tech.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vanceai-image-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برنامج VanceAI Image Upscaler", + "image_url": "https://topai.tools/assets/img/tools/vanceai-image-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خلية نحل", + "image_url": "https://topai.tools/assets/img/tools/hive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Brain Pod AI - مولد الصور", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promptomania", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موجه", + "image_url": "https://topai.tools/assets/img/tools/promptomania.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/luma-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إلى الأمام AI", + "image_url": "https://topai.tools/assets/img/tools/luma-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماعز", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everypixel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كل بكسل", + "image_url": "https://topai.tools/assets/img/tools/everypixel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-ai-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق AI للصور", + "image_url": "https://topai.tools/assets/img/tools/image-ai-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ailab-tools", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أدوات AILab", + "image_url": "https://topai.tools/assets/img/tools/ailab-tools.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unrealme", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غير واقعي", + "image_url": "https://topai.tools/assets/img/tools/unrealme.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clip-interrogator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقطع المحقق", + "image_url": "https://topai.tools/assets/img/placeholder.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixian", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسيان", + "image_url": "https://topai.tools/assets/img/tools/pixian.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ddmm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ddmm", + "image_url": "https://topai.tools/assets/img/tools/ddmm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cutout-pro", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انقطاع برو", + "image_url": "https://topai.tools/assets/img/placeholder.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postedby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منشور من طرف", + "image_url": "https://topai.tools/assets/img/tools/postedby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreampic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "DreamPic.AI", + "image_url": "https://topai.tools/assets/img/tools/dreampic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/midjourney-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد موجه Midjourney", + "image_url": "https://topai.tools/assets/img/tools/midjourney-prompt-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/amper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بالكاد", + "image_url": "https://topai.tools/assets/img/tools/amper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-input", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مدخلات AI", + "image_url": "https://topai.tools/assets/img/tools/ai-input.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jeda-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Jeda AI", + "image_url": "https://topai.tools/assets/img/tools/jeda-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leiapix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LeiaPix", + "image_url": "https://topai.tools/assets/img/tools/leiapix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelpet", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PixelPet", + "image_url": "https://topai.tools/assets/img/tools/pixelpet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/digital-dogs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكلاب الرقمية", + "image_url": "https://topai.tools/assets/img/tools/digital-dogs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scarlettpanda", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سكارليت باندا", + "image_url": "https://topai.tools/assets/img/tools/scarlettpanda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pfpmaker", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Pfpmaker", + "image_url": "https://topai.tools/assets/img/tools/pfpmaker.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bright-eye", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برايت اي", + "image_url": "https://topai.tools/assets/img/tools/bright-eye.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ايبيرت", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captiongen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التسمية التوضيحية", + "image_url": "https://topai.tools/assets/img/tools/captiongen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/baked-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خبز AI", + "image_url": "https://topai.tools/assets/img/tools/baked-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/thing-translator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شيء مترجم", + "image_url": "https://topai.tools/assets/img/tools/thing-translator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waifu-xl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Waifu XL", + "image_url": "https://topai.tools/assets/img/tools/waifu-xl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreamshaper-sinkin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "DreamShaper (زنك)", + "image_url": "https://topai.tools/assets/img/tools/dreamshaper-sinkin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfake", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حقا مزيفة", + "image_url": "https://topai.tools/assets/img/tools/realfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixificial", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسرابوري", + "image_url": "https://topai.tools/assets/img/tools/pixificial.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cognify-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كوجنيفي ستوديو", + "image_url": "https://topai.tools/assets/img/tools/cognify-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imagecartoon", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ImageCartoon", + "image_url": "https://topai.tools/assets/img/tools/imagecartoon.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-4", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GPT-4", + "image_url": "https://topai.tools/assets/img/tools/gpt-4.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/green-screen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الشاشة الخضراء AI", + "image_url": "https://topai.tools/assets/img/tools/green-screen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/midjourney-grid-splitter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ميدجورني جريد سبليتر", + "image_url": "https://topai.tools/assets/img/tools/midjourney-grid-splitter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-colorizer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برنامج تلوين الصور", + "image_url": "https://topai.tools/assets/img/tools/image-colorizer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/invoke-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استدعاء الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/invoke-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "قرنة الدماغ منظمة العفو الدولية - كاتب", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-gallery", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "معرض AI", + "image_url": "https://topai.tools/assets/img/tools/ai-gallery.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quarkiql", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "QuarkIQL", + "image_url": "https://topai.tools/assets/img/tools/quarkiql.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/patternai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "النمط", + "image_url": "https://topai.tools/assets/img/tools/patternai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/miro-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تهدف منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/miro-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scale-catalog-forge", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقياس كتالوج Forge", + "image_url": "https://topai.tools/assets/img/tools/scale-catalog-forge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/caricaturer-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Caricaturer.io", + "image_url": "https://topai.tools/assets/img/tools/caricaturer-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/transpic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ترانسبك", + "image_url": "https://topai.tools/assets/img/tools/transpic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textunbox", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مربع الكتابة", + "image_url": "https://topai.tools/assets/img/tools/textunbox.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cheapnft-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "CheapNFT.Art", + "image_url": "https://topai.tools/assets/img/tools/cheapnft-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-photo-restorer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرمم الصور AI", + "image_url": "https://topai.tools/assets/img/tools/ai-photo-restorer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kinetix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كينيتيكس", + "image_url": "https://topai.tools/assets/img/tools/kinetix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summon", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استدعى", + "image_url": "https://topai.tools/assets/img/tools/summon.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snapgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SnapGPT", + "image_url": "https://topai.tools/assets/img/tools/snapgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور AI", + "image_url": "https://topai.tools/assets/img/tools/ai-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/no-background-coffee", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لا خلفية القهوة", + "image_url": "https://topai.tools/assets/img/tools/no-background-coffee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipdrop", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ClipDrop", + "image_url": "https://topai.tools/assets/img/tools/clipdrop.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-image-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرقي الصور بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-image-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/micro-dalle-2", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايكرو من -2", + "image_url": "https://topai.tools/assets/img/tools/micro-dalle-2.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draw-things", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ارسم الأشياء", + "image_url": "https://topai.tools/assets/img/tools/draw-things.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cloudinary", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سحابة", + "image_url": "https://topai.tools/assets/img/tools/cloudinary.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/phosus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فوسس", + "image_url": "https://topai.tools/assets/img/tools/phosus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/degenai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقيم", + "image_url": "https://topai.tools/assets/img/tools/degenai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genforge", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جينفورج", + "image_url": "https://topai.tools/assets/img/tools/genforge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/splashai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سبلاش", + "image_url": "https://topai.tools/assets/img/tools/splashai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pinegraph", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بينيغراف", + "image_url": "https://topai.tools/assets/img/tools/pinegraph.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/boolpic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منطقية", + "image_url": "https://topai.tools/assets/img/tools/boolpic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/retoucher", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اللمس", + "image_url": "https://topai.tools/assets/img/tools/retoucher.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rentoor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استرخاء", + "image_url": "https://topai.tools/assets/img/tools/rentoor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/extendimage", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إكستيند إيماج", + "image_url": "https://topai.tools/assets/img/tools/extendimage.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/watermark-remover", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مزيل العلامة المائية", + "image_url": "https://topai.tools/assets/img/tools/watermark-remover.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/apeture-by-lexica", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Apeture (بواسطة Lexica)", + "image_url": "https://topai.tools/assets/img/tools/apeture-by-lexica.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imaiger", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إيمايجر", + "image_url": "https://topai.tools/assets/img/tools/imaiger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hair-by-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الشعر بواسطة AI", + "image_url": "https://topai.tools/assets/img/tools/hair-by-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fuups", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فويبس", + "image_url": "https://topai.tools/assets/img/tools/fuups.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-portrait-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد صورة بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-portrait-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-to-image-editor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نص إلى محرر الصور", + "image_url": "https://topai.tools/assets/img/tools/text-to-image-editor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graphic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI جرافيك", + "image_url": "https://topai.tools/assets/img/tools/graphic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablecog", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Stablecog", + "image_url": "https://topai.tools/assets/img/tools/stablecog.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-product-photos-by-creatorkit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور منتج AI بواسطة CreatorKit", + "image_url": "https://topai.tools/assets/img/tools/ai-product-photos-by-creatorkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supermachine", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آلة سوبر", + "image_url": "https://topai.tools/assets/img/tools/supermachine.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dezgo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Dezgo", + "image_url": "https://topai.tools/assets/img/tools/dezgo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/accomplice", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شريك", + "image_url": "https://topai.tools/assets/img/tools/accomplice.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreambooth", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دريم بوث", + "image_url": "https://topai.tools/assets/img/tools/dreambooth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-background-generator-by-photoroom", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الخلفية AI بواسطة PhotoRoom", + "image_url": "https://topai.tools/assets/img/tools/ai-background-generator-by-photoroom.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-shot-talking-face", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "طلقة واحدة وجه يتحدث", + "image_url": "https://topai.tools/assets/img/tools/one-shot-talking-face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/facet-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "واجهة 2.0", + "image_url": "https://topai.tools/assets/img/tools/facet-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-bg", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Remove.bg", + "image_url": "https://topai.tools/assets/img/tools/remove-bg.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spread-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انشر الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/spread-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hotpot-art-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الفن Hotpot", + "image_url": "https://topai.tools/assets/img/tools/hotpot-art-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jpgrm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "jpgRM", + "image_url": "https://topai.tools/assets/img/tools/jpgrm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-eraser", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ممحاة سحرية", + "image_url": "https://topai.tools/assets/img/tools/magic-eraser.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/devoid-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خالية من الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/devoid-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aisixteen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AiSixteen", + "image_url": "https://topai.tools/assets/img/tools/aisixteen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reimagine", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تخيل", + "image_url": "https://topai.tools/assets/img/tools/reimagine.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-online-photo-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HitPaw Online Photo Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-online-photo-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visuali", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المرئيات", + "image_url": "https://topai.tools/assets/img/tools/visuali.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/make3d", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Make3D", + "image_url": "https://topai.tools/assets/img/tools/make3d.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-cleaner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منظف ​​الصور", + "image_url": "https://topai.tools/assets/img/tools/image-cleaner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-object-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إزالة الكائن من الصورة بواسطة HitPaw", + "image_url": "https://topai.tools/assets/img/tools/remove-object-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/arti-pics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ARTi.PiCS", + "image_url": "https://topai.tools/assets/img/tools/arti-pics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/removal-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Removal.ai", + "image_url": "https://topai.tools/assets/img/tools/removal-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ortto-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ortto AI", + "image_url": "https://topai.tools/assets/img/tools/ortto-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pirate-diffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار القراصنة", + "image_url": "https://topai.tools/assets/img/tools/pirate-diffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ubercreate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "UberCreate", + "image_url": "https://topai.tools/assets/img/tools/ubercreate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adobe-podcast", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أدوبي بودكاست", + "image_url": "https://topai.tools/assets/img/tools/adobe-podcast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/carousel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دائري", + "image_url": "https://topai.tools/assets/img/tools/carousel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelbin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسلبين", + "image_url": "https://topai.tools/assets/img/tools/pixelbin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unfake", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غير دقيق", + "image_url": "https://topai.tools/assets/img/tools/unfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصور فوتوغرافي", + "image_url": "https://topai.tools/assets/img/tools/photor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحجارة", + "image_url": "https://topai.tools/assets/img/tools/kive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لي", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remover-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Remover.app", + "image_url": "https://topai.tools/assets/img/tools/remover-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cre8tiveai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "cre8tive", + "image_url": "https://topai.tools/assets/img/tools/cre8tiveai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snowpixel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Snowpixel", + "image_url": "https://topai.tools/assets/img/tools/snowpixel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بلطف", + "image_url": "https://topai.tools/assets/img/tools/genly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/openart-photo-booth", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "OpenArt Photo Booth", + "image_url": "https://topai.tools/assets/img/tools/openart-photo-booth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swapper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المقايض", + "image_url": "https://topai.tools/assets/img/tools/swapper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promptmakr", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برومبتماكر", + "image_url": "https://topai.tools/assets/img/tools/promptmakr.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logo-master", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماستر الشعار", + "image_url": "https://topai.tools/assets/img/tools/logo-master.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finetuned-stable-diffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار مستقر Finetuned", + "image_url": "https://topai.tools/assets/img/tools/finetuned-stable-diffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipdrop-replace-background", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ClipDrop استبدال الخلفية", + "image_url": "https://topai.tools/assets/img/tools/clipdrop-replace-background.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nsfw-js", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "NSFW JS", + "image_url": "https://topai.tools/assets/img/tools/nsfw-js.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wishes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يود منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/wishes-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kiri-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Kiri.art", + "image_url": "https://topai.tools/assets/img/tools/kiri-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6MzAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoiYWxsIiwiaW5jbHVkZV9zdWJkb21haW5zIjp0cnVlLCJpbnRlcm5hbF9saXN0X2xpbWl0IjoxMCwibW9kZSI6ImFzX2lzIiwiYWlkIjo2NjM3Nn0sIlNlYXJjaEFmdGVyRGF0YSI6eyJWZXJzaW9uIjoxLCJTZWFyY2hBZnRlclZhbHVlcyI6eyJyYW5rIjowLCJsYXN0X3NlZW4iOiIyMDIzLTA5LTE2VDEwOjM5OjQ4KzAwOjAwIn0sIlRva2VuUmVhbE9mZnNldCI6NDAwMH19" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-all-backlinks/5.json b/resources/data/dfs/backlinks/topaitools-all-backlinks/5.json new file mode 100644 index 0000000..591730b --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-all-backlinks/5.json @@ -0,0 +1,46032 @@ +{ + "id": "11241547-6637-0269-0000-4316b24f5837", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1184 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "all", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 4000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 5203, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oddvibe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "OddVibe", + "image_url": "https://topai.tools/assets/img/tools/oddvibe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-variations-ai-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أشكال الصور: مولد الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/image-variations-ai-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stable-ui", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "واجهة مستخدم مستقرة", + "image_url": "https://topai.tools/assets/img/tools/stable-ui.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-mate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيك ماتي", + "image_url": "https://topai.tools/assets/img/tools/magic-mate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deep-image", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صورة عميقة", + "image_url": "https://topai.tools/assets/img/tools/deep-image.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/automatic-1111", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "1111 التلقائي", + "image_url": "https://topai.tools/assets/img/tools/automatic-1111.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-image-sharpener-by-media-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Image Sharpener بواسطة Media.io", + "image_url": "https://topai.tools/assets/img/tools/ai-image-sharpener-by-media-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/make-a-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اصنع مقطع فيديو", + "image_url": "https://topai.tools/assets/img/tools/make-a-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/generated-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ولدت الصور", + "image_url": "https://topai.tools/assets/img/tools/generated-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bing-image-creator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منشئ صور بنج", + "image_url": "https://topai.tools/assets/img/tools/bing-image-creator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brightpen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برايت بين", + "image_url": "https://topai.tools/assets/img/tools/brightpen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lucidpic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Lucidpic", + "image_url": "https://topai.tools/assets/img/tools/lucidpic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-photo-robot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Photo Robot", + "image_url": "https://topai.tools/assets/img/tools/ai-photo-robot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicbrushai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيكبروشاي", + "image_url": "https://topai.tools/assets/img/tools/magicbrushai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pattern-cafe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقهى النمط", + "image_url": "https://topai.tools/assets/img/tools/pattern-cafe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rundiffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "RunDiffusion", + "image_url": "https://topai.tools/assets/img/tools/rundiffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/diffusion-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فن الانتشار", + "image_url": "https://topai.tools/assets/img/tools/diffusion-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/usp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "USP", + "image_url": "https://topai.tools/assets/img/tools/usp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imageeditor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محرر الصور", + "image_url": "https://topai.tools/assets/img/tools/imageeditor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scannergo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماسح الضوئي", + "image_url": "https://topai.tools/assets/img/tools/scannergo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imgcreator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "IMGCreator.ai", + "image_url": "https://topai.tools/assets/img/tools/imgcreator-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daft-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سخافة الفن", + "image_url": "https://topai.tools/assets/img/tools/daft-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/byword-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "byword.ai", + "image_url": "https://topai.tools/assets/img/tools/byword-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sceneryai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مشهد", + "image_url": "https://topai.tools/assets/img/tools/sceneryai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictureit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تصور ذلك", + "image_url": "https://topai.tools/assets/img/tools/pictureit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/artificial-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الفن الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/artificial-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-mixer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خلاط الصور", + "image_url": "https://topai.tools/assets/img/tools/image-mixer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contentinator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المحتوى", + "image_url": "https://topai.tools/assets/img/tools/contentinator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/baseten", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الأساس", + "image_url": "https://topai.tools/assets/img/tools/baseten.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiimages", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI الصور", + "image_url": "https://topai.tools/assets/img/tools/aiimages.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/happyaccidents", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حوادث سعيدة", + "image_url": "https://topai.tools/assets/img/tools/happyaccidents.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-more-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المزيد من الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/one-more-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/handyai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مفيد AI", + "image_url": "https://topai.tools/assets/img/tools/handyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-to-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غرد على الفيديو", + "image_url": "https://topai.tools/assets/img/placeholder.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablematic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مستقر", + "image_url": "https://topai.tools/assets/img/tools/stablematic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/virtualface-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Virtualface.app", + "image_url": "https://topai.tools/assets/img/tools/virtualface-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dream-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ستوديو دريم", + "image_url": "https://topai.tools/assets/img/tools/dream-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/the-fy-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "معلومات! ستوديو", + "image_url": "https://topai.tools/assets/img/tools/the-fy-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bluewillow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بلو ويلو", + "image_url": "https://topai.tools/assets/img/tools/bluewillow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colorize", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تلوين", + "image_url": "https://topai.tools/assets/img/tools/colorize.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-keywording-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أداة AI Keywording", + "image_url": "https://topai.tools/assets/img/tools/ai-keywording-tool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/6pen-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "6 قلم فن", + "image_url": "https://topai.tools/assets/img/tools/6pen-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/anime-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أنيمي AI", + "image_url": "https://topai.tools/assets/img/tools/anime-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم AI", + "image_url": "https://topai.tools/assets/img/tools/ai-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/img-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرقي Img", + "image_url": "https://topai.tools/assets/img/tools/img-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replicate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استنساخ", + "image_url": "https://topai.tools/assets/img/tools/replicate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synthesys-x", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سينثيسيس X", + "image_url": "https://topai.tools/assets/img/tools/synthesys-x.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/datagen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جين البيانات", + "image_url": "https://topai.tools/assets/img/tools/datagen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aidev-codes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AIDev.Codes", + "image_url": "https://topai.tools/assets/img/tools/aidev-codes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/re-art-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Re.Art AI Image Generator. مولد صور الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/re-art-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/artsmart-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ARTSMART AI", + "image_url": "https://topai.tools/assets/img/tools/artsmart-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instantart", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الفن الفوري", + "image_url": "https://topai.tools/assets/img/tools/instantart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supermeme-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Supermeme.ai", + "image_url": "https://topai.tools/assets/img/tools/supermeme-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imaginator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متخيل", + "image_url": "https://topai.tools/assets/img/tools/imaginator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/claid-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Claid.ai", + "image_url": "https://topai.tools/assets/img/tools/claid-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/proface", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بروفيس", + "image_url": "https://topai.tools/assets/img/tools/proface.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eva-circul", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إيفا السيرك", + "image_url": "https://topai.tools/assets/img/tools/eva-circul.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/canva-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد صور Canva", + "image_url": "https://topai.tools/assets/img/tools/canva-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nero-image-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برنامج Nero Image Upscaler", + "image_url": "https://topai.tools/assets/img/tools/nero-image-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/upscayl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "راقية", + "image_url": "https://topai.tools/assets/img/tools/upscayl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحب العصبي", + "image_url": "https://topai.tools/assets/img/tools/neural-love.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eluna", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سماء", + "image_url": "https://topai.tools/assets/img/tools/eluna.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zoomscape-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ZoomScape.ai", + "image_url": "https://topai.tools/assets/img/tools/zoomscape-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synesthetic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Synesthetic.ai", + "image_url": "https://topai.tools/assets/img/tools/synesthetic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bigjpg", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيج جي بي جي", + "image_url": "https://topai.tools/assets/img/tools/bigjpg.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/diffusionbee", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار النحل", + "image_url": "https://topai.tools/assets/img/tools/diffusionbee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/variart", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فاريارت", + "image_url": "https://topai.tools/assets/img/tools/variart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-ai-tools-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 74, + "page_from_size": 48035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI Tools Software based on 262 factors (2023)", + "page_from_status_code": 200, + "first_seen": "2023-06-27 22:28:35 +00:00", + "prev_seen": "2023-08-28 21:23:50 +00:00", + "last_seen": "2023-09-16 10:15:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "futechie.com", + "url_from": "https://futechie.com/the-pentagon-just-launched-a-generative-ai-task-force/141321/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "208.109.215.104", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 22, + "page_from_size": 67052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – Futechie.com", + "page_from_status_code": 200, + "first_seen": "2023-09-16 09:55:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 09:55:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/imaiger/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/imaiger.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 10, + "page_from_internal_links": 28, + "page_from_size": 136985, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Imaiger - AI Image Search & Generator", + "page_from_status_code": 200, + "first_seen": "2023-05-01 21:03:14 +00:00", + "prev_seen": "2023-06-16 11:46:33 +00:00", + "last_seen": "2023-09-16 06:41:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/imaiger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/ai-screenwriting-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-screenwriting-tool.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 12, + "page_from_internal_links": 30, + "page_from_size": 143244, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Screenwriting Tool - Get Ready To Supercharge your Screenplay!", + "page_from_status_code": 200, + "first_seen": "2023-05-01 19:29:02 +00:00", + "prev_seen": "2023-06-16 11:10:31 +00:00", + "last_seen": "2023-09-16 06:25:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/ai-screenwriting-tool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/explainthis-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/explainthis-ai.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 11, + "page_from_internal_links": 32, + "page_from_size": 141924, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ExplainThis.AI - Say Hello to your second brain", + "page_from_status_code": 200, + "first_seen": "2023-05-01 19:20:05 +00:00", + "prev_seen": "2023-06-16 10:38:33 +00:00", + "last_seen": "2023-09-16 06:18:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/explainthis-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B9%80%E0%B8%81%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%A7%E0%B8%81%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%A3%E0%B8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 36, + "page_from_size": 148695, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "พบกับทีมงานของเรา (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:32:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:32:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B8%94%E0%B8%B2%E0%B8%A7%E0%B8%99%E0%B9%8C%E0%B9%82%E0%B8%AB%E0%B8%A5%E0%B8%94/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 132998, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "ดาวน์โหลด (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:31:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:31:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88-plagiarism/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 211407, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "ตรวจ Plagiarism ฟรี (ไม่ต้องดาวน์โหลด)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:30:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:30:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B9%80%E0%B8%84%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%87%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%88%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%99%E0%B8%B7%E0%B9%89%E0%B8%AD/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 190117, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "AI ช่วยเขียนบทความ ฟรี (ฟรี) - ตรวจจับ ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:27:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:27:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 293, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 260118, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "เช็คแกรมม่า ออนไลน์ ฟรี (ฟรี)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:14:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:14:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/verificateur-de-plagiat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 27, + "page_from_size": 172674, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Détecteur de plagiat gratuit (Sans téléchargement)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 03:41:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 03:41:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/389271_ai-photo-editor", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-photo-editor", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 23084, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Photo Editor - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-05 15:21:34 +00:00", + "prev_seen": "2023-08-05 15:21:34 +00:00", + "last_seen": "2023-09-15 23:40:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/389428_ai-image-editor", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-editor", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 39, + "page_from_size": 22806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Image Editor - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-09-15 21:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-15 21:06:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/AI-image-editor", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aihunthub.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 293, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 189668, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-15 20:54:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-15 20:54:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aipressroom.com", + "url_from": "https://aipressroom.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.76", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 51, + "page_from_size": 133681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - AI PressRoom", + "page_from_status_code": 200, + "first_seen": "2023-09-15 17:26:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-15 17:26:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These are usually not mere video recordings or interactive classes however extremely subtle AI-driven platforms able to mimicking the instructing model of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lartorget.goteborg.se", + "url_from": "https://lartorget.goteborg.se/mikologi/2023/05/22/att-konversera-med-maskin-en-ny-ai-formaga/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "se", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 486, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "62.88.153.133", + "domain_from_country": "SE", + "page_from_external_links": 14, + "page_from_internal_links": 95, + "page_from_size": 133120, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "MIKologi - Lärtorget", + "page_from_status_code": 200, + "first_seen": "2023-05-29 10:32:55 +00:00", + "prev_seen": "2023-06-30 12:13:35 +00:00", + "last_seen": "2023-09-15 13:52:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-verktygsdatabaserna", + "text_pre": "Innan man kan börja med övningar i klassrummet är det viktigt att du, som lärare, själv provar ut det med ChatGPT eller DALL-E2 eller hitta lämpliga appar i", + "text_post": ", som innehåller givetvis även instrueringsmanualer, prompt guides. Här är det inget nytt än vad som i allmänhet gäller för lärarens pedagogiska relation till olika teknologier: ju mer man har skaffat", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lartorget.goteborg.se", + "url_from": "https://lartorget.goteborg.se/mikologi/2023/05/22/att-konversera-med-maskin-en-ny-ai-formaga/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "se", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 486, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "62.88.153.133", + "domain_from_country": "SE", + "page_from_external_links": 14, + "page_from_internal_links": 95, + "page_from_size": 133120, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "MIKologi - Lärtorget", + "page_from_status_code": 200, + "first_seen": "2023-05-29 10:32:55 +00:00", + "prev_seen": "2023-06-30 12:13:35 +00:00", + "last_seen": "2023-09-15 13:52:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "instrueringsmanualer", + "text_pre": "man kan börja med övningar i klassrummet är det viktigt att du, som lärare, själv provar ut det med ChatGPT eller DALL-E2 eller hitta lämpliga appar i AI-verktygsdatabaserna, som innehåller givetvis även", + "text_post": ", prompt guides. Här är det inget nytt än vad som i allmänhet gäller för lärarens pedagogiska relation till olika teknologier: ju mer man har skaffat sig praktiskt förankrad tyst kunskap kring användningen,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 381, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 67386, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "de_EDV", + "page_from_status_code": 200, + "first_seen": "2023-07-26 01:24:59 +00:00", + "prev_seen": "2023-07-26 01:24:59 +00:00", + "last_seen": "2023-09-15 02:23:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/showhn/posts/2023/6/en_hn_2023_02_10__34738340/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 189, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 65, + "page_from_size": 27158, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。 - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-02-28 13:33:31 +00:00", + "prev_seen": "2023-06-20 03:35:03 +00:00", + "last_seen": "2023-09-15 00:25:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/backgroundlol-review-what-is-it-and-why-you-should-try-it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/background-lol", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 274, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 5, + "page_from_internal_links": 27, + "page_from_size": 157706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Backgroundlol Review: What is it and Why You Should Try It", + "page_from_status_code": 200, + "first_seen": "2023-09-14 23:12:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-14 23:12:37 +00:00", + "item_type": "image", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20257'%3E%3C/svg%3E", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "figure", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clevercram.com", + "url_from": "https://clevercram.com/revolutionizing-the-study-room-the-new-technology-of-ai-enhanced-finding-out/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.156.225.129", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 39, + "page_from_size": 188160, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Study room: The New Technology of AI-Enhanced Finding out -", + "page_from_status_code": 200, + "first_seen": "2023-09-14 21:57:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-14 21:57:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is incessantly taking its steps ahead. Have you ever ever heard of", + "text_post": "? Those aren’t mere video recordings or interactive courses however extremely subtle AI-driven platforms able to mimicking the educating taste of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "images.mobilesl.com", + "url_from": "https://images.mobilesl.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=research", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 199, + "domain_from_rank": 135, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "74.208.236.215", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 18543, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Images", + "page_from_status_code": 200, + "first_seen": "2023-08-01 18:36:51 +00:00", + "prev_seen": "2023-08-01 18:36:51 +00:00", + "last_seen": "2023-09-14 20:39:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "images.mobilesl.com", + "url_from": "https://images.mobilesl.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/cradle.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 199, + "domain_from_rank": 135, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "74.208.236.215", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 18543, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Images", + "page_from_status_code": 200, + "first_seen": "2023-08-01 18:36:51 +00:00", + "prev_seen": "2023-08-01 18:36:51 +00:00", + "last_seen": "2023-09-14 20:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "easysaveai.com", + "url_from": "https://easysaveai.com/ai-tools-directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 378, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "45.77.64.10", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 27, + "page_from_size": 129811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10 Online Directories of AI Tools to Discover The Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-23 16:18:49 +00:00", + "prev_seen": "2023-07-23 16:18:49 +00:00", + "last_seen": "2023-09-08 00:47:58 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "#6", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/pickup-line-generator", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57615, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 12:07:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 12:07:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "23 Best Pickup line generator AI instruments", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pickup-lines", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57615, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 12:07:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 12:07:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pickup Lines", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AskTheE", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 11:40:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 11:40:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "1 Best Askthee AI instruments", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askthee", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 11:40:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 11:40:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AskThee", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bluefx.net", + "url_from": "https://bluefx.net/store/ai-tools/ai-directory-ai-tools/topai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 233, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.124.249.85", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 26, + "page_from_size": 106423, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi – BlueFx", + "page_from_status_code": 200, + "first_seen": "2023-07-27 23:14:41 +00:00", + "prev_seen": "2023-07-27 23:14:41 +00:00", + "last_seen": "2023-09-07 08:33:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit TopAi", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "parent.wiki", + "url_from": "https://parent.wiki/question/summary-free-for-youtube-video/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/video-summary-generator", + "url_to_https": true, + "tld_from": "wiki", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 204, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.24.35", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 17, + "page_from_size": 170895, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "summary free for youtube video - Parent.wiki", + "page_from_status_code": 200, + "first_seen": "2023-08-07 18:45:43 +00:00", + "prev_seen": "2023-08-07 18:45:43 +00:00", + "last_seen": "2023-09-07 07:18:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "50 Best Video summary generator AI tools", + "text_pre": null, + "text_post": "Scrivvy Free · TLDR YouTube Subscription · Youtube Transcript AI Summary Free · Vatic AI Freemium · YTSummary Freemium · Video2Quiz Free trial · Video Generator", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/category/ai-writing-this-week/page/5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 212, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 135762, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Writing This Week Archives - Page 5 of 225 - Robot Writers AI", + "page_from_status_code": 200, + "first_seen": "2023-08-18 21:40:16 +00:00", + "prev_seen": "2023-08-18 21:40:16 +00:00", + "last_seen": "2023-09-05 23:16:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-05 22:46:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 22:46:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/page/5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 212, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 134323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Robot Writers AI - Page 5 of 233 - How artificial intelligence is automating writing", + "page_from_status_code": 200, + "first_seen": "2023-08-18 20:49:34 +00:00", + "prev_seen": "2023-08-18 20:49:34 +00:00", + "last_seen": "2023-09-05 21:58:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/m/de_edv@feddit.de/t/2196/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol/votes/up", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "178.25.58.101", + "domain_from_country": "DE", + "page_from_external_links": 8, + "page_from_internal_links": 87, + "page_from_size": 42489, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Boosts - Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Kbin Flausch", + "page_from_status_code": 200, + "first_seen": "2023-07-26 20:36:49 +00:00", + "prev_seen": "2023-07-26 20:36:49 +00:00", + "last_seen": "2023-09-05 18:48:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/m/de_edv@feddit.de/t/2196/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "178.25.58.101", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 129, + "page_from_size": 130056, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - de_edv - Kbin Flausch", + "page_from_status_code": 200, + "first_seen": "2023-07-26 20:34:56 +00:00", + "prev_seen": "2023-07-26 20:34:56 +00:00", + "last_seen": "2023-09-05 18:47:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.thelemmy.club", + "url_from": "https://old.thelemmy.club/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "club", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 464, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.209.22", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 59, + "page_from_size": 27121, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-09-05 13:10:07 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 13:10:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/%E7%A7%81%E3%81%9F%E3%81%A1%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 138336, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "チーム紹介 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 08:30:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 08:30:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/penterjemah-kod-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 23, + "page_from_size": 149128, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Penterjemah Kod Morse & Dekoder Kod Morse (Percuma)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:58:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:58:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/verificador-de-plagio/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 27, + "page_from_size": 175493, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Verificador de Plágio Online Grátis (Sem Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:58:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:58:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/about-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 35, + "page_from_size": 136309, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "认识我们的团队 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:56:32 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:56:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/despre-noi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 36, + "page_from_size": 137224, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Despre Noi (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:18:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/el/%CE%B1%CE%BD%CE%B9%CF%87%CE%BD%CE%B5%CF%85%CF%84%CE%AE%CF%82-%CF%80%CE%B5%CF%81%CE%B9%CE%B5%CF%87%CE%BF%CE%BC%CE%AD%CE%BD%CE%BF%CF%85-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 181189, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ανιχνευτής Περιεχομένου AI Ελληνικά (Δωρεάν)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:18:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:18:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Βαθμολογήστε στο Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/hu/rolunk/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 136056, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "Rólunk (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:09:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:09:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Értékelés a Top AI Tools-ön", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/uber-uns/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 136673, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Über uns (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:02:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:02:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/ai-detektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 30, + "page_from_size": 177817, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "ChatGPT Detector & AI Detector Svenska (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:52:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 06:52:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/ai-detektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 30, + "page_from_size": 176680, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "AI Detector Norsk & ChatGPT Detector (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:52:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 06:52:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/saas-gpters-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 27947, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS GPTers Down? SaaS GPTers status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 20:09:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 20:09:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SaaS GPTers", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolsstory-net-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 28, + "page_from_internal_links": 92, + "page_from_size": 61746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsStory.net Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-02 05:37:24 +00:00", + "prev_seen": "2023-08-02 05:37:24 +00:00", + "last_seen": "2023-09-04 16:10:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsStory.net", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/discovertools-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 23, + "page_from_internal_links": 92, + "page_from_size": 59787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discovertools.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 20:00:08 +00:00", + "prev_seen": "2023-07-28 20:00:08 +00:00", + "last_seen": "2023-09-04 15:55:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Discovertools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-toolhouse-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 70, + "page_from_size": 44273, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolhouse Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 15:50:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 15:50:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Toolhouse", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tool-hunt-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 34, + "page_from_size": 28615, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool Hunt Down? AI Tool Hunt status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:15:08 +00:00", + "prev_seen": "2023-07-01 07:30:56 +00:00", + "last_seen": "2023-09-04 15:22:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tool Hunt", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/experts/rounds/91", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 116, + "page_from_size": 59836, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 Products of Jun 08, 2023 - SaaSHub Experts", + "page_from_status_code": 200, + "first_seen": "2023-07-09 11:49:07 +00:00", + "prev_seen": "2023-07-09 11:49:07 +00:00", + "last_seen": "2023-09-04 14:04:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/openpedia-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openpedia.io Down? Openpedia.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-30 07:41:48 +00:00", + "prev_seen": "2023-07-30 07:41:48 +00:00", + "last_seen": "2023-09-04 06:34:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Openpedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/opentools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28118, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OpenTools Down? OpenTools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-30 07:41:10 +00:00", + "prev_seen": "2023-07-30 07:41:10 +00:00", + "last_seen": "2023-09-04 06:31:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ OpenTools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/6rz6/AI-Directory-2023/releases/tag/chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 162, + "page_from_internal_links": 122, + "page_from_size": 152405, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Release AI Directory June 2023 · 6rz6/AI-Directory-2023 · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 06:15:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 06:15:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "- AI Directory A.I. Apps - AI iOS App Directory Awesome Artificial Intelligence - AI Resources / Learning Favird - AI Directory FutureTools - AI Directory ToolScoutAI - AI Directory AI Creator Tools - AI Directory", + "text_post": "- AI Directory TheresAnAIForThat - AI Directory AI-Infinity - AI Directory AI Center - AI Directory Wiki AI Tools - AI Directory TopApps.Ai - AI Directory Cookup AI - AI Directory SuperTools - AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/6rz6/RzWiki/wiki/AI-Directory-2023-%F0%9F%A4%96/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 166, + "page_from_internal_links": 117, + "page_from_size": 155645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Directory 2023 🤖 · 6rz6/RzWiki Wiki · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 06:15:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 06:15:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "– AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/6rz6/AI-Directory-2023/wiki", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 166, + "page_from_internal_links": 116, + "page_from_size": 156253, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Home · 6rz6/AI-Directory-2023 Wiki · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 06:15:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 06:15:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "– AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.greystream.net", + "url_from": "https://www.greystream.net/links/webtools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 185, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.36.44", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 0, + "page_from_size": 149586, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Web Based Tools - Digital Things", + "page_from_status_code": 200, + "first_seen": "2023-08-04 10:43:05 +00:00", + "prev_seen": "2023-08-04 10:43:05 +00:00", + "last_seen": "2023-09-04 03:22:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-03-29-i-made-my-first-sale-and-paid-for-my-next-bowl-of-ramen-2016665", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 5, + "page_from_internal_links": 54, + "page_from_size": 17795, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I Made My First Sale and Paid for My Next Bowl of Ramen! - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-04-02 09:22:09 +00:00", + "prev_seen": "2023-04-02 09:22:09 +00:00", + "last_seen": "2023-09-03 10:20:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/saas-gpters-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 19, + "page_from_internal_links": 88, + "page_from_size": 53194, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS GPTers Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 03:04:42 +00:00", + "prev_seen": "2023-08-01 03:04:42 +00:00", + "last_seen": "2023-09-03 10:08:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SaaS GPTers", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/konsula-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 78, + "page_from_size": 48326, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Konsula Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-03 06:04:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-03 06:04:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Konsula", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/top-ai-tools-hub-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 29038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI Tools Hub Down? Top AI Tools Hub status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 22:23:53 +00:00", + "prev_seen": "2023-07-29 22:23:53 +00:00", + "last_seen": "2023-09-03 06:02:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Top AI Tools Hub", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai.nowlej.com", + "url_from": "https://ai.nowlej.com/2023/07/17/how-far-weve-come/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 362, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "103.204.128.59", + "domain_from_country": "AI", + "page_from_external_links": 47, + "page_from_internal_links": 37, + "page_from_size": 130356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We’ve Come | AI NOWlej", + "page_from_status_code": 200, + "first_seen": "2023-09-02 17:40:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 17:40:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.world/post/55979", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 32, + "page_from_internal_links": 104, + "page_from_size": 32953, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-02 04:42:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 04:42:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalpeopleoperations.com", + "url_from": "https://internationalpeopleoperations.com/ai-tools-for-work-embracing-innovation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 9, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.9", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 227274, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Work – Embracing Innovation - International People Operations", + "page_from_status_code": 200, + "first_seen": "2023-09-02 01:45:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 01:45:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/ai-inhaltsdetektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 161860, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "AI Detector Deutsch & Chat GPT Checker (Kostenlos)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:07:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 20:07:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "advancingmindset.com", + "url_from": "https://advancingmindset.com/the-benefits-of-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 213, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.192.19.243", + "domain_from_country": "GB", + "page_from_external_links": 30, + "page_from_internal_links": 119, + "page_from_size": 358762, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Benefits of AI - Advancing Mindset", + "page_from_status_code": 200, + "first_seen": "2023-07-24 06:44:35 +00:00", + "prev_seen": "2023-07-24 06:44:35 +00:00", + "last_seen": "2023-09-01 17:56:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.casaleforsaleinlazio.com", + "url_from": "https://www.casaleforsaleinlazio.com/hama-website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.3", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 26602, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "maak een foto Oneerlijk Interpreteren Krijger invoeren Injectie hama website - casaleforsaleinlazio.com", + "page_from_status_code": 200, + "first_seen": "2023-09-01 11:01:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 11:01:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Medisch wangedrag Mitt weer Hama - Image Editing - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/meista/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 136198, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Meistä (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 10:22:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 10:22:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.zlprogram.com", + "url_from": "http://www.zlprogram.com/show/254/MG2TFHH2J.shtml", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.207.62.109", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 58, + "page_from_size": 49310, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "13个优秀的AI人工智能工具软件导航网站推荐--后端、前端、移动开发、大数据、Java、Python、Vue开发经验分享", + "page_from_status_code": 200, + "first_seen": "2023-09-01 00:56:43 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 00:56:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.closerperu.com", + "url_from": "https://www.closerperu.com/ryze-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ryze.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.89", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 18424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ryze top, The best Ryze guide - Gamelevate.com - closerperu.com", + "page_from_status_code": 200, + "first_seen": "2023-08-31 23:03:03 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 23:03:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Ryze - top AI", + "text_pre": null, + "text_post": "ID: 9gGYfti6i6 From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai.nowlej.com", + "url_from": "http://ai.nowlej.com/2023/07/17/how-far-weve-come/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 362, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "103.204.128.59", + "domain_from_country": "AI", + "page_from_external_links": 47, + "page_from_internal_links": 37, + "page_from_size": 130048, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We’ve Come | AI NOWlej", + "page_from_status_code": 200, + "first_seen": "2023-08-31 20:31:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 20:31:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.closerperu.com", + "url_from": "https://www.closerperu.com/chatbot-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/chatavatar.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.89", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 22, + "page_from_size": 18891, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "chatbot generator, Appy Launches AI-powered Text to Chatbot - Times - closerperu.com", + "page_from_status_code": 200, + "first_seen": "2023-08-31 18:30:33 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 18:30:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "50 Best chatbot generator", + "text_pre": null, + "text_post": "ID: bxDqRCObSg From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/41956", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 115995, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:24:52 +00:00", + "prev_seen": "2023-07-25 18:03:12 +00:00", + "last_seen": "2023-08-31 07:15:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43197", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 146003, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:10:55 +00:00", + "prev_seen": "2023-07-31 08:21:22 +00:00", + "last_seen": "2023-08-31 07:15:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43202", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 105427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-31 08:28:53 +00:00", + "prev_seen": "2023-07-31 08:28:53 +00:00", + "last_seen": "2023-08-31 07:09:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43199", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 133602, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:58:39 +00:00", + "prev_seen": "2023-07-31 08:26:54 +00:00", + "last_seen": "2023-08-31 07:09:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/41957", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 110458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-25 22:17:42 +00:00", + "prev_seen": "2023-07-25 22:17:42 +00:00", + "last_seen": "2023-08-31 07:09:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/104206", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 104419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:49:17 +00:00", + "prev_seen": "2023-07-25 17:49:17 +00:00", + "last_seen": "2023-08-31 07:06:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/560340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 98977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-31 08:29:33 +00:00", + "prev_seen": "2023-07-31 08:29:33 +00:00", + "last_seen": "2023-08-31 07:03:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43198", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 140159, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:06:33 +00:00", + "prev_seen": "2023-07-31 08:29:53 +00:00", + "last_seen": "2023-08-31 07:03:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43200", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 117562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:09:30 +00:00", + "prev_seen": "2023-07-31 08:23:46 +00:00", + "last_seen": "2023-08-31 06:00:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43201", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 111246, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:59:41 +00:00", + "prev_seen": "2023-07-31 06:59:48 +00:00", + "last_seen": "2023-08-31 05:59:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/post/9973", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 41, + "page_from_size": 186597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-17 20:29:46 +00:00", + "prev_seen": "2023-07-25 16:12:14 +00:00", + "last_seen": "2023-08-31 05:29:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 23, + "page_from_size": 139956, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-17 20:30:14 +00:00", + "prev_seen": "2023-08-12 17:00:02 +00:00", + "last_seen": "2023-08-31 05:29:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 16, + "page_from_size": 30587, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "grill fugl Creed stærk adjektiv Middelhavet bard top - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-08-31 04:12:26 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 04:12:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Net væbner dal Google Bard - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.cinedashery.com", + "url_from": "https://www.cinedashery.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 31, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.65.38", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 22, + "page_from_size": 25720, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Egern Manifold beundre styrte Fælles valg Pygmalion tool game top go - cinedashery.com", + "page_from_status_code": 200, + "first_seen": "2023-08-30 13:47:17 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 13:47:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arab værdig fortjener 48 Best Gaming AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.warobotics.org", + "url_from": "https://www.warobotics.org/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 9, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.97", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 16881, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "sparkz top, Anthropologie Tops | Anthropologie Sparkz Copenhagen Alva Top S | Poshmark - warobotics.org", + "page_from_status_code": 200, + "first_seen": "2023-08-30 07:31:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 07:31:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/futurepedia-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 27928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Futurepedia.io Down? Futurepedia.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:27:58 +00:00", + "prev_seen": "2023-08-07 12:00:03 +00:00", + "last_seen": "2023-08-30 03:59:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Futurepedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.czytajswiat.pl", + "url_from": "https://www.czytajswiat.pl/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "pl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.213.222", + "domain_from_country": "PL", + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 30281, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "solidaritet Ham selv Menagerry bent linned Skaldet bard top - czytajswiat.pl", + "page_from_status_code": 200, + "first_seen": "2023-08-29 08:36:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-29 08:36:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "del længst tusind Google Bard - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.amsterdam-for-smokers.com", + "url_from": "https://www.amsterdam-for-smokers.com/on-top-of-my-mind", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/mymind.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.148.34", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 22, + "page_from_size": 24538, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "on top of my mind, On My vs. In My Mind – Enguroo Online - amsterdam-for-smokers.com", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:56:56 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 22:56:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "MyMind - AI tools", + "text_pre": null, + "text_post": "ID: fcus2ZigwQ From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.liesma.info", + "url_from": "https://www.liesma.info/ai-trip-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-trip-planner.png", + "url_to_https": true, + "tld_from": "info", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.70.135", + "domain_from_country": null, + "page_from_external_links": 79, + "page_from_internal_links": 37, + "page_from_size": 143601, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Trip Planner - Amuted", + "page_from_status_code": 200, + "first_seen": "2023-08-28 20:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 20:57:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Trip Planner", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ebool.com", + "url_from": "https://www.ebool.com/lists/ai-newsletters.html?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.9.18", + "domain_from_country": "US", + "page_from_external_links": 186, + "page_from_internal_links": 2, + "page_from_size": 83008, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "180+ AI Newsletter List - Keep Yourself Updated with AI", + "page_from_status_code": 200, + "first_seen": "2023-08-28 04:12:06 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 04:12:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Ai top tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.producthunt.com", + "url_from": "https://www.producthunt.com/discussions/does-anyone-know-of-ai-focused-aggregators-similar-to-futuretools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Aggregators", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 627, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.230.83", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 72210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does anyone know of AI-focused aggregators similar to FutureTools? | Product Hunt", + "page_from_status_code": 200, + "first_seen": "2023-07-04 09:03:51 +00:00", + "prev_seen": "2023-07-04 09:03:51 +00:00", + "last_seen": "2023-08-27 21:36:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.campeagleridge.org", + "url_from": "https://www.campeagleridge.org/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 47, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.38", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 22, + "page_from_size": 22481, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Bank neutral Effektiv opbevaring elegant hjælpemotor sparkz top - campeagleridge.org", + "page_from_status_code": 200, + "first_seen": "2023-08-27 21:27:20 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 21:27:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "teenagere Samler blade craft Sparkz - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "baixiaotangtop.com", + "url_from": "http://baixiaotangtop.com/bbs/detail/13289", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.56.108.46", + "domain_from_country": null, + "page_from_external_links": 57, + "page_from_internal_links": 26, + "page_from_size": 305009, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "十大AI文字转视频工具,十款AI换脸及数字人工具,文字转视频AI绘画大合集,Shulex ChatGPT亚马逊评论免费AI分析工具购买动机,产品优点,产品缺点,客户期望值,使用场景,客户画像。 - 百晓堂", + "page_from_status_code": 200, + "first_seen": "2023-08-27 19:33:16 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 19:33:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.campeagleridge.org", + "url_from": "https://www.campeagleridge.org/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 47, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.38", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 22, + "page_from_size": 23502, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "en milliard ventil udføre nød stewardesse Eller enten top nsfw - campeagleridge.org", + "page_from_status_code": 200, + "first_seen": "2023-08-27 16:41:45 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 16:41:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Ligner Vedhæft til Papua Ny Guinea 60 Best Nsfw chatbot AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D9%85%D8%B9%D9%84%D9%88%D9%85%D8%A7%D8%AA-%D8%B9%D9%86%D8%A7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 140218, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "قابل فريقنا (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 14:10:02 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 14:10:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D9%85%D8%AF%D9%82%D9%82-%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%AD%D8%A7%D9%84/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 187018, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مدقق الانتحال المجاني عبر الإنترنت (بدون تنزيل)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 14:08:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 14:08:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D8%AA%D8%AD%D9%85%D9%8A%D9%84/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 131996, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "تحميل (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 14:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 14:06:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.baixiaotangtop.com", + "url_from": "https://www.baixiaotangtop.com/bbs/detail/13289", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.56.108.46", + "domain_from_country": null, + "page_from_external_links": 57, + "page_from_internal_links": 26, + "page_from_size": 305049, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "十大AI文字转视频工具,十款AI换脸及数字人工具,文字转视频AI绘画大合集,Shulex ChatGPT亚马逊评论免费AI分析工具购买动机,产品优点,产品缺点,客户期望值,使用场景,客户画像。 - 百晓堂", + "page_from_status_code": 200, + "first_seen": "2023-07-08 14:59:23 +00:00", + "prev_seen": "2023-07-08 14:59:23 +00:00", + "last_seen": "2023-08-27 08:55:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/nanai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 27256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NaNAI.tools Down? NaNAI.tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-25 18:05:58 +00:00", + "prev_seen": null, + "last_seen": "2023-08-25 18:05:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ NaNAI.tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/top-apps-ai-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 93, + "page_from_size": 60126, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top Apps AI Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-25 01:25:02 +00:00", + "prev_seen": null, + "last_seen": "2023-08-25 01:25:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Top Apps AI", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uz.tgstat.com", + "url_from": "https://uz.tgstat.com/channel/@Ielts_materials_pdff/3119", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?explore_page=1", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 569, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.140.179.217", + "domain_from_country": "UZ", + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 82491, + "page_from_encoding": "utf-8", + "page_from_language": "uz", + "page_from_title": "#3119 post — Materials (@Ielts_materials_pdff)", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:20:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-24 20:20:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": "Discover AI tools with", + "text_post": "You can spare yours thanks for later but now check this out.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.domainejulienguillon.com", + "url_from": "https://www.domainejulienguillon.com/online-text-to-speech-mp3-free", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 68, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.70.198", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 16, + "page_from_size": 13436, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "online text to speech mp3 free, Best Realistic Tools - Hongkiat - domainejulienguillon.com", + "page_from_status_code": 200, + "first_seen": "2023-06-28 09:42:22 +00:00", + "prev_seen": "2023-06-28 09:42:22 +00:00", + "last_seen": "2023-08-24 14:30:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "38 Best Text-to-speech", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/385612_draggan-ai-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 36, + "page_from_size": 23377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Draggan Ai Tool - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:26:19 +00:00", + "prev_seen": "2023-07-09 02:26:19 +00:00", + "last_seen": "2023-08-24 04:42:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/draggan", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/385285_draggan-image-manipulation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/image-mixer-vs-draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 23332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Draggan Image Manipulation - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:31:32 +00:00", + "prev_seen": "2023-07-09 02:31:32 +00:00", + "last_seen": "2023-08-24 04:35:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 502, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/388843_draggan-ai-editing-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 23066, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Draggan Ai Editing Tool - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:30:24 +00:00", + "prev_seen": "2023-07-09 02:30:24 +00:00", + "last_seen": "2023-08-24 04:24:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/notre-equipe/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 37, + "page_from_size": 136586, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Découvrez Notre Équipe (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 22:12:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 22:12:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/traducteur-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 186, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 23, + "page_from_size": 152943, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Traducteur Morse et décodeur Morse (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 22:00:54 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 22:00:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.ir", + "url_from": "https://click.ir/news/technology/ai/%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D9%88-%D8%A2%D8%B3%D8%A7%D9%86-%D8%A8%D9%87-%D9%87%D8%B2%D8%A7%D8%B1%D8%A7%D9%86-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1-%D9%85%D8%A8%D8%AA%D9%86/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 387, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "195.211.44.105", + "domain_from_country": "IR", + "page_from_external_links": 9, + "page_from_internal_links": 86, + "page_from_size": 201298, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی در وب‌سایت TopAI | کلیک", + "page_from_status_code": 200, + "first_seen": "2023-05-19 10:23:31 +00:00", + "prev_seen": "2023-07-23 21:16:58 +00:00", + "last_seen": "2023-08-23 17:35:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-22-resources-for-real-world-helpful-ai-tools-besides-chatbots-2082464", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 5, + "page_from_internal_links": 54, + "page_from_size": 17835, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Resources for real world helpful AI tools (besides chatbots)? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-10 19:42:14 +00:00", + "prev_seen": "2023-07-10 19:42:14 +00:00", + "last_seen": "2023-08-23 16:34:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/post/121910", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 442, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 66, + "page_from_size": 18010, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-23 16:33:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 16:33:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "o.9696.me", + "url_from": "https://o.9696.me/slogan-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/slogan-generator", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "139.162.52.69", + "domain_from_country": "ME", + "page_from_external_links": 34, + "page_from_internal_links": 10, + "page_from_size": 153304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slogan Generator - Lemon Tree", + "page_from_status_code": 200, + "first_seen": "2023-08-23 08:39:30 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 08:39:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/startup-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/paperade-startup-idea-generator.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 21210, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Suri Identificere høj organ Rummet Perfekt startup generator - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-06-26 02:26:28 +00:00", + "prev_seen": "2023-06-26 02:26:28 +00:00", + "last_seen": "2023-08-22 06:03:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/startup-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/startup-pitch-generator.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 21210, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Suri Identificere høj organ Rummet Perfekt startup generator - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-22 06:03:03 +00:00", + "prev_seen": null, + "last_seen": "2023-08-22 06:03:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "sirene Andet tak skal du have Startup Pitch Generator - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.joselinekids.com", + "url_from": "https://www.joselinekids.com/synthesia-store", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/synthesia.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.79.57", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 29345, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Recurso princesa Doblez Humedal ozono clase synthesia store - joselinekids.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 22:20:30 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 22:20:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "canta Prohibir Incentivo Synthesia - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/synthesia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sellmyhomeinfortworth.com", + "url_from": "https://www.sellmyhomeinfortworth.com/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 52, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.10.44", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 16, + "page_from_size": 25296, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "innovation blandt hund Logisk tilfredshed Assimilate sparkz top - sellmyhomeinfortworth.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 19:50:26 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 19:50:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "alliance Zeal levering Sparkz - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/sparkz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.aidoskyneen.eu", + "url_from": "https://libreddit.aidoskyneen.eu/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 52, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "193.26.156.82", + "domain_from_country": null, + "page_from_external_links": 492, + "page_from_internal_links": 15, + "page_from_size": 60410, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-08-21 12:31:32 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 12:31:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/01/jocelyn-pook-matkalla-toisenlaiseen.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 63, + "page_from_size": 117467, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Jocelyn Pook - matkalla toisenlaiseen", + "page_from_status_code": 200, + "first_seen": "2023-08-21 12:02:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 12:02:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/food-generator-ingredients", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 23426, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "flod Skuffelse Forkortelse Kristendom dusin Regnfuld food generator ingredients - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 07:11:20 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 07:11:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "fjende kapacitet klinge 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hackershare.dev", + "url_from": "https://www.hackershare.dev/en/bookmarks/927219/goto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "118.26.38.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 85, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-08-20 19:14:13 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 19:14:13 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=listai&utm_medium=marketplace&utm_campaign=listai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 184376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-20 18:09:25 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 18:09:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/68826", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 96387, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-08-20 17:37:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 17:37:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-05-29-ai-tools-apps-in-one-place-sorted-by-category-2181986", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 59, + "page_from_size": 24076, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 14:34:57 +00:00", + "prev_seen": "2023-07-09 14:34:57 +00:00", + "last_seen": "2023-08-20 17:00:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.thedroth.rocks", + "url_from": "https://teddit.thedroth.rocks/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "rocks", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.60.91", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 9122, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "teddit", + "page_from_status_code": 200, + "first_seen": "2023-06-28 19:35:49 +00:00", + "prev_seen": "2023-06-28 19:35:49 +00:00", + "last_seen": "2023-08-20 06:49:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.digestiveproblemscure.com", + "url_from": "https://www.digestiveproblemscure.com/ai-social-media-content-creation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/followr.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 39, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.87.14", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 22, + "page_from_size": 25587, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ai social media content creation, Best AI Social Media Content Generators - digestiveproblemscure.com", + "page_from_status_code": 200, + "first_seen": "2023-08-20 06:46:40 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 06:46:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "200 Top AI tools Social", + "text_pre": null, + "text_post": "ID: GZGUQuEFUu From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sellmyhomeinfortworth.com", + "url_from": "https://www.sellmyhomeinfortworth.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 52, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.10.44", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 30667, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Lim bevægelse Nysgerrighed Eller senere shuffle Konsekvenser tool game top go - sellmyhomeinfortworth.com", + "page_from_status_code": 200, + "first_seen": "2023-08-20 05:45:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 05:45:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "placere grundlæggende afstemning 48 Best Gaming AI tools", + "image_url": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/dish-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 16, + "page_from_size": 25527, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "svinekød Kollegium Montgomery Moden kedelig skive dish generator - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-19 20:18:47 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 20:18:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "fjende kapacitet klinge 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?action=profile;u=85;area=showposts;start=120", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 116, + "page_from_size": 125967, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Покажи участието - Engels", + "page_from_status_code": 200, + "first_seen": "2023-08-19 19:19:56 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 19:19:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "си го получат като \"сродни\" безплатни.За нас ще има повече дийп фейк лакърдии.Ще ни направят шашави.Като се има предвид, че ИИ започнаха да се разможават като зайци, прогнозата ти е напълно реалистична.На", + "text_post": "са изброили вече към 3861 бройки.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?action=profile;u=85;area=showposts;start=180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 120, + "page_from_size": 166515, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Покажи участието - Engels", + "page_from_status_code": 200, + "first_seen": "2023-08-19 19:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 19:09:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "резултатите са вече е налице, няма нужда да ги очакваме в бъдеще. Както споменах духът(ИИ) е вече изпуснат от бутилката.И се размножи доста успешно в множество духове и това е само началото. EXPLORE (3858) AI TOOLS", + "text_post": "Всички волно или неволно изграждаме ИИ всеки път когато влизаме в интернет.Скоро нищо в интернет няма да остане незасегнато от ИИ.Прогнозата, че интернет ще последва съдбата на Вавилонската кула е малко", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?action=profile;u=85;area=showposts;start=180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 120, + "page_from_size": 166515, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Покажи участието - Engels", + "page_from_status_code": 200, + "first_seen": "2023-08-19 19:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 19:09:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=music", + "text_pre": "да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.https://topai.tools Например в сферата на музиката.", + "text_post": "Препоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате да имате теми за разговори с внуците си когато преминат пубертета.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.clubalpinoitaliano.org", + "url_from": "https://www.clubalpinoitaliano.org/startup-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/startup-pitch-generator.png", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 79, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.96.13", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 22613, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "amplifikation naturpark Latter Uskyld Elektriker dyd startup generator - clubalpinoitaliano.org", + "page_from_status_code": 200, + "first_seen": "2023-08-19 17:41:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 17:41:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "I detaljer kardinal maler Startup Pitch Generator - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "62.44.102.29", + "url_from": "https://62.44.102.29/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 21, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 91, + "page_from_size": 247913, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-08-19 15:33:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 15:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "има доста такива. Но можете да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.", + "text_post": "Например в сферата на музиката.https://topai.tools/filter?t=musicПрепоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "62.44.102.29", + "url_from": "https://62.44.102.29/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 21, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 91, + "page_from_size": 247913, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-08-19 15:33:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 15:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=music", + "text_pre": "да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.https://topai.tools Например в сферата на музиката.", + "text_post": "Препоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате да имате теми за разговори с внуците си когато преминат пубертета.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 286, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 184379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 11:28:57 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 11:28:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/ai%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84%E3%83%87%E3%82%A3%E3%83%86%E3%82%AF%E3%82%BF%E3%83%BC/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 161200, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "AIが生成した文章を検知するソフト(無料)- GPT探知サイト", + "page_from_status_code": 200, + "first_seen": "2023-08-19 07:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 07:05:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "shemmytalk.com", + "url_from": "https://shemmytalk.com/bestlinks/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.66.96", + "domain_from_country": null, + "page_from_external_links": 978, + "page_from_internal_links": 19, + "page_from_size": 1187470, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI 工具合集 - ShemmyTalk", + "page_from_status_code": 200, + "first_seen": "2023-05-11 09:48:12 +00:00", + "prev_seen": "2023-06-17 14:27:11 +00:00", + "last_seen": "2023-08-19 07:01:42 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": "https://shemmytalk.com/wp-content/themes/maktub/assets/images/transparent.gif", + "anchor": "AiTop.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 34, + "page_from_size": 129879, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "ダウンロード (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 06:59:23 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 06:59:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/%E6%9F%A5%E9%87%8D%E5%B7%A5%E5%85%B7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 159450, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "免费在线查重工具(无需下载)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 04:40:34 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 04:40:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E5%86%85%E5%AE%B9%E6%A3%80%E6%B5%8B%E5%99%A8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 155534, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "ChatGPT检测中文和人工智能检测器(免费)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 04:23:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 04:23:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "start-digital.be", + "url_from": "https://start-digital.be/chatgpt/Listesoucatalogues.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "be", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.35.173.53", + "domain_from_country": "BE", + "page_from_external_links": 118, + "page_from_internal_links": 6, + "page_from_size": 42443, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Listes ou catalogues", + "page_from_status_code": 200, + "first_seen": "2023-06-15 20:37:43 +00:00", + "prev_seen": "2023-06-15 20:37:43 +00:00", + "last_seen": "2023-08-19 03:34:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://start-digital.be/chatgpt/lib/topaitools.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/%ED%91%9C%EC%A0%88-%EA%B2%80%EC%82%AC%EA%B8%B0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 168168, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "무료 온라인 표절 검사기 (다운로드 없음)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 02:03:16 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 02:03:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/ai-%EC%BD%98%ED%85%90%EC%B8%A0-%ED%83%90%EC%A7%80%EA%B8%B0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 161182, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "GPT 검사기 그리고 AI 탐지기 한국인 (무료)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 01:48:33 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 01:48:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clutch.co", + "url_from": "https://clutch.co/profile/shuffll", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shuffll", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 639, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.68.32", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 170988, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SHUFFLL Client Reviews | Clutch.co", + "page_from_status_code": 200, + "first_seen": "2023-07-31 22:06:30 +00:00", + "prev_seen": "2023-07-31 22:06:30 +00:00", + "last_seen": "2023-08-19 00:13:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kwstories.hoito.org", + "url_from": "http://kwstories.hoito.org/view.jsp?solutionid=560", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 75, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 171, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.108.248.112", + "domain_from_country": null, + "page_from_external_links": 2434, + "page_from_internal_links": 8, + "page_from_size": 517593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "example: Joutessaan huomioituja sivustoja (directory) - KWStories", + "page_from_status_code": 200, + "first_seen": "2023-06-15 17:54:47 +00:00", + "prev_seen": "2023-06-15 17:54:47 +00:00", + "last_seen": "2023-08-18 23:15:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=futurepard", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 183731, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-18 22:31:13 +00:00", + "prev_seen": null, + "last_seen": "2023-08-18 22:31:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tapbiolink.com", + "url_from": "https://tapbiolink.com/moataz-essam", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 314, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "86.48.25.251", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 1, + "page_from_size": 20299, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "moataz-essam - Tapbiolink", + "page_from_status_code": 200, + "first_seen": "2023-07-10 11:23:19 +00:00", + "prev_seen": "2023-07-10 11:23:19 +00:00", + "last_seen": "2023-08-18 21:27:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "موقع يجمع اكثر من 800 اداة ذكاء اصطناعي حسب مجالك", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/category/ai-writing-this-week/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 138091, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Writing This Week Archives - Page 4 of 222 - Robot Writers AI", + "page_from_status_code": 200, + "first_seen": "2023-08-11 15:31:43 +00:00", + "prev_seen": "2023-08-11 15:31:43 +00:00", + "last_seen": "2023-08-18 20:44:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 136634, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Robot Writers AI - Page 4 of 230 - How artificial intelligence is automating writing", + "page_from_status_code": 200, + "first_seen": "2023-08-11 15:30:43 +00:00", + "prev_seen": "2023-08-11 15:30:43 +00:00", + "last_seen": "2023-08-18 19:45:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=listai&utm_medium=marketplace&utm_campaign=listai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 69, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18581, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-18 19:18:25 +00:00", + "prev_seen": null, + "last_seen": "2023-08-18 19:18:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uz.tgstat.com", + "url_from": "https://uz.tgstat.com/channel/@Ielts_materials_pdff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?explore_page=1", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 569, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.140.179.217", + "domain_from_country": "UZ", + "page_from_external_links": 53, + "page_from_internal_links": 129, + "page_from_size": 233471, + "page_from_encoding": "utf-8", + "page_from_language": "uz", + "page_from_title": "\"Materials\" — @Ielts_materials_pdff Telegram-kanali — TGStat", + "page_from_status_code": 200, + "first_seen": "2023-08-13 13:42:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-13 13:42:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": "Discover AI tools with", + "text_post": "You can spare yours thanks for later but now check this out.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.clubalpinoitaliano.org", + "url_from": "https://www.clubalpinoitaliano.org/food-generator-ingredients", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 79, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.96.13", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 22, + "page_from_size": 23886, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "form kage mobil Tilføj til Hurtig Skrøbelig food generator ingredients - clubalpinoitaliano.org", + "page_from_status_code": 200, + "first_seen": "2023-08-13 06:58:01 +00:00", + "prev_seen": null, + "last_seen": "2023-08-13 06:58:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Stræde Beskrive Kano 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/futuretools-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 27, + "page_from_internal_links": 93, + "page_from_size": 60981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 17:01:10 +00:00", + "prev_seen": "2023-07-11 17:01:10 +00:00", + "last_seen": "2023-08-12 18:47:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ FutureTools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/463023_ai-clothes-remover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/clothes-remover", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 39, + "page_from_size": 22944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Clothes Remover - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 16:16:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 16:16:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/clothes-remover", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/537842_clothes-remover-ai-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/clothes-remover", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 36, + "page_from_size": 20150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Clothes Remover Ai Tool - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 15:45:54 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 15:45:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/clothes-remover", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/startup-ai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 97, + "page_from_size": 58754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup Ai Tools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 07:15:17 +00:00", + "prev_seen": "2023-07-11 07:15:17 +00:00", + "last_seen": "2023-08-12 14:19:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Startup Ai Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/magnet-download-mac", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/magnet.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 16, + "page_from_size": 24472, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "fokus Politik Handel stamtavle svinge ven magnet download mac - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-12 12:01:19 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 12:01:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "skrå Seminary champignon Magnet - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.warobotics.org", + "url_from": "https://www.warobotics.org/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 9, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.97", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 22228, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "tool game top go, NEW Snap On Tools Game Tote ssx22p171 6 eBay - warobotics.org", + "page_from_status_code": 200, + "first_seen": "2023-08-12 09:44:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 09:44:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Best Gaming tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/536981_undetectable-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/undetectable-content-creator", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 36, + "page_from_size": 26177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Undetectable AI - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 04:02:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 04:02:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/undetectable-content-creator", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/536981_undetectable-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/undetectable-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 36, + "page_from_size": 26177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Undetectable AI - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 04:02:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 04:02:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/undetectable-ai", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=ai4.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-12 03:30:19 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 03:30:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-top-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 25, + "page_from_internal_links": 96, + "page_from_size": 62115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Top Tools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-10 20:07:50 +00:00", + "prev_seen": "2023-07-10 20:07:50 +00:00", + "last_seen": "2023-08-11 20:05:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Top Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/category/ai-writing-this-week/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 138054, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Writing This Week Archives - Page 3 of 221 - Robot Writers AI", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:09:57 +00:00", + "prev_seen": "2023-08-05 21:09:57 +00:00", + "last_seen": "2023-08-11 15:30:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 136597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Robot Writers AI - Page 3 of 229 - How artificial intelligence is automating writing", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:08:24 +00:00", + "prev_seen": "2023-08-05 21:08:24 +00:00", + "last_seen": "2023-08-11 15:26:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ohio-pop.com", + "url_from": "https://www.ohio-pop.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.148.48", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 20750, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Aftale kage midnat pint edderkop løg tool game top go - ohio-pop.com", + "page_from_status_code": 200, + "first_seen": "2023-08-11 13:24:10 +00:00", + "prev_seen": null, + "last_seen": "2023-08-11 13:24:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "hvile fritid vinden er stærk 48 Best Gaming AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "featuredtodayonly.site", + "url_from": "https://featuredtodayonly.site/blog/2023/07/31/how-far-weve-come-robot-writers-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "site", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "176.123.0.55", + "domain_from_country": null, + "page_from_external_links": 582, + "page_from_internal_links": 18, + "page_from_size": 123001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We’ve Come – Robot Writers AI - Featured Today Only", + "page_from_status_code": 200, + "first_seen": "2023-08-11 10:43:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-11 10:43:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aisites-me-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 66, + "page_from_size": 40973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiSites.me Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:24:15 +00:00", + "prev_seen": "2023-07-09 07:24:15 +00:00", + "last_seen": "2023-08-11 01:18:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AiSites.me", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-27-what-websites-are-there-where-i-can-find-ai-apps-and-tools-2096168", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 59, + "page_from_size": 24517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What websites are there where I can find AI apps and tools? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:22:55 +00:00", + "prev_seen": "2023-07-09 07:22:55 +00:00", + "last_seen": "2023-08-10 16:10:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-zip-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 20, + "page_from_internal_links": 78, + "page_from_size": 49219, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Zip Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:25:10 +00:00", + "prev_seen": "2023-07-09 07:25:10 +00:00", + "last_seen": "2023-08-10 16:09:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Zip", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/m/de_edv@feddit.de/t/5704/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 110, + "page_from_size": 140844, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - de_edv - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-08-09 20:02:31 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 20:02:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/m/de_edv@feddit.de/t/5704/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol/votes/up", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 8, + "page_from_internal_links": 68, + "page_from_size": 52826, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Boosts - Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-08-09 20:00:02 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 20:00:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "audati.online", + "url_from": "https://audati.online/article/2021-free-website-checker-ai-based-seo-and-performance-audit-diib", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-website-audit-tool", + "url_to_https": true, + "tld_from": "online", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 134, + "domain_from_rank": 333, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.87", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 53, + "page_from_size": 132407, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "2021 Free Website Checker | AI Based SEO and Performance Audit | Diib® (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-09 16:12:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 16:12:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/AI-website-audit-tool", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uz.tgstat.com", + "url_from": "https://uz.tgstat.com/en/channel/@Ielts_materials_pdff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?explore_page=1", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 569, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.140.179.217", + "domain_from_country": "UZ", + "page_from_external_links": 53, + "page_from_internal_links": 130, + "page_from_size": 233983, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Telegram channel \"Materials\" — @Ielts_materials_pdff — TGStat", + "page_from_status_code": 200, + "first_seen": "2023-08-09 04:34:04 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 04:34:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": "Discover AI tools with", + "text_post": "You can spare yours thanks for later but now check this out.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/arktan.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 94308, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arktan", + "page_from_status_code": 200, + "first_seen": "2023-07-25 14:20:14 +00:00", + "prev_seen": "2023-07-25 14:20:14 +00:00", + "last_seen": "2023-08-09 04:12:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/easywithai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 99017, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EasywithAI", + "page_from_status_code": 200, + "first_seen": "2023-07-25 14:27:09 +00:00", + "prev_seen": "2023-07-25 14:27:09 +00:00", + "last_seen": "2023-08-09 04:08:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/cuetap.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 93444, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CueTap", + "page_from_status_code": 200, + "first_seen": "2023-06-17 04:59:47 +00:00", + "prev_seen": "2023-07-25 04:14:19 +00:00", + "last_seen": "2023-08-09 04:04:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/bestai.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 95595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bestai.fyi", + "page_from_status_code": 200, + "first_seen": "2023-07-25 13:54:04 +00:00", + "prev_seen": "2023-07-25 13:54:04 +00:00", + "last_seen": "2023-08-09 03:37:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aicyclopedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 94615, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcyclopedia", + "page_from_status_code": 200, + "first_seen": "2023-07-25 13:53:48 +00:00", + "prev_seen": "2023-07-25 13:53:48 +00:00", + "last_seen": "2023-08-09 03:27:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/github.com-commaai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 94636, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Comma Neo", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:23:49 +00:00", + "prev_seen": "2023-07-25 13:33:09 +00:00", + "last_seen": "2023-08-09 03:23:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/hotpot.ai-restore-picture", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 94120, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Picture Restoration AI", + "page_from_status_code": 200, + "first_seen": "2023-07-25 13:40:15 +00:00", + "prev_seen": "2023-07-25 13:40:15 +00:00", + "last_seen": "2023-08-09 03:23:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/superannotate.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 93724, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SuperAnnotate Desktop", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:59:20 +00:00", + "prev_seen": "2023-07-25 03:39:19 +00:00", + "last_seen": "2023-08-09 03:19:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aitogrow.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 94302, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AItoGrow", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:32:25 +00:00", + "prev_seen": "2023-07-25 13:07:24 +00:00", + "last_seen": "2023-08-09 03:14:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/favird.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 93829, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Favird", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:36:11 +00:00", + "prev_seen": "2023-07-25 13:35:28 +00:00", + "last_seen": "2023-08-09 03:10:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 94318, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools", + "page_from_status_code": 200, + "first_seen": "2023-06-17 03:17:46 +00:00", + "prev_seen": "2023-07-25 12:45:16 +00:00", + "last_seen": "2023-08-09 02:45:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/?category=aggregator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 212661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "35 Best Ai Aggregator Tools - 2023", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:41:54 +00:00", + "prev_seen": "2023-07-24 11:31:16 +00:00", + "last_seen": "2023-08-09 02:42:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/meetotis.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 93592, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Otis", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:43:27 +00:00", + "prev_seen": "2023-07-24 08:56:11 +00:00", + "last_seen": "2023-08-09 02:38:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/openart.ai-photobooth", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 93804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OpenArt Photo Booth AI", + "page_from_status_code": 200, + "first_seen": "2023-07-25 03:34:27 +00:00", + "prev_seen": "2023-07-25 03:34:27 +00:00", + "last_seen": "2023-08-09 01:40:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.world/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 274, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 75, + "page_from_size": 30036, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-08 03:59:28 +00:00", + "prev_seen": null, + "last_seen": "2023-08-08 03:59:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/prepai-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28921, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PrepAI Down? PrepAI status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-07 21:18:07 +00:00", + "prev_seen": null, + "last_seen": "2023-08-07 21:18:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ PrepAI", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "likoom.pics", + "url_from": "https://likoom.pics/articles/chai-2179", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "pics", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 308, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.95.34", + "domain_from_country": null, + "page_from_external_links": 498, + "page_from_internal_links": 35, + "page_from_size": 272092, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "วิธีรับข้อความไม่จำกัดบน chai ฟรี? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-07 19:11:06 +00:00", + "prev_seen": null, + "last_seen": "2023-08-07 19:11:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "รายการเพิ่มเติม...", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.smnz.de", + "url_from": "https://reddit.smnz.de/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.120.162.86", + "domain_from_country": "DE", + "page_from_external_links": 227, + "page_from_internal_links": 153, + "page_from_size": 103240, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-08-07 19:01:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-07 19:01:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-23-let-s-build-a-comprehensive-ai-tools-list-for-remote-work-a-mega-thread-1916683", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 53, + "page_from_size": 19064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Let's Build a Comprehensive AI Tools List for Remote Work: A Mega Thread - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-26 08:37:30 +00:00", + "prev_seen": "2023-04-02 09:12:04 +00:00", + "last_seen": "2023-08-07 13:15:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.midas.rocks", + "url_from": "https://r.midas.rocks/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 211, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.101.215.164", + "domain_from_country": null, + "page_from_external_links": 507, + "page_from_internal_links": 15, + "page_from_size": 61946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-08-06 20:10:25 +00:00", + "prev_seen": null, + "last_seen": "2023-08-06 20:10:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai.ipkd.cn", + "url_from": "http://ai.ipkd.cn/sites/betterlegal-assistant.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 70, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 479, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.242.248.198", + "domain_from_country": "CN", + "page_from_external_links": 1, + "page_from_internal_links": 30, + "page_from_size": 6332, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "BetterLegal Assistant-AI创新应用-AI工作站(收录全球各行各业AI应用)", + "page_from_status_code": 200, + "first_seen": "2023-08-06 06:54:12 +00:00", + "prev_seen": null, + "last_seen": "2023-08-06 06:54:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "直达官网 >", + "text_pre": "AI创新应用AI绘画创作 BetterLegal AssistantBetterLegal Assistant 是一款 Chrome 扩展工具,旨在为每个人简化法律语言。", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-opentools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 66, + "page_from_size": 43723, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS OpenTools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-08-06 02:22:01 +00:00", + "prev_seen": null, + "last_seen": "2023-08-06 02:22:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/feddit.de/comment/172880", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 61, + "page_from_size": 18156, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:28:04 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 21:28:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/342379", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 111, + "domain_from_rank": 491, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 48255, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-26 13:11:49 +00:00", + "prev_seen": "2023-06-26 13:11:49 +00:00", + "last_seen": "2023-08-05 21:25:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/feddit.de/post/793571", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 104, + "page_from_size": 32968, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:25:19 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 21:25:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/feddit.de/comment/172880?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 61, + "page_from_size": 18156, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:19:48 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 21:19:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/category/ai-writing-this-week/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 142766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Writing This Week Archives - Page 2 of 220 - Robot Writers AI", + "page_from_status_code": 200, + "first_seen": "2023-07-24 05:09:07 +00:00", + "prev_seen": "2023-07-24 05:09:07 +00:00", + "last_seen": "2023-08-05 21:09:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 141339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Robot Writers AI - Page 2 of 228 - How artificial intelligence is automating writing", + "page_from_status_code": 200, + "first_seen": "2023-07-24 05:44:46 +00:00", + "prev_seen": "2023-07-24 05:44:46 +00:00", + "last_seen": "2023-08-05 21:07:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/post/27309", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 66, + "page_from_size": 17978, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 20:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 20:57:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-05 18:56:17 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 18:56:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/265420_image-editing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20editing", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 24856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Image Editing - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-06-26 06:11:03 +00:00", + "prev_seen": "2023-06-26 06:11:03 +00:00", + "last_seen": "2023-08-05 16:55:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.drgnz.club", + "url_from": "https://lr.drgnz.club/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "club", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 178, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.208.14.147", + "domain_from_country": "LR", + "page_from_external_links": 507, + "page_from_internal_links": 15, + "page_from_size": 61953, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-08-05 16:11:21 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 16:11:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-image-generator-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 42202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Image Generator Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-01 01:16:13 +00:00", + "prev_seen": "2023-07-01 01:16:13 +00:00", + "last_seen": "2023-08-05 16:00:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mlmym.org", + "url_from": "https://mlmym.org/feddit.de/c/de_edv?sort=Old&listingType=All", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 317, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.194.194", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 70, + "page_from_size": 62565, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "de_EDV", + "page_from_status_code": 200, + "first_seen": "2023-08-05 12:57:29 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 12:57:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bitebi.com", + "url_from": "https://bitebi.com/chat-with-pdfs-using-chatgpt-openai-gpt-api-a-detailed-tutorial/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html?ref=nanonets.com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 257, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "85.187.128.49", + "domain_from_country": null, + "page_from_external_links": 92, + "page_from_internal_links": 42, + "page_from_size": 219837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chat with PDFs using ChatGPT & OpenAI GPT API - A Detailed Tutorial - Bitcoin, Tech, Bio News and Insights", + "page_from_status_code": 200, + "first_seen": "2023-08-05 08:46:45 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 08:46:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Convert any PDF or document into a Chatbot with these AI tools", + "text_pre": "of GPT models and Perspective Towards the Future of LLMsThis AI chatbot can sum up any PDF & answer any question you have12 Best Large Language Models (LLMs) in 2023OpenAI API DocumentationLangchain Documentation", + "text_post": "Create workflows with OpenAI GPT integration in ZapierLarge Language Models Use Cases and ApplicationsExploring ChatGPT’s Responses to Controversial Prompts7 Ways You Can Use ChatGPT in Accounting", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aibusinesstool.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 97743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Aibusinesstool", + "page_from_status_code": 200, + "first_seen": "2023-07-24 11:41:12 +00:00", + "prev_seen": "2023-07-24 11:41:12 +00:00", + "last_seen": "2023-08-05 06:38:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.clubalpinoitaliano.org", + "url_from": "https://www.clubalpinoitaliano.org/dish-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 82, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.96.13", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 22, + "page_from_size": 26691, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "forhistorisk absorberende Adelaide Formode Muldyr gås dish generator - clubalpinoitaliano.org", + "page_from_status_code": 200, + "first_seen": "2023-08-05 03:36:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 03:36:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Stræde Beskrive Kano 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolsstory-net-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 27844, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsStory.net Down? ToolsStory.net status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 18:57:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-04 18:57:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsStory.net", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-16-best-ai-product-lists-1897400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 54, + "page_from_size": 18902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Product Lists - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 13:20:15 +00:00", + "prev_seen": "2023-05-06 03:37:06 +00:00", + "last_seen": "2023-08-04 13:57:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/prepai-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 83, + "page_from_size": 54906, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PrepAI Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 07:42:52 +00:00", + "prev_seen": null, + "last_seen": "2023-08-04 07:42:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ PrepAI", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 98972, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-06-19 21:38:08 +00:00", + "prev_seen": "2023-06-19 21:38:08 +00:00", + "last_seen": "2023-08-04 05:38:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-news-hub-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28573, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai News Hub Down? Ai News Hub status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 02:08:50 +00:00", + "prev_seen": null, + "last_seen": "2023-08-04 02:08:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Ai News Hub", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/pixai.art", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 213, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 96301, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pixai", + "page_from_status_code": 200, + "first_seen": "2023-07-24 18:36:16 +00:00", + "prev_seen": "2023-07-24 18:36:16 +00:00", + "last_seen": "2023-08-03 22:33:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/es/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275059, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ar/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 276373, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:40 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/de/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275157, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/fr/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275167, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:26 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/it/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275002, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:06:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:06:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/zh-tw/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275331, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:06:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/pt/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275000, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:06:36 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:06:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ru/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275673, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:05:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:05:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/zh/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275079, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:05:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/id/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 274984, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:03:35 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:03:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology/Knowledge%20Management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 394, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 211450, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-03 02:52:29 +00:00", + "prev_seen": "2023-06-21 02:56:03 +00:00", + "last_seen": "2023-08-03 15:20:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wilmerhurtado.com", + "url_from": "https://wilmerhurtado.com/recursos-para-prompt-text-to-image/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 26, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.230.118", + "domain_from_country": null, + "page_from_external_links": 231, + "page_from_internal_links": 11, + "page_from_size": 161909, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Recursos para Prompt text-to-image - Wilmer Hurtado", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:43:43 +00:00", + "prev_seen": "2023-06-19 12:43:43 +00:00", + "last_seen": "2023-08-02 14:40:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "ugc"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tools-update-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 73, + "page_from_size": 42561, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools Update Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-02 05:38:23 +00:00", + "prev_seen": null, + "last_seen": "2023-08-02 05:38:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tools Update", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aifinder-info-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 90, + "page_from_size": 59663, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aifinder.info Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-05-04 13:15:31 +00:00", + "prev_seen": "2023-06-24 11:34:55 +00:00", + "last_seen": "2023-08-02 04:47:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aifinder.info", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.chardhamyatra-tour.com", + "url_from": "https://www.chardhamyatra-tour.com/make-an-ai-to-design-hats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/logoai.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.102", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 22, + "page_from_size": 21963, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "make an ai to design hats, How To Wear A Hat: The Ultimate Guide Men | FashionBeans - chardhamyatra-tour.com", + "page_from_status_code": 200, + "first_seen": "2023-08-02 04:07:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-02 04:07:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.destacado.es", + "url_from": "https://www.destacado.es/formula-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-excel-bot.webp", + "url_to_https": true, + "tld_from": "es", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.75.194", + "domain_from_country": "ES", + "page_from_external_links": 22, + "page_from_internal_links": 16, + "page_from_size": 25643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "moneda atlántico agudo traducir grueso montículo formula bot - destacado.es", + "page_from_status_code": 200, + "first_seen": "2023-08-01 06:52:29 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 06:52:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ornamento Sicilia piel TopAi.tools: Excel Formula Bot", + "image_url": "https://topai.tools/assets/img/tools/ai-excel-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-07-i-created-an-ai-tools-directory-with-more-that-850-plus-tools-and-daily-updates-1870526", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 53, + "page_from_size": 18315, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I created an AI tools directory with more that 850+ tools and daily updates - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:59:07 +00:00", + "prev_seen": "2023-03-12 17:29:19 +00:00", + "last_seen": "2023-08-01 05:11:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-zip-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Zip Down? AI Zip status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 02:03:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 02:03:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Zip", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/domore-ai-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 19, + "page_from_internal_links": 80, + "page_from_size": 49242, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DoMore.ai Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 01:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 01:59:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ DoMore.ai", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/66049", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 94982, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:03:03 +00:00", + "prev_seen": "2023-06-20 01:03:03 +00:00", + "last_seen": "2023-07-31 08:25:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/74801", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 90633, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:04:43 +00:00", + "prev_seen": "2023-06-20 00:04:43 +00:00", + "last_seen": "2023-07-31 08:22:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-discovery-dashboard-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 46346, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Discovery Dashboard Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-04-10 18:01:22 +00:00", + "prev_seen": "2023-04-10 18:01:22 +00:00", + "last_seen": "2023-07-30 00:05:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-16-how-do-you-guys-keep-up-with-the-new-ai-tools-and-news-2065386", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 53, + "page_from_size": 17929, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How do you guys keep up with the new AI tools and news? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 10:09:11 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 10:09:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-07-do-you-know-any-good-ai-tool-that-i-can-use-to-create-assessments-2039325", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 50, + "page_from_size": 17287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Do you know any good AI tool that I can use to create assessments? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 10:07:08 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 10:07:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rdt.trom.tf", + "url_from": "https://rdt.trom.tf/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "tf", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 398, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "161.97.111.121", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 60517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-06-22 13:26:49 +00:00", + "prev_seen": "2023-06-22 13:26:49 +00:00", + "last_seen": "2023-07-29 08:21:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aiwizard-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 69, + "page_from_size": 42176, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiwizard Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 20:09:54 +00:00", + "prev_seen": "2023-07-01 18:49:12 +00:00", + "last_seen": "2023-07-28 20:16:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aiwizard", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/allaistartups-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 68, + "page_from_size": 39738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AllAIStartups Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:58:45 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 19:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AllAIStartups", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-search-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 71, + "page_from_size": 45067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Search.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:56:54 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 19:56:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI-Search.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 528, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 101381, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-20 14:23:42 +00:00", + "prev_seen": "2023-06-20 14:23:42 +00:00", + "last_seen": "2023-07-27 15:28:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jaobe.com", + "url_from": "https://www.jaobe.com/cms/show-4806.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "101.35.192.78", + "domain_from_country": null, + "page_from_external_links": 120, + "page_from_internal_links": 78, + "page_from_size": 93076, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "超72小时整理,全网最全「人工智能·AI 工具导航网站」-脚本导航", + "page_from_status_code": 200, + "first_seen": "2023-06-20 15:50:50 +00:00", + "prev_seen": "2023-06-20 15:50:50 +00:00", + "last_seen": "2023-07-27 09:16:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/191282", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 16, + "page_from_size": 75862, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-27 03:19:39 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 03:19:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 526, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 133555, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-21 09:04:26 +00:00", + "prev_seen": "2023-06-21 09:04:26 +00:00", + "last_seen": "2023-07-27 00:12:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolboard.com", + "url_from": "https://aitoolboard.com/blog/top-ai-tools-directories", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "64.227.24.89", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 152, + "page_from_size": 42732, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 AI Tools Directories | AI ToolBoard", + "page_from_status_code": 200, + "first_seen": "2023-06-20 16:25:51 +00:00", + "prev_seen": "2023-06-20 16:25:51 +00:00", + "last_seen": "2023-07-26 03:12:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "5. Top AI Tools (", + "text_post": ")", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "awesomeopensource.com", + "url_from": "https://awesomeopensource.com/project/whoisdsmith/AI-MTHRFCKR", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 402, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.40.81", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 1977880, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Ai Mthrfckr", + "page_from_status_code": 200, + "first_seen": "2023-04-05 01:06:29 +00:00", + "prev_seen": "2023-04-05 01:06:29 +00:00", + "last_seen": "2023-07-25 20:14:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20840", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 94125, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:20:50 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:20:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/29104", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 17, + "page_from_internal_links": 19, + "page_from_size": 87016, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:20:41 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:20:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/182443", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 87822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:20:01 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:20:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/182444", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 18, + "page_from_size": 82005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/40181", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 18, + "page_from_size": 80980, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:49 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/24915", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 74489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/29099", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 75533, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/64407", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 16, + "page_from_size": 74498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:17:54 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:17:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/29103", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 18, + "page_from_internal_links": 20, + "page_from_size": 92548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:12:23 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:12:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/messages?expanded=1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 596, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 308332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tech-vi@groups.io | Messages", + "page_from_status_code": 200, + "first_seen": "2023-05-28 14:39:23 +00:00", + "prev_seen": "2023-05-28 14:39:23 +00:00", + "last_seen": "2023-07-25 06:41:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/?category=search-engine", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 29, + "page_from_size": 323863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "67 Best Ai Search engine Tools/Websites in 2023", + "page_from_status_code": 200, + "first_seen": "2023-07-01 22:44:36 +00:00", + "prev_seen": "2023-07-01 22:44:36 +00:00", + "last_seen": "2023-07-25 04:14:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "8. topAi.tools 2023", + "text_pre": "3", + "text_post": "TopAI.tools helps users discover and utilize the most effective AI tools.aggregator search engine 3", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clanky.rvp.cz", + "url_from": "https://clanky.rvp.cz/clanek/23483/Descript", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cz", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 509, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.113.77.133", + "domain_from_country": "CZ", + "page_from_external_links": 70, + "page_from_internal_links": 21, + "page_from_size": 84600, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Odborný článek: ChatGPT ve školní praxi: další nástroje využívající umělou inteligenci", + "page_from_status_code": 200, + "first_seen": "2023-06-20 18:34:27 +00:00", + "prev_seen": "2023-06-20 18:34:27 +00:00", + "last_seen": "2023-07-25 03:24:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI Tools", + "text_pre": null, + "text_post": "– nabízí přehled nástrojů pracujících s umělou inteligencí s krátkými popisky a snaží se je třídit", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.ml/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 87, + "page_from_size": 61393, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "de_EDV", + "page_from_status_code": 200, + "first_seen": "2023-07-24 22:50:24 +00:00", + "prev_seen": null, + "last_seen": "2023-07-24 22:50:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 82, + "page_from_size": 52578, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "de_EDV", + "page_from_status_code": 200, + "first_seen": "2023-07-24 15:41:00 +00:00", + "prev_seen": null, + "last_seen": "2023-07-24 15:41:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20835", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 27, + "page_from_size": 116404, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:41:46 +00:00", + "prev_seen": "2023-06-15 22:41:46 +00:00", + "last_seen": "2023-07-24 13:35:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20837", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 79607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:51:19 +00:00", + "prev_seen": "2023-06-15 22:51:19 +00:00", + "last_seen": "2023-07-24 13:32:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20834", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 28, + "page_from_size": 122243, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:12:37 +00:00", + "prev_seen": "2023-06-15 22:12:37 +00:00", + "last_seen": "2023-07-24 13:25:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20836", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 109876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:57:05 +00:00", + "prev_seen": "2023-06-15 22:57:05 +00:00", + "last_seen": "2023-07-24 13:25:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 551, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "95.216.2.225", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 138931, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-15 11:25:09 +00:00", + "prev_seen": "2023-06-15 11:25:09 +00:00", + "last_seen": "2023-07-24 10:24:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.graz.social", + "url_from": "https://lemmy.graz.social/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 448, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.13", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 131946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy graz.social", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:04:11 +00:00", + "prev_seen": "2023-06-23 12:04:11 +00:00", + "last_seen": "2023-07-24 08:05:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/post/895", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 34, + "page_from_internal_links": 40, + "page_from_size": 161720, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:42:33 +00:00", + "prev_seen": "2023-06-15 14:42:33 +00:00", + "last_seen": "2023-07-24 07:50:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 25, + "page_from_internal_links": 41, + "page_from_size": 213606, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:26:45 +00:00", + "prev_seen": "2023-06-15 14:26:45 +00:00", + "last_seen": "2023-07-24 07:31:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 604675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 13:24:08 +00:00", + "prev_seen": "2023-06-15 13:24:08 +00:00", + "last_seen": "2023-07-24 07:08:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 324, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 279264, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-15 19:07:30 +00:00", + "prev_seen": "2023-06-15 19:07:30 +00:00", + "last_seen": "2023-07-24 00:39:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rentry.co", + "url_from": "https://rentry.co/duckai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 79, + "domain_from_rank": 559, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "198.251.88.130", + "domain_from_country": "CO", + "page_from_external_links": 116, + "page_from_internal_links": 8, + "page_from_size": 19081, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "duck ai", + "page_from_status_code": 200, + "first_seen": "2023-03-22 22:24:18 +00:00", + "prev_seen": "2023-05-01 13:43:59 +00:00", + "last_seen": "2023-07-23 19:51:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "digiato.com", + "url_from": "https://digiato.com/article/2023/05/16/topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 195, + "domain_from_rank": 529, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "194.147.142.68", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-05-16 19:53:41 +00:00", + "prev_seen": "2023-05-19 08:09:18 +00:00", + "last_seen": "2023-07-23 19:42:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.219.228.99", + "domain_from_country": "CC", + "page_from_external_links": 505, + "page_from_internal_links": 15, + "page_from_size": 62235, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-04-12 15:56:21 +00:00", + "prev_seen": "2023-06-22 18:49:12 +00:00", + "last_seen": "2023-07-23 19:32:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.primboard.de", + "url_from": "https://lemmy.primboard.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "84.161.185.170", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 107174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - primboard", + "page_from_status_code": 200, + "first_seen": "2023-06-16 22:49:25 +00:00", + "prev_seen": "2023-06-16 22:49:25 +00:00", + "last_seen": "2023-07-23 17:02:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 324, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 300177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-15 12:21:12 +00:00", + "prev_seen": "2023-06-15 12:21:12 +00:00", + "last_seen": "2023-07-23 16:46:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.btfan.com", + "url_from": "https://www.btfan.com/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.207.163.165", + "domain_from_country": null, + "page_from_external_links": 71, + "page_from_internal_links": 0, + "page_from_size": 13161, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "极简精选AI网址导航:ChatGPT Midjourney Bart Stable Diffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-05 10:25:50 +00:00", + "prev_seen": "2023-05-23 23:33:11 +00:00", + "last_seen": "2023-07-23 16:11:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.165.254.107", + "domain_from_country": "FI", + "page_from_external_links": 485, + "page_from_internal_links": 15, + "page_from_size": 60472, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-07-12 04:11:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-12 04:11:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 18, + "page_from_size": 20006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-07-11 03:49:29 +00:00", + "prev_seen": null, + "last_seen": "2023-07-11 03:49:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": "NL", + "page_from_external_links": 485, + "page_from_internal_links": 15, + "page_from_size": 60483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-07-11 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-07-11 00:25:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/26207_ai-chatbot-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/chatgpt-google-sheet-vs-textgpt", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 36, + "page_from_size": 19231, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Chatbot Chatgpt - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 03:37:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 03:37:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/compare/chatgpt-google-sheet-vs-textgpt", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/23272_bhagavad-gita-gpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gita-gpt", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 30, + "page_from_size": 22835, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bhagavad Gita Gpt - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:36:16 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 02:36:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/gita-gpt", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/395516_draggan-ai-editing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 22386, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Draggan Ai Editing - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:25:43 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 02:25:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/draggan", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/388078_drag-gan-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 38, + "page_from_size": 23314, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Drag Gan Ai - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:25:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 02:25:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/draggan", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "geddit.social", + "url_from": "https://geddit.social/comment/144314", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 402, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.214.138", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 50040, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Geddit", + "page_from_status_code": 200, + "first_seen": "2023-07-08 16:02:12 +00:00", + "prev_seen": null, + "last_seen": "2023-07-08 16:02:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.nf", + "url_from": "https://r.nf/r/FREEMEDIAHECKYEAH/wiki/storage", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nf", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.235.11", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 592109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "storage - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-03-23 14:27:03 +00:00", + "prev_seen": "2023-03-23 14:27:03 +00:00", + "last_seen": "2023-07-08 09:50:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.mehreganshiraz.com", + "url_from": "https://www.mehreganshiraz.com/2023/05/16/%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B1%D8%A7%DB%8C%DA%AF%D8%A7%D9%86-%D8%A8%D9%87-%D8%A7%D9%86%D8%A8%D9%88%D9%87%DB%8C-%D8%A7%D8%B2-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "195.28.10.70", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 24, + "page_from_size": 275214, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی رایگان به انبوهی از ابزارهای هوش مصنوعی با سایت TopAI - مهرگان شیراز", + "page_from_status_code": 200, + "first_seen": "2023-07-08 03:55:53 +00:00", + "prev_seen": null, + "last_seen": "2023-07-08 03:55:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.hu", + "url_from": "https://libreddit.hu/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 226, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.212.59", + "domain_from_country": "HU", + "page_from_external_links": 481, + "page_from_internal_links": 15, + "page_from_size": 60036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-07-07 22:46:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-07 22:46:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36751", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 18, + "page_from_internal_links": 27, + "page_from_size": 71007, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:37:50 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:37:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36753", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 14, + "page_from_internal_links": 23, + "page_from_size": 52896, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:37:22 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:37:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/38388", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 47339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:31:58 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:31:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/40400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 48077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36752", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 17, + "page_from_internal_links": 25, + "page_from_size": 64665, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:30:38 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:30:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/50009", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 15, + "page_from_internal_links": 23, + "page_from_size": 53682, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:16:59 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:16:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/40403", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 18, + "page_from_internal_links": 25, + "page_from_size": 65198, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:14:19 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:14:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36750", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 20, + "page_from_internal_links": 28, + "page_from_size": 76998, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 13:26:48 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 13:26:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/Automate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 125, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.106.142", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 50910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 18:57:10 +00:00", + "prev_seen": "2023-02-26 18:57:10 +00:00", + "last_seen": "2023-07-04 20:06:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/topic/99180494?p=Created%2C%2C%2C20%2C2%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2C%2C20%2C2%2C0%2C99180494%2Cprevid%253D1685274316974126280%2Cnextid%253D1685069122483109782", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 599, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 96673, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tech-vi@groups.io | 6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-04 18:32:13 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 18:32:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/topic/99180494?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2C%2C20%2C2%2C0%2C99180494", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 599, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 96467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tech-vi@groups.io | 6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-04 18:05:13 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 18:05:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "geddit.social", + "url_from": "https://geddit.social/post/28948", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 398, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.214.138", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 49644, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Geddit", + "page_from_status_code": 200, + "first_seen": "2023-07-04 14:08:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 14:08:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/534060", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 645, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 23, + "page_from_size": 115529, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-04 12:11:52 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 12:11:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.devduck.de", + "url_from": "https://www.devduck.de/10-nuetzliche-ki-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.169.145.78", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 8, + "page_from_size": 101092, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "10 KI-Tools, die Sie kennen sollten: Die besten Tools für jeden Zweck | DevDuck", + "page_from_status_code": 200, + "first_seen": "2023-07-03 22:33:19 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 22:33:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/Automate/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 125, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.106.142", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 50869, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-21 02:11:02 +00:00", + "prev_seen": "2023-02-21 02:11:02 +00:00", + "last_seen": "2023-07-03 21:30:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/86427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 24, + "page_from_size": 103059, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:22:21 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:22:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/87919", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 103144, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:22:17 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:22:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/83022", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 25, + "page_from_size": 110110, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:21:26 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:21:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67278", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 33, + "page_from_size": 138729, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:17:23 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:17:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67282", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 27, + "page_from_size": 116232, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:13:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:13:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/68125", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 22, + "page_from_size": 97817, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:12:25 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:12:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.alt.tyil.nl", + "url_from": "https://reddit.alt.tyil.nl/r/startup_resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "178.162.131.11", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 19, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 404, + "first_seen": "2023-05-08 05:39:33 +00:00", + "prev_seen": "2023-05-08 05:39:33 +00:00", + "last_seen": "2023-07-03 04:48:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.whateveritworks.org", + "url_from": "https://discuss.whateveritworks.org/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.0.51", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 20, + "page_from_size": 20946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-07-03 04:14:05 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 04:14:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/AILinksandTools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 53531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AILinksandTools", + "page_from_status_code": 200, + "first_seen": "2023-03-31 19:04:06 +00:00", + "prev_seen": "2023-03-31 19:04:06 +00:00", + "last_seen": "2023-07-03 02:08:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "geddit.social", + "url_from": "https://geddit.social/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 392, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.214.138", + "domain_from_country": null, + "page_from_external_links": 78, + "page_from_internal_links": 125, + "page_from_size": 637401, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Geddit", + "page_from_status_code": 200, + "first_seen": "2023-07-01 17:48:06 +00:00", + "prev_seen": null, + "last_seen": "2023-07-01 17:48:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "121.127.33.68", + "domain_from_country": "LR", + "page_from_external_links": 479, + "page_from_internal_links": 15, + "page_from_size": 59865, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-06-30 19:41:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 19:41:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/category/earn-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-06-15 11:10:41 +00:00", + "prev_seen": "2023-06-15 11:10:41 +00:00", + "last_seen": "2023-06-30 13:03:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "injaeslamshahr.ir", + "url_from": "https://injaeslamshahr.ir/%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B1%D8%A7%DB%8C%DA%AF%D8%A7%D9%86-%D8%A8%D9%87-%D8%A7%D9%86%D8%A8%D9%88%D9%87%DB%8C-%D8%A7%D8%B2-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "195.28.10.58", + "domain_from_country": "IR", + "page_from_external_links": 19, + "page_from_internal_links": 43, + "page_from_size": 241198, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی رایگان به انبوهی از ابزارهای هوش مصنوعی با سایت TopAI - اینجا اسلامشهر وب سایت اطلاع رسانی و خبری شهرستان اسلامشهر", + "page_from_status_code": 200, + "first_seen": "2023-06-30 11:38:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 11:38:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 509, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 226, + "page_from_internal_links": 153, + "page_from_size": 102937, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-06-30 03:37:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 03:37:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67276", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 641, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 150645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-30 00:26:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 00:26:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/87412", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 641, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 109860, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-29 12:28:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 12:28:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.techchud.xyz", + "url_from": "https://libreddit.techchud.xyz/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "207.148.3.59", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 18, + "page_from_size": 13657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-06-29 11:34:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 11:34:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "its203.com", + "url_from": "https://its203.com/article/nettsz/129901358", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.164.176", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 32, + "page_from_size": 64317, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "13个优秀的AI人工智能工具软件导航网站推荐_网络探索者的博客-程序员宅基地 - 程序员宅基地", + "page_from_status_code": 200, + "first_seen": "2023-06-29 04:23:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 04:23:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/68357", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 120189, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-29 00:21:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 00:21:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/78453", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 118988, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-28 17:46:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 17:46:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.owo.si", + "url_from": "https://reddit.owo.si/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "si", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.146.13.170", + "domain_from_country": "SI", + "page_from_external_links": 19, + "page_from_internal_links": 20, + "page_from_size": 20389, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-06-28 16:32:29 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 16:32:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.adminforge.de", + "url_from": "https://teddit.adminforge.de/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.162.28", + "domain_from_country": "DE", + "page_from_external_links": 30, + "page_from_internal_links": 299, + "page_from_size": 65769, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-06-27 22:43:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 22:43:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 168, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 473, + "page_from_internal_links": 15, + "page_from_size": 59236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-06-27 17:19:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 17:19:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/221718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 639, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 100085, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-27 09:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 09:03:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/162877", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 124580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:44:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:44:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/165762", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 125684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:42:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:42:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/144363", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 119726, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:42:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:42:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/145180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 161349, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:42:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:42:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/164316", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 124923, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:40:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:40:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/273966", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 119154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:39:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:39:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/89761", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 106683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-27 02:40:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 02:40:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/post/55979?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 48, + "page_from_size": 227032, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-27 02:37:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 02:37:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/comment/167345", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 162, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 25, + "page_from_size": 68503, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-26 17:05:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 17:05:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/comment/3617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 48298, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 15:43:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 15:43:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/post/47956?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 465, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 51, + "page_from_size": 178413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-26 13:12:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 13:12:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/post/3190", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 48131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 13:11:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 13:11:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 24, + "page_from_size": 81165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 11:50:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 11:50:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/155570", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 136233, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-26 11:27:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 11:27:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/159638", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 132174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-26 10:52:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 10:52:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 75, + "page_from_internal_links": 128, + "page_from_size": 547212, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 10:36:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 10:36:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 90, + "page_from_size": 50835, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-06-26 04:54:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 04:54:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/165997", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 639, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 125306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-26 02:28:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 02:28:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Research", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Research", + "text_pre": "Haven't seen something this advanced yet, but you can check here there some good ones, specially if combined", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=essay", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI ESSAY TOOLS", + "text_pre": "Not sure which is best but here are some", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20Editing", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai image editors or enhancers", + "text_pre": "Try here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt,Bing or bard. You can also find scientific tools at", + "text_post": null, + "semantic_location": "details", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Document%20Search", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Writing", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "A long list of AI writing tools to pick from", + "text_pre": null, + "text_post": "(topai.tools)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai writing tools", + "text_pre": "Enjoy this", + "text_post": "list and site", + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/presentations", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai presentation tools", + "text_pre": "Not sure which app works perfect your needs but check this list of", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=wordpress", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=wordpress", + "text_pre": "Check this page lists 5,but new tools come rapidly", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=seo", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=seo", + "text_pre": "Here some more for inspiration", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Research", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=Research", + "text_pre": "Think these tools would also help with research", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/interior-design", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/interior-design", + "text_pre": "Try these interior tools", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67280", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 636, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 134230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 16:51:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 16:51:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/144576", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 639, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 147126, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:47:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:47:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/post/55979", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 634, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 46, + "page_from_size": 220019, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:35:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:35:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/89496", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 634, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 104556, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:33:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67321", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 634, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 23, + "page_from_size": 121860, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:33:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:33:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.ml", + "url_from": "https://lemmy.ml/post/1202009", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ml", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 644, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.36.178.108", + "domain_from_country": "ML", + "page_from_external_links": 43, + "page_from_internal_links": 48, + "page_from_size": 179910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-24 17:13:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 17:13:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/145182", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 136962, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 11:34:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 11:34:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/163882", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 124765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 11:30:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 11:30:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.adminforge.de", + "url_from": "https://teddit.adminforge.de/r/PhD/comments/133k585/what_ai_tools_do_you_userecommend/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/l/academic-research", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 325, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.162.28", + "domain_from_country": "DE", + "page_from_external_links": 10, + "page_from_internal_links": 313, + "page_from_size": 69116, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What AI tools do you use/recommend? : PhD", + "page_from_status_code": 200, + "first_seen": "2023-06-24 04:58:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 04:58:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for research", + "text_pre": "This resource might help .. Here are some", + "text_post": "but there are lots of others for writing, essays, proofreading, presentations etc. Just search this site", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.proformis.pro", + "url_from": "https://blog.proformis.pro/best/top-ai-tool-directories-resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.218.66", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 37, + "page_from_size": 154398, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI Tool Directories & Resources – Proformis", + "page_from_status_code": 200, + "first_seen": "2023-05-20 00:43:42 +00:00", + "prev_seen": "2023-05-20 00:43:42 +00:00", + "last_seen": "2023-06-24 01:49:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/145181", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 636, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 152756, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 01:06:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 01:06:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/post/502422", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 636, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 244675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 01:05:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 01:05:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/message/4130", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 600, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 28, + "page_from_size": 95003, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-06-23 23:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 23:56:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/topic/6_online_directories_of_ai/99180494?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,99180494,previd%3D1685274316974126280,nextid%3D1685069122483109782&previd=1685274316974126280&nextid=1685069122483109782", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 600, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 96548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tech-vi@groups.io | 6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-06-23 22:47:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 22:47:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "m.okjike.com", + "url_from": "https://m.okjike.com/users/9771462a-59b1-4cfe-b7d7-e5e960eba628", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 303, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.99.112.78", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 2, + "page_from_size": 218399, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "小正聊AI创作的个人主页 - 即刻App", + "page_from_status_code": 200, + "first_seen": "2023-06-15 16:12:59 +00:00", + "prev_seen": "2023-06-15 16:12:59 +00:00", + "last_seen": "2023-06-23 19:43:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "radar.getinference.com🏷️收录了1000+聚焦于营销工作场景的AI工具🏷️可以根据topic、name、trending、post count等进行检索,让你快速找到AI营销神器🔥 Best AI Tools:www.aitoolhunt.com🏷️收录了2000+工具,分设115个类别🏷️与众不同的是,可以按 Semrush 排名检索工具,获取当下最popular的AI工具🔥 TopAi.tools:", + "text_post": "🏷️收录了3700+AI工具🏷️提供快速列表,能让用户快速检索一些特定主题的AI工具🏷️根据功能性、创新性、易用性等指标推荐一些精选工具,帮助用户了解一些最新、最热门、最有价值的AI工具", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 469, + "page_from_internal_links": 15, + "page_from_size": 58781, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-06-23 19:42:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 19:42:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/post/2987", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 157, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 95105, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-23 19:04:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 19:04:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.graz.social", + "url_from": "https://lemmy.graz.social/post/41007?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.13", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 58569, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy graz.social", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:08:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:08:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.graz.social", + "url_from": "https://lemmy.graz.social/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.13", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 21, + "page_from_size": 66887, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy graz.social", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:07:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:07:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226385", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 103052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:06:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.graz.social", + "url_from": "https://lemmy.graz.social/post/41007", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.13", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 58569, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy graz.social", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:05:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:05:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/400183", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 96985, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:05:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/comment/213957", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 493, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 97266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:59:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:59:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/comment/213959", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 493, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 85590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:58:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:58:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/178517", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87301, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:40:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:40:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/275699", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 88427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:39:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:39:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165299", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 92290, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/275698", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 93357, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/196608", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 88242, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165304", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 88389, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165292", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 109328, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:36:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:36:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53530", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 110387, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:10:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:10:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/188617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 81184, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/54497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 87682, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:11 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/74949", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 86925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53779", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 123245, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/56459", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 81746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:06:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:06:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53778", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 129099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:06:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:06:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "advancedsitestats.com", + "url_from": "https://advancedsitestats.com/article-rewriter-tool.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/article-rewriter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 326, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.6.94", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45756, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Article-rewriter-tool.com", + "page_from_status_code": 200, + "first_seen": "2023-05-16 05:09:04 +00:00", + "prev_seen": "2023-05-16 05:09:04 +00:00", + "last_seen": "2023-06-23 08:22:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165291", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 114752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 08:13:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 08:13:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/196638", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 98933, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 08:08:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 08:08:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165293", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 22, + "page_from_size": 103311, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 07:51:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 07:51:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165301", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 87253, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 07:46:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 07:46:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2103", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 61111, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:44:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:44:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1452", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 55957, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:40:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:40:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1272", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 90977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:39:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:39:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2207", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 62127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:39:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:39:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/6971", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 55385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:37:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:37:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2022", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 60665, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 04:47:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 04:47:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1207", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 97186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 04:44:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 04:44:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 24, + "page_from_internal_links": 38, + "page_from_size": 185514, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 03:42:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 03:42:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.whalesinspace.de", + "url_from": "https://lemmy.whalesinspace.de/post/319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.16.129", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 44467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - whalesinspace.de", + "page_from_status_code": 200, + "first_seen": "2023-06-23 02:37:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 02:37:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/68917", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 98073, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 02:22:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 02:22:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/73674", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 86087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 02:20:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 02:20:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1315", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 61496, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:58:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:58:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1249", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 84110, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:57:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67907", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 122978, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:32:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:32:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67286", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 135160, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/79991", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 104604, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:30:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:30:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/195188", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87240, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:30:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:30:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/86482", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 92636, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67318", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 129304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/87669", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 92979, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/70400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87802, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 22, + "page_from_internal_links": 33, + "page_from_size": 176994, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:04:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.whalesinspace.de", + "url_from": "https://lemmy.whalesinspace.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.16.129", + "domain_from_country": "DE", + "page_from_external_links": 10, + "page_from_internal_links": 16, + "page_from_size": 51697, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - whalesinspace.de", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:53:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:53:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.whalesinspace.de", + "url_from": "https://lemmy.whalesinspace.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.16.129", + "domain_from_country": "DE", + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 530888, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - whalesinspace.de", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:37:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:37:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2084", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 62367, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:07:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:07:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1303", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 74478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:06:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:06:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 34, + "page_from_size": 193626, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:39:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:39:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5920", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 17, + "page_from_internal_links": 22, + "page_from_size": 72249, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:05:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/7478", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 67324, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:05:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/7475", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 55758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:04:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:04:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/12116", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 61301, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:04:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:04:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5919", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 78650, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:03:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:03:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5918", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 84575, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:02:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:02:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/6763", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 54806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:02:26 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:02:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5922", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 60270, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:00:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/7477", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 72925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:00:20 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:00:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53780", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 116269, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-22 22:45:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 22:45:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.legally-berlin.de", + "url_from": "https://lemmy.legally-berlin.de/post/103", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 46807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:44:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:44:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1877", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 67991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:26:11 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:26:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1293", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 78267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:07:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1205", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 102416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:07:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:07:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/post/2441", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 29, + "page_from_internal_links": 34, + "page_from_size": 126342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:49:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:49:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1817", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 71862, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:48:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:48:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/post/746", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 181449, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:47:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:47:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/40404", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 74414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:44:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:44:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 22, + "page_from_internal_links": 34, + "page_from_size": 174240, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:24:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:24:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/post/913", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 29, + "page_from_internal_links": 35, + "page_from_size": 119077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:20:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:20:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.legally-berlin.de", + "url_from": "https://lemmy.legally-berlin.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 78812, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:17:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:17:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/post/913?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 29, + "page_from_internal_links": 35, + "page_from_size": 119077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:15:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:15:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/category/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-05-07 17:10:00 +00:00", + "prev_seen": "2023-06-15 11:06:35 +00:00", + "last_seen": "2023-06-22 20:09:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/61442", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 89305, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:13:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:13:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51098", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 114015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:13:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:13:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/67884", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 77663, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:12:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:12:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/53451", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 72479, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:11:54 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:11:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/158890", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 71914, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:11:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:11:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 71, + "page_from_internal_links": 129, + "page_from_size": 540221, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:10:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:10:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51074", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 119766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 18:54:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 18:54:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/69297", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 78564, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 18:24:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 18:24:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/70648", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 93457, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-22 17:03:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 17:03:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/66922", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 76383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 12:35:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 12:35:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 633, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 35, + "page_from_size": 226542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-22 12:17:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 12:17:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51859", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 89694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 08:30:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 08:30:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/67559", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 77534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 08:27:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 08:27:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/post/36738?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 206953, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-22 06:23:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 06:23:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67668", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 115578, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 05:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 05:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/68626", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 92871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 05:30:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 05:30:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": "LR", + "page_from_external_links": 462, + "page_from_internal_links": 15, + "page_from_size": 58243, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-05-05 11:24:25 +00:00", + "prev_seen": "2023-05-05 11:24:25 +00:00", + "last_seen": "2023-06-22 05:03:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/124719", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 73916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:54:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32032", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 79648, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:51:56 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:51:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/41149", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 28, + "page_from_size": 115301, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:51:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:51:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/83606", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 99634, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:24:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:24:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/68156", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 109951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:22:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:22:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 72, + "page_from_internal_links": 126, + "page_from_size": 550080, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-22 00:14:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 00:14:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/startup_resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 54759, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup Resources", + "page_from_status_code": 200, + "first_seen": "2023-05-11 09:18:13 +00:00", + "prev_seen": "2023-05-11 09:18:13 +00:00", + "last_seen": "2023-06-21 23:22:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/comment/213958", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 482, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 89856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-21 23:10:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 23:10:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/post/87145", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 482, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 95383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-21 23:08:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 23:08:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.darmstadt.social", + "url_from": "https://lemmy.darmstadt.social/post/95", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 374, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.17.137", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 40453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - darmstadt.social", + "page_from_status_code": 200, + "first_seen": "2023-06-21 21:34:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 21:34:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.darmstadt.social", + "url_from": "https://lemmy.darmstadt.social/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 374, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.17.137", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 13, + "page_from_size": 34908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - darmstadt.social", + "page_from_status_code": 200, + "first_seen": "2023-06-21 21:30:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 21:30:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.darmstadt.social", + "url_from": "https://lemmy.darmstadt.social/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 374, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.17.137", + "domain_from_country": null, + "page_from_external_links": 69, + "page_from_internal_links": 126, + "page_from_size": 525178, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - darmstadt.social", + "page_from_status_code": 200, + "first_seen": "2023-06-21 21:26:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 21:26:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/139229", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 475, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 86026, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-21 20:26:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 20:26:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/204869", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 475, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 79975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-21 20:24:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 20:24:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/47944", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 21, + "page_from_size": 86627, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 19:51:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 19:51:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/41151", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 25, + "page_from_size": 102680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 19:44:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 19:44:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32045", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 79908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 16:44:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 16:44:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/74544", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 86356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-21 16:17:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 16:17:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/54180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 98515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-21 16:13:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 16:13:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51557", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 456, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 105756, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-21 14:43:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 14:43:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/comment/167347", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 489, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 80627, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-21 13:37:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 13:37:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/comment/167345", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 489, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 92205, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-21 13:33:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 13:33:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/comment/167346", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 489, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 86677, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-21 13:33:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 13:33:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51740", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 456, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 93695, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-21 10:43:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 10:43:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/64672", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 456, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 83360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-21 10:43:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 10:43:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166137", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 86084, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:34:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:34:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166136", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 91617, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:34:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:34:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/249578", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 80034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:33:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:33:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166108", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 74570, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:33:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:33:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166105", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 73521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:32:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:32:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166179", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 78932, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:25:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:25:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166168", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 97108, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:23:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:23:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166169", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 90778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:23:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:23:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "iusearchlinux.fyi", + "url_from": "https://iusearchlinux.fyi/post/14357", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 430, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "46.101.183.128", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 64710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - I use arch linux FYI", + "page_from_status_code": 200, + "first_seen": "2023-06-21 07:52:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 07:52:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?filters=taxnodes%3ATechnology%7CInformation+Technology%7CArtificial+Intelligence%40%40taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management%40%40modified%3A%5B1000-01-01T00%3A00%3A01.000Z+TO+NOW%5D%40%40modified%3A%5B*+TO+NOW%5D", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 391, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 97, + "page_from_size": 223165, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-10 02:27:58 +00:00", + "prev_seen": "2023-04-10 02:27:58 +00:00", + "last_seen": "2023-06-21 07:33:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.ml", + "url_from": "https://lemmy.ml/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ml", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.36.178.108", + "domain_from_country": "ML", + "page_from_external_links": 69, + "page_from_internal_links": 128, + "page_from_size": 622407, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 03:57:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 03:57:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51384", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 450, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 99215, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:26:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:26:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/52091", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 450, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 76510, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:25:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:25:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/47945", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 79261, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:24:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:24:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/139209", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 73539, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:21:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:21:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117444", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 77905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:20:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:20:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/126452", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 72475, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:18:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:18:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117438", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 96070, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:18:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:18:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 616, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 39, + "page_from_size": 214825, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-20 21:34:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 21:34:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/69160", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 84755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 20:19:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 20:19:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/127945", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 78717, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 20:19:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 20:19:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/54019", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 556, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 101209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:59:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:59:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32031", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 89537, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:55:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/41150", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 107727, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:54:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:54:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/111185", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 77600, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:53:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:53:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32220", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 78944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:45:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:45:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/196637", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 511, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 101276, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:09:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:09:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/post/64422?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 538, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 202860, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-20 15:41:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 15:41:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/post/2987", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 477, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 90267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-20 13:05:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 13:05:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/89005", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 538, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 88961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-20 09:48:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 09:48:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "social.nerdswire.de", + "url_from": "https://social.nerdswire.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 365, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "168.119.55.222", + "domain_from_country": "DE", + "page_from_external_links": 71, + "page_from_internal_links": 131, + "page_from_size": 500530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - social.nerdswire.de", + "page_from_status_code": 200, + "first_seen": "2023-06-20 08:51:27 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 08:51:27 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32038", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 22, + "page_from_size": 95203, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 08:27:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 08:27:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.219.228.99", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 52293, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-23 22:33:00 +00:00", + "prev_seen": "2023-05-02 09:54:58 +00:00", + "last_seen": "2023-06-20 01:37:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/startup_resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 364, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 65949, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/startup_resources", + "page_from_status_code": 200, + "first_seen": "2023-05-08 06:58:02 +00:00", + "prev_seen": "2023-05-08 06:58:02 +00:00", + "last_seen": "2023-06-20 01:30:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "iusearchlinux.fyi", + "url_from": "https://iusearchlinux.fyi/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "46.101.183.128", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 63, + "page_from_size": 296692, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - I use arch linux FYI", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:26:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 01:26:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 459, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 29, + "page_from_size": 154155, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:59:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:59:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/69135", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 72267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:40:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:40:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/61340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 71217, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:39:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:39:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 24, + "page_from_size": 100613, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:27:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:27:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226381", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 105208, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:00:56 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:00:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/232862", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 93850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:00:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:00:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/306498", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87072, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:59:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:59:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226373", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 88120, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:59:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/post/47956", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 441, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 197402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:58:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:58:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/235367", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 93911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:44:36 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:44:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/235365", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 21, + "page_from_size": 100258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:43:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/294294", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 92467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:43:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:43:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226415", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 25, + "page_from_size": 116376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:43:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226414", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 122719, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:42:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:42:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 441, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 33, + "page_from_size": 165880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:05:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:05:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54342", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 87981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 20:03:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 20:03:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 30, + "page_from_size": 145603, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-19 19:37:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 19:37:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.vern.cc", + "url_from": "https://lr.vern.cc/r/Automate/controversial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 407, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.108.85", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 19835, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-20 23:08:35 +00:00", + "prev_seen": "2023-02-20 23:08:35 +00:00", + "last_seen": "2023-06-19 19:27:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/Automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 226, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "121.127.33.68", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 52621, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-20 16:46:57 +00:00", + "prev_seen": "2023-02-20 16:46:57 +00:00", + "last_seen": "2023-06-19 18:39:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/69159", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 88763, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 18:16:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 18:16:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32039", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 88902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 17:37:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 17:37:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/22099", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 75552, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:03:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:03:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/23749", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 56483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:02:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21255", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 28, + "page_from_size": 103736, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:02:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/34792", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 61303, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:02:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:02:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21288", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 27, + "page_from_size": 97893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:01:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:01:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/35675", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 18, + "page_from_size": 61607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:01:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:01:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/36711", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 16, + "page_from_size": 62051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:59:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:59:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/30459", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 19, + "page_from_size": 73165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:58:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:58:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/32793", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 69232, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:58:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:58:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/35401", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 18, + "page_from_size": 63416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:57:16 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:57:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/post/7505", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 42, + "page_from_size": 180200, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:56:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:56:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/22321", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 18, + "page_from_size": 62407, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:49:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:49:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/post/78706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 34, + "page_from_size": 135207, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:56:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 12:56:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166167", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 24, + "page_from_size": 100765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:53:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 12:53:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/139228", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 459, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 88926, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-19 09:02:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 09:02:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/post/107737", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 487, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 37, + "page_from_size": 142427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 06:29:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 06:29:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 487, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 32, + "page_from_size": 161986, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 06:27:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 06:27:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 516, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 30, + "page_from_size": 173669, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:21:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:21:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54341", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 422, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 93632, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:17:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:17:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54344", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 422, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 75482, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:16:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:16:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/68319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 99683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:09:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:09:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/post/64422", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 201114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:08:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:08:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/87272", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 88190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:06:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 442, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 29, + "page_from_size": 144780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-19 03:45:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 03:45:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sos-informatique13.com", + "url_from": "https://www.sos-informatique13.com/astuces/divers/generer-du-contenu-avec-lintelligence-artificielle", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "185.246.46.93", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 301, + "first_seen": "2023-03-18 03:10:09 +00:00", + "prev_seen": "2023-04-09 08:56:26 +00:00", + "last_seen": "2023-06-19 03:35:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/76471", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 528, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 82053, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-19 02:56:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 02:56:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/post/36738", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 528, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 202689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-19 02:53:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 02:53:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21810", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 91580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 02:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 02:18:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.burningboard.net", + "url_from": "https://lemmy.burningboard.net/post/41", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.30.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 38671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Burningboard Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 01:39:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 01:39:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.burningboard.net", + "url_from": "https://lemmy.burningboard.net/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.30.118", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 15, + "page_from_size": 33271, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Burningboard Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 01:34:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 01:34:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.burningboard.net", + "url_from": "https://lemmy.burningboard.net/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.30.118", + "domain_from_country": null, + "page_from_external_links": 71, + "page_from_internal_links": 130, + "page_from_size": 527747, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Burningboard Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 01:12:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 01:12:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "iusearchlinux.fyi", + "url_from": "https://iusearchlinux.fyi/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 401, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "46.101.183.128", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 32, + "page_from_size": 153708, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - I use arch linux FYI", + "page_from_status_code": 200, + "first_seen": "2023-06-18 23:48:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 23:48:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/38456", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 59135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 21:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 21:05:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27604", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 75295, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 21:00:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 21:00:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/32887", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 58091, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 21:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 21:00:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21621", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 22, + "page_from_size": 85060, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 20:04:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 20:04:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 528, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 21, + "page_from_internal_links": 33, + "page_from_size": 168483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-18 19:28:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 19:28:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "madfoxy.com", + "url_from": "https://madfoxy.com/ai-directory-submission-backlinks/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/submit", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.206.11.130", + "domain_from_country": null, + "page_from_external_links": 78, + "page_from_internal_links": 70, + "page_from_size": 83758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Where To Submit Your AI App - 80+ Directory Submissions", + "page_from_status_code": 200, + "first_seen": "2023-06-18 14:44:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 14:44:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/submit", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 74878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 12:27:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 12:27:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/post/8005", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 422, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 31, + "page_from_size": 120812, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-18 10:08:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 10:08:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117437", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 443, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 24, + "page_from_size": 98744, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-18 09:27:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 09:27:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 524, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 560542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-18 08:05:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 08:05:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/38464", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 63950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:59:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:59:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27603", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 81019, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:10:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:10:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27605", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 62886, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:09:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:09:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27602", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 86863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 06:57:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 06:57:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 562911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-18 06:27:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 06:27:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 419, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 29, + "page_from_size": 131761, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 05:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 05:43:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/69486", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 80799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:33:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:33:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/69151", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 82570, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:33:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:33:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53792", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 23, + "page_from_size": 94728, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/164593", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 75063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:31:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:31:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53229", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 24, + "page_from_size": 104259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:30:56 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:30:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/55586", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 75606, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:30:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:30:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/52906", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 122950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:29:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:29:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/post/4385", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 42, + "page_from_size": 177220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:45:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 02:45:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/post/1762", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 133, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 25, + "page_from_internal_links": 30, + "page_from_size": 109382, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:41:11 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 02:41:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21986", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 21, + "page_from_size": 79535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:39:29 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 02:39:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/70821", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 81735, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:54:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:54:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/52932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 29, + "page_from_size": 117022, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:47:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:47:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/68507", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 80374, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:47:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:47:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/63502", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 92342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:46:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:46:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/8893", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 55310, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-18 00:23:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 00:23:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 418, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 559940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:56:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:56:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/post/21526", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 418, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 31, + "page_from_size": 121093, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:53:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:53:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 110609, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:52:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:52:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117439", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 418, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 86124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:45:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:45:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30399", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 90762, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 22:38:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 22:38:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/post/676983", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 505, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 37, + "page_from_size": 160531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-17 19:46:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 19:46:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226413", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 505, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 28, + "page_from_size": 126023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-17 19:17:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 19:17:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/16483", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 64119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 15:09:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 15:09:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/46210", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 58744, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 15:08:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 15:08:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3999", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 64851, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 15:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 15:04:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/5958", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 59139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:54:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:54:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2014", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 97952, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:10:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:10:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2297", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 75655, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:09:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:09:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/4497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 73376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:07:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:07:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/21912", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 56079, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:05:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:05:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2347", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 62549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:05:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:05:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2704", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 56641, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:03:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:03:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2203", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 91647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:02:54 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:02:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5582", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 61445, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:02:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3837", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 24, + "page_from_size": 86419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:58:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:58:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5709", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 63548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:58:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:58:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5775", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 61794, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:58:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:58:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5108", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 69349, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:54:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:54:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2112", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 85096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:03:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:03:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30402", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 66680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 12:51:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 12:51:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 84851, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 12:42:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 12:42:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 488, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 95355, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-17 12:03:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 12:03:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/31150", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 60015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:35:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:35:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/66156", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 21, + "page_from_size": 87279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:29:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:29:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53642", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 97600, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:28:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:28:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30401", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 22, + "page_from_size": 78524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:25:36 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:25:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30395", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 67715, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 10:52:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 10:52:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/6024", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 62684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 10:31:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 10:31:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2004", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 103638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 09:54:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 09:54:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22409", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 77164, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 09:41:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 09:41:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 505, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 117, + "page_from_size": 522768, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-17 09:18:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 09:18:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22407", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 89267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 08:18:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 08:18:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 488, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 66, + "page_from_internal_links": 117, + "page_from_size": 483127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-17 07:40:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 07:40:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/29718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 358, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 61258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 04:26:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 04:26:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 28, + "page_from_size": 118095, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-17 04:11:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 04:11:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.primboard.de", + "url_from": "https://lemmy.primboard.de/post/1097", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "84.161.187.177", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 47124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - primboard", + "page_from_status_code": 200, + "first_seen": "2023-06-17 03:40:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 03:40:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22417", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 65055, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 03:19:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 03:19:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22408", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 83188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 03:18:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 03:18:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "forum.bazicenter.com", + "url_from": "https://forum.bazicenter.com/threads/tips-center.123376/page-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.197.230", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 99, + "page_from_size": 224825, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Tips Center | Page 2 | انجمن های بازی سنتر", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:58:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 02:58:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "ugc", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Best AI tools and Services list", + "text_pre": "- Dive into anything بهترین مرورگر دنیا با اختلاف Brave Browserئه که بیسش Chromiumئه. وقتتون رو با Google Chrome، Microsoft Edge و Firefox و اینا هدر ندید. اگر به ابزارهای AI علاقه دارید، این سایت", + "text_post": "یک لیست بلند بالا از بهترین‌هاشون رو ارائه میده. سایت فوق خفن Canva، نود درصد امکاناتش مجانیه. پانشید نرید با وورد و اینا دیگه نامه و رزومه بنویسید، وقت صرف دیزاین کنید که به چشم بیان.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.vergaberecht-kanzlei.de", + "url_from": "https://lemmy.vergaberecht-kanzlei.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 449651, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:58:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:58:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 357, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 493567, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:46:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:46:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.vergaberecht-kanzlei.de", + "url_from": "https://lemmy.vergaberecht-kanzlei.de/post/229", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 40023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:43:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:43:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12712", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 81859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:38:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:38:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 60217, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-17 00:57:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 00:57:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 59107, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:50:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:50:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12713", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 76203, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:50:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:50:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.vergaberecht-kanzlei.de", + "url_from": "https://lemmy.vergaberecht-kanzlei.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 55205, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:45:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:45:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.primboard.de", + "url_from": "https://lemmy.primboard.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "84.161.187.177", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 67073, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - primboard", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:29:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:29:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12697", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 55000, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:05:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:05:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/post/1497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 32, + "page_from_size": 103094, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:04:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:04:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 471981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 22:06:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 22:06:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/automate/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 357, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 64363, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/automate", + "page_from_status_code": 200, + "first_seen": "2023-02-23 10:10:09 +00:00", + "prev_seen": "2023-02-23 10:10:09 +00:00", + "last_seen": "2023-06-16 21:16:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 357, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 64515, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/automate", + "page_from_status_code": 200, + "first_seen": "2023-02-23 10:08:13 +00:00", + "prev_seen": "2023-02-23 10:08:13 +00:00", + "last_seen": "2023-06-16 21:09:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3959", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 23, + "page_from_size": 77027, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:57:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:57:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/16275", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 65402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:55:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:55:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3885", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 92329, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:47:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:47:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 492737, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:35:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:35:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3757", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 103934, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 19:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 19:56:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/6648", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 51515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:21:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:21:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/639", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 19, + "page_from_internal_links": 25, + "page_from_size": 80599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:18:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:18:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/638", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 86890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:13:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:13:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/633", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 52542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:11:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:11:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/5617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 56871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:11:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:11:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/1322", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 15, + "page_from_internal_links": 21, + "page_from_size": 64620, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:04:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 57895, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:04:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:04:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/1323", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 58318, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:38:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:38:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 15, + "page_from_internal_links": 24, + "page_from_size": 104584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:38:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:38:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/637", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 22, + "page_from_internal_links": 28, + "page_from_size": 92696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:06:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:06:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/14333", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 21, + "page_from_size": 70651, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:04:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/1053", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 58221, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:03:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 33, + "page_from_internal_links": 43, + "page_from_size": 193261, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:35:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:35:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/717", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 59450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:30:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:30:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/12932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 53758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:19:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:19:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/228", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 54306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:11:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:11:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/113", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 101357, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:07:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:07:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aiyjs.com", + "url_from": "http://www.aiyjs.com/30595.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "8.218.90.222", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 127, + "page_from_size": 115617, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "国外英文AIGC工具导航汇总 – AI研究所", + "page_from_status_code": 200, + "first_seen": "2023-06-16 13:47:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 13:47:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "TopAi.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 64, + "page_from_internal_links": 110, + "page_from_size": 473154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 13:37:20 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 13:37:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 64, + "page_from_internal_links": 112, + "page_from_size": 458968, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 13:26:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 13:26:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/909", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 60318, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:47:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:47:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 61034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:26:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:26:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2264", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 78436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:18:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:18:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/162", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 73117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:11:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:11:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/post/319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 181738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:10:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:10:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 64, + "page_from_internal_links": 111, + "page_from_size": 468958, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-16 10:59:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 10:59:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/post/114", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 30, + "page_from_internal_links": 37, + "page_from_size": 126850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:57:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 08:57:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 110806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:32:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 08:32:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 107074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:15:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 08:15:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 80190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:58:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:58:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3933", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 80036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:48:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:48:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/166", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 59993, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:25:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:25:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 155, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 54, + "page_from_internal_links": 92, + "page_from_size": 396428, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:23:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:23:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/135", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 82565, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:12:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:12:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/17102", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 64100, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:00:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:00:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/post/561", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 21, + "page_from_internal_links": 25, + "page_from_size": 91291, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:38:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:38:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/360", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 65649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:36:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:36:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/post/30650?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 615, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 46, + "page_from_size": 196369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:33:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:33:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/post/30650", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 615, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 46, + "page_from_size": 196353, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:27:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:27:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/145", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 87900, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:08:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:08:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 25, + "page_from_size": 89659, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:34:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:34:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/post/81528", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 59767, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:33:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:33:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/157", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 75843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:18:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:18:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 615, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 26, + "page_from_size": 105736, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:16:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:16:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 57674, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:14:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:14:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/115", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 94116, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:04:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:04:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/341", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 69588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 04:53:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 04:53:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 73590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-16 04:27:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 04:27:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/15864", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 61471, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:58:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:58:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3761", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 29, + "page_from_size": 96518, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:55:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:55:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/12384", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 72701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:41:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:41:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/post/2094", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 46, + "page_from_size": 176930, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:40:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:40:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 110, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 63, + "page_from_internal_links": 111, + "page_from_size": 467125, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:02:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:02:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/post/283", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 178051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-15 21:27:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 21:27:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 60, + "page_from_internal_links": 105, + "page_from_size": 452043, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-15 17:38:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 17:38:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/artificial%20intelligence?filters=concept-tagsRaw%3Aartificial+intelligence&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 250038, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "artificial intelligence | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 00:57:21 +00:00", + "prev_seen": "2023-03-20 00:57:21 +00:00", + "last_seen": "2023-06-15 16:37:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/artificial%20intelligence?filters=concept-tagsRaw%3Aartificial+intelligence&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 250038, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "artificial intelligence | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 00:57:21 +00:00", + "prev_seen": "2023-03-20 00:57:21 +00:00", + "last_seen": "2023-06-15 16:37:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3sister.com", + "url_from": "https://w3sister.com/2023-01-26-15/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 558465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-26/15 - W3Sister.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-21 06:10:53 +00:00", + "prev_seen": "2023-03-23 13:34:39 +00:00", + "last_seen": "2023-06-15 16:04:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 22, + "page_from_size": 85727, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:39:16 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 15:39:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 55, + "page_from_internal_links": 97, + "page_from_size": 412620, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:21:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 15:21:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/post/895?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 81354, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:47:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 14:47:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 55, + "page_from_internal_links": 97, + "page_from_size": 424221, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 14:02:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3sister.com", + "url_from": "https://w3sister.com/2023-01-27-16/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 569287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-27/16 - W3Sister.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-21 05:20:31 +00:00", + "prev_seen": "2023-03-23 12:49:03 +00:00", + "last_seen": "2023-06-15 13:56:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3tops.com", + "url_from": "https://w3tops.com/2023-01-26-15/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 187, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 558074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-26/15 - W3Tops.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-27 06:05:22 +00:00", + "prev_seen": "2023-03-29 15:04:05 +00:00", + "last_seen": "2023-05-28 20:33:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3tops.com", + "url_from": "https://w3tops.com/2023-01-27-16/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 187, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 568896, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-27/16 - W3Tops.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-27 05:36:17 +00:00", + "prev_seen": "2023-03-29 14:59:48 +00:00", + "last_seen": "2023-05-28 20:32:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/Automate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 501, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 52309, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 11:57:11 +00:00", + "prev_seen": "2023-02-26 11:57:11 +00:00", + "last_seen": "2023-05-28 09:58:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 482, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 492, + "page_from_internal_links": 14, + "page_from_size": 60660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-05-28 00:10:26 +00:00", + "prev_seen": null, + "last_seen": "2023-05-28 00:10:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/privacy.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 143413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 05:11:02 +00:00", + "prev_seen": "2023-05-03 05:11:02 +00:00", + "last_seen": "2023-05-27 12:32:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/privacy.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 11, + "page_from_size": 143413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:39:55 +00:00", + "prev_seen": "2023-05-03 06:39:55 +00:00", + "last_seen": "2023-05-27 12:27:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/dsgvo.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 46181, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DSGVO | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-04-12 10:38:07 +00:00", + "prev_seen": "2023-04-12 10:38:07 +00:00", + "last_seen": "2023-05-27 10:20:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hackershare.dev", + "url_from": "https://www.hackershare.dev/en/bookmarks/938666/goto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "118.26.38.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 95, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-05-27 09:31:23 +00:00", + "prev_seen": null, + "last_seen": "2023-05-27 09:31:23 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.net", + "url_from": "https://teddit.net/u/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 642, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.216.148.55", + "domain_from_country": "US", + "page_from_external_links": 67, + "page_from_internal_links": 286, + "page_from_size": 52797, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Peter3tv33", + "page_from_status_code": 200, + "first_seen": "2023-05-26 08:38:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-26 08:38:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "github.com", + "url_from": "https://github.com/RodgerE1/AI-Links", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 89, + "domain_from_rank": 975, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 147, + "page_from_internal_links": 71, + "page_from_size": 221999, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GitHub - RodgerE1/AI-Links: Links to AI sites", + "page_from_status_code": 200, + "first_seen": "2023-05-25 17:16:56 +00:00", + "prev_seen": null, + "last_seen": "2023-05-25 17:16:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27&filters=taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 100, + "page_from_size": 213835, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 05:07:37 +00:00", + "prev_seen": "2023-04-09 05:07:37 +00:00", + "last_seen": "2023-05-25 03:20:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "qoton.solvenamibia.org", + "url_from": "https://qoton.solvenamibia.org/post/all-ai-tools-directory/98539276", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 20, + "domain_from_rank": 369, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.51.59", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 19197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": null, + "page_from_status_code": 200, + "first_seen": "2023-05-21 11:51:21 +00:00", + "prev_seen": null, + "last_seen": "2023-05-21 11:51:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Web10X your personal & business productivity. Explore All. AI Detection Art Audio Avatars Business Chat Coaching Data Analysis Design Development Education Email Finance Gaming Images Legal Marketing Music Podcasting Productivity Prompt Guides Research SEO Social Media Speech Translation Video Writing.", + "text_pre": "become a technology that any business ... WebAll Tools is a cloud-based artificial intelligence management system that automatically manages your account on any social media platform. Take a quick look at All Tools …", + "text_post": "Web19 de abr. de 2023 · To look inside this black box, we analyzed Google’s C4 data set, a massive snapshot of the contents of 15 million websites that have been used to instruct … WebTHE LARGEST AI TOOLS", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.proformis.pro", + "url_from": "https://blog.proformis.pro/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.218.66", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 31, + "page_from_size": 181323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog – Proformis", + "page_from_status_code": 200, + "first_seen": "2023-05-20 00:47:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-20 00:47:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/dsgvo.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 114, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 11, + "page_from_size": 45995, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DSGVO | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-17 03:05:36 +00:00", + "prev_seen": null, + "last_seen": "2023-05-17 03:05:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/legal-notice.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 114, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 11, + "page_from_size": 27742, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Legal Notice | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-16 19:46:58 +00:00", + "prev_seen": null, + "last_seen": "2023-05-16 19:46:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 150, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 67, + "page_from_internal_links": 34, + "page_from_size": 34337, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Peter3tv33 (u/Peter3tv33) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-14 11:10:19 +00:00", + "prev_seen": null, + "last_seen": "2023-05-14 11:10:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.alt.tyil.nl", + "url_from": "https://reddit.alt.tyil.nl/r/artificial/comments/130jxo2/what_websites_are_there_where_i_can_find_ai_apps/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "178.162.131.11", + "domain_from_country": "NL", + "page_from_external_links": 42, + "page_from_internal_links": 239, + "page_from_size": 23646, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What websites are there where I can find AI apps and tools? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-05-13 05:20:52 +00:00", + "prev_seen": null, + "last_seen": "2023-05-13 05:20:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "brandnamemenow.com", + "url_from": "https://brandnamemenow.com/ai-powered-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-name-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 296, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.144.13", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 61, + "page_from_size": 61090, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Powered Name Generator | BrandNameMeNow", + "page_from_status_code": 200, + "first_seen": "2023-05-12 11:19:16 +00:00", + "prev_seen": null, + "last_seen": "2023-05-12 11:19:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI-Powered Name Generator - topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/startup_resources/comments/135yi10/publish_your_ai_product_or_explore_3000_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 85, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 15056, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Publish your AI product or explore 3000+ AI tools that could boost your business - r/startup_resources", + "page_from_status_code": 200, + "first_seen": "2023-05-12 11:07:33 +00:00", + "prev_seen": null, + "last_seen": "2023-05-12 11:07:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "2 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gratisgraphics.com", + "url_from": "https://gratisgraphics.com/read/list-of-tools-for-creating-prompts-for-text-to-image-ai-generators", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.164.209", + "domain_from_country": null, + "page_from_external_links": 228, + "page_from_internal_links": 3, + "page_from_size": 143762, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "List of tools for creating prompts for text-to-image AI generators", + "page_from_status_code": 200, + "first_seen": "2023-05-12 07:33:08 +00:00", + "prev_seen": null, + "last_seen": "2023-05-12 07:33:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "", + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.til.io", + "url_from": "https://r.til.io/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.12.28", + "domain_from_country": "IO", + "page_from_external_links": 407, + "page_from_internal_links": 15, + "page_from_size": 52160, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-05-11 15:17:28 +00:00", + "prev_seen": null, + "last_seen": "2023-05-11 15:17:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AaScienceRejects", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 199, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.135.201.216", + "domain_from_country": "DE", + "page_from_external_links": 24, + "page_from_internal_links": 41, + "page_from_size": 44953, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Science and other things of interest", + "page_from_status_code": 200, + "first_seen": "2023-05-11 00:00:39 +00:00", + "prev_seen": null, + "last_seen": "2023-05-11 00:00:39 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/CnAwJlxB17UvA-VhV-p7-vMf9OeLL5Le6hyZDLliL6M.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "2 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "verycouch.com", + "url_from": "https://verycouch.com/topic/6840075-hacker-news-show-hn-built-an-ai-search-to-sift-through-the-noise-of-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 183, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "88.198.56.40", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 97191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hacker News - Show HN: Built an AI search to sift through the noise of AI tools - News - VeryCouch LazyMuch", + "page_from_status_code": 200, + "first_seen": "2023-05-10 13:18:57 +00:00", + "prev_seen": null, + "last_seen": "2023-05-10 13:18:57 +00:00", + "item_type": "anchor", + "attributes": ["external", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "View the full article", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/AIcomics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "rocks", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": "LR", + "page_from_external_links": 20, + "page_from_internal_links": 65, + "page_from_size": 48597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-05-10 05:37:28 +00:00", + "prev_seen": null, + "last_seen": "2023-05-10 05:37:28 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://lr.riverside.rocks/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.freedit.eu", + "url_from": "https://libreddit.freedit.eu/r/AaScienceRejects", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 156, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.86.145", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 43, + "page_from_size": 46540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Science and other things of interest", + "page_from_status_code": 200, + "first_seen": "2023-05-08 20:21:42 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 20:21:42 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.freedit.eu/thumb/b/CnAwJlxB17UvA-VhV-p7-vMf9OeLL5Le6hyZDLliL6M.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "2 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/lite/showhn/tags/show-hn/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 120, + "domain_from_rank": 124, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 267110, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "#Show HN - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-03-17 06:46:39 +00:00", + "prev_seen": "2023-03-17 06:46:39 +00:00", + "last_seen": "2023-05-08 15:37:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 309, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 67, + "page_from_internal_links": 280, + "page_from_size": 52774, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Peter3tv33", + "page_from_status_code": 200, + "first_seen": "2023-05-08 13:32:33 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 13:32:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.hu", + "url_from": "https://libreddit.hu/r/artificial/comments/133mu0x/what_are_the_best_free_ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 119, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.212.59", + "domain_from_country": "HU", + "page_from_external_links": 11, + "page_from_internal_links": 17, + "page_from_size": 19244, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best (free) AI websites/tools/apps/extensions to enhance my life? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-05-08 05:50:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 05:50:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "glontang.com", + "url_from": "https://glontang.com/a-good-idea-for-business", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/business-idea-generator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.202.239.41", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 35, + "page_from_size": 35236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A Good Idea For Business - Glontang", + "page_from_status_code": 200, + "first_seen": "2023-05-08 01:25:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 01:25:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Source:", + "text_post": null, + "semantic_location": "figcaption", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zcyph.cc", + "url_from": "https://teddit.zcyph.cc/u/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "173.212.237.88", + "domain_from_country": "CC", + "page_from_external_links": 67, + "page_from_internal_links": 224, + "page_from_size": 50453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Peter3tv33", + "page_from_status_code": 200, + "first_seen": "2023-05-07 21:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-05-07 21:05:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.oct0p.us", + "url_from": "https://libreddit.oct0p.us/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "us", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.9.137.107", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 56624, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 10:58:03 +00:00", + "prev_seen": "2023-02-26 10:58:03 +00:00", + "last_seen": "2023-05-07 20:49:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theteams.kr", + "url_from": "https://www.theteams.kr/stack/news_view/Swift%20AI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "kr", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 290, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "175.45.195.64", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 87917, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "Swift AI 해외 소식 | 더팀스", + "page_from_status_code": 200, + "first_seen": "2023-04-12 08:52:47 +00:00", + "prev_seen": "2023-04-12 08:52:47 +00:00", + "last_seen": "2023-05-05 20:10:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/gymgenie/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/gymgenie.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 11, + "page_from_internal_links": 29, + "page_from_size": 141489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GymGenie - Get fit with AI", + "page_from_status_code": 200, + "first_seen": "2023-05-04 16:58:53 +00:00", + "prev_seen": null, + "last_seen": "2023-05-04 16:58:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/gymgenie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/coolguides/comments/12dwo9y/ai_catergory_guides/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 114, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.163.225", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 373, + "page_from_size": 162048, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Catergory Guides - r/coolguides", + "page_from_status_code": 200, + "first_seen": "2023-05-04 16:42:08 +00:00", + "prev_seen": null, + "last_seen": "2023-05-04 16:42:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Another one", + "text_post": "2700+ tool listed", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/terms-of-service.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 11, + "page_from_size": 27379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:42:34 +00:00", + "prev_seen": null, + "last_seen": "2023-05-03 06:42:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.slipfox.xyz", + "url_from": "https://lr.slipfox.xyz/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.101.49", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 53725, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-21 11:44:29 +00:00", + "prev_seen": "2023-02-21 11:44:29 +00:00", + "last_seen": "2023-05-03 00:36:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?filters=modified%3A%5B*+TO+NOW%5D", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 254888, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "* to NOW | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:40:14 +00:00", + "prev_seen": "2023-03-19 23:40:14 +00:00", + "last_seen": "2023-05-02 12:19:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 95, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 57339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-24 02:16:32 +00:00", + "prev_seen": "2023-02-24 02:16:32 +00:00", + "last_seen": "2023-05-02 11:07:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/automate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 95, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 55914, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-24 02:09:10 +00:00", + "prev_seen": "2023-02-24 02:09:10 +00:00", + "last_seen": "2023-05-02 10:56:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 95, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 55961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-24 08:05:22 +00:00", + "prev_seen": "2023-02-24 08:05:22 +00:00", + "last_seen": "2023-05-02 09:57:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 95, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 58102, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-23 22:40:04 +00:00", + "prev_seen": "2023-02-23 22:40:04 +00:00", + "last_seen": "2023-05-02 09:43:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ted.hen.ee", + "url_from": "https://ted.hen.ee/r/Artificial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ee", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 132, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "141.144.236.112", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 83165, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/Artificial", + "page_from_status_code": 200, + "first_seen": "2023-02-05 05:01:10 +00:00", + "prev_seen": "2023-02-05 05:01:10 +00:00", + "last_seen": "2023-05-02 07:23:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.nunosempere.com", + "url_from": "https://teddit.nunosempere.com/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.249.28", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 58979, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/linuxadmin", + "page_from_status_code": 200, + "first_seen": "2023-02-19 05:53:02 +00:00", + "prev_seen": "2023-02-19 05:53:02 +00:00", + "last_seen": "2023-05-02 01:49:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mailr", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lavo-ai", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instasalesai", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getfloorplan", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/keyword-camera", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recurai", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botika", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobtitlesai", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/querygpt", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/trade-foresight", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreamhouse-ai", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/interaxai", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-ai", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hacksocial", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology/Artificial%20Intelligence/Natural%20Language", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eden-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 240326, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Natural Language | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:52:41 +00:00", + "prev_seen": "2023-04-13 10:52:41 +00:00", + "last_seen": "2023-05-01 11:43:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eden-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 255813, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Information Technology | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:44:48 +00:00", + "prev_seen": "2023-04-13 10:44:48 +00:00", + "last_seen": "2023-05-01 11:34:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology/Artificial%20Intelligence", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eden-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 56, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 263246, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:42:22 +00:00", + "prev_seen": "2023-04-13 10:42:22 +00:00", + "last_seen": "2023-05-01 11:18:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 216, + "domain_from_rank": 975, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 2347942, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-04-12 01:11:23 +00:00", + "prev_seen": "2023-04-12 01:11:23 +00:00", + "last_seen": "2023-05-01 07:48:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/AIandRobotics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 52655, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI and Robotics", + "page_from_status_code": 200, + "first_seen": "2023-02-05 03:59:22 +00:00", + "prev_seen": "2023-02-05 03:59:22 +00:00", + "last_seen": "2023-04-13 15:52:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j8olv7v/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41493, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:09:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/blob/news:838D069D/image", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/eden-ai.png", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-04-13 11:06:09 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:06:09 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/eden%20ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eden-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 56, + "page_from_size": 87554, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "eden ai | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:04:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Eden AI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iohr4dh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41408, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioioh5r/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41504, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:45 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9mw7g/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42690, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iyj9jlh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 244, + "page_from_size": 43910, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iot4y28/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41577, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iync45i/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42698, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:25 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9t88t/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 245, + "page_from_size": 43805, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:21 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/r/internetisbeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 519, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47511, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/internetisbeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 10:48:44 +00:00", + "prev_seen": "2023-02-10 10:48:44 +00:00", + "last_seen": "2023-04-13 11:00:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8s776/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41496, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:13 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j3rfwrz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41230, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:03 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iosxbxq/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41509, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iqkcjsv/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41612, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io6uiv6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41221, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:51 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j6f3z82/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41269, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:35 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9pcic/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41333, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioqi0ba/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41282, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:27 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ipyk1lh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42793, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:19 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/isyex9i/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41518, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:07 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j8olpkv/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41656, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:03 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8jymx/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42660, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iod7e4a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41340, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8w37x/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41333, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:35 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j5rg9p8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41245, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:03 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9t23a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 245, + "page_from_size": 43831, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iodvav5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41504, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iyxevjx/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41260, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:43 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9p6ie/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 246, + "page_from_size": 44888, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:39 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io6zdeg/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41323, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:31 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iozort0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41497, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:12 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8s228/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41699, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:00 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io96p3b/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42763, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/jc6n46v/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42888, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io6wlkl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41237, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:40 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iomqpes/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41300, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioavsff/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41365, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:24 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/jc3a266/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41559, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iovmtmx/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 243, + "page_from_size": 42712, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j7aml6u/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42670, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/isiya8q/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42844, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:32 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j6sklc5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 43004, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9vlr0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41385, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioa7ebl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ipz9tgl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41332, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:04 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ipuwkkb/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 245, + "page_from_size": 43864, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:56 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ip2sftk/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41500, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8lyxe/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42961, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:32 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j5arjo5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 212, + "page_from_internal_links": 242, + "page_from_size": 41682, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j2492ry/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41355, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ionamdq/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41488, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:56 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ip2eb5e/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42851, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iobuopu/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41350, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iogldei/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 245, + "page_from_size": 43966, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:44 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioa6d4c/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41502, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iokcixh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 243, + "page_from_size": 42652, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9k40l/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 244, + "page_from_size": 43870, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:12 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j91smti/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 41401, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:08 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioa358j/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42674, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:52:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io82pqd/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41352, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:52:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:52:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.indiehackers.com", + "url_from": "https://www.indiehackers.com/post/develop-smarter-not-harder-ai-tools-for-developers-2343b6a781", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 471, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.2", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 95, + "page_from_size": 152589, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Develop smarter not harder:AI tools for Developers", + "page_from_status_code": 200, + "first_seen": "2023-04-12 11:57:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-12 11:57:20 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://topai.tools/assets/img/blog/ai-code-helpers.png", + "anchor": "Top AI coding helpers to add to your development stack \n\n Code writing assitance tools that will boost up your productivity\n\n topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zcyph.cc", + "url_from": "https://teddit.zcyph.cc/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "173.212.237.88", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47405, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 22:55:02 +00:00", + "prev_seen": "2023-02-10 22:55:02 +00:00", + "last_seen": "2023-04-12 10:55:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/StableDiffusion/duplicates/xcrm4d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 211, + "page_from_internal_links": 42, + "page_from_size": 48973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-12 09:22:04 +00:00", + "prev_seen": null, + "last_seen": "2023-04-12 09:22:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/collection?cid=1177-568-2065-1935-72-326-126-500-559&t=Summarize%20Youtube%20Videos&d=These%20tools%20will%20help%20you%20summarize%20any%20youtube%20videos%2C%20save%20your%20time%20and%20improve%20your%20productivity", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "List link is here", + "text_pre": null, + "text_post": "in case you need it", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "I have tried to test it, but can't, it thinks I am a robot .. I am currently using", + "text_post": "for quite some time", + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.protaisn.org/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=data%20Analysis", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=data%20Analysis", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=excel", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=excel", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Education", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Education", + "text_pre": "Here is a bunch of tools you can use (not exactly to cheat, but to help you at school from different perspectives)", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "document search & chatbot tools", + "text_pre": "for other purposes not solely customer support but I think it will work well for customer support and many of the available tools provide no-code integrations into your SaaS website. Here is a list of some of these", + "text_post": ", but you can also build your own if needed. Did you guys try that for customer support already?", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 302, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/blog/ai-document-search.html" + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/FREEMEDIAHECKYEAH/wiki/storage", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 588561, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "storage - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-02-27 10:05:52 +00:00", + "prev_seen": "2023-02-27 10:05:52 +00:00", + "last_seen": "2023-04-11 12:27:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/lite/showhn/tags/show-hn/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 91, + "domain_from_rank": 133, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 191895, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "#Show HN - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-03-18 18:25:55 +00:00", + "prev_seen": "2023-03-18 18:25:55 +00:00", + "last_seen": "2023-04-11 03:43:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 25, + "page_from_internal_links": 53, + "page_from_size": 47370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:33:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:33:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "9 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 9916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:32:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:32:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/singularity/comments/115w3ye/topaitools_a_directory_that_discovers_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 13, + "page_from_size": 9801, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools a directory that discovers ai tools daily - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:31:33 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:31:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "12 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIandRobotics/comments/10ts6o7/found_another_directory_for_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 9383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Found another directory for AI tools - r/AIandRobotics", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:29:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:29:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/internetisbeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 06:15:58 +00:00", + "prev_seen": "2023-02-09 06:15:58 +00:00", + "last_seen": "2023-04-10 19:14:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 24393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-08 22:56:16 +00:00", + "prev_seen": "2023-02-08 22:56:16 +00:00", + "last_seen": "2023-04-10 18:48:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-08 23:01:28 +00:00", + "prev_seen": "2023-02-08 23:01:28 +00:00", + "last_seen": "2023-04-10 18:46:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-08 22:58:44 +00:00", + "prev_seen": "2023-02-08 22:58:44 +00:00", + "last_seen": "2023-04-10 18:45:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful/controversial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 19338, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 05:39:56 +00:00", + "prev_seen": "2023-02-09 05:39:56 +00:00", + "last_seen": "2023-04-10 18:45:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful/top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 19328, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 05:42:45 +00:00", + "prev_seen": "2023-02-09 05:42:45 +00:00", + "last_seen": "2023-04-10 18:45:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 186, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 54914, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-27 02:01:44 +00:00", + "prev_seen": "2023-02-27 02:01:44 +00:00", + "last_seen": "2023-04-10 07:28:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.in.projectsegfau.lt", + "url_from": "https://teddit.in.projectsegfau.lt/r/startup_resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": "LT", + "page_from_external_links": 54, + "page_from_internal_links": 297, + "page_from_size": 73597, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/startup_resources", + "page_from_status_code": 200, + "first_seen": "2023-04-09 23:44:05 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 23:44:05 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.in.projectsegfau.lt/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=sunburst&+entertainment=&+gas=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%3B+wax3zqftl2fii96nbyckw%3D%3D&filters=concept-tagsRaw%3Aknowledge+management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 93, + "page_from_size": 210524, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 13:55:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 13:55:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=sunburst&+entertainment=&+gas=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%3B+wax3zqftl2fii96nbyckw%3D%3D&filters=taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 99, + "page_from_size": 213773, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 13:53:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 13:53:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&filters=taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 100, + "page_from_size": 210289, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 12:45:19 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 12:45:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&filters=concept-tagsRaw%3Aknowledge+management&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 93, + "page_from_size": 207263, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 12:41:31 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 12:41:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27&filters=concept-tagsRaw%3Aknowledge+management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 93, + "page_from_size": 207263, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 05:10:29 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 05:10:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.smnz.de", + "url_from": "https://reddit.smnz.de/r/SideProject/comments/12678cr/i_made_my_first_sale_and_paid_for_my_next_bowl_of/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.120.162.86", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 54, + "page_from_size": 44098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I Made My First Sale and Paid for My Next Bowl of Ramen! - r/SideProject", + "page_from_status_code": 200, + "first_seen": "2023-04-09 00:45:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 00:45:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.til.io", + "url_from": "https://r.til.io/r/Artificial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 88, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.12.28", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 65426, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence", + "page_from_status_code": 200, + "first_seen": "2023-02-05 10:17:58 +00:00", + "prev_seen": "2023-02-05 10:17:58 +00:00", + "last_seen": "2023-04-08 15:32:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.interwebz.nz", + "url_from": "https://teddit.interwebz.nz/u/jenpalex", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.114", + "domain_from_country": "NZ", + "page_from_external_links": 21, + "page_from_internal_links": 260, + "page_from_size": 47156, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for jenpalex", + "page_from_status_code": 200, + "first_seen": "2023-04-08 13:53:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-08 13:53:37 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.interwebz.nz/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackernews.ryansolid.workers.dev", + "url_from": "https://hackernews.ryansolid.workers.dev/show", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "workers.dev", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 64, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.61.96", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 31258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Solid - Hacker News", + "page_from_status_code": 200, + "first_seen": "2023-02-10 15:07:35 +00:00", + "prev_seen": "2023-02-10 15:07:35 +00:00", + "last_seen": "2023-04-08 11:10:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/Automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 57265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 03:02:34 +00:00", + "prev_seen": "2023-02-28 03:02:34 +00:00", + "last_seen": "2023-04-08 09:32:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/Automate/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 57248, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 02:59:30 +00:00", + "prev_seen": "2023-02-28 02:59:30 +00:00", + "last_seen": "2023-04-08 09:30:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theteams.kr", + "url_from": "https://www.theteams.kr/stack/news_view/Telegram%20API/3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "kr", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 291, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "175.45.195.64", + "domain_from_country": "KR", + "page_from_external_links": 14, + "page_from_internal_links": 30, + "page_from_size": 90643, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "Telegram API 해외 소식 | 더팀스", + "page_from_status_code": 200, + "first_seen": "2023-04-07 23:20:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 23:20:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available\n 2023-02-10", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-foundr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 517, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 12, + "page_from_internal_links": 48, + "page_from_size": 40753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS Foundr - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-04-07 19:20:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 19:20:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "advancedsitestats.com", + "url_from": "https://advancedsitestats.com/useblackbox.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blackbox", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.6.94", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45813, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useblackbox.io", + "page_from_status_code": 200, + "first_seen": "2023-03-15 12:08:00 +00:00", + "prev_seen": "2023-03-15 12:08:00 +00:00", + "last_seen": "2023-04-07 06:39:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.catgirl.cloud", + "url_from": "https://lr.catgirl.cloud/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cloud", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.47.155.100", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 54450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-21 00:07:40 +00:00", + "prev_seen": "2023-02-21 00:07:40 +00:00", + "last_seen": "2023-04-07 05:45:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "article.itxueyuan.com", + "url_from": "https://article.itxueyuan.com/BJvM87", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 377, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "121.41.80.26", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 23, + "page_from_size": 62248, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "13个优秀的AI工具软件导航网站推荐", + "page_from_status_code": 200, + "first_seen": "2023-04-06 19:06:40 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 19:06:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rdt.tromdienste.de", + "url_from": "https://rdt.tromdienste.de/r/artificial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 368, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "161.97.176.66", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 67354, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-02-05 01:43:06 +00:00", + "prev_seen": "2023-02-05 01:43:06 +00:00", + "last_seen": "2023-04-06 14:54:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/AIcomics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": "LT", + "page_from_external_links": 15, + "page_from_internal_links": 64, + "page_from_size": 51854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-04-06 07:49:15 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 07:49:15 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.projectsegfau.lt/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.whatsnewonthenet.com", + "url_from": "https://www.whatsnewonthenet.com/tag/startup/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "50.116.95.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 137737, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "startup - What's New On The Net", + "page_from_status_code": 200, + "first_seen": "2023-03-21 02:20:58 +00:00", + "prev_seen": "2023-03-29 14:36:02 +00:00", + "last_seen": "2023-04-06 06:39:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/Singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "193.233.161.210", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 67403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 10:59:38 +00:00", + "prev_seen": "2023-02-19 10:59:38 +00:00", + "last_seen": "2023-04-05 15:16:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/AaScienceRejects", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": "LT", + "page_from_external_links": 22, + "page_from_internal_links": 43, + "page_from_size": 46113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Science and other things of interest", + "page_from_status_code": 200, + "first_seen": "2023-04-05 12:03:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 12:03:55 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.projectsegfau.lt/thumb/b/CnAwJlxB17UvA-VhV-p7-vMf9OeLL5Le6hyZDLliL6M.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 52329, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-24 07:09:25 +00:00", + "prev_seen": "2023-02-24 07:09:25 +00:00", + "last_seen": "2023-04-05 04:35:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 52934, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-24 07:21:05 +00:00", + "prev_seen": "2023-02-24 07:21:05 +00:00", + "last_seen": "2023-04-05 04:34:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 52342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-24 07:15:23 +00:00", + "prev_seen": "2023-02-24 07:15:23 +00:00", + "last_seen": "2023-04-05 04:31:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 224, + "page_from_internal_links": 141, + "page_from_size": 97592, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-05 04:19:34 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 04:19:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.interwebz.nz", + "url_from": "https://teddit.interwebz.nz/r/startup_resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 157, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.114", + "domain_from_country": "NZ", + "page_from_external_links": 14, + "page_from_internal_links": 269, + "page_from_size": 56961, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/startup_resources", + "page_from_status_code": 200, + "first_seen": "2023-04-05 03:09:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 03:09:52 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.interwebz.nz/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology/Artificial%20Intelligence?filters=taxnodes%3ATechnology%7CInformation+Technology%7CArtificial+Intelligence&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 256554, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:15:11 +00:00", + "prev_seen": "2023-03-19 23:15:11 +00:00", + "last_seen": "2023-04-02 21:24:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology?filters=taxnodes%3ATechnology%7CInformation+Technology&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 251285, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Information Technology | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:23:55 +00:00", + "prev_seen": "2023-03-19 23:23:55 +00:00", + "last_seen": "2023-04-02 21:14:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology/Artificial%20Intelligence", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 19, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 268373, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:02:06 +00:00", + "prev_seen": "2023-03-26 05:31:25 +00:00", + "last_seen": "2023-04-02 21:12:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/artificial%20intelligence", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 255080, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "artificial intelligence | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:03:14 +00:00", + "prev_seen": "2023-03-26 05:32:32 +00:00", + "last_seen": "2023-04-02 21:12:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology/Information%20Technology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 259265, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Information Technology | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:04:31 +00:00", + "prev_seen": "2023-03-26 05:35:14 +00:00", + "last_seen": "2023-04-02 21:11:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-travel-brain", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_oh15WtHmQ87_QeO4Sq384onOKwvDc0PDxpeO-SjHQ1A.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mails-ai", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_c2m2KakwCb2SFtuskIZuPpnc2IGPTkiMQrG5n0fdulA.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linq-me-up", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_ZLkUKmcSh8goekMD1Oqh-Qau_owTxLbQmjBbAh8u1_4.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-code-helpers.html", + "text_pre": "Here is a list of tools for inspiration", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/is-my-wife-right", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_bQNYN6DkLdbmyo038etnPT_xd9lG7WxF_-62Mu5NkBQ.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bing-image-creator", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_2kVP5YvVBnMxelpXFhJvep11Z26b6Y-tePId4QlZO4o.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/formflow", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_FkRhJV1ZPj2Y7WTFn9W4BiCnrkUXGDiHxhdyle0wiQg.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/tags/show-hn/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 133, + "domain_from_rank": 131, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 295083, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "#Show HN - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-03-23 15:13:34 +00:00", + "prev_seen": "2023-03-23 15:13:34 +00:00", + "last_seen": "2023-04-02 05:58:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?start=0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 254750, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:11:41 +00:00", + "prev_seen": "2023-03-19 23:11:41 +00:00", + "last_seen": "2023-04-01 14:28:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/Automate/duplicates/1175buw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 11677, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-30 23:39:35 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 23:39:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIcomics/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 59, + "page_from_size": 47400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:07:43 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:07:43 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIcomics/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 62, + "page_from_size": 50714, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:03:40 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:03:40 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6NDAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoiYWxsIiwiaW5jbHVkZV9zdWJkb21haW5zIjp0cnVlLCJpbnRlcm5hbF9saXN0X2xpbWl0IjoxMCwibW9kZSI6ImFzX2lzIiwiYWlkIjo2NjM3Nn0sIlNlYXJjaEFmdGVyRGF0YSI6eyJWZXJzaW9uIjoxLCJTZWFyY2hBZnRlclZhbHVlcyI6eyJyYW5rIjowLCJsYXN0X3NlZW4iOiIyMDIzLTAzLTMwVDIwOjAzOjQwKzAwOjAwIn0sIlRva2VuUmVhbE9mZnNldCI6NTAwMH19" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-all-backlinks/6.json b/resources/data/dfs/backlinks/topaitools-all-backlinks/6.json new file mode 100644 index 0000000..455cfb5 --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-all-backlinks/6.json @@ -0,0 +1,9416 @@ +{ + "id": "11241550-6637-0269-0000-c7287fb84f3e", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.0375 sec.", + "cost": 0.02612, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "all", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 5000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 5203, + "items_count": 204, + "items": [ + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIcomics/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 62, + "page_from_size": 50714, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:03:40 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:03:40 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIcomics/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 57, + "page_from_size": 45658, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:02:56 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:02:56 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 53782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-21 13:29:06 +00:00", + "prev_seen": "2023-02-21 13:29:06 +00:00", + "last_seen": "2023-03-30 09:56:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/Singularity+Singularitarianism+Robotics+Artificial/controversial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 169, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 72349, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity+Singularitarianism+Robotics+Artificial", + "page_from_status_code": 200, + "first_seen": "2023-02-05 14:52:10 +00:00", + "prev_seen": "2023-02-05 14:52:10 +00:00", + "last_seen": "2023-03-30 03:21:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 248299, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:02:36 +00:00", + "prev_seen": "2023-03-19 23:02:36 +00:00", + "last_seen": "2023-03-29 23:06:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hnpaper.forge.partlab.io", + "url_from": "http://hnpaper.forge.partlab.io/type/show?page=7", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 14, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.135.188.172", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 23289, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Show - HN Paper", + "page_from_status_code": 200, + "first_seen": "2023-03-22 01:21:34 +00:00", + "prev_seen": "2023-03-22 01:21:34 +00:00", + "last_seen": "2023-03-29 22:23:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 48707, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 12:13:52 +00:00", + "prev_seen": "2023-02-09 12:13:52 +00:00", + "last_seen": "2023-03-29 19:47:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 103, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 48750, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-10 00:07:02 +00:00", + "prev_seen": "2023-02-10 00:07:02 +00:00", + "last_seen": "2023-03-29 19:46:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 103, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 34224, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-10 00:10:34 +00:00", + "prev_seen": "2023-02-10 00:10:34 +00:00", + "last_seen": "2023-03-29 19:40:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 103, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 48711, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-10 00:07:54 +00:00", + "prev_seen": "2023-02-10 00:07:54 +00:00", + "last_seen": "2023-03-29 19:38:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 48691, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 12:22:33 +00:00", + "prev_seen": "2023-02-09 12:22:33 +00:00", + "last_seen": "2023-03-29 19:03:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26163, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 12:28:21 +00:00", + "prev_seen": "2023-02-09 12:28:21 +00:00", + "last_seen": "2023-03-29 19:00:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/controversial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 26203, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 12:13:28 +00:00", + "prev_seen": "2023-02-09 12:13:28 +00:00", + "last_seen": "2023-03-29 18:57:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/WritingWithAI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Writing", + "url_to_https": true, + "tld_from": "rocks", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 499, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": "LR", + "page_from_external_links": 15, + "page_from_internal_links": 55, + "page_from_size": 54832, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WritingWithAI", + "page_from_status_code": 200, + "first_seen": "2023-03-29 18:24:45 +00:00", + "prev_seen": null, + "last_seen": "2023-03-29 18:24:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 103, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 48936, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 16:44:42 +00:00", + "prev_seen": "2023-02-09 16:44:42 +00:00", + "last_seen": "2023-03-29 15:17:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.whatsnewonthenet.com", + "url_from": "https://www.whatsnewonthenet.com/tag/artificial-intelligence/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "50.116.95.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 127659, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence - What's New On The Net", + "page_from_status_code": 200, + "first_seen": "2023-03-13 02:17:41 +00:00", + "prev_seen": "2023-03-23 00:02:11 +00:00", + "last_seen": "2023-03-29 14:35:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/0fa2a7c2ee150428222b36d2d7e2c87cee986872/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 0fa2a7c2ee150428222b36d2d7e2c87cee986872 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:56:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:56:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/b951fa1aca230e633e3e0d06352b57b6e34083ca/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at b951fa1aca230e633e3e0d06352b57b6e34083ca - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:49:51 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:49:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/8d6beb14ec64b8c7b7db7678dbe90109a8db7b0c/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 8d6beb14ec64b8c7b7db7678dbe90109a8db7b0c - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:46:29 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:46:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/9670fb29fcfa7af32096db18de3b752bacab148e/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617982, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 9670fb29fcfa7af32096db18de3b752bacab148e - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:26:25 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:26:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/8628723570921c77e8569761d6fc014353a0158b/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 8628723570921c77e8569761d6fc014353a0158b - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 05:26:39 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 05:26:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/0b099c5a52dcc70902c37b10e5add4d4d3413302/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6838, + "page_from_internal_links": 25, + "page_from_size": 617966, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 0b099c5a52dcc70902c37b10e5add4d4d3413302 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 05:19:55 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 05:19:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/5e8a91c208ce096bafdc7a73188a21a5106fc5a2/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6860, + "page_from_internal_links": 25, + "page_from_size": 621074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 5e8a91c208ce096bafdc7a73188a21a5106fc5a2 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 04:44:11 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 04:44:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/42c52c7f435b8b0cde131a84c479b6400e6e975f/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6839, + "page_from_internal_links": 25, + "page_from_size": 618528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 42c52c7f435b8b0cde131a84c479b6400e6e975f - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 04:36:48 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 04:36:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/b0490edba2a582977fb2c76fcab416aec6fc61b1/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at b0490edba2a582977fb2c76fcab416aec6fc61b1 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 04:34:23 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 04:34:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/2fbb4235fc01c029cbef30e8beade840a2b94dc7/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 2fbb4235fc01c029cbef30e8beade840a2b94dc7 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 03:43:16 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 03:43:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/d1903a7139caaaf96df4a0b0c147eb8e56e0dc49/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at d1903a7139caaaf96df4a0b0c147eb8e56e0dc49 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 03:42:56 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 03:42:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/18582a9f793000fb8ab9e85fe308661fa6726af5/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617971, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 18582a9f793000fb8ab9e85fe308661fa6726af5 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 23:05:38 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 23:05:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "freemediaheckyeah.pages.dev", + "url_from": "https://freemediaheckyeah.pages.dev/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.44.74", + "domain_from_country": null, + "page_from_external_links": 251, + "page_from_internal_links": 4, + "page_from_size": 47213, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:36:45 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:36:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/cd45aaf00e4058cc9fa22a161e9b0f4a0694b850/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at cd45aaf00e4058cc9fa22a161e9b0f4a0694b850 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:36:12 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:36:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/56fef094c10eeea0af40d3476d57f98640323800/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 56fef094c10eeea0af40d3476d57f98640323800 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:33:52 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:33:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/3c97e3ebb60a419636d7b8a92ef70425f620282d/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 3c97e3ebb60a419636d7b8a92ef70425f620282d - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:33:04 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:33:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/b9f88f5a03e154e006a1c1c31d120b76a1870951/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at b9f88f5a03e154e006a1c1c31d120b76a1870951 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:31:28 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:31:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/a1a55e83d2331c3fc4dc611a67000f452a53bc2a/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at a1a55e83d2331c3fc4dc611a67000f452a53bc2a - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:24:44 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:24:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/d67b90a00a451f260029289456eb0ef12f2fb8e7/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at d67b90a00a451f260029289456eb0ef12f2fb8e7 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 21:57:30 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 21:57:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/10fdc29df571ff4d350ba35f5b54e1fa7faaee32/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 10fdc29df571ff4d350ba35f5b54e1fa7faaee32 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 21:03:03 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 21:03:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/0022c4e3c746454f18d1b3460eae637f92f28732/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 0022c4e3c746454f18d1b3460eae637f92f28732 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 20:46:14 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 20:46:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/497e4a5b53af1c8a92b64cb0efc91f1509f7b13d/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 497e4a5b53af1c8a92b64cb0efc91f1509f7b13d - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 19:54:45 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 19:54:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/branch/main/AI.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 256, + "page_from_internal_links": 26, + "page_from_size": 60421, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/AI.md at main - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 19:53:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 19:53:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/r/Singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 77253, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 01:20:30 +00:00", + "prev_seen": "2023-02-19 01:20:30 +00:00", + "last_seen": "2023-03-27 03:59:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/class/Technology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 250393, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Technology | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:05:32 +00:00", + "prev_seen": "2023-03-19 23:05:32 +00:00", + "last_seen": "2023-03-26 22:53:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/Entrepreneur/comments/11mo16h/4_ai_tools_you_should_try_today/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 111, + "page_from_size": 52959, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "4 AI tools you should try today: - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-26 21:15:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-26 21:15:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "One more is", + "text_post": ", which is soon releasing AI features to help with finding the right tools", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/op%C3%A9ration", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 223185, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "opération | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 01:45:55 +00:00", + "prev_seen": "2023-03-20 01:45:55 +00:00", + "last_seen": "2023-03-26 06:00:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/Singularity+Singularitarianism+Robotics+Artificial/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 65053, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity+Singularitarianism+Robotics+Artificial", + "page_from_status_code": 200, + "first_seen": "2023-02-05 00:55:02 +00:00", + "prev_seen": "2023-02-05 00:55:02 +00:00", + "last_seen": "2023-03-25 18:23:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/Singularity+Singularitarianism+Robotics+Artificial/controversial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 63659, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity+Singularitarianism+Robotics+Artificial", + "page_from_status_code": 200, + "first_seen": "2023-02-05 00:51:54 +00:00", + "prev_seen": "2023-02-05 00:51:54 +00:00", + "last_seen": "2023-03-25 18:20:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reddit.com", + "url_from": "https://www.reddit.com/r/SideProject/comments/118muuw/looking_for_feedback_for_ai_marketplace/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 822, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.140", + "domain_from_country": "US", + "page_from_external_links": 23, + "page_from_internal_links": 110, + "page_from_size": 72755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Looking for Feedback for AI Marketplace : SideProject", + "page_from_status_code": 200, + "first_seen": "2023-03-25 05:58:25 +00:00", + "prev_seen": null, + "last_seen": "2023-03-25 05:58:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "https://aimarketing.directory/ https://allthingsai.com/ https://domore.ai/ https://www.futureaitrends.com/ https://www.futurepedia.io/ https://madgenius.co/ https://www.toolsforhumans.ai/", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.nf", + "url_from": "https://r.nf/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.235.11", + "domain_from_country": "NF", + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 14769, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-25 02:28:26 +00:00", + "prev_seen": null, + "last_seen": "2023-03-25 02:28:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/lite/showhn/tags/show-hn/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 149, + "domain_from_rank": 131, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 260908, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "#Show HN - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-03-17 06:21:24 +00:00", + "prev_seen": "2023-03-17 06:21:24 +00:00", + "last_seen": "2023-03-24 17:24:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 23, + "page_from_internal_links": 54, + "page_from_size": 50540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-03-24 01:37:08 +00:00", + "prev_seen": null, + "last_seen": "2023-03-24 01:37:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/202a212ef65cc81d7604ac2eb65e1237054f73d5/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6829, + "page_from_internal_links": 25, + "page_from_size": 617901, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 202a212ef65cc81d7604ac2eb65e1237054f73d5 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-23 23:49:57 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 23:49:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startuptile.com", + "url_from": "https://startuptile.com/18-Mar-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?ref=startuptile.com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.205", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 4, + "page_from_size": 70322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startups Launched on 18 Mar 2023 - StartupTile", + "page_from_status_code": 200, + "first_seen": "2023-03-23 18:18:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 18:18:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "startuptile Built an AI search to sift through the noise of AI tools-", + "image_url": "https://startuptile.com/startupimgs/startuptile-167908328168073.png", + "anchor": "Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "it", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 78971, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-19 17:39:35 +00:00", + "prev_seen": "2023-02-19 17:39:35 +00:00", + "last_seen": "2023-03-23 14:34:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": "LT", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-23 09:53:12 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 09:53:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/duplicates/1175buw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 94, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": "CC", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 18146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-23 08:44:05 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 08:44:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.whatsnewonthenet.com", + "url_from": "https://www.whatsnewonthenet.com/category/new-companies-coming-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "50.116.95.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 132924, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startups - What's New On The Net", + "page_from_status_code": 200, + "first_seen": "2023-03-13 02:16:31 +00:00", + "prev_seen": "2023-03-18 03:42:48 +00:00", + "last_seen": "2023-03-23 05:18:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/branch/main/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6829, + "page_from_internal_links": 26, + "page_from_size": 617598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at main - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-23 03:54:43 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 03:54:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.whatsnewonthenet.com", + "url_from": "https://www.whatsnewonthenet.com/category/new-companies-coming-online/online-startups/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "50.116.95.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 134190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Web - What's New On The Net", + "page_from_status_code": 200, + "first_seen": "2023-03-08 18:21:15 +00:00", + "prev_seen": "2023-03-21 02:19:18 +00:00", + "last_seen": "2023-03-23 00:04:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/FREEMEDIAHECKYEAH/wiki/storage", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 6735, + "page_from_internal_links": 92, + "page_from_size": 606764, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "storage - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-03-22 22:24:33 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 22:24:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/brdev", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 62763, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "O Reddit para Desenvolvedores e Profissionais de TI", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:36:43 +00:00", + "prev_seen": "2023-02-19 11:36:43 +00:00", + "last_seen": "2023-03-22 00:21:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/Singularity/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 67705, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 03:03:05 +00:00", + "prev_seen": "2023-02-19 03:03:05 +00:00", + "last_seen": "2023-03-21 23:28:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=7", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 224397, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:24:57 +00:00", + "prev_seen": "2023-02-19 11:24:57 +00:00", + "last_seen": "2023-03-21 22:10:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=6", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 224397, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:23:55 +00:00", + "prev_seen": "2023-02-19 11:23:55 +00:00", + "last_seen": "2023-03-21 22:10:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=5", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 224397, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:18:34 +00:00", + "prev_seen": "2023-02-19 11:18:34 +00:00", + "last_seen": "2023-03-21 22:02:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=4", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 224237, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:15:14 +00:00", + "prev_seen": "2023-02-19 11:15:14 +00:00", + "last_seen": "2023-03-21 22:02:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 224134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:16:45 +00:00", + "prev_seen": "2023-02-19 11:16:45 +00:00", + "last_seen": "2023-03-21 22:02:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 224147, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:18:39 +00:00", + "prev_seen": "2023-02-19 11:18:39 +00:00", + "last_seen": "2023-03-21 22:01:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 11, + "domain_from_rank": 120, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 223862, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:02:33 +00:00", + "prev_seen": "2023-02-19 11:02:33 +00:00", + "last_seen": "2023-03-21 22:00:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/r/OpenAI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 114, + "page_from_size": 50204, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/OpenAI", + "page_from_status_code": 200, + "first_seen": "2023-03-20 14:22:28 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 14:22:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "has been good but is a bit hard to sift through the results", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.102.64", + "domain_from_country": null, + "page_from_external_links": 224, + "page_from_internal_links": 124, + "page_from_size": 83801, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-03-20 07:58:47 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 07:58:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A163CAD9C&dimension=concept-tags&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 133, + "page_from_size": 252858, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 01:25:04 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 01:25:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A163CAD9C&dimension=concept-tags&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 133, + "page_from_size": 252858, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 01:25:04 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 01:25:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A6A162E2C&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 142, + "page_from_size": 248210, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 00:41:53 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 00:41:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A7C9FC3B8&dimension=concept-tags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 143, + "page_from_size": 249162, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 00:23:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 00:23:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A1F6D9DB7&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 144, + "page_from_size": 256867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:50:00 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:50:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A08BF6E5A&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 143, + "page_from_size": 249534, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:44:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:44:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3AA748CD0E&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 143, + "page_from_size": 249434, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:11:46 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:11:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.vern.cc", + "url_from": "https://lr.vern.cc/r/singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 409, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.108.85", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 65962, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 21:59:14 +00:00", + "prev_seen": "2023-02-19 21:59:14 +00:00", + "last_seen": "2023-03-19 22:11:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hackershare.dev", + "url_from": "https://www.hackershare.dev/bookmarks/938666/goto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "118.26.38.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 95, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-03-18 12:12:28 +00:00", + "prev_seen": null, + "last_seen": "2023-03-18 12:12:28 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/CKsTechNews", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 54526, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CK's Technology News provides Tech, Security & Privacy related News.", + "page_from_status_code": 200, + "first_seen": "2023-02-11 08:36:08 +00:00", + "prev_seen": "2023-02-11 08:36:08 +00:00", + "last_seen": "2023-03-18 10:41:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.techchud.xyz", + "url_from": "https://libreddit.techchud.xyz/r/Entrepreneur/comments/11mo16h/4_ai_tools_you_should_try_today/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "207.148.3.59", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 107, + "page_from_size": 51077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "4 AI tools you should try today: - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-17 10:31:55 +00:00", + "prev_seen": null, + "last_seen": "2023-03-17 10:31:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "One more is", + "text_post": ", which is soon releasing AI features to help with finding the right tools", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIandRobotics/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 51828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI and Robotics", + "page_from_status_code": 200, + "first_seen": "2023-02-07 06:07:38 +00:00", + "prev_seen": "2023-02-07 06:07:38 +00:00", + "last_seen": "2023-03-17 08:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIandRobotics/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 50740, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI and Robotics", + "page_from_status_code": 200, + "first_seen": "2023-02-07 06:02:54 +00:00", + "prev_seen": "2023-02-07 06:02:54 +00:00", + "last_seen": "2023-03-17 08:58:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIandRobotics/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 50650, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI and Robotics", + "page_from_status_code": 200, + "first_seen": "2023-02-07 06:04:02 +00:00", + "prev_seen": "2023-02-07 06:04:02 +00:00", + "last_seen": "2023-03-17 08:58:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "news.social-protocols.org", + "url_from": "https://news.social-protocols.org/show", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "168.220.89.223", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 101386, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quality News: Hacker News Rankings", + "page_from_status_code": 200, + "first_seen": "2023-02-13 21:18:54 +00:00", + "prev_seen": "2023-02-13 21:18:54 +00:00", + "last_seen": "2023-03-17 02:15:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 14761, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-16 20:38:18 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 20:38:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "7 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mailr", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_e01XKauFMtpyWFVRG0CEYchOl-JOQN-T1h_dWDbxx3E.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lavo-ai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_niCM5YaW81kegvA0CfJBo227e1eQfpWnRhqhBrYzNIs.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instasalesai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_8B6jhoha6ybbWOrga4cVbh2lv2DSXGWwAyyXAnqlm_o.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getfloorplan", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_XOhOja9lTpXduec-rd_m7gT2MB87yxzHFpyMZB7_pNo.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-doula", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_Fk7XDV6eINMqF_PbqI8kEsuLFEVx8rhu1sPlr5CmSUo.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qatalog", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_XEDbpt0B5O7pm5kY3PLfPtBxMr9CehlnrIKC4E99iuM.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "Try it out here", + "text_post": ", any recommendations/feedback are very welcomed.", + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/keyword-camera", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_HOcywRV2pd9okpUqT7O44SDFFZI1kiFri24BmwRUrL0.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marketplan", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_PUWfSLxqmlG-F8DeTVwB2-w9v4WUfLKke2dlgSd17ug.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recurai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_x38Z4b-Hgh0r-exKOTzc3errc8CzX1tb1AQLOSJFkXk.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botika", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_k89_5PxNBDCmhKZ25dNPVWUfoCjv0uL4qd9mgNoR-_g.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobtitlesai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_VV5sX6AfI9wBYgKNqsRoTmAczWLC5xwKfhy3d9ymGyY.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/trade-foresight", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_zyUcSOf2m_xTO5NW-Siwtue3YYTFnHmlfbcL4NXmlaE.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreamhouse-ai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_kwKkjaC7FZkqwlARLuSrKTG7oO3HH4qmY7gsJPydoRw.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/interaxai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_7c1iAWsgkl_mD-h-zl8MbnSQ7suSJziV6ftE2J5ODWA.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-ai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_Da0I60jZjNISBGHgSiLJAccGOHoAejGKRYVSgTZTTHg.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hacksocial", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_wTU7RjR6Tr0sHf0i0hMD48IzsvYdneeFcQzG4z3owSE.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-majic", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_LIk9LnZccRTvNrpW1ZQRUN_cLWlgfeUxh2JKBc_0xN8.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 223, + "page_from_internal_links": 337, + "page_from_size": 109923, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-03-15 00:38:08 +00:00", + "prev_seen": null, + "last_seen": "2023-03-15 00:38:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 94, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 55593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-23 18:48:17 +00:00", + "prev_seen": "2023-02-23 18:48:17 +00:00", + "last_seen": "2023-03-14 18:06:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.minguyen.de", + "url_from": "https://r.minguyen.de/r/Entrepreneur/comments/11mo16h/4_ai_tools_you_should_try_today/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.99.108.219", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 107, + "page_from_size": 51002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "4 AI tools you should try today: - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-14 11:08:00 +00:00", + "prev_seen": null, + "last_seen": "2023-03-14 11:08:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "One more is", + "text_post": ", which is soon releasing AI features to help with finding the right tools", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "radix.drimyswinteri.org", + "url_from": "https://radix.drimyswinteri.org/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "190.22.236.139", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 56548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-25 04:12:18 +00:00", + "prev_seen": "2023-02-25 04:12:18 +00:00", + "last_seen": "2023-03-14 10:06:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "radix.drimyswinteri.org", + "url_from": "https://radix.drimyswinteri.org/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "190.22.236.139", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 56485, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-24 12:45:39 +00:00", + "prev_seen": "2023-02-24 12:45:39 +00:00", + "last_seen": "2023-03-14 07:31:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/Automate/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 60141, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 05:16:11 +00:00", + "prev_seen": "2023-02-26 05:16:11 +00:00", + "last_seen": "2023-03-13 21:02:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-13 21:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-13 21:00:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "7 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/Automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 57342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 05:14:35 +00:00", + "prev_seen": "2023-02-26 05:14:35 +00:00", + "last_seen": "2023-03-13 20:59:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/Automate/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 59027, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 05:12:31 +00:00", + "prev_seen": "2023-02-26 05:12:31 +00:00", + "last_seen": "2023-03-13 20:55:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 94, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 58866, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-23 23:04:28 +00:00", + "prev_seen": "2023-02-23 23:04:28 +00:00", + "last_seen": "2023-03-13 17:33:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.slipfox.xyz", + "url_from": "https://lr.slipfox.xyz/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.101.49", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 59802, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-20 18:31:10 +00:00", + "prev_seen": "2023-02-20 18:31:10 +00:00", + "last_seen": "2023-03-13 13:03:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.trustbtc.org", + "url_from": "https://teddit.trustbtc.org/r/SaaS", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 111, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.38.42", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 298, + "page_from_size": 60297, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/SaaS", + "page_from_status_code": 200, + "first_seen": "2023-03-13 03:05:48 +00:00", + "prev_seen": null, + "last_seen": "2023-03-13 03:05:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "document search & chatbot tools", + "text_pre": "for other purposes not solely customer support but I think it will work well for customer support and many of the available tools provide no-code integrations into your SaaS website. Here is a list of some of these", + "text_post": ", but you can also build your own if needed. Did you guys try that for customer support already?", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 302, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/blog/ai-document-search.html" + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-product-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 513, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 15, + "page_from_size": 20179, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Tools Down? AI Product Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:17:27 +00:00", + "prev_seen": "2023-02-09 17:17:27 +00:00", + "last_seen": "2023-03-12 20:09:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Product Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-08-revolutionize-your-product-development-with-aiproducttools-no-subscriptions-n-1873397", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 513, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 39, + "page_from_size": 15842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionize Your Product Development with AIProductTools - No Subscriptions, No Ads, No Paywalls, No 3rd Party Tracking - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:29:29 +00:00", + "prev_seen": null, + "last_seen": "2023-03-12 17:29:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-product-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 513, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 12, + "page_from_internal_links": 52, + "page_from_size": 36852, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Tools Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:17:01 +00:00", + "prev_seen": "2023-02-09 17:17:01 +00:00", + "last_seen": "2023-03-12 17:26:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Product Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.nf", + "url_from": "https://r.nf/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nf", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.235.11", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 63682, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-23 17:46:12 +00:00", + "prev_seen": "2023-02-23 17:46:12 +00:00", + "last_seen": "2023-03-11 08:50:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 63948, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 00:10:45 +00:00", + "prev_seen": "2023-02-28 00:10:45 +00:00", + "last_seen": "2023-03-11 08:17:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 63953, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 00:33:16 +00:00", + "prev_seen": "2023-02-26 00:33:16 +00:00", + "last_seen": "2023-03-10 23:39:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/FluentInFinance", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-financial-helpers.html", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 60617, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/FluentInFinance", + "page_from_status_code": 200, + "first_seen": "2023-02-22 21:18:15 +00:00", + "prev_seen": "2023-02-22 21:18:15 +00:00", + "last_seen": "2023-03-10 23:35:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.cleberg.net", + "url_from": "https://teddit.cleberg.net/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.63.30", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47830, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-09 13:13:47 +00:00", + "prev_seen": "2023-02-09 13:13:47 +00:00", + "last_seen": "2023-03-10 22:58:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 62478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 04:49:37 +00:00", + "prev_seen": "2023-02-26 04:49:37 +00:00", + "last_seen": "2023-03-10 18:15:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 62495, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 14:22:16 +00:00", + "prev_seen": "2023-02-26 14:22:16 +00:00", + "last_seen": "2023-03-10 17:39:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 15030, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-10 10:45:01 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 10:45:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 66583, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/linuxadmin", + "page_from_status_code": 200, + "first_seen": "2023-02-19 17:35:40 +00:00", + "prev_seen": "2023-02-19 17:35:40 +00:00", + "last_seen": "2023-03-10 01:27:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.nf", + "url_from": "https://r.nf/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nf", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.235.11", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 65134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-23 17:19:12 +00:00", + "prev_seen": "2023-02-23 17:19:12 +00:00", + "last_seen": "2023-03-10 00:46:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "zone", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 395, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 64598, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/linuxadmin", + "page_from_status_code": 200, + "first_seen": "2023-02-19 10:55:05 +00:00", + "prev_seen": "2023-02-19 10:55:05 +00:00", + "last_seen": "2023-03-10 00:08:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 7, + "page_from_size": 7689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-09 23:50:24 +00:00", + "prev_seen": null, + "last_seen": "2023-03-09 23:50:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/r/singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 395, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 77027, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 10:56:54 +00:00", + "prev_seen": "2023-02-19 10:56:54 +00:00", + "last_seen": "2023-03-09 23:14:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 68941, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 04:26:29 +00:00", + "prev_seen": "2023-02-19 04:26:29 +00:00", + "last_seen": "2023-03-09 16:55:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 56006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 02:52:13 +00:00", + "prev_seen": "2023-02-19 02:52:13 +00:00", + "last_seen": "2023-03-09 05:58:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 63155, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 02:59:14 +00:00", + "prev_seen": "2023-02-19 02:59:14 +00:00", + "last_seen": "2023-03-09 05:57:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 42296, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 02:58:24 +00:00", + "prev_seen": "2023-02-19 02:58:24 +00:00", + "last_seen": "2023-03-09 05:55:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 68324, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 02:52:41 +00:00", + "prev_seen": "2023-02-19 02:52:41 +00:00", + "last_seen": "2023-03-09 05:55:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 57233, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-27 19:02:13 +00:00", + "prev_seen": "2023-02-27 19:02:13 +00:00", + "last_seen": "2023-03-09 02:02:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/automate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 56498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-21 23:33:31 +00:00", + "prev_seen": "2023-02-21 23:33:31 +00:00", + "last_seen": "2023-03-09 00:26:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 58390, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 02:32:10 +00:00", + "prev_seen": "2023-02-28 02:32:10 +00:00", + "last_seen": "2023-03-08 23:54:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/?page=5", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 218425, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.02252023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 10:59:55 +00:00", + "prev_seen": "2023-02-19 10:59:55 +00:00", + "last_seen": "2023-03-08 23:48:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/stob/comments/10xmrye/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8321, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/stob", + "page_from_status_code": 200, + "first_seen": "2023-03-08 23:33:23 +00:00", + "prev_seen": null, + "last_seen": "2023-03-08 23:33:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 57319, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-21 08:36:27 +00:00", + "prev_seen": "2023-02-28 12:33:33 +00:00", + "last_seen": "2023-03-08 22:19:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 57321, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 14:21:42 +00:00", + "prev_seen": "2023-02-26 14:21:42 +00:00", + "last_seen": "2023-03-08 20:13:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.eu.org", + "url_from": "https://libreddit.eu.org/r/Singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu.org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.234.70", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 80296, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 08:43:55 +00:00", + "prev_seen": "2023-02-19 08:43:55 +00:00", + "last_seen": "2023-03-08 00:42:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/Automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 148, + "page_from_size": 52293, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 08:50:03 +00:00", + "prev_seen": null, + "last_seen": "2023-02-28 08:50:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 76557, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 05:30:44 +00:00", + "prev_seen": "2023-02-19 05:30:44 +00:00", + "last_seen": "2023-02-28 07:46:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.foss.wtf", + "url_from": "https://libreddit.foss.wtf/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.210", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 149, + "page_from_size": 55267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 06:12:49 +00:00", + "prev_seen": null, + "last_seen": "2023-02-28 06:12:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/brdev", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 68936, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/brdev", + "page_from_status_code": 200, + "first_seen": "2023-02-20 12:15:42 +00:00", + "prev_seen": "2023-02-20 12:15:42 +00:00", + "last_seen": "2023-02-28 04:41:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/Automate/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 148, + "page_from_size": 52278, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 00:14:56 +00:00", + "prev_seen": null, + "last_seen": "2023-02-28 00:14:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.her.st", + "url_from": "https://teddit.her.st/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "st", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.240.242.155", + "domain_from_country": "ST", + "page_from_external_links": 29, + "page_from_internal_links": 167, + "page_from_size": 51470, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-02-27 23:39:54 +00:00", + "prev_seen": null, + "last_seen": "2023-02-27 23:39:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Discover and Save AI tools everyday - 1000 tools and counting", + "text_pre": null, + "text_post": "(topai.tools)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 148, + "page_from_size": 52266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-27 23:37:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-27 23:37:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 94, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": "CC", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8223, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-02-27 21:05:10 +00:00", + "prev_seen": null, + "last_seen": "2023-02-27 21:05:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/Singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 501, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 71786, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 01:49:19 +00:00", + "prev_seen": "2023-02-19 01:49:19 +00:00", + "last_seen": "2023-02-27 19:25:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 66, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 49328, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 07:27:05 +00:00", + "prev_seen": "2023-02-09 07:27:05 +00:00", + "last_seen": "2023-02-27 16:18:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.244.77.67", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 56816, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-20 09:15:49 +00:00", + "prev_seen": "2023-02-20 09:15:49 +00:00", + "last_seen": "2023-02-27 13:13:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/automate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 98, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.101.21", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 149, + "page_from_size": 54187, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 19:11:58 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 19:11:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "7 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 10020, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:33:41 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:33:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:31:45 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:31:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48939, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:30:04 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:30:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48937, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:29:23 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:29:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "11 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theteams.kr", + "url_from": "https://www.theteams.kr/stack/news_view/Java", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "kr", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.180.175.100", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 99854, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "Java 해외 소식 | 더팀스", + "page_from_status_code": 200, + "first_seen": "2023-02-11 19:58:37 +00:00", + "prev_seen": "2023-02-11 19:58:37 +00:00", + "last_seen": "2023-02-26 00:01:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/comments/115w3ye/topaitools_a_directory_that_discovers_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 501, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 9284, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools a directory that discovers ai tools daily - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-25 20:13:37 +00:00", + "prev_seen": null, + "last_seen": "2023-02-25 20:13:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "11 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 501, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 65507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 02:32:58 +00:00", + "prev_seen": "2023-02-19 02:32:58 +00:00", + "last_seen": "2023-02-25 17:45:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48536, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-23 10:53:18 +00:00", + "prev_seen": null, + "last_seen": "2023-02-23 10:53:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "9 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/?ref=freeStuffDev", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 105, + "domain_from_rank": 516, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 115077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaSHub - Software Alternatives And Reviews", + "page_from_status_code": 200, + "first_seen": "2023-02-06 00:51:34 +00:00", + "prev_seen": "2023-02-06 00:51:34 +00:00", + "last_seen": "2023-02-22 17:34:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/duplicates/10x81vd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 58, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 16946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-22 17:22:21 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 17:22:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "[removed] — view removed post 164 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/u/TOMOMI?state=archive", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 516, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 62, + "page_from_size": 21077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOMOMI's Toolbox - archive - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-22 04:51:21 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 04:51:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47216, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-08 22:21:50 +00:00", + "prev_seen": "2023-02-08 22:21:50 +00:00", + "last_seen": "2023-02-21 22:15:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/artificial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 64706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence", + "page_from_status_code": 200, + "first_seen": "2023-02-05 00:49:31 +00:00", + "prev_seen": "2023-02-05 00:49:31 +00:00", + "last_seen": "2023-02-21 18:14:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/internetisbeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "nl", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 50023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-10 21:18:53 +00:00", + "prev_seen": "2023-02-10 21:18:53 +00:00", + "last_seen": "2023-02-21 12:33:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 49963, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 10:03:53 +00:00", + "prev_seen": "2023-02-10 10:03:53 +00:00", + "last_seen": "2023-02-21 10:46:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 26, + "page_from_internal_links": 52, + "page_from_size": 50039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-21 01:50:40 +00:00", + "prev_seen": null, + "last_seen": "2023-02-21 01:50:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "9 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.net", + "url_from": "https://teddit.net/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.216.148.55", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 51482, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 19:12:00 +00:00", + "prev_seen": "2023-02-10 19:12:00 +00:00", + "last_seen": "2023-02-21 00:50:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 154, + "page_from_size": 53917, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-20 20:06:39 +00:00", + "prev_seen": null, + "last_seen": "2023-02-20 20:06:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.slipfox.xyz", + "url_from": "https://lr.slipfox.xyz/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.101.49", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 20:03:29 +00:00", + "prev_seen": "2023-02-09 20:03:29 +00:00", + "last_seen": "2023-02-20 17:24:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 75, + "page_from_size": 52417, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-20 07:31:07 +00:00", + "prev_seen": null, + "last_seen": "2023-02-20 07:31:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-code-helpers.html", + "text_pre": "are codeuim, rubberduck (opensource), Gitfluence, CronAI and these are all free tools that do a decent job. However you can check many others in this link here as well if you are interested in checking this out 👉", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.vern.cc", + "url_from": "https://lr.vern.cc/r/brdev", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.108.85", + "domain_from_country": "CC", + "page_from_external_links": 32, + "page_from_internal_links": 94, + "page_from_size": 58780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "O Reddit para Desenvolvedores e Profissionais de TI", + "page_from_status_code": 200, + "first_seen": "2023-02-19 23:19:28 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 23:19:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-code-helpers.html", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47678, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-09 21:21:14 +00:00", + "prev_seen": "2023-02-09 21:21:14 +00:00", + "last_seen": "2023-02-19 15:45:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 24, + "page_from_internal_links": 104, + "page_from_size": 66710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 13:08:04 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 13:08:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 26, + "page_from_internal_links": 104, + "page_from_size": 66032, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 13:05:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 13:05:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 27, + "page_from_internal_links": 103, + "page_from_size": 62785, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 13:01:19 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 13:01:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "4 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/controversial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 25, + "page_from_internal_links": 104, + "page_from_size": 65422, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 12:58:41 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 12:58:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "4 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=12", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 37, + "page_from_size": 223505, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:24:53 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:24:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=13", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 36, + "page_from_size": 223343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:24:43 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:24:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=14", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 35, + "page_from_size": 223251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:24:33 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:24:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=15", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 35, + "page_from_size": 223251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:16:58 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:16:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=16", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 35, + "page_from_size": 223172, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:16:16 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:16:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/InternetIsBeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": false, + "is_lost": true, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 501, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 47011, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-10 12:35:44 +00:00", + "prev_seen": "2023-02-10 12:35:44 +00:00", + "last_seen": "2023-02-19 02:21:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/u/TOMOMI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 33, + "page_from_internal_links": 88, + "page_from_size": 46259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOMOMI's Toolbox - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-06 01:08:08 +00:00", + "prev_seen": "2023-02-06 01:08:08 +00:00", + "last_seen": "2023-02-19 01:26:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful/comments/10x81vd/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 5, + "page_from_internal_links": 27, + "page_from_size": 17766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-13 07:44:31 +00:00", + "prev_seen": null, + "last_seen": "2023-02-13 07:44:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "[removed] — view removed post 161 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/comments/10x81vd/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 60, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 31, + "page_from_size": 26095, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-12 04:48:36 +00:00", + "prev_seen": null, + "last_seen": "2023-02-12 04:48:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "[removed] — view removed post 156 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/stob", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 214, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 54, + "page_from_size": 40175, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "stob", + "page_from_status_code": 200, + "first_seen": "2023-02-11 08:33:46 +00:00", + "prev_seen": null, + "last_seen": "2023-02-11 08:33:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/CKsTechNews", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 54, + "page_from_size": 56009, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CK's Technology News provides Tech, Security & Privacy related News.", + "page_from_status_code": 200, + "first_seen": "2023-02-11 04:32:19 +00:00", + "prev_seen": null, + "last_seen": "2023-02-11 04:32:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/internetisbeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 75, + "page_from_size": 51145, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-10 21:27:24 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 21:27:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "150 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful/comments/10x81vd/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 27, + "page_from_size": 23807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 00:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 00:06:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "136 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-aitools-fyi-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 15, + "page_from_internal_links": 51, + "page_from_size": 42628, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aitools.fyi VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:22:04 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:22:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-ai-tool-hunt-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 44, + "page_from_size": 36855, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool Hunt VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:21:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:21:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-ai-to-grow-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 45, + "page_from_size": 36322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI to Grow VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:20:38 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:20:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-100-plus-ai-tools-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 45, + "page_from_size": 37230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI tools VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:18:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:18:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-startup-stash-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 48, + "page_from_size": 40036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup Stash VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:17:29 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:17:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-saas-ai-tools-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 45, + "page_from_size": 36859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS AI Tools VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:16:49 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:16:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-ai-office-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 45, + "page_from_size": 40397, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS AI Office Bot - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:16:20 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:16:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 219, + "page_from_internal_links": 119, + "page_from_size": 79689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-02-09 07:18:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 07:18:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here is one more ai tools directory", + "text_post": "about 850+ tools at the time", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startuptile.com", + "url_from": "https://startuptile.com/04-Feb-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=startuptile.com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.205", + "domain_from_country": null, + "page_from_external_links": 82, + "page_from_internal_links": 5, + "page_from_size": 84710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startups Launched on 04 Feb 2023 - StartupTile", + "page_from_status_code": 200, + "first_seen": "2023-02-08 11:59:19 +00:00", + "prev_seen": null, + "last_seen": "2023-02-08 11:59:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Check it out →", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6NTAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoiYWxsIiwiaW5jbHVkZV9zdWJkb21haW5zIjp0cnVlLCJpbnRlcm5hbF9saXN0X2xpbWl0IjoxMCwibW9kZSI6ImFzX2lzIiwiYWlkIjo2NjM3Nn0sIlNlYXJjaEFmdGVyRGF0YSI6eyJWZXJzaW9uIjoxLCJTZWFyY2hBZnRlclZhbHVlcyI6eyJyYW5rIjowLCJsYXN0X3NlZW4iOiIyMDIzLTAyLTA4VDExOjU5OjE5KzAwOjAwIn0sIlRva2VuUmVhbE9mZnNldCI6NTIwNH19" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-live-backlinks/1.json b/resources/data/dfs/backlinks/topaitools-live-backlinks/1.json new file mode 100644 index 0000000..07347ff --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-live-backlinks/1.json @@ -0,0 +1,48921 @@ +<d{ + "id": "11241531-6637-0269-0000-dbbb9571ba18", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1418 sec.", + "cost": 0.05, + "result_count": 1, + "path": [ + "v3", + "backlinks", + "backlinks", + "live" + ], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "live", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 0, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 4890, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "buildyourbrand-ai.com", + "url_from": "https://buildyourbrand-ai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/buildyourbrand-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 315, + "page_from_rank": 419, + "domain_from_rank": 297, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "23.21.157.88", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 0, + "page_from_size": 211419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Brand Success Starts Here - BuildYourBrand-AI", + "page_from_status_code": 200, + "first_seen": "2023-10-12 21:45:48 +00:00", + "prev_seen": "2023-10-12 21:45:48 +00:00", + "last_seen": "2023-11-12 00:00:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://buildyourbrand-ai.com/assets/images/image16.png?v=0616e429", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 307, + "page_from_rank": 485, + "domain_from_rank": 350, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-07-29 13:53:38 +00:00", + "prev_seen": "2023-09-19 14:29:52 +00:00", + "last_seen": "2023-11-18 22:43:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 269, + "page_from_rank": 457, + "domain_from_rank": 331, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-24 01:53:36 +00:00", + "prev_seen": "2023-10-24 01:53:36 +00:00", + "last_seen": "2023-11-13 02:50:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 211, + "page_from_rank": 356, + "domain_from_rank": 253, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-07-24 03:09:41 +00:00", + "prev_seen": "2023-08-23 15:41:37 +00:00", + "last_seen": "2023-10-22 22:31:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 209, + "page_from_rank": 368, + "domain_from_rank": 258, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 53, + "page_from_size": 88254, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Copy Writing | Write best marketing copies and content using AI | LogicBalls", + "page_from_status_code": 200, + "first_seen": "2023-07-26 03:40:04 +00:00", + "prev_seen": "2023-10-25 02:53:37 +00:00", + "last_seen": "2023-11-19 06:30:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 205, + "page_from_rank": 343, + "domain_from_rank": 240, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 83059, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hey Internet: Your AI-Powered Text Message Assistant", + "page_from_status_code": 200, + "first_seen": "2023-11-22 02:07:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 02:07:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 205, + "page_from_rank": 373, + "domain_from_rank": 265, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 157948, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Home Design: House Design Made Instant", + "page_from_status_code": 200, + "first_seen": "2023-10-28 14:07:29 +00:00", + "prev_seen": "2023-10-28 14:07:29 +00:00", + "last_seen": "2023-11-20 04:42:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "yesilhealth.com", + "url_from": "https://yesilhealth.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yesil-health?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 197, + "page_from_rank": 329, + "domain_from_rank": 234, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "109.232.216.167", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 15, + "page_from_size": 813462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yesil Health - AI Health Assistant", + "page_from_status_code": 200, + "first_seen": "2023-07-23 15:44:59 +00:00", + "prev_seen": "2023-10-18 21:59:59 +00:00", + "last_seen": "2023-11-12 03:58:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Yesil Health Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.checkmyidea-ia.com", + "url_from": "https://www.checkmyidea-ia.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/checkmyidea-ia", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 188, + "page_from_rank": 311, + "domain_from_rank": 213, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.245.60.24", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 7, + "page_from_size": 352191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Checkmyidea-IA - No more failures, test your idea before launching!", + "page_from_status_code": 200, + "first_seen": "2023-05-10 17:03:27 +00:00", + "prev_seen": "2023-10-03 02:16:22 +00:00", + "last_seen": "2023-11-04 15:29:49 +00:00", + "item_type": "image", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://d1yei2z3i6k35z.cloudfront.net/3047290/6443b9f27ba46_2.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 177, + "page_from_rank": 341, + "domain_from_rank": 246, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-23 15:57:37 +00:00", + "prev_seen": "2023-08-28 08:56:25 +00:00", + "last_seen": "2023-10-07 10:41:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 170, + "page_from_rank": 282, + "domain_from_rank": 196, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-02 11:02:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 11:02:45 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "chadview.framer.website", + "url_from": "https://chadview.framer.website/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chadview?ref=embed", + "url_to_https": true, + "tld_from": "framer.website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 164, + "page_from_rank": 327, + "domain_from_rank": 226, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.213.183.138", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 8, + "page_from_size": 242821, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chadview", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:31:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:31:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChadView Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "scribbler.so", + "url_from": "https://scribbler.so/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scribbler?ref=embed", + "url_to_https": true, + "tld_from": "so", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 159, + "page_from_rank": 280, + "domain_from_rank": 223, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.223.52.2", + "domain_from_country": "SO", + "page_from_external_links": 6, + "page_from_internal_links": 9, + "page_from_size": 211264, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Scribbler - Get key insights from any podcast in seconds.", + "page_from_status_code": 200, + "first_seen": "2023-09-20 18:53:40 +00:00", + "prev_seen": "2023-10-07 11:42:56 +00:00", + "last_seen": "2023-11-11 20:08:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Scribbler.so Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 159, + "page_from_rank": 218, + "domain_from_rank": 224, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 24, + "page_from_size": 40031, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-10-10 08:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 08:55:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "productscope.ai", + "url_from": "https://productscope.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/productscope-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 151, + "page_from_rank": 273, + "domain_from_rank": 211, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "154.41.249.237", + "domain_from_country": "AI", + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 153610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Photography & Amazon Lising Optimizer for Brands", + "page_from_status_code": 200, + "first_seen": "2023-11-12 05:26:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 05:26:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Productscope.AI Featured on topAI.tools", + "image_url": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vendorful.ai", + "url_from": "https://vendorful.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vendorful-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 149, + "page_from_rank": 292, + "domain_from_rank": 204, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.198.203.48", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 482425, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Vendorful: AI-Powered Response Management - Vendorful AI", + "page_from_status_code": 200, + "first_seen": "2023-11-12 05:49:35 +00:00", + "prev_seen": "2023-11-12 05:49:35 +00:00", + "last_seen": "2023-11-19 14:50:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Top AI Tools Logo", + "image_url": "https://i0.wp.com/vendorful.ai/wp-content/uploads/2023/09/Top-AI-Tools.jpg?fit=400%2C400&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 148, + "page_from_rank": 269, + "domain_from_rank": 178, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 33169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-04-11 03:19:15 +00:00", + "prev_seen": "2023-06-26 00:52:56 +00:00", + "last_seen": "2023-08-04 23:07:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "straico.com", + "url_from": "https://straico.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/straico?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 138, + "page_from_rank": 258, + "domain_from_rank": 197, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "54.152.196.96", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 27, + "page_from_size": 336506, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Multi-Model AI for Content & Image Generation | Straico", + "page_from_status_code": 200, + "first_seen": "2023-09-24 02:57:29 +00:00", + "prev_seen": "2023-10-09 06:01:24 +00:00", + "last_seen": "2023-11-11 23:28:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Straico Featured on topAI.tools", + "image_url": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gotomarket-ai.com", + "url_from": "https://www.gotomarket-ai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gotomarket-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 135, + "page_from_rank": 244, + "domain_from_rank": 183, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "13.32.121.27", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 2, + "page_from_size": 300833, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Boost Business with Expert Marketing and Sales", + "page_from_status_code": 200, + "first_seen": "2023-09-17 00:56:49 +00:00", + "prev_seen": "2023-10-17 14:05:02 +00:00", + "last_seen": "2023-11-18 07:53:55 +00:00", + "item_type": "image", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://d1yei2z3i6k35z.cloudfront.net/3047290/65007e3ad1758_topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.merchynt.com", + "url_from": "https://www.merchynt.com/profilepro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/profilepro?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 128, + "page_from_rank": 289, + "domain_from_rank": 326, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 844015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI SEO Tool | ProfilePro AI SEO Chrome Extension", + "page_from_status_code": 200, + "first_seen": "2023-10-22 06:05:38 +00:00", + "prev_seen": "2023-11-12 15:34:51 +00:00", + "last_seen": "2023-11-19 20:50:56 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": false, + "alt": "TopAI Tools Logo", + "image_url": "https://static.wixstatic.com/media/53b81a_779581cf660f4255be751bddb4a7baa9~mv2.png/v1/fill/w_196,h_45,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Screenshot%202023-10-16%20at%209_44_57%20AM.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/index.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 128, + "page_from_rank": 247, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-18 01:26:56 +00:00", + "prev_seen": "2023-09-01 21:27:52 +00:00", + "last_seen": "2023-11-01 02:11:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "researchstudio.ai", + "url_from": "https://researchstudio.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/research-studio-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 126, + "page_from_rank": 302, + "domain_from_rank": 223, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.223.52.2", + "domain_from_country": "AI", + "page_from_external_links": 17, + "page_from_internal_links": 9, + "page_from_size": 318098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Research Studio - Research Reinvented", + "page_from_status_code": 200, + "first_seen": "2023-10-24 11:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 11:52:52 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "TopAI.tools logo image", + "image_url": "https://framerusercontent.com/images/2ZEVE7pAd7xuggMj5fqqP90f6NE.png", + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.godofprompt.ai", + "url_from": "https://www.godofprompt.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/god-of-prompt?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 121, + "page_from_rank": 256, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 266940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "God of Prompt - Best AI Prompts for ChatGPT, Midjourney, Bard, & Bing AI", + "page_from_status_code": 200, + "first_seen": "2023-09-20 08:26:57 +00:00", + "prev_seen": "2023-10-20 14:21:01 +00:00", + "last_seen": "2023-11-19 15:49:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "God of Prompt Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 120, + "page_from_rank": 246, + "domain_from_rank": 190, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:39:39 +00:00", + "prev_seen": "2023-10-03 06:39:39 +00:00", + "last_seen": "2023-11-02 14:11:36 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "romptn.com", + "url_from": "https://romptn.com/tool/2911", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 82, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "43.206.68.77", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 91, + "page_from_size": 68195, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "【アグリゲーター】AIツール「topAI.tools」の機能や使い方・メリットを詳しく解説-おすすめAIツール一覧", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:45:45 +00:00", + "prev_seen": "2023-10-08 00:45:45 +00:00", + "last_seen": "2023-11-21 07:07:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topAI.tools のWebページを確認する", + "text_pre": "topAI.tools TopAI.toolsは、ビジネスを次のレベルに引き上げるための最高のAIツールやサービスを発見するための主要なAIツールディレクトリおよび検索エンジンです。 使用料金:完全無料", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "asrgah.ir", + "url_from": "https://asrgah.ir/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%B1%D8%A7%DB%8C%DA%AF%D8%A7%D9%86-%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF-%DA%A9%D9%86%DB%8C%D9%85-%DA%86%D8%AA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 92, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "152.228.148.209", + "domain_from_country": "IR", + "page_from_external_links": 15, + "page_from_internal_links": 60, + "page_from_size": 221205, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه هوش مصنوعی رایگان دانلود کنیم / چت جی پی تی و … رایگان قابل نصب – عصرگاه", + "page_from_status_code": 200, + "first_seen": "2023-07-30 13:50:07 +00:00", + "prev_seen": "2023-10-31 11:56:03 +00:00", + "last_seen": "2023-11-11 22:49:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "تاپ ای آی", + "text_pre": "در سایت", + "text_post": "بیش از ۳۰۰۰ ابزار هوش مصنوعی به صورت طبقه‌بندی شده قرار دارد.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "romptn.com", + "url_from": "https://romptn.com/tool/2819", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/traivl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "13.114.164.68", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 91, + "page_from_size": 68282, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "【旅行・お出かけ】AIツール「Traivl」の機能や使い方・メリットを詳しく解説-おすすめAIツール一覧", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:29:01 +00:00", + "prev_seen": "2023-10-08 00:29:01 +00:00", + "last_seen": "2023-11-11 20:19:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Traivl のWebページを確認する", + "text_pre": "Traivl TRAIVLは、次の旅行のための個別のAI生成された旅程を作成するための旅行計画ツールです。 使用料金:完全無料", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wonderchat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 2, + "page_from_internal_links": 22, + "page_from_size": 61268, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wonderchat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:38 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Visit Wonderchat’s Site ", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205935", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 45, + "page_from_size": 10507, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 21:49:17 +00:00", + "prev_seen": "2023-07-31 21:49:17 +00:00", + "last_seen": "2023-09-19 17:47:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205937", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 40, + "page_from_size": 8262, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 21:46:41 +00:00", + "prev_seen": "2023-07-31 21:46:41 +00:00", + "last_seen": "2023-09-19 17:46:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 37, + "page_from_size": 7971, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:26:29 +00:00", + "prev_seen": "2023-07-31 23:26:29 +00:00", + "last_seen": "2023-09-19 17:45:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/230420", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 40, + "page_from_size": 8342, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:30:33 +00:00", + "prev_seen": "2023-07-31 23:30:33 +00:00", + "last_seen": "2023-09-19 17:44:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205939", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 40, + "page_from_size": 7903, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:31:21 +00:00", + "prev_seen": "2023-07-31 23:31:21 +00:00", + "last_seen": "2023-09-19 17:42:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205936", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 43, + "page_from_size": 9468, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-30 04:40:37 +00:00", + "prev_seen": "2023-07-30 04:40:37 +00:00", + "last_seen": "2023-09-19 17:39:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/2119", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 366, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7756, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 07:51:49 +00:00", + "prev_seen": "2023-07-27 07:51:49 +00:00", + "last_seen": "2023-09-18 09:53:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thesaasdirectory.com", + "url_from": "https://thesaasdirectory.com/listings/topaitools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "67.222.39.89", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 113, + "page_from_size": 93753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topaitools - TheSaaSDirectory", + "page_from_status_code": 200, + "first_seen": "2023-07-31 20:08:24 +00:00", + "prev_seen": "2023-07-31 20:08:24 +00:00", + "last_seen": "2023-09-07 04:13:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit Website", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolforbusiness.com", + "url_from": "https://aitoolforbusiness.com/apps/topai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolforbusiness", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": [ + "cms" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.213.151.36", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 275258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools – My WordPress", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:06:20 +00:00", + "prev_seen": "2023-07-25 17:06:20 +00:00", + "last_seen": "2023-08-27 05:00:15 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Website", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.231.119", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 37, + "page_from_size": 7972, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-08 17:26:38 +00:00", + "prev_seen": null, + "last_seen": "2023-08-08 17:26:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1315038", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8241, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:57 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166105", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7815, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:34 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1315036", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 10497, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:38:28 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:38:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1315037", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 9453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:35 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166108", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7891, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:23 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891501", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 11742, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:15:46 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:15:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891507", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8961, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:13:02 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:13:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891502", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 10614, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:11:06 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:11:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891503", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 9319, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:10:26 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:10:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/973220", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 9396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:10:10 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:10:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/754", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 7619, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:05:40 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:05:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/337", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 7743, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:03:36 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:03:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/12932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7764, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:03:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:03:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 9328, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:02:39 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:02:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/360", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 10321, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:02:27 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:02:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/228", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 38, + "page_from_size": 7620, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/909", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 41, + "page_from_size": 9182, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/702", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8171, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 20:59:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 20:59:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147822", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 7809, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:29:54 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 22:29:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147818", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 39, + "page_from_size": 8224, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 21:51:49 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 21:51:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147816", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 44, + "page_from_size": 10419, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 21:51:01 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 21:51:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/717", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 328, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 1, + "page_from_internal_links": 41, + "page_from_size": 8783, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 11:13:48 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 11:13:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147817", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 42, + "page_from_size": 9454, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:00:02 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:00:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jamgroup.ir", + "url_from": "https://jamgroup.ir/%D8%B3%D8%A7%DB%8C%D8%AA-topai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 113, + "page_from_rank": 0, + "domain_from_rank": 332, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.165.31.190", + "domain_from_country": "IR", + "page_from_external_links": 6, + "page_from_internal_links": 17, + "page_from_size": 87740, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "سایت TopAI بزرگترین مجموعه ابزارهای هوش مصنوعی | مشاوران بازاریابی اینترنتی جَم", + "page_from_status_code": 200, + "first_seen": "2023-05-25 13:30:46 +00:00", + "prev_seen": null, + "last_seen": "2023-05-25 13:30:46 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "وب سایت", + "text_post": "هیچ خدمات داخلی ندارد و تنها بر روی ثبت اطلاعات مرتبط با سرویس AI کار می‌کند. برای ورود به این سایت باید بر روی گزینه SUBMIT A TOOL در بالای صفحه سمت راست کلیک کنید تا امکان افزودن سرویس خود به پایگاه", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 109, + "page_from_rank": 225, + "domain_from_rank": 207, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-25 12:24:26 +00:00", + "prev_seen": "2023-07-28 01:48:18 +00:00", + "last_seen": "2023-09-27 03:43:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gptconsole.ai", + "url_from": "https://www.gptconsole.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptconsole-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 108, + "page_from_rank": 294, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": "AI", + "page_from_external_links": 21, + "page_from_internal_links": 2, + "page_from_size": 633924, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPTConsole", + "page_from_status_code": 200, + "first_seen": "2023-10-16 05:59:14 +00:00", + "prev_seen": "2023-10-16 05:59:14 +00:00", + "last_seen": "2023-11-15 10:18:08 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": false, + "alt": "topaitools_edited.jpg", + "image_url": "https://static.wixstatic.com/media/6b7afb_4e87fc780ef74ad89b7a543a687485e5~mv2.jpg/v1/fill/w_104,h_23,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_auto/topaitools_edited.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 100, + "page_from_rank": 213, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-28 07:51:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 07:51:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 93, + "page_from_rank": 204, + "domain_from_rank": 215, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 15:59:13 +00:00", + "prev_seen": "2023-08-29 15:59:13 +00:00", + "last_seen": "2023-10-11 02:44:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 89, + "page_from_rank": 209, + "domain_from_rank": 191, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:46:33 +00:00", + "prev_seen": "2023-10-03 06:46:33 +00:00", + "last_seen": "2023-11-03 15:41:51 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 87, + "page_from_rank": 215, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-27 18:46:20 +00:00", + "prev_seen": "2023-08-27 11:35:14 +00:00", + "last_seen": "2023-10-10 20:06:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outils-en-ligne.zeef.com", + "url_from": "https://outils-en-ligne.zeef.com/fr/thebloom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 85, + "page_from_rank": 407, + "domain_from_rank": 385, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.155.37.61", + "domain_from_country": null, + "page_from_external_links": 308, + "page_from_internal_links": 6, + "page_from_size": 322578, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Outils en Ligne by thebloom | ZEEF", + "page_from_status_code": 200, + "first_seen": "2023-11-11 21:29:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 21:29:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "4", + "text_post": "0", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 85, + "page_from_rank": 48, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 24, + "page_from_size": 40014, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:55:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:55:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lawmate.ai", + "url_from": "https://lawmate.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lawmate-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 84, + "page_from_rank": 219, + "domain_from_rank": 155, + "domain_from_platform_type": [ + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.190", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 22, + "page_from_size": 201525, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LawMate: Boost Your Legal Game with Revolutionary Wisdom", + "page_from_status_code": 200, + "first_seen": "2023-09-20 01:35:30 +00:00", + "prev_seen": "2023-10-05 05:21:08 +00:00", + "last_seen": "2023-10-23 19:07:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LawMate AI Featured on topAI.tools", + "image_url": "https://i0.wp.com/topai.tools/assets/img/topai.tools.gif?w=1200&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 83, + "page_from_rank": 218, + "domain_from_rank": 250, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-09-06 13:44:30 +00:00", + "prev_seen": "2023-09-06 13:44:30 +00:00", + "last_seen": "2023-10-08 07:43:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 79, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 97372, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools", + "page_from_status_code": 200, + "first_seen": "2023-08-23 17:36:27 +00:00", + "prev_seen": "2023-09-20 23:11:23 +00:00", + "last_seen": "2023-11-21 00:09:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topai.tools", + "image_url": "https://www.aitoolhunt.com/_next/image?url=%2Fthumbnails%2Ftopai.tools-1696879632.png&w=3840&q=99", + "anchor": "Visit Website", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "midnightoilstudios.org", + "url_from": "https://midnightoilstudios.org/2023/10/03/lukas-and-the-monster-of-the-misty-mountains/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 144, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.131", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 122, + "page_from_size": 103482, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lukas and the Monster of the Misty Mountains – Midnight Oil Studios", + "page_from_status_code": 200, + "first_seen": "2023-10-04 15:50:59 +00:00", + "prev_seen": "2023-10-04 15:50:59 +00:00", + "last_seen": "2023-11-17 19:26:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "op AI Tools website", + "text_pre": "son Chris reading to Lukas). Much more effective would be to use an AI program to pull in the images rather than Google image search. There are many of these programs today and the first place to look might be on the T", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "digitrixme.com", + "url_from": "https://digitrixme.com/using-ai-for-content-creation/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 229, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 47, + "page_from_size": 93852, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Do’s and Don'ts of Using AI for Content Creation", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:42:32 +00:00", + "prev_seen": "2023-10-07 11:29:50 +00:00", + "last_seen": "2023-11-17 07:17:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "find AI tools", + "text_pre": "Writers", + "text_post": "to be the ultimate research assistant, which also suggests ways to structure your content and improve its readability. Needless to say, it saves time and gives writers an edge to work efficiently.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/sales-stack", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sales-stack", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51633, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Sales Stack -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:45 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "A sales stack, as used in", + "text_post": ", refers to the assemblage of sales software and tools like CRM, email automation software, and lead prioritization engines that a sales team utilizes for tasks such as lead generation, contact data storage,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/comfyui", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/comfyui", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 215942, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ComfyUI -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:41 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "ComfyUI, found at", + "text_post": ", is a robust diffusion GUI featuring a graph/node interface, expressly designed for designing and running advanced graphics pipelines without the need for programming.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/vanceai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vanceai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49181, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VanceAI -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:06 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "VanceAI Photo Editor", + "text_pre": null, + "text_post": "is a highly efficient tool for creative professionals and digital artists, offering advanced features such as image enhancement, photo restoration, background removal, and cropping.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/prompt-silo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-silo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 53166, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prompt Silo -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:40:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:40:02 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/prompt-silo", + "text_pre": null, + "text_post": "is a free comprehensive database and builder for MidJourney prompts, empowering creators with diverse and creative prompt options.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/medisearch", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/medsearch-io", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 49, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 48376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MediSearch -", + "page_from_status_code": 200, + "first_seen": "2023-11-03 17:39:58 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 17:39:58 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/medsearch-io", + "text_pre": "MediSearch, available at", + "text_post": ", directly provides trustworthy answers to medical queries employing Language Learning Models (LLMs).", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/davinsiri", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/davinsiri", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50809, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DaVinsiri -", + "page_from_status_code": 200, + "first_seen": "2023-10-31 13:04:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 13:04:25 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "DaVinsiri", + "text_pre": null, + "text_post": "is an advanced tool that integrates Siri shortcuts and OpenAI's GPT-3.5 turbo model, capable of generating three responses per Siri trigger and offering features such as back tap integration, share", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/code-snippets-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/code-snippets-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50527, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Code Snippets AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-31 13:04:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 13:04:09 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/code-snippets-ai", + "text_pre": "Code Snippets AI, accessible at", + "text_post": ", is a tool leveraging GPT-4 AI model for comprehensively analyzing coding sections, identifying potential errors, and elucidating function, crucial for optimizing performance and refactoring complex code.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "midnightoilstudios.org", + "url_from": "https://midnightoilstudios.org/2023/10/15/lukas-the-monster-of-the-misty-mountains/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.131", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 123, + "page_from_size": 87939, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A New Lukas – Midnight Oil Studios", + "page_from_status_code": 200, + "first_seen": "2023-10-27 23:58:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 23:58:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/AI-image-search-engine", + "text_pre": "effective would be to use an AI program to pull in the images rather than Google image search. There are many of these programs today and the first place to look might be on the Top AI Tools website at … ", + "text_post": ". ", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/quickie", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickie", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quickie -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:55 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/quickie", + "text_pre": "Quickie, found at", + "text_post": ", is an AI-powered multitool extension providing services such as text-to-speech conversion, video summarization, social media automation, custom shortcuts creation, and more, targeting users from various", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-templates", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-templates", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49982, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Templates -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:32 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-templates", + "text_pre": "As no specific article or search intent was provided, I am unable to summarise the content from", + "text_post": ". Please provide the necessary information in the correct format.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-voice-detector", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-voice-detector", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50665, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Voice Detector -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:52:23 +00:00", + "prev_seen": "2023-09-18 16:52:23 +00:00", + "last_seen": "2023-10-19 00:14:24 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AI Voice Detector, found at", + "text_post": ", is an effective solution for individuals and businesses to confirm the authenticity of an audio file, determining whether it is AI-generated or a natural human voice.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-song-generator-music-maker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-song-generator-music-maker", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50969, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Song Generator Music Maker -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:10 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-song-generator-music-maker", + "text_pre": "AI Music Generator Song Maker at", + "text_post": "uses cutting-edge AI technology to swiftly generate distinctive melodies, harmonies, and rhythms in your selected style or genre.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-store-manager", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-store-manager", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 53790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Store Manager -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:14:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:14:05 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Store Manager", + "text_pre": "The", + "text_post": "is a strategic AI-powered tool specifically designed for eCommerce businesses aiming to streamline and automate operations, enhancing customer experiences and efficiency across various business models", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-seo-outlines", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-seo-outlines", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI SEO Outlines -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:13:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:13:51 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI SEO outlines", + "text_pre": "AI SEO content writing leverages artificial intelligence technology to generate optimized content for online platforms, including websites related to", + "text_post": ", utilizing keyword analysis, search trends, and user demographics.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-wizard", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-wizard", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50129, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Wizard -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:51:34 +00:00", + "prev_seen": "2023-09-18 16:51:34 +00:00", + "last_seen": "2023-10-19 00:13:43 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AIWizard, listed on", + "text_post": ", is a free platform providing detailed tutorials and reviews for various AI tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai2image", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai2image", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI2image -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:13:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:13:31 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai2image", + "text_pre": "For the search term", + "text_post": ": AI image generators, such as DALL-E, utilize text prompts to swiftly produce images, thereby blurring the boundary between human creativity and machine generation in the context of art.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aibstract", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibstract", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIbstract -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:13:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:13:23 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Aibstract", + "text_pre": null, + "text_post": "is an AI-powered software solution serving as a virtual songwriter-composer-performer, enabling real-time creation and streaming of personalized, original, and royalty-free music.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-roguelite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-roguelite", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50624, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Roguelite -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:12:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:12:46 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-roguelite", + "text_pre": "The game at", + "text_post": "is an early-access roguelite under active development, presenting a procedurally generated world where users control an AI character and can provide feedback and report bugs via discussion boards.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-resume-editor", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-resume-editor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Resume Editor -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:12:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:12:34 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-resume-editor", + "text_pre": "AI resume editors, like the one found at", + "text_post": ", leverage sophisticated algorithms to scrutinize job descriptions and extend personalized recommendations, enabling your resume to pass preliminary screening processes effectively.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-pokemon-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pokemon-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50076, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Pokemon generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:12:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:12:18 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pokemon Generator", + "text_pre": "The", + "text_post": "at TopAI allows users to input any description or keywords to generate a unique, dream Pokemon character.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/masterpiece-studio", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/masterpiece-studio", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52289, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Masterpiece Studio -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:55:27 +00:00", + "prev_seen": "2023-09-18 16:55:27 +00:00", + "last_seen": "2023-10-19 00:11:14 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/masterpiece-studio", + "text_pre": "Masterpiece Studio, highlighted at", + "text_post": ", develops 3D creation software, removing technical barriers to facilitate easy 3D content creation from concept to animation, harnessing power of virtual reality and machine learning to adapt 2D skills", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waifulabs", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waifulabs", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waifulabs -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:44 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Waifu Labs", + "text_pre": null, + "text_post": "is an advanced AI tool developed by sizigi studios, enabling users to generate custom anime portraits leveraging machine learning to create unique character illustrations in a streamlined 4-step process.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waifu-xl", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waifu-xl", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waifu XL -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:35 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WaifuXL", + "text_pre": null, + "text_post": "is a premier tool for upscaling anime-style art, leveraging advanced AI to precisely increase image resolution directly in your browser.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waibsites", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waibsites", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waibsites -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:19 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/waibsites", + "text_pre": null, + "text_post": "is a no-code website builder, a tool that enables the creation of websites without the necessity of mastering coding or programming skills.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wand-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wand-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50783, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wand AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:11 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wand AI", + "text_pre": null, + "text_post": "is a no-code, business-focused AI platform enabling simplified AI development and implementation with its drag-and-drop interface, pre-built templates, and automated machine learning algorithms.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/gpt-2-output-detector", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-2-output-detector", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66118, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT-2 Output Detector -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:10:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:10:01 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "GPT-2 Output Detector", + "text_pre": "The", + "text_post": "is an effective tool designed to discern whether text is composed by a human or a GPT-2 bot, utilizing a refined RoBERTa model and providing real or fake text probabilities.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/whatthediff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whatthediff", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WhatTheDiff -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:41 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "What-the-Diff", + "text_pre": null, + "text_post": "is an AI-powered app that reviews and describes changes in pull requests efficiently, leveraging the GitHub API to generate plain English summaries and support most programming languages.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/website-planet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/website-planet", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Website Planet -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:15 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Website Planet", + "text_pre": "The Dummy Image Generator on", + "text_post": "enables the creation of custom placeholder images for website design, which can be downloaded for use in various dimensions such as Medium Rectangle: 300×250, Square: 250×250, Large Rectangle:", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/webpilot-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webpilot-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 49600, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WebPilot.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:05 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/webpilot-ai", + "text_pre": "Webpilot, a powerful ChatGPT plugin, enhances your online experience by summarizing web page content from URLs like", + "text_post": ", also offering thought-provoking questions or insights.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wave-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wave AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:08:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:08:40 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/wave-ai", + "text_pre": "Wave AI, accessible via", + "text_post": ", is an AI-driven coaching tool offering personalized professional coaching, uniquely designed to tackle challenges in work and life.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/warpsound", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/warpsound", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50474, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WarpSound -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:08:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:08:20 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WarpSound", + "text_pre": null, + "text_post": "is a ground-breaking AI music platform utilizing generative technologies to create immersive real-time music experiences, and is instrumental for shaping the sound of the metaverse.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wavtool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wavtool", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49605, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wavtool -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:08:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:08:01 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WavTool", + "text_pre": null, + "text_post": "is a free, AI-powered music production platform, enabling users to generate, record, and enhance their music entirely within their browser, featuring advanced capabilities like side-chain compression", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-time-machine", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-time-machine", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 65814, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Time Machine -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:37 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "The AI Time Machine on", + "text_post": "synthesizes photos into lifelike avatars using Astria's test-to-image technology, licensed through MyHeritage, to create profile pictures for social media platforms.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ailyze", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lyze", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 64858, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AILYZE -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:12 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-lyze", + "text_pre": "As an AI model, I'm unable to analyze the specific content on the URL", + "text_post": "because it isn't provided, hence, please provide the text or clarify your request.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aibert", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 67260, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiBert -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:06 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AiBERT Bot", + "text_pre": "The", + "text_post": "is an AI chatbot by Kooya! Inc, that leverages Natural Language Processing of ChatGPT to generate humanlike conversational dialogues, secure end-to-end encryption of WhatsApp, and auto-updates for intelligent,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aiagent-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiagent-app", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiAgent.app -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:07:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:07:02 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AiAgent.app", + "text_pre": "The", + "text_post": "is an advanced software platform that leverages artificial intelligence (AI) and machine learning technologies to automate tasks, integrate with third-party platforms, and make goal-oriented choices.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/glowy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/glowy-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50803, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "glowy AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:06:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:06:45 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Glowy AI", + "text_pre": null, + "text_post": "is an intuitive website that swiftly generates a personalized skincare routine based on your provided skin type, budget, and top skin concerns through artificial intelligence.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/dreamphilic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreamphilic", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50138, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Dreamphilic -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:06:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:06:25 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Dreamphilic", + "text_pre": null, + "text_post": "is a generative AI content platform allowing users to create, curate and customize AI-generated content to meet specific needs.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-image-sharpener-by-media-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-image-sharpener-by-media-io", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51639, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Image Sharpener by Media.io -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:06:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:06:17 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Media.io Img Sharpen tool", + "text_pre": "The", + "text_post": "leverages advanced AI technology to automatically enhance and sharpen your photos, improving image quality, contrast, and details.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-lawn-care-calculator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lawn-care-calculator-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51547, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Lawn Care Calculator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:55 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Lawn Care Calculator", + "text_pre": "The", + "text_post": "is a free tool designed for both professional and homeowner use, providing accurate estimates for materials like seeds, fertilizers, and mulch required for lawn care tasks, based on factors such as lawn", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-keywording-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-keywording-tool", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Keywording Tool -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:47 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": "The AI Keywording Tool on", + "text_post": "is a free image recognition-based utility that swiftly generates pertinent keywords, titles, and descriptions for stock photos, improving user workflow.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-interview-coach", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-interview-coach", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51357, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Interview Coach -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:35 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Interview Coach", + "text_pre": "The", + "text_post": "is a platform utilizing artificial intelligence to effectively prepare individuals for job interviews, offering valuable feedback and strategies.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/cuetap", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cuetap", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50939, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cuetap -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:27 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Cuetap", + "text_pre": null, + "text_post": "is an AI-powered platform providing Battlecards and Competitive Intelligence, primarily aiding PMMs and Sales teams with features like automatic data extraction, competitor tracking, and generating actionable", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/numerousflow", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/numerousflow", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NumerousFlow -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:15 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Numerousflow", + "text_pre": null, + "text_post": "is an advanced automation tool designed specifically to boost ChatGPT's efficiency by minimizing the time spent on repetitive content generation tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aigpt-free", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aigpt-free", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 65823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIGPT Free -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:53:22 +00:00", + "prev_seen": "2023-09-18 16:53:22 +00:00", + "last_seen": "2023-10-19 00:05:11 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/aigpt-free", + "text_pre": "AiGPT, available for free at", + "text_post": ", is an AI tool that enhances your messaging experience on platforms like Telegram and Whatsapp by understanding your needs and providing accurate results.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-name-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50288, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Name Generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:04:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:04:04 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Namelix", + "text_pre": "An AI name generator like", + "text_post": "is a valuable tool that leverages artificial intelligence to create unique, catchy, and brandable names for your business or product.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-paraphrasing-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-paraphrasing-tool", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52057, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Paraphrasing Tool -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:03:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:03:39 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-paraphrasing-tool", + "text_pre": "QuillBot's Paraphraser, an AI-powered tool available at", + "text_post": ", quickly and easily assists in rephrasing text, while offering customization features through a unique Synonym Slider, and providing seamless integration with platforms like Chrome and Microsoft Word.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-pet-avatar", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pet-avatar", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Pet Avatar -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:03:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:03:17 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pet Avatar tool", + "text_pre": "The", + "text_post": "utilizes advanced AI technology to create unique and lifelike avatars of your pets, capturing their essence and personality by analyzing their facial features, fur patterns, and colorations.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-excel-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-excel-bot", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49898, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Excel Bot -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:03:02 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "AI Excel tools, such as those found on", + "text_post": ", simplify data manipulation and analysis by aiding in the generation and comprehension of intricate Excel and Google Sheets formulas.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-gallery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-gallery", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Gallery -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:58 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Gallery", + "text_pre": "The", + "text_post": "is a software application that employs artificial intelligence (AI) and machine learning techniques to generate new, original images.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-code-translator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-code-translator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50654, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Code Translator -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:27 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Code Translator", + "text_pre": "The", + "text_post": "is a tool powered by AI, specifically GPT-3.5 or GPT-4, designed to instantly translate code from one programming language to another.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-domain-genius", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-domain-genius", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Domain Genius -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:23 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Domain Genius", + "text_pre": null, + "text_post": "is a SEO-enhancing tool utilizing AI to generate unique domain names, potentially worth $1,000-$5,000 for resale, and enabling mass purchases through GoDaddy's bulk checker.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-data-sidekick", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-data-sidekick", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 48190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Data Sidekick -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:19 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Data Sidekick", + "text_pre": null, + "text_post": "harnesses artificial intelligence to expedite data tasks like writing SQL, generating Python scripts, and updating documentation, enhancing efficiency in your data warehouse by up to 10 times.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/supremeplans", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supremeplans-com", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 67012, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SupremePlans -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:02:04 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "The SupremePlans AI tool, available on", + "text_post": ", is an advanced multi-purpose instrument providing a suite of complimentary AI-driven features designed primarily for enhancing planning and organizational tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writers-brew", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writers-brew", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writers Brew -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:00:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:00:04 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WritersBrew", + "text_pre": null, + "text_post": "is an AI writing assistant uniquely designed for Mac, providing grammar corrections, idea generation, and resources across all browsers and native apps.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writefull-academizer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writefull-academizer", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50605, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writefull Academizer -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:00:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:00:00 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Writefull Academizer", + "text_pre": "The", + "text_post": "refines informal language into academic prose, unlike the Paraphraser which rewrites academic sentences into fresh academic ones.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wzrd-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wzrd-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wzrd.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:59:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:59:52 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WZRD", + "text_pre": null, + "text_post": "is an AI-powered tool that enhances the visual impact of audio through dynamic animations, creating an immersive experience by synchronizing visuals with the rhythm and melody of the music.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writelyai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writelyai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51123, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writelyai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:59:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:59:44 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WritelyAI", + "text_pre": "Generative AI, specifically", + "text_post": ", is a transformative technology in marketing, offering unparalleled creativity, efficiency, and personalization in content creation, and is predicted to reach a market size of $107.5 billion by 2028 despite", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/writely", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writely", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49739, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Writely -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:41 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/writely", + "text_pre": "Apologies for any confusion, but as an OpenAI-developed AI, I don't have the capability to directly interact with or access the content at the URL", + "text_post": "to provide a specific summary.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wishes-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wishes-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49712, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wishes AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:29 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "WishesAI is an AI tool on", + "text_post": "that generates unique wishes for various occasions, empowering users to personalize descriptions and choose images and text to suit different relationships, then share the custom-made wish; a free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wiz-chat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiz.chat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:25 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wiz.chat", + "text_pre": null, + "text_post": "is an AI tool developed by Gulan28 that integrates with Slack, leveraging GPT-3 technology to enhance your workspace's productivity by answering questions, reducing manual labor, and enabling URL", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wnr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wnr", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 63494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WNR -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:17 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wnr.ai", + "text_pre": null, + "text_post": "is an AI-powered tool offering diverse templates for prompt creation, with capabilities to save, share prompts, and operate via various text inputs like voice dictation, as well as includes a custom chatbot", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wisdolia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisdolia", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wisdolia -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:13 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/wisdolia", + "text_pre": "Wisdolia, an innovative AI educational tool available at", + "text_post": ", revolutionizes learning by auto-generating multi-language flashcards from materials like YouTube videos, articles, and PDFs to enhance test performance by an average of 50%, and integrates with the Anki", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/winston-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/winston-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50731, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Winston AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:03 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Winston AI", + "text_pre": null, + "text_post": "is a premier tool proficient in detecting AI-generated text from models like ChatGPT, GPT-4, Bard, ensuring a 99.6% accuracy rate for maintaining content originality and authenticity.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wizai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 64177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WizAI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:57:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:57:55 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WizAI", + "text_pre": null, + "text_post": "is a WhatsApp Chatbot utilizing ChatGPT 3.5 technology, trusted globally for its human-like replies and ability to engage in intelligent dialogues on any topic.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wizishop", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizishop", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51712, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WiziShop -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:57:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:57:47 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wizishop", + "text_pre": null, + "text_post": "is a French-based ecommerce solution offering comprehensive services, including website creation, hosting, sales optimization, and marketing actions, with an emphasis on powerful SEO and AI capabilities.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/waitroom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waitroom", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49936, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Waitroom -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:56:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:56:45 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/waitroom", + "text_pre": "Waitroom, a unique tool found at", + "text_post": ", exceeds traditional meeting solutions by decreasing usual hassles and allowing attendees to focus on their core tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wombo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wombo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49734, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wombo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:56:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:56:33 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WOMBO Dream – AI Art Generator", + "text_pre": null, + "text_post": "is your personalized art station, employing advanced AI technology to transform any text into a visually stunning image in various styles like Realistic, Anime, VFX, and more, also offering potential", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wpturbo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wpturbo-dev", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51192, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WPTurbo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:56:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:56:25 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/wpturbo-dev", + "text_pre": "WPTurbo, accessible at", + "text_post": ", is an AI-powered WordPress development tool suite designed to augment developers' productivity by offering post type, taxonomy, menu, shortcode, hook, wp-config. php, starter plugin, and theme.json", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wonderworker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderworker", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WonderWorker -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:50 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WonderWorker", + "text_pre": null, + "text_post": "is an AI tool integrated with Slack that boosts team productivity by providing instant access to GPT-3.5 and GPT-4 models for writing assistance, quick answers, translation services, decision-making support,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wonder-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonder-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50297, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wonder AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:46 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wonder AI Art Generator", + "text_pre": "The", + "text_post": "serves as an invaluable resource, inspiring artists and designers by providing unique, AI-created artworks for new creative directions and ideas.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/botx", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botx", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 66863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Botx -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:26 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "BotX AI platform", + "text_pre": "The", + "text_post": "enables you to easily connect with intelligent automation workflows for enhanced decision-making and app creation in a drag-and-drop environment.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/emaildojo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/emaildojo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52591, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Emaildojo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:06 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Emaildojo", + "text_pre": null, + "text_post": "is a cutting-edge AI Content Generator developed on OpenAI's GPT-3 model, which assists businesses, marketers, and content creators in generating high-quality, short-form content optimized for various", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/imagecartoon", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imagecartoon", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49688, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ImageCartoon -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:55:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:55:02 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/imagecartoon", + "text_pre": "AI Image to Cartoon is an AI-powered tool available at", + "text_post": "that quickly converts face photos into various cartoon themes, ensuring user data safety and offering 24/7 support.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/img-upscaler", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/img-upscaler", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50097, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Img Upscaler -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:58 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Img.Upscaler", + "text_pre": null, + "text_post": "is an online AI service that effectively enhances and upscales images up to four times without reducing quality.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/slidesgo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/slidesgo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51666, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SlidesGo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:54 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Slidesgo", + "text_pre": "For creative PowerPoint and Google Slides presentations,", + "text_post": "offers a comprehensive catalog of free, customizable templates, further enhanced with free vectors, photos, icons, editable illustrations, and motion graphics.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/reviewz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reviewz", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50367, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Reviewz -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:44 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/reviewz", + "text_pre": "I apologize for any misunderstanding but as an AI, I can't directly interact with URLs or websites like", + "text_post": "; I can provide information based on data inputted to me.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/nightcafe-creator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nightcafe-creator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49923, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NightCafe Creator -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:53:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:53:40 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Art Generator", + "text_pre": "NightCafe Creator is an advanced", + "text_post": "application that showcases multiple methodologies of artificial intelligence-based art creation, including neural style transfer and text-to-image AI.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-baby-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibabygenerator-com", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI baby Generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:56 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "The AI Baby Generator on", + "text_post": "leverages advanced artificial intelligence to envisage your future baby's face by analyzing your and your partner's facial features.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-chatlab", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 65664, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI ChatLab -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:34 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "swiss army knife", + "text_pre": "AI ChatLab is a comprehensive AI chatbot application, functioning as a", + "text_post": "for creating interactive chatbot experiences, integrating with platforms like Slack, Facebook Messenger, and Twitter, and suitable for customer support, automated messaging, and virtual assistant scenarios.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-checker-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-checker-tool", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Checker Tool -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:49:01 +00:00", + "prev_seen": "2023-09-18 16:49:01 +00:00", + "last_seen": "2023-10-18 23:52:22 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI checker tool", + "text_pre": "The", + "text_post": ", such as Copyleaks AI Content Detector, concentrates on recognizing text potentially generated by an AI writing gadget, utilizing perplexity and burstiness metrics, capable of identifying AI-generated", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-background-generator-by-photoroom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-background-generator-by-photoroom", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Background Generator by PhotoRoom -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:06 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Background Generator by PhotoRoom", + "text_pre": "The", + "text_post": "is an innovative tool that instantly creates unique, personalized backgrounds for images, enhancing product photography while saving time and boosting conversion rates.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ai-cli", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-cli", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI CLI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:52:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:52:02 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/ai-cli", + "text_pre": "AI CLI, found at", + "text_post": ", is an innovative, open-source, GPT-3 powered CLI code assistant designed for developers aiming to streamline their coding workflow through clear, organized commands.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zazzani-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zazzani", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52832, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zazzani AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:48 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zazzani", + "text_pre": "Zazzani AI, a leading software tool available at", + "text_post": ", boosts workflow and productivity significantly by offering advanced features like code creation with AI, efficient debugging, and context-specific answers.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zazow", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zazow", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50899, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zazow -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:36 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zazow", + "text_pre": "Zazow, the AI tool on", + "text_post": ", lets users generate unique digital artwork across various styles like Mandelbrot Fractals, Plasma, Spiro, and Bauhaus Shapes using distinctive algorithms, with capabilities to save, share, and download", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yt-copycat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yt-copycat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YT Copycat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:32 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "YT Copycat", + "text_pre": null, + "text_post": ", an innovative digital tool, swiftly transforms any YouTube video content into high-quality text content, revolutionizing possibilities for content creators, social media enthusiasts, and professionals.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yuma", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yuma", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50722, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yuma -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:24 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Ticket Analysis feature", + "text_pre": "The", + "text_post": "interprets ticket data for improved response accuracy, in conjunction with the One-Click \"Reply & Close Ticket\" option for quick resolution, and the up-to-date Ticket Assistant for optimal", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zentask", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zentask", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 48121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zentask -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:20 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Zentask", + "text_pre": null, + "text_post": "is an AI-powered task management platform aiding in productivity and organization for individuals and teams by streamlining task creation, assignment, tracking, and collaboration.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zencall", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zencall", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zencall -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:16 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Zencall.ai", + "text_pre": null, + "text_post": "is an AI tool offering businesses instant call notifications, unlimited prompt testing, call redirection services, and a free phone number to efficiently manage incoming calls, with various pricing plans", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zenen-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zenen-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 66131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "zenen.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:12 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zenen-ai", + "text_pre": "Zenen, an AI assistant featured on", + "text_post": ", utilizes advanced GPT-4 technology to deliver conversation capability with extensive knowledge and multilingual support.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zarla-website-builder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zarla-website-builder", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zarla Website Builder -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:51:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:51:00 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Zarla AI Website Builder", + "text_pre": null, + "text_post": "is an AI-driven platform empowering users to swiftly and effortlessly create professional websites.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zerogpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zerogpt", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ZeroGPT -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:44 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zerogpt", + "text_pre": "ZeroGPT, found at", + "text_post": ", is a sophisticated AI tool that leverages DeepAnalyse™ technology to discern if a provided piece of text is authored by a human or generated by AI mechanisms like Google Bard or ChatGPT.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zuva-contracts-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zuva-contracts-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51171, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zuva Contracts AI -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:26 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zuva-contracts-ai", + "text_pre": "Zuva, a spin-off from Kira Systems and prominently featured on", + "text_post": ", uses AI to identify and extract over 1,300 legal clauses, provisions, and data points in contracts, offering flexible deployment options and easy training processes.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/xinva", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xinva", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49340, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Xinva -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:10 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Xinva", + "text_pre": null, + "text_post": "is an AI-powered design generator tool that leverages machine learning for creating innovative print-on-demand business designs, enhancing store inventory, and saving design costs.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/xno-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xno-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49525, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Xno.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:05 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Xno.ai", + "text_pre": null, + "text_post": "is an AI-powered service that generates images from user-provided text input, utilizing an extensive library of open-source AI models.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yodayo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yodayo", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yodayo -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:53 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Yodayo", + "text_pre": null, + "text_post": "is a community-driven AI art platform catering to VTubers and anime fans, boasting features like avatar customization using generative art technology and motion capture for innovative content creation.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yoodli", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yoodli", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yoodli -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:19 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Yoodli AI Speech Coach", + "text_pre": null, + "text_post": "is an AI-powered public speaking platform offering real-time feedback on your speech patterns, pacing, and eye contact, trusted by professionals at leading companies for scenarios like job interviews", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yippity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yippity", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49605, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yippity -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:11 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Yippity.io", + "text_pre": null, + "text_post": "is an AI-powered platform offering smart study tools for students, such as automatic conversion of texts and websites into quizzes and flashcards.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/adventureai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adventureai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Adventureai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:47:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:47:58 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI art generator", + "text_pre": "Writesonic's Photosonic is a compelling", + "text_post": "that enables the creation of diverse art, from photorealistic images to abstract pieces, through simple text prompts, leveraging AI technology to save businesses considerable time and money.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/adwrite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adwrite", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51054, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Adwrite -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:47:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:47:34 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/adwrite", + "text_pre": "Adwrite, an AI-powered marketing copywriting tool found at", + "text_post": ", specializes in generating SEO-optimized, plagiarism-free content for social media, ads, emails, and websites.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/adout", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adout", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51583, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Adout -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:49:05 +00:00", + "prev_seen": "2023-09-18 16:49:05 +00:00", + "last_seen": "2023-10-18 23:47:26 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Adjust", + "text_pre": null, + "text_post": ", a highly efficient advertising performance tracking tool, incorporates features such as an SDK integration and the creation of Adjust tracker URLs, enabling advertisers to scrutinize the efficacy of", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/mst-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mst-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50945, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "mst.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:30 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Mst.ai, accessible through", + "text_post": ", is a cutting-edge, free online AI art generator, empowering users to create stunning artificial intelligence-based artworks with the push of a button.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/chat-summary-for-livechat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-summary-for-livechat", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51027, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chat Summary for LiveChat -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:10 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-summary-for-livechat", + "text_pre": "For", + "text_post": ", the app automatically generates a brief summary of your chat transcripts either when the chat is archived or based on your chosen tags in the settings.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/autoname", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoname", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Autoname -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:05 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/autoname", + "text_pre": "The Auto-naming feature on", + "text_post": "is an efficient tool for automating and standardizing the naming process of projects and campaigns up to a limit of 255 characters, with options for date formatting and truncation, for better project", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/recruiting-emails-ai-by-dover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recruiting-emails-ai-by-dover", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52423, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recruiting Emails AI by Dover -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:46:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:46:01 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/recruiting-emails-ai-by-dover", + "text_pre": "I'm sorry, but you haven't provided relevant information about the search term:", + "text_post": ". Unfortunately, as an AI, I don't have the ability to access real-time web data, so I can't fetch or rewrite information related to this specific URL either. I can assist you with general information", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/6pen-art", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/6pen-art", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6pen Art -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:54:54 +00:00", + "prev_seen": "2023-09-18 16:54:54 +00:00", + "last_seen": "2023-10-18 23:45:34 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "6PEN Art", + "text_pre": null, + "text_post": "is an AI art generator platform with advanced deep learning techniques, allowing users to translate their ideas into visual images by creating AI art and AI avatars.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/10web", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/10web", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10Web -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:45:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:45:21 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "10Web's AI Website Builder", + "text_pre": null, + "text_post": "is an AI-powered, no-code tool that efficiently crafts unique WordPress websites tailored to user specifications in minutes.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/3dfy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/3dfy", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "3dFy -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:45:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:45:04 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3DFY.ai", + "text_pre": null, + "text_post": "harnesses generative artificial intelligence to convert text descriptions into premium 3D models, empowering users to create and express in a 3D environment.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/a-v-mapping", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/a-v-mapping", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 52683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A.V. Mapping -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:56 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/a-v-mapping", + "text_pre": "A.V. Mapping, found at", + "text_post": ", is a one-stop platform that leverages artificial intelligence for efficient video and music mapping.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/88stacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/88stacks", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "88stacks -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:50 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "88stacks", + "text_pre": null, + "text_post": "is an image creation platform specifically designed for AI enthusiasts and marketers, providing a space for visual storytelling through curated stable diffusion models, free tools like 'Omni Prompt'", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/100-ai-prompts", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/100-ai-prompts", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 16, + "page_from_size": 49475, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI Prompts -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:38 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "100+ AI Prompts", + "text_pre": "The", + "text_post": "is a Trello board tool that offers a collection of creative prompts for AI models like ChatGPT, Midjourney, Stable Diffusion, and Dall-e, facilitating effective brainstorming and writing.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/ielts-podcast", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ielts-podcast", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50760, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IELTS Podcast -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:04 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "IELTS Podcast", + "text_pre": "The", + "text_post": "offers a comprehensive online course that focuses on each part of the IELTS Exam including writing, speaking, reading, and listening, alongside free tutorials and an essay correction service to help students", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/graphy-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graphy-app", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50308, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Graphy.app -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:00 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Graphy app", + "text_pre": "The", + "text_post": "is an AI-powered tool specialized in data analysis, creating charts and graphs, and generating user-friendly insights for businesses.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/imagecreator-for-ps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/alkaidvision-imagecreator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49501, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ImageCreator for PS -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:43:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:43:21 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AlkaidVision's ImageCreator", + "text_pre": null, + "text_post": "is an AI-powered plugin for Photoshop, enabling easy text-to-image editing and artwork creation right within the Photoshop platform.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/opus", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opus", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50382, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Opus -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:43:13 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "OPUS", + "text_pre": null, + "text_post": "is a text-to-video game platform that utilizes generative AI, pioneering new experiences in entertainment with its international community of creators.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/lama-cleaner", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lama-cleaner", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lama Cleaner -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:43:01 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "LaMa Cleaner", + "text_pre": "The", + "text_post": "is a remarkable AI model crafted specifically for image inpainting; it efficiently removes undesirable elements from your photos or entirely substitutes them to enhance their visual appeal.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jnc-edutec.blogspot.com", + "url_from": "http://jnc-edutec.blogspot.com/2023/05/buscador-de-herramientas-de.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 2, + "domain_from_platform_type": [ + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.225", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 7, + "page_from_size": 101087, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Buscador de herramientas de Inteligencia Artificial", + "page_from_status_code": 200, + "first_seen": "2023-10-11 03:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 03:06:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.blogstrend.com", + "url_from": "https://www.blogstrend.com/10-openai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 102, + "domain_from_platform_type": [ + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "68.178.148.72", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 21, + "page_from_size": 78154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 Best OpenAI tools used in 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-06 13:12:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 13:12:50 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "is a directory of the best AI tools, organized by category and use case. It includes tools for everything from content creation and marketing to research and development.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/browse-me", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 24, + "page_from_size": 40048, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/18617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7834, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:38:41 +00:00", + "prev_seen": "2023-07-31 23:38:41 +00:00", + "last_seen": "2023-09-19 17:45:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205933", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 54, + "page_from_size": 13906, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 14:14:17 +00:00", + "prev_seen": "2023-07-27 14:14:17 +00:00", + "last_seen": "2023-09-19 17:40:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 57, + "page_from_size": 15092, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-30 02:23:57 +00:00", + "prev_seen": "2023-07-30 02:23:57 +00:00", + "last_seen": "2023-09-19 17:40:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205934", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 48, + "page_from_size": 11799, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-31 23:27:01 +00:00", + "prev_seen": "2023-07-31 23:27:01 +00:00", + "last_seen": "2023-09-19 07:58:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/the-reply-project", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/the-reply-project", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 50161, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Reply Project -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:55:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:55:31 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "The Reply Project", + "text_pre": null, + "text_post": "from GMass provides a platform where all your emails are accessible on a single screen, promoting ultra-fast response times facilitated by tools such as ChatGPT and predefined templates.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/instantart", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instantart", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49173, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "InstantArt -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:55:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:55:23 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "InstantArt.io", + "text_pre": null, + "text_post": "is an artificial intelligence-powered platform that generates free, unlimited art in a matter of seconds based on user inputs.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aiprofilepic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiprofilepic", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 49856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIprofilepic -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:53:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:53:42 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/aiprofilepic", + "text_pre": "AIProfilePic.art is a state-of-the-art AI technology tool on", + "text_post": "that generates high-quality, custom profile pictures and avatars from user-provided images.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aipicasso", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aipicasso", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Aipicasso -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:48:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:48:57 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/aipicasso", + "text_pre": "Picasso AI, found at", + "text_post": ", is celebrated as the premier artificial intelligence tool proficient in crafting unique images from any given text input, leveraging sophisticated AI text-to-image synthesis algorithms.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/category/browse-me", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 188, + "page_from_size": 238633, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NetworkersOnline", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:38:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:38:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 52, + "page_from_size": 32959, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools Reviews, Info and Comments - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 10:08:52 +00:00", + "prev_seen": "2023-07-29 10:08:52 +00:00", + "last_seen": "2023-09-16 20:16:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit website", + "text_pre": null, + "text_post": "status page", + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/396194", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 38, + "page_from_size": 7812, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:38:55 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:38:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166271", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 11782, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:13 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7919, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:33 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166179", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 42, + "page_from_size": 8988, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:36:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:36:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891500", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 13117, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:17:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:17:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891498", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 56, + "page_from_size": 16689, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:16:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:16:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/u/kosh@feddit.de", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 30, + "page_from_size": 7051, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-29 01:22:31 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 01:22:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/493", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7853, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:06:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:06:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/39000", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 38, + "page_from_size": 7761, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:04:36 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:04:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 42, + "page_from_size": 8877, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:03:28 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:03:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/162", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 11562, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:51 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/344", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7902, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:23 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147815", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 47, + "page_from_size": 11625, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:35:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 22:35:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/234", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 39, + "page_from_size": 7864, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 13:39:01 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 13:39:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/341", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 328, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 2, + "page_from_internal_links": 45, + "page_from_size": 10733, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 06:19:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 06:19:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 30, + "page_from_size": 7149, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-26 04:37:35 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 04:37:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891499", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 53, + "page_from_size": 15410, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 01:25:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 01:25:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147814", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 53, + "page_from_size": 13916, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 16:33:27 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 16:33:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147813", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 56, + "page_from_size": 15072, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:49:08 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:49:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/jobsearchhacks/comments/14fkr92/does_anyone_use_the_job_matching_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 283, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 8, + "page_from_size": 14856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does anyone use the job matching AI tools - r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:22:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:22:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nocturn9x.space", + "url_from": "https://libreddit.nocturn9x.space/r/jobsearchhacks/comments/14fkr92/does_anyone_use_the_job_matching_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "51.210.64.99", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 7, + "page_from_size": 7946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does anyone use the job matching AI tools - r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-07-04 04:01:47 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 04:01:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.utsav2.dev", + "url_from": "https://reddit.utsav2.dev/r/editing/comments/13rrote/can_ai_edit_photos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20Editing", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "192.18.136.143", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 12, + "page_from_size": 16197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can AI edit photos? - r/editing", + "page_from_status_code": 200, + "first_seen": "2023-06-24 01:20:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 01:20:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai image editors or enhancers", + "text_pre": "Try here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "162.219.228.99", + "domain_from_country": "CC", + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 17068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools to change a low-quality image into a high-definition one? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-06-22 22:02:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 22:02:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "121.127.33.68", + "domain_from_country": "LR", + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 17448, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools to change a low-quality image into a high-definition one? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-06-22 00:25:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 00:25:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.baczek.me", + "url_from": "https://libreddit.baczek.me/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 211, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "145.239.91.107", + "domain_from_country": "ME", + "page_from_external_links": 3, + "page_from_internal_links": 13, + "page_from_size": 16781, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools to change a low-quality image into a high-definition one? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:42:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 01:42:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libred.leemoon.network", + "url_from": "https://libred.leemoon.network/r/editing/comments/13rrote/can_ai_edit_photos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20Editing", + "url_to_https": true, + "tld_from": "network", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "45.144.29.117", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 12, + "page_from_size": 16193, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can AI edit photos? - r/editing", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:41:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:41:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai image editors or enhancers", + "text_pre": "Try here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/coolguides/comments/138sb56/a_high_level_breakdown_of_the_growing_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 149, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 3, + "page_from_internal_links": 10, + "page_from_size": 16533, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A high level breakdown of the growing AI tools main categories - r/coolguides", + "page_from_status_code": 200, + "first_seen": "2023-05-15 09:11:00 +00:00", + "prev_seen": null, + "last_seen": "2023-05-15 09:11:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "This is all based on dataset tools at", + "text_post": "which by all means doesn't represent the whole market.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 9916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:32:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:32:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.catgirl.cloud", + "url_from": "https://lr.catgirl.cloud/r/software/comments/12ea4eu/what_tool_or_ai_can_i_use_to_consolidate_a_pdf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "cloud", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "78.47.155.100", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 15, + "page_from_size": 12791, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What tool or Ai can I use to consolidate a pdf catalog? - r/software", + "page_from_status_code": 200, + "first_seen": "2023-04-09 09:18:33 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 09:18:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Document%20Search", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/software/comments/12ea4eu/what_tool_or_ai_can_i_use_to_consolidate_a_pdf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 4, + "page_from_internal_links": 15, + "page_from_size": 12921, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What tool or Ai can I use to consolidate a pdf catalog? - r/software", + "page_from_status_code": 200, + "first_seen": "2023-04-09 02:21:47 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 02:21:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Document%20Search", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 212, + "page_from_size": 11881, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random : Automate", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:53:49 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:53:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.eu.org", + "url_from": "https://libreddit.eu.org/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "eu.org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 269, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.234.70", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 15171, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-31 08:58:03 +00:00", + "prev_seen": null, + "last_seen": "2023-03-31 08:58:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 2, + "page_from_internal_links": 223, + "page_from_size": 12552, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random : Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:35:02 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:35:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/transhumanism/comments/11sx41v/easily_find_ai_tools_with_ai_search_give_it_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 19281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Easily find AI tools with AI search, give it a task you want and it will suggest relevant tools that could help (e.g: I want to write scientific research papers). It searches 1300+ tools in the background. hope you find it useful - r/transhumanism", + "page_from_status_code": 200, + "first_seen": "2023-03-25 09:15:50 +00:00", + "prev_seen": null, + "last_seen": "2023-03-25 09:15:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "Try it out here", + "text_post": ", any recommendations/feedback are very welcomed.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/Entrepreneur/comments/11o6ohv/how_do_you_deal_with_customer_support_on_your/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatbot", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 169, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 4, + "page_from_internal_links": 25, + "page_from_size": 19846, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How do you deal with customer support on your side hustle? - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-23 21:23:09 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 21:23:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Chatbot", + "text_pre": "would take some of the workload is to use AI chatbots trained on your docs and some of them can easily be integrated on different platforms in addition to your site.. you might find some inspiration here to start with", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.spike.codes", + "url_from": "https://libreddit.spike.codes/r/transhumanism/comments/11sx41v/easily_find_ai_tools_with_ai_search_give_it_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "codes", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "34.110.138.177", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 19012, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Easily find AI tools with AI search, give it a task you want and it will suggest relevant tools that could help (e.g: I want to write scientific research papers). It searches 1300+ tools in the background. hope you find it useful - r/transhumanism", + "page_from_status_code": 200, + "first_seen": "2023-03-23 19:41:06 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 19:41:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "Try it out here", + "text_post": ", any recommendations/feedback are very welcomed.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 16167, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-19 12:35:29 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 12:35:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 16436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-17 20:05:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-17 20:05:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 25, + "page_from_size": 4565, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random : Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:34:07 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:34:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/Entrepreneur/comments/11o6ohv/how_do_you_deal_with_customer_support_on_your/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatbot", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 25, + "page_from_size": 19504, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How do you deal with customer support on your side hustle? - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-16 10:36:08 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 10:36:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Chatbot", + "text_pre": "would take some of the workload is to use AI chatbots trained on your docs and some of them can easily be integrated on different platforms in addition to your site.. you might find some inspiration here to start with", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.minguyen.de", + "url_from": "https://r.minguyen.de/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "88.99.108.219", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 9631, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-15 09:38:26 +00:00", + "prev_seen": null, + "last_seen": "2023-03-15 09:38:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 9192, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-13 14:04:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-13 14:04:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/Automate/comments/11k1pi6/a_cool_way_to_explore_and_save_ai_tools_set_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 9577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A cool way to explore and save AI tools, set a filter or go random - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-11 16:24:12 +00:00", + "prev_seen": null, + "last_seen": "2023-03-11 16:24:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 10020, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:33:41 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:33:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackernews.ryansolid.workers.dev", + "url_from": "https://hackernews.ryansolid.workers.dev/stories/34738340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "workers.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 64, + "domain_from_platform_type": [ + "news" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.61.96", + "domain_from_country": null, + "page_from_external_links": 2, + "page_from_internal_links": 6, + "page_from_size": 3890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Solid - Hacker News", + "page_from_status_code": 200, + "first_seen": "2023-02-10 16:43:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 16:43:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": "(topai.tools)3 points | by linkology 5 hours ago ago", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful/comments/10x4j6c/revolutionize_your_product_development_with/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 78, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 10, + "page_from_size": 16823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionize Your Product Development with AIProductTools - No Subscriptions, No Ads, No Paywalls, No 3rd Party Tracking - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 00:14:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 00:14:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looks nice and easy to use .. I have an AI tools directory feel free to post it there", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-extended-vlan-range", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 75, + "page_from_rank": 102, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29669, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: extended VLAN range?", + "page_from_status_code": 200, + "first_seen": "2023-08-27 13:55:42 +00:00", + "prev_seen": "2023-10-04 11:21:42 +00:00", + "last_seen": "2023-11-04 06:28:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-extended-vlan-range", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 75, + "page_from_rank": 102, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29669, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: extended VLAN range?", + "page_from_status_code": 200, + "first_seen": "2023-08-27 13:55:42 +00:00", + "prev_seen": "2023-10-04 11:21:42 +00:00", + "last_seen": "2023-11-04 06:28:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Real job description for a Network Architect - How-to: Configure trunk VLAN allowed list? - How-to: Configure spanning tree protocol (STP) Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jamgroup.ir", + "url_from": "https://jamgroup.ir/%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 73, + "page_from_rank": 176, + "domain_from_rank": 334, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.165.31.190", + "domain_from_country": "IR", + "page_from_external_links": 11, + "page_from_internal_links": 17, + "page_from_size": 115823, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "ابزارهای هوش مصنوعی | مشاوران بازاریابی اینترنتی جَم", + "page_from_status_code": 200, + "first_seen": "2023-06-16 02:58:30 +00:00", + "prev_seen": "2023-07-24 03:20:20 +00:00", + "last_seen": "2023-11-15 17:16:54 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "وب سایت", + "text_post": "دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی را به صورت رایگان فراهم نموده است. Top AI tools هیچ خدمات داخلی ندارد و تنها بر روی ثبت اطلاعات مربوط به سرویس AI کار می‌کند. برای ورود به این سایت", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mtu-and-ping-size-confusion", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 135, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 41730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MTU and ping size confusion", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mtu-and-ping-size-confusion", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 135, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 41730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MTU and ping size confusion", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is 6PE? - The ip route-cache command - Bury the hatchet series - The Importance of Networking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/arp-caching-and-timeout", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 92, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is ARP and How it works?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:47:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:47:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/arp-caching-and-timeout", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 72, + "page_from_rank": 92, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is ARP and How it works?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:47:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:47:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - I'm not the only one intrested in Huawie strategies - PBR as a QOS tool - Real job description for a Network Architect", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 71, + "page_from_rank": 173, + "domain_from_rank": 214, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-13 05:51:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 05:51:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 69, + "page_from_rank": 127, + "domain_from_rank": 121, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:11:08 +00:00", + "prev_seen": "2023-10-10 16:11:08 +00:00", + "last_seen": "2023-11-12 12:14:06 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aitools.fyi&utm_source=aitools.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 68, + "page_from_rank": 198, + "domain_from_rank": 259, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-18 17:35:50 +00:00", + "prev_seen": "2023-10-18 17:35:50 +00:00", + "last_seen": "2023-11-20 02:49:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/junos-disable-vs-deactivate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 68, + "page_from_rank": 71, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31563, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "JUNOS Disable vs Deactivate interfaces", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 19:01:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/junos-disable-vs-deactivate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 68, + "page_from_rank": 71, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31563, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "JUNOS Disable vs Deactivate interfaces", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 19:01:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PPPoE MTU Explained - Making Sense of Broadband networks: PPPoE Explained - Fast Convergence: Partial SPF calculation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 67, + "page_from_rank": 64, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes List", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:24:38 +00:00", + "prev_seen": "2023-08-20 20:24:38 +00:00", + "last_seen": "2023-10-19 23:26:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 67, + "page_from_rank": 64, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes List", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:24:38 +00:00", + "prev_seen": "2023-08-20 20:24:38 +00:00", + "last_seen": "2023-10-19 23:26:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attributes List - BGP table analysis and statistics - Introduction to Software-Defined Networks", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-timers-hello-hold-down-and-active", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 66, + "page_from_rank": 63, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP timers (hello, hold and active)", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-timers-hello-hold-down-and-active", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 66, + "page_from_rank": 63, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP timers (hello, hold and active)", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - VRF Selection Based on Source IP Addresses - How-to: Avoid DNS lookup when mistyping a command", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/native-vlan-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 64, + "page_from_rank": 45, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a Native VLAN?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/native-vlan-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 64, + "page_from_rank": 45, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a Native VLAN?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Avoid DNS lookup when mistyping a command - What is: IP unnumbered? - Fast Convergence: Partial SPF calculation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?ref=useaiforit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 109, + "domain_from_rank": 122, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.192.231.252", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:14:41 +00:00", + "prev_seen": "2023-10-05 21:14:41 +00:00", + "last_seen": "2023-11-05 06:11:20 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/classic-dc-m-lag", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 37167, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Classic DC and M-LAG", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:07:51 +00:00", + "prev_seen": "2023-08-21 03:07:51 +00:00", + "last_seen": "2023-10-20 07:52:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/classic-dc-m-lag", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 37167, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Classic DC and M-LAG", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:07:51 +00:00", + "prev_seen": "2023-08-21 03:07:51 +00:00", + "last_seen": "2023-10-20 07:52:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco and Nonstop Forwarding - How-to: Configure PPP authentication Part1 (PAP) - Cisco Profit up 79% Stock down 8%", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 62, + "page_from_rank": 215, + "domain_from_rank": 244, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-20 09:22:50 +00:00", + "prev_seen": "2023-08-20 09:22:50 +00:00", + "last_seen": "2023-10-06 03:50:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-weight", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 61, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Weight Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-weight", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 61, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Weight Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Next-hop address tracking - L3 fabric DC -The underlay Network (BGP) -part2 - BGP performance tuning - Convergence, Stability, Scalability and NSF", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-routers-select-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 60, + "page_from_rank": 2, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How routers select best routes ?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-routers-select-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 60, + "page_from_rank": 2, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How routers select best routes ?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Avoid DNS lookup when mistyping a command - Spanning Tree the problem and the solution - Troubleshoot#1: Correlation vs Causation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-selection-based-on-source-ip-addresses", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Selection Based on Source IP Addresses", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:47:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:47:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-selection-based-on-source-ip-addresses", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Selection Based on Source IP Addresses", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:47:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:47:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static routes and next hops - Network Design Evaluation - How-to: Configure Spanning tree protocol Part2", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-rip-route-summarization", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure RIP route summarization", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:43:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:43:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-rip-route-summarization", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 59, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure RIP route summarization", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:43:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:43:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PPP in brief - PBR as a QOS tool - IPv6 Tutorial: The overview", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "salesconservatory.com", + "url_from": "https://salesconservatory.com/reviews/autoblogger-ai-review/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/contents-com-vs-seo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 127, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "110.232.143.96", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 120999, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Autoblogging.ai - a review - Sales Conservatory", + "page_from_status_code": 200, + "first_seen": "2023-11-23 23:16:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-23 23:16:08 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "2", + "text_pre": "Yes​", + "text_post": "​", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.whatsnewonthenet.com", + "url_from": "https://www.whatsnewonthenet.com/topai-offers-directory-of-curated-ai-tools-startups/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 348, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "50.116.95.58", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 24, + "page_from_size": 106793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "“TopAI” offers directory of curated AI tools – Startups - What's New On The Net", + "page_from_status_code": 200, + "first_seen": "2023-03-08 18:36:24 +00:00", + "prev_seen": "2023-10-04 14:09:09 +00:00", + "last_seen": "2023-11-20 17:55:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": "is a directory of such hAI tools. The developers of this startup took into consideration the confusion, lack of public knowledge, & ineffective methods currently available to discover AI tools &", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "skilldeck.org", + "url_from": "https://skilldeck.org/free-ai-essay-generator-for-aspiring-coders-and-students/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/academichelp-ai-writer?ref=embed", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.36", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 23, + "page_from_size": 196904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Essay Generator for Aspiring Coders and Students - Skill Deck", + "page_from_status_code": 200, + "first_seen": "2023-09-17 05:47:04 +00:00", + "prev_seen": "2023-10-13 10:33:26 +00:00", + "last_seen": "2023-11-18 11:26:34 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": false, + "alt": "AcademicHelp AI Writer Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.inouts.com", + "url_from": "https://www.inouts.com/services/aitoptools--b3a15a", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=inouts.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.89", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 58215, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiTop.tools Service | Inouts", + "page_from_status_code": 200, + "first_seen": "2023-09-04 23:03:40 +00:00", + "prev_seen": "2023-09-04 23:03:40 +00:00", + "last_seen": "2023-11-13 09:57:18 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AiTop.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.inouts.com", + "url_from": "https://www.inouts.com/services/aitoptools--b3a15a", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=inouts.com&ref=inouts.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.89", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 58215, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiTop.tools Service | Inouts", + "page_from_status_code": 200, + "first_seen": "2023-09-04 23:03:40 +00:00", + "prev_seen": "2023-09-04 23:03:40 +00:00", + "last_seen": "2023-11-13 09:57:18 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "website", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "allinfoworld.com", + "url_from": "https://allinfoworld.com/the-role-of-ai-chatbot-characters-in-modern-communication/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-chatbot-for-fictional-characters", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.132.226", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 29, + "page_from_size": 214302, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Role of AI Chatbot Characters in Modern Communication - All Info World", + "page_from_status_code": 200, + "first_seen": "2023-10-08 07:49:39 +00:00", + "prev_seen": "2023-10-08 07:49:39 +00:00", + "last_seen": "2023-11-12 19:36:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI chatbot characters", + "text_pre": "Customer service is a vital part of any flourishing company. However, providing round-the-clock assistance to customers can be a challenging task. Enter", + "text_post": ", which have transformed the customer support landscape. These virtual assistants can provide instant support, address common queries, and offer personalized recommendations without requiring human intervention.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/posts/first-steps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 2, + "page_from_size": 24212, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EnterGPT 101: First Steps", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:17:57 +00:00", + "prev_seen": "2023-10-05 21:17:57 +00:00", + "last_seen": "2023-11-05 06:13:03 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/1379492", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 580, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 38, + "page_from_size": 8583, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:38:02 +00:00", + "prev_seen": "2023-08-01 08:38:02 +00:00", + "last_seen": "2023-11-04 02:56:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/144363", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 37, + "page_from_size": 7860, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-11-04 02:50:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 02:50:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.4hd.com.br", + "url_from": "https://www.4hd.com.br/blog/2023/09/13/brincando-com-ia-e-base-de-conhecimento/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-answer-engine", + "url_to_https": true, + "tld_from": "com.br", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": [ + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "67.205.46.252", + "domain_from_country": "BR", + "page_from_external_links": 3, + "page_from_internal_links": 60, + "page_from_size": 147202, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Brincando com IA e Base de conhecimento – Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-19 09:07:27 +00:00", + "prev_seen": "2023-09-19 09:07:27 +00:00", + "last_seen": "2023-10-29 17:07:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "60 Top AI AI Answer Engine Tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-asn", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 38800, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP 4-Byte ASN", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:56 +00:00", + "prev_seen": "2023-09-17 10:08:56 +00:00", + "last_seen": "2023-10-22 14:47:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-asn", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 38800, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP 4-Byte ASN", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:56 +00:00", + "prev_seen": "2023-09-17 10:08:56 +00:00", + "last_seen": "2023-10-22 14:47:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP fast-external-fallover - What is BGP 4-byte AS number? - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/time-change", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31102, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "It is time to make a CHANGE", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure RIP route summarization - How-TO: Configure DHCP on a CISCO router - Cisco and Nonstop Forwarding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/time-change", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31102, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "It is time to make a CHANGE", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-ai-tools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure BGP aggregation Part2 - Network Design Evaluation - Eman in Cairo", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-ai-tools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:52:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:52:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-select-your-core-routers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to select your core routers?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:36 +00:00", + "prev_seen": "2023-09-17 10:04:36 +00:00", + "last_seen": "2023-10-20 07:52:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-select-your-core-routers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to select your core routers?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:36 +00:00", + "prev_seen": "2023-09-17 10:04:36 +00:00", + "last_seen": "2023-10-20 07:52:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-TO: Configure DHCP on a CISCO router - Frame-relay traffic shaping using MQC - How to become a Network Engineer?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-traffic-shaping-using-mqc", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay traffic shaping using MQC", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:13:57 +00:00", + "prev_seen": "2023-09-17 10:13:57 +00:00", + "last_seen": "2023-10-20 07:51:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP timers (hello, hold and active) - What is: AToM Control-Word? - It is time to make a CHANGE", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-traffic-shaping-using-mqc", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay traffic shaping using MQC", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:13:57 +00:00", + "prev_seen": "2023-09-17 10:13:57 +00:00", + "last_seen": "2023-10-20 07:51:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/jumbo-frames", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Jumbo Frames", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/jumbo-frames", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Jumbo Frames", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Classic DC and M-LAG - The ip route-cache command - Bury the hatchet series - LDP neighbor discovery, session establishment and maintenance", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-bgp-aggregation-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: BPDU filter? - Measuring your SUCCESS - What is: AToM Control-Word?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-toconfigure-bgp-aggregation-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/automatic-summarization-in-rip-and-eigrp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Automatic summarization in RIP and EIGRP", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:11 +00:00", + "prev_seen": "2023-09-17 10:08:11 +00:00", + "last_seen": "2023-10-20 07:49:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: a voice VLAN port? - The Importance of Networking - The Forgotten skill of technical writing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/automatic-summarization-in-rip-and-eigrp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Automatic summarization in RIP and EIGRP", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:11 +00:00", + "prev_seen": "2023-09-17 10:08:11 +00:00", + "last_seen": "2023-10-20 07:49:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mtu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MTU?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:04 +00:00", + "prev_seen": "2023-09-17 10:07:04 +00:00", + "last_seen": "2023-10-20 07:49:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mtu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MTU?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:04 +00:00", + "prev_seen": "2023-09-17 10:07:04 +00:00", + "last_seen": "2023-10-20 07:49:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - The Forgotten skill of technical writing - Introducing topAi.tools: Your Comprehensive Resource for AI", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning tree protocol Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:48:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:48:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Automatic summarization in RIP and EIGRP - 7 Actions to get your network ready for IPv6 - How-to:Configure BGP aggregation Part2", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning tree protocol Part2", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:48:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:48:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/network-design-evaluation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Network Design Evaluation", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:17 +00:00", + "prev_seen": "2023-10-05 06:01:45 +00:00", + "last_seen": "2023-10-20 07:48:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Few ways scripting can keep you sane - I'm not the only one intrested in Huawie strategies - What is MTU?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/network-design-evaluation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Network Design Evaluation", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:17 +00:00", + "prev_seen": "2023-10-05 06:01:45 +00:00", + "last_seen": "2023-10-20 07:48:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/routers-memory-types", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Routers' Memory types", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:46:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:46:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure Spanning Tree Protocol Part3 - Private IP address ranges - 150+ Linux and Devops tools Cheatsheets", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/routers-memory-types", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Routers' Memory types", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:46:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:46:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/webwhiz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webwhiz", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 63582, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WebWhiz -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:37 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "WebWhiz", + "text_pre": null, + "text_post": "is an AI-powered tool enabling users to build a personalized chatbot for their website using the ChatGPT model, offering instant customer support and query handling.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/wizi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizi", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 52209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wizi -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:58:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:58:37 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Wizi", + "text_pre": null, + "text_post": "is an AI tool proficient in executing common frontend tasks, including code writing, detail implementation, and pull request generation, aiming to enhance efficiency by eliminating repetitive tasks.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/jedi-gpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jedi-gpt", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 65861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Jedi GPT -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:54:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:54:48 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "JediGPT", + "text_pre": null, + "text_post": "is an AI tool, powered by Tradomate, that serves as a career guide for aspiring Jedi, offering updated trends and news, focusing on privacy and data protection.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/zizoto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zizoto", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 49207, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Zizoto -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:49:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:49:36 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/zizoto", + "text_pre": "Zizoto, featured on", + "text_post": ", is an artificial intelligence-driven image generation tool offering unique visual creation through a collaborative social network, powered by the Stable Diffusion's SDXL model.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/yourhana-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yourhana-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 50843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Yourhana.ai -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:48:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:48:40 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Hana", + "text_pre": null, + "text_post": "is an ideal AI companion, offering true companionship 24/7 with capabilities for conversation, emotional support, and advice.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/chatgpt-prompt-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-prompt-generator", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 48487, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT Prompt Generator -", + "page_from_status_code": 200, + "first_seen": "2023-10-18 23:44:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 23:44:10 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chatgpt-prompt-generator", + "text_pre": "ChatGPT Prompt Generator at", + "text_post": "is designed to enhance user experience by allowing the AI to assume specific roles, staying on track, and experimenting with different prompts for improved results.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/190706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 665, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 37, + "page_from_size": 7915, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-10-06 12:20:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 12:20:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mkdir-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29501, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MKDIR Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PYENV Commands Cheat Sheet - APT-GET Commands Cheat Sheet - RM Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mkdir-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29501, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MKDIR Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/uptime-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "UPTIME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/uptime-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "UPTIME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - WGET Commands Cheat Sheet - TRUNCATE Commands Cheat Sheet - STDOUT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/acl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30180, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ACL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMAP Commands Cheat Sheet - RM Commands Cheat Sheet - ZONEADM Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/acl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30180, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ACL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29889, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/top-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29889, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PODMAN Commands Cheat Sheet - AG Commands Cheat Sheet - SHUTDOWN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snmpwalk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNMPWALK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - OPENSSL Commands Cheat Sheet - PWD Commands Cheat Sheet - GREP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snmpwalk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNMPWALK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apt-cache-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APT-CACHE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TOP Commands Cheat Sheet - SUDO Commands Cheat Sheet - Apache benchmarking (ab) commands cheat sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apt-cache-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APT-CACHE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/convert-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30297, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CONVERT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/convert-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30297, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CONVERT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMAP Commands Cheat Sheet - FZF Commands Cheat Sheet - USERMOD Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rpm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30018, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RPM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rpm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30018, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RPM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ANSIBLE-VAULT Commands Cheat Sheet - MAN Commands Cheat Sheet - CONVERT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sed-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30065, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SED Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sed-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30065, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SED Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MAN Commands Cheat Sheet - SU Commands Cheat Sheet - MORE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wc-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29779, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wc-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29779, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PWD Commands Cheat Sheet - DOCKER Commands Cheat Sheet - CMP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lsof-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSOF Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PYTHON Commands Cheat Sheet - VAGRANT Commands Cheat Sheet - UNZIP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lsof-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSOF Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/date-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DATE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - KILL Commands Cheat Sheet - MOUNT Commands Cheat Sheet - APT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/date-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DATE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:07:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rename-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RENAME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rename-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RENAME Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - FZF Commands Cheat Sheet - JOURNALCTL Commands Cheat Sheet - SCREEN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/free-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/free-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - DD Commands Cheat Sheet - REGEX Commands Cheat Sheet - CD Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pwd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29324, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PWD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pwd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29324, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PWD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SED Commands Cheat Sheet - HARDWARE-INFO Commands Cheat Sheet - CSPLIT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/alias-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ALIAS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/alias-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ALIAS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BZIP2 Commands Cheat Sheet - DIFF Commands Cheat Sheet - NTP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlite3-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLITE3 Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlite3-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLITE3 Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - DOCKER-COMPOSE Commands Cheat Sheet - PS Commands Cheat Sheet - SHRED Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemd-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PKILL Commands Cheat Sheet - VIRSH Commands Cheat Sheet - DATE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29443, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PATCH Commands Cheat Sheet - TAIL Commands Cheat Sheet - SNMPWALK Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29443, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ssh-add-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SSH-ADD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ssh-add-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SSH-ADD Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MKDIR Commands Cheat Sheet - RSYNC Commands Cheat Sheet - PKILL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lscpu-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSCPU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - XXD Commands Cheat Sheet - WGET Commands Cheat Sheet - MOUNT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/lscpu-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LSCPU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/virsh-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VIRSH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/virsh-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VIRSH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ULIMIT Commands Cheat Sheet - KUBECTL Commands Cheat Sheet - DF Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/stdout-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "STDOUT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - FZF Commands Cheat Sheet - NETSTAT Commands Cheat Sheet - TEE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/stdout-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "STDOUT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31810, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SMBCLIENT Commands Cheat Sheet - CP Commands Cheat Sheet - SVN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/snap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31810, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SNAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/multipass-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MULTIPASS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NTP Commands Cheat Sheet - RSYNC Commands Cheat Sheet - DOCKER Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/multipass-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MULTIPASS Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/out-of-band-management-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Out of Band Management Networks - Console Servers", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: AToM Control-Word? - Find the difference between dates in Python Example - L3 fabric DC -The underlay Network -Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/out-of-band-management-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Out of Band Management Networks - Console Servers", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/split-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - UPTIME Commands Cheat Sheet - SYSTEMCTL Commands Cheat Sheet - NTP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/split-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mysql-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30456, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MYSQL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SELINUX Commands Cheat Sheet - REGEX Commands Cheat Sheet - UNAME Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mysql-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30456, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MYSQL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pkill-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PKILL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TAR Commands Cheat Sheet - AT Commands Cheat Sheet - STDOUT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pkill-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PKILL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/curl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CURL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/curl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CURL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TIMEDATECTL Commands Cheat Sheet - MKDIR Commands Cheat Sheet - CMP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mount-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29708, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MOUNT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mount-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29708, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MOUNT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - UPTIME Commands Cheat Sheet - MOUNT Commands Cheat Sheet - SCREEN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/regex-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "REGEX Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMAP Commands Cheat Sheet - LSOF Commands Cheat Sheet - ACL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/regex-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "REGEX Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/csplit-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CSPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/csplit-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CSPLIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TOP Commands Cheat Sheet - NMCLI Commands Cheat Sheet - SQLITE3 Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-atom-control-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: AToM Control-Word?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-atom-control-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: AToM Control-Word?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Spanning Tree the problem and the solution - Carrier Routing System (CRS-1) Overview - CCIE SPv4.1 Blueprint Resources", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-bpdu-filter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: BPDU filter?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - I woke up in the morning and the internet was not there - Understanding BGP communities - Before you buy a Console Server", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-bpdu-filter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: BPDU filter?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cmp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30054, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CMP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cmp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30054, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CMP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SYSTEMCTL Commands Cheat Sheet - RPM Commands Cheat Sheet - DATE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/zoneadm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ZONEADM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - HARDWARE-INFO Commands Cheat Sheet - LS Commands Cheat Sheet - ULIMIT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/zoneadm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ZONEADM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/timedatectl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TIMEDATECTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/timedatectl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TIMEDATECTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SED Commands Cheat Sheet - APT-CACHE Commands Cheat Sheet - CP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/env-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ENV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SMBCLIENT Commands Cheat Sheet - RSYNC Commands Cheat Sheet - PKILL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/env-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ENV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmcli-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30596, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMCLI Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmcli-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30596, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMCLI Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CONVERT Commands Cheat Sheet - PWD Commands Cheat Sheet - WC Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ethtool-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ETHTOOL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ethtool-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ETHTOOL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PIP Commands Cheat Sheet - ANSIBLE-GALAXY Commands Cheat Sheet - CP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sockstat-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29424, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SOCKSTAT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sockstat-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29424, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SOCKSTAT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - RENAME Commands Cheat Sheet - PWD Commands Cheat Sheet - ALIAS Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemctl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMCTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - FREE Commands Cheat Sheet - IP Commands Cheat Sheet - SYSTEMD Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/systemctl-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SYSTEMCTL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:04:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:04:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/patch-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PATCH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/patch-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PATCH Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PKILL Commands Cheat Sheet - NMAP Commands Cheat Sheet - SHUTDOWN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/podman-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PODMAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MULTIPASS Commands Cheat Sheet - SS Commands Cheat Sheet - UNZIP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/podman-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PODMAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wget-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WGET Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - JOURNALCTL Commands Cheat Sheet - HEAD Commands Cheat Sheet - CPDF Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/wget-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WGET Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29512, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/apk-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29512, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "APK Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - USERMOD Commands Cheat Sheet - APT-GET Commands Cheat Sheet - UNAME Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tail-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29764, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TAIL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tail-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29764, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TAIL Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MAN Commands Cheat Sheet - SSH-KEYGEN Commands Cheat Sheet - SQLITE3 Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PIP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PIP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:03:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SQLITE3 Commands Cheat Sheet - MINIKUBE Commands Cheat Sheet - RM Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sqlmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SQLMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - LSCPU Commands Cheat Sheet - MV Commands Cheat Sheet - DOCKER Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/more-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MORE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/more-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MORE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ZONEADM Commands Cheat Sheet - SSH-ADD Commands Cheat Sheet - WGET Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-routing-system-crs-1-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 31807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Routing System (CRS-1) Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Real job description for a Network Architect - Frame-relay traffic shaping using MQC - What is: IP unnumbered?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-routing-system-crs-1-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 31807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Routing System (CRS-1) Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/why-bgp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why BGP?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/why-bgp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why BGP?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VRF Lite - How to select your core routers? - CCIE SPv4.1 Blueprint Resources", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29926, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - LSCPU Commands Cheat Sheet - SYSTEMD Commands Cheat Sheet - ETHTOOL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29926, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-forgotten-skill-of-technical-writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31941, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Forgotten skill of technical writing", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:41:29 +00:00", + "prev_seen": "2023-08-21 03:41:29 +00:00", + "last_seen": "2023-10-05 06:02:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Where have we been? - Frame-relay traffic shaping using MQC - 150+ Linux and Devops tools Cheatsheets", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-forgotten-skill-of-technical-writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31941, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Forgotten skill of technical writing", + "page_from_status_code": 200, + "first_seen": "2023-08-21 03:41:29 +00:00", + "prev_seen": "2023-08-21 03:41:29 +00:00", + "last_seen": "2023-10-05 06:02:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32721, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VIRSH Commands Cheat Sheet - PKILL Commands Cheat Sheet - STDOUT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/nmap-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32721, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NMAP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/minikube-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MINIKUBE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PODMAN Commands Cheat Sheet - MULTIPASS Commands Cheat Sheet - SNAP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/minikube-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MINIKUBE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ntp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29929, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NTP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ntp-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29929, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NTP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - WGET Commands Cheat Sheet - ZONEADM Commands Cheat Sheet - PATCH Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crontab-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRONTAB Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crontab-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRONTAB Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NTP Commands Cheat Sheet - MORE Commands Cheat Sheet - APK Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/route-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31041, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ROUTE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/route-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31041, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ROUTE Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SHUTDOWN Commands Cheat Sheet - SPLIT Commands Cheat Sheet - MORE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/du-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29711, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/du-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29711, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DU Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IP Commands Cheat Sheet - PKILL Commands Cheat Sheet - MYSQL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mv-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mv-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MV Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:01:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TIMEDATECTL Commands Cheat Sheet - CURL Commands Cheat Sheet - ENV Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/smbclient-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SMBCLIENT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/smbclient-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SMBCLIENT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CP Commands Cheat Sheet - ETHTOOL Commands Cheat Sheet - RSYNC Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/find-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FIND Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SQLMAP Commands Cheat Sheet - REGEX Commands Cheat Sheet - CSPLIT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/find-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FIND Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rsync-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RSYNC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/rsync-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RSYNC Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NMCLI Commands Cheat Sheet - PIP Commands Cheat Sheet - SYSTEMCTL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/xmlto-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29608, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "XMLTO Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CMP Commands Cheat Sheet - GIT Commands Cheat Sheet - SOCKSTAT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/xmlto-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29608, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "XMLTO Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-virtual-templateaccess-interface", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a virtual template/access interface?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:42 +00:00", + "prev_seen": "2023-09-17 10:07:42 +00:00", + "last_seen": "2023-10-05 06:00:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-virtual-templateaccess-interface", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is a virtual template/access interface?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:42 +00:00", + "prev_seen": "2023-09-17 10:07:42 +00:00", + "last_seen": "2023-10-05 06:00:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static routes and next hops - Few ways scripting can keep you sane - Spanning Tree the problem and the solution", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/measuring-your-success", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Measuring your SUCCESS", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is ARP and How it works? - What is: BPDU filter? - Automatic summarization in RIP and EIGRP", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/measuring-your-success", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Measuring your SUCCESS", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/before-you-buy-a-console-server", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Before you buy a Console Server", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/before-you-buy-a-console-server", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Before you buy a Console Server", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Understanding BGP communities - MTU and ping size confusion - Data Center Network Fundamentals", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crs-1-hardware-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRS-1 Hardware Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Why BGP? - How-TO: Configure DHCP on a CISCO router - Network Design Evaluation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/crs-1-hardware-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CRS-1 Hardware Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-and-next-hops", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static routes and next hops", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is ARP and How it works? - PBR as a QOS tool - PPP in brief", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-and-next-hops", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static routes and next hops", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eman-in-cairo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30640, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Eman in Cairo", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Understand MTU and MRU - The Full Story - What is ARP and How it works? - Private IP address ranges", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eman-in-cairo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30640, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Eman in Cairo", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/shutdown-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SHUTDOWN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CP Commands Cheat Sheet - MINIKUBE Commands Cheat Sheet - NTP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/shutdown-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SHUTDOWN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/man-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/man-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MAN Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MAN Commands Cheat Sheet - NMAP Commands Cheat Sheet - CRONTAB Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vagrant-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VAGRANT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vagrant-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VAGRANT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:59:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:59:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - AG Commands Cheat Sheet - DU Commands Cheat Sheet - SMBCLIENT Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ROUTE Commands Cheat Sheet - FIND Commands Cheat Sheet - RSYNC Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ip-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IP Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sort-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SORT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MV Commands Cheat Sheet - XMLTO Commands Cheat Sheet - ROUTE Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sort-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SORT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/slurm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SLURM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SHUTDOWN Commands Cheat Sheet - VAGRANT Commands Cheat Sheet - MAN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/slurm-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SLURM Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning Tree Protocol Part3", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is Integrated ISIS? - Find the difference between dates in Python Example - Carrier Supporting Carrier - The whole story (1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Spanning Tree Protocol Part3", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-metric-manipulation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP metric manipulation", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - How-to:Configure RIP route summarization - How-to: Configure trunk VLAN allowed list?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/eigrp-metric-manipulation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EIGRP metric manipulation", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/connected-routes-advertisment", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Connected Routes Advertisment", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:35 +00:00", + "prev_seen": "2023-09-17 10:08:35 +00:00", + "last_seen": "2023-10-05 05:57:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/connected-routes-advertisment", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Connected Routes Advertisment", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:35 +00:00", + "prev_seen": "2023-09-17 10:08:35 +00:00", + "last_seen": "2023-10-05 05:57:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Eman in Cairo - CRS-1 Hardware Overview - Static routes and next hops", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ab-commads-cheatsheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30454, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Apache benchmarking (ab) commands cheat sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ab-commads-cheatsheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30454, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Apache benchmarking (ab) commands cheat sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SORT Commands Cheat Sheet - SLURM Commands Cheat Sheet - IP Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/topaitools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Frame-relay traffic shaping using MQC - DHCP client testing tool - CAR - Rate limit examples", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/topaitools-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introducing topAi.tools: Your Comprehensive Resource for AI Solutions", + "page_from_status_code": 200, + "first_seen": "2023-06-21 14:28:21 +00:00", + "prev_seen": "2023-07-31 23:26:49 +00:00", + "last_seen": "2023-10-05 05:56:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topAi.tools", + "text_pre": null, + "text_post": "serves as an aggregator and curator of AI tools, providing a one-stop resource for users to explore and discover the most suitable tools for their needs. Our directory is meticulously organized, ensuring", + "semantic_location": "section", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/whatis-openstack-neutron", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34390, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openstack Neutron Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Security - BGP helicopter view - BGP Next-hop address tracking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/whatis-openstack-neutron", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34390, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openstack Neutron Overview", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/data-center-network-fundamentals", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Data Center Network Fundamentals", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VTP in brief - How-to: Configure Spanning Tree Protocol Part3 - Private IP address ranges", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/data-center-network-fundamentals", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Data Center Network Fundamentals", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/python-date-delta", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find the difference between dates in Python Example", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:50 +00:00", + "prev_seen": "2023-09-17 10:02:50 +00:00", + "last_seen": "2023-10-05 05:56:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure spanning tree protocol (STP) Part1 - Where have we been? - What is 6PE?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/python-date-delta", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find the difference between dates in Python Example", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:50 +00:00", + "prev_seen": "2023-09-17 10:02:50 +00:00", + "last_seen": "2023-10-05 05:56:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/doc/news:08BF6E5A", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 28, + "page_from_size": 34364, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TopAi.tools: Aide | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:04:14 +00:00", + "prev_seen": "2023-07-26 05:53:01 +00:00", + "last_seen": "2023-09-25 00:48:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "#artificialintelligence ", + "text_pre": "Mar-19-2023, 19:25:12 GMT–", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/comment/654713", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 481, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 39, + "page_from_size": 8659, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-20 20:11:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 20:11:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/comment/205931", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "87.162.254.67", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 59, + "page_from_size": 16424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 14:33:07 +00:00", + "prev_seen": "2023-07-29 14:33:07 +00:00", + "last_seen": "2023-09-19 17:43:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 366, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 71, + "page_from_size": 27748, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-27 07:50:03 +00:00", + "prev_seen": "2023-07-27 07:50:03 +00:00", + "last_seen": "2023-09-18 09:49:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-flow-control", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37883, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Flow Control", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Flow Control - TCP Protocol: Slow Start - TCP Protocol: The Overview - Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-flow-control", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 37883, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Flow Control", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-or-juniper-which-one-should-i-choose", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco or Juniper, Which one should I choose?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is 6PE? - Private IP address ranges - What is: extended VLAN range?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-or-juniper-which-one-should-i-choose", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco or Juniper, Which one should I choose?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-local-prefernce-attribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Local Preference Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-local-prefernce-attribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 31680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Local Preference Attribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Route Reflector Basics - BGP Routing Information Base (RIB) - What is BGP 4-byte AS number?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-label-mapping-in-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static Routes Label Binding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/static-routes-label-mapping-in-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 51109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Static Routes Label Binding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS VPN security threats - What is MPLS? - Static Routes Label Binding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-next-hop-address-tracking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Next-hop address tracking", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Weight Attribute - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1) - BGP table analysis and statistics", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-next-hop-address-tracking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Next-hop address tracking", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/per-packet-vs-per-destination-load-balancing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Per packet vs Per destination load balancing", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is ARP and How it works? - 7 Actions to get your network ready for IPv6 - Fast convergence overview", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/per-packet-vs-per-destination-load-balancing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Per packet vs Per destination load balancing", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:08:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:08:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/distribute-list-gateway-with-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 30916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "distribute-list gateway with OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/distribute-list-gateway-with-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 15, + "page_from_size": 30916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "distribute-list gateway with OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part2-routing-levels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30604, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained Part2 (Routing Levels)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part2-routing-levels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30604, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained Part2 (Routing Levels)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How to: use IS-IS overload bit - IS-IS MTU Mismatch - IS-IS Neighbor Discovery", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configurebgp-aggregation-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 37831, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configurebgp-aggregation-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 37831, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to:Configure BGP aggregation Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Jumbo Frames - Carrier Supporting Carrier - The whole story (2) - What is: AToM Control-Word?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution: LDP Part3", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution: LDP Part3", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Inter-AS MPLS VPN - The whole story (1) - MPLS Label Operations - What is MPLS?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/6pe", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 32064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is 6PE?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How to become a Network Engineer? - DHCP client testing tool - What is 6PE?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/6pe", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 32064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is 6PE?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30641, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Operations", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30641, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Operations", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - The Role of BGP in MPLS networks - L2VPN Pseudowire Redundancy (MPLS AToM Redundancy) - MPLS Label Distribution - LDP Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-three-way-handshake", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35138, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Three-way Handshake", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Slow Start - TCP Protocol: TCP 3-way handshaking #2 - TCP Protocol: The Overview - Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-three-way-handshake", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35138, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Three-way Handshake", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-fast-external-fallover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP fast-external-fallover", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-fast-external-fallover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP fast-external-fallover", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Next-hop address tracking - BGP 4-Byte ASN - BGP Weight Attribute", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-tcp-3-way-handshake-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 39002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: TCP 3-way handshaking #2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-tcp-3-way-handshake-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 39002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: TCP 3-way handshaking #2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Slow Start - TCP Protocol: Flow Control - TCP Protocol: The Overview - Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-ppp-authentication-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure PPP authentication Part1 (PAP)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-ppp-authentication-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure PPP authentication Part1 (PAP)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Load balancing in a nutshell - Classic DC and M-LAG - System MTU explained", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-addressing-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 34520, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Addressing #1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-addressing-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 34520, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Addressing #1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Limiting non-business related applications during work hours - Interview with Emmanuel Conde - Static routes and next hops", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-slow-start", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 35788, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Slow Start", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-slow-start", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 21, + "page_from_size": 35788, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: Slow Start", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Flow Control - TCP Protocol: The Overview - Part1 - TCP Protocol: TCP 3-way handshaking #2", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-rid-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 31024, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF RID Story", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-rid-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 31024, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF RID Story", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-ospf-selects-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29749, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How OSPF selects best routes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-ospf-selects-best-routes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29749, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How OSPF selects best routes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-3-packets-and-database", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 41861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 3 \"Packets and Database\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-3-packets-and-database", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 41861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 3 \"Packets and Database\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 34566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 34566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-ip-route-cache-command-bury-the-hatchet-series", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The ip route-cache command - Bury the hatchet series", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-ip-route-cache-command-bury-the-hatchet-series", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 34279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The ip route-cache command - Bury the hatchet series", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP metric manipulation - PPP in brief - Data Center Network Fundamentals", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-data-center", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP in the Data Center", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Routing Information Base (RIB) - BGP Route Refresh Capability - BGP in the Data Center", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-data-center", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 34202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP in the Data Center", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-use-is-is-overload-bit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30351, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to: use IS-IS overload bit", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How to: use IS-IS overload bit - IS-IS explained (Part1) - IS-IS and fast convergence ongoing tricks", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-use-is-is-overload-bit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30351, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to: use IS-IS overload bit", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-underlay-network-dc-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 39746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network (BGP) -part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Next-hop address tracking - BGP helicopter view - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-underlay-network-dc-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 39746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network (BGP) -part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-drbdr-election-myth", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF DR/BDR Election Myth", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-drbdr-election-myth", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF DR/BDR Election Myth", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ldp-extended-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is LDP extended discovery?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:45 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Troubleshoot#2: Core Dumps for Network Engineers - System MTU explained - Per packet vs Per destination load balancing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ldp-extended-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is LDP extended discovery?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:45 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-is-is-router-id", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 16, + "page_from_size": 31006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF & IS-IS Router ID", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-is-is-router-id", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 16, + "page_from_size": 31006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF & IS-IS Router ID", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2) - BGP Route Refresh Capability - BGP 4-Byte ASN", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 34878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MPLS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-mpls", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 20, + "page_from_size": 34878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is MPLS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS control and forwarding planes - MPLS Label Distribution: LDP Part3 - Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) -", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/passive-interface-command-behavior-in-rip-eigrp-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29798, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Passive-interface command behavior in RIP, EIGRP & OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/passive-interface-command-behavior-in-rip-eigrp-ospf", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 29798, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Passive-interface command behavior in RIP, EIGRP & OSPF", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-cost-calculation-pitfall-with-high-bandwidth-interfaces", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30803, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF cost calculation pitfall with high bandwidth interfaces", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-cost-calculation-pitfall-with-high-bandwidth-interfaces", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 14, + "page_from_size": 30803, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF cost calculation pitfall with high bandwidth interfaces", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/choosing-pe-ce-routing-protocol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Choosing PE-CE Routing protocol", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/choosing-pe-ce-routing-protocol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Choosing PE-CE Routing protocol", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Addressing #1 - What is: extended VLAN range? - Where have we been?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-dis-in-practice", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37329, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS DIS in Practice", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS explained Part2 (Routing Levels) - IS-IS explained (Part1) - IS-IS MTU Mismatch", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-dis-in-practice", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 37329, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS DIS in Practice", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:00:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:00:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-neighbor-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS Neighbor Discovery", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-neighbor-discovery", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS Neighbor Discovery", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS MTU Mismatch - IS-IS Neighbor Discovery - IS-IS explained Part2 (Routing Levels)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-labels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33411, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Special Labels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:55:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:55:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS Label Distribution - LDP Part2 - Inter-AS MPLS VPN - The whole story (1) - MPLS control and forwarding planes", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-labels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 33411, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Special Labels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:55:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:55:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-vpn-security-threats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS VPN security threats", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:52:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:52:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008 - The Role of BGP in MPLS", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-vpn-security-threats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS VPN security threats", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:52:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:52:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pbr-as-a-qos-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30082, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PBR as a QOS tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:37:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:37:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Addressing #1 - What is MTU? - Classic DC and M-LAG", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/pbr-as-a-qos-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30082, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PBR as a QOS tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:37:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:37:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/black-hole-filtering", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29700, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Black hole filtering", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/black-hole-filtering", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29700, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Black hole filtering", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:14:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:14:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure Spanning tree protocol Part2 - Life Follows a Plan, but the Plan is not Yours ! - LDP neighbor discovery, session establishment and", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31405, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained (Part1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-explained-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 31405, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS explained (Part1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS MTU Mismatch - IS-IS explained (Part1) - How to: use IS-IS overload bit", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/where-have-we-been", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29090, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Where have we been?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/where-have-we-been", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 29090, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Where have we been?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure BGP aggregation Part1 - Find the difference between dates in Python Example - What is: IP unnumbered?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/unicast-reverse-path-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unicast Reverse Path Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/unicast-reverse-path-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32394, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unicast Reverse Path Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CAR - Rate limit examples - How-to:Configure BGP aggregation Part2 - I'm not the only one intrested in Huawie strategies", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/prefix-list-dilemma", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32943, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prefix-list dilemma", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/prefix-list-dilemma", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32943, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prefix-list dilemma", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Choosing PE-CE Routing protocol - DHCP client testing tool - Jumbo Frames", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast convergence overview", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Unicast Address - Static routes and next hops - Black hole filtering", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast convergence overview", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:06:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:06:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 29873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 29873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part2", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008 - The Role of BGP in MPLS", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/few-ways-scripting-can-keep-you-sane", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Few ways scripting can keep you sane", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Out of Band Management Networks - Console Servers - Per packet vs Per destination load balancing - Frame-relay Discard Eligibility Bit (DE)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/few-ways-scripting-can-keep-you-sane", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 32339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Few ways scripting can keep you sane", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:05:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-updated-dec-2008", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 29919, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS VPN security threats - MPLS Label Distribution: LDP Part3 - MPLS Label Operations", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-updated-dec-2008", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 22, + "page_from_size": 29919, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/spanning-tree-the-problem-and-the-solution", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spanning Tree the problem and the solution", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:03:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: BPDU filter? - CAR - Rate limit examples - Before you buy a Console Server", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/spanning-tree-the-problem-and-the-solution", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 30738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spanning Tree the problem and the solution", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:03:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-default-originate-insights", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Default-Originate insights", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Introduction to Software-Defined Networks - BGP 4-Byte ASN - BGP Next-hop address tracking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-default-originate-insights", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Default-Originate insights", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-is-is-performance-tuning", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31877, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: IS-IS performance tuning", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS and fast convergence ongoing tricks - IS-IS explained (Part1) - IS-IS DIS in Practice", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-is-is-performance-tuning", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 31877, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: IS-IS performance tuning", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/system-mtu-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32278, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "System MTU explained", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:01:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Unicast Reverse Path Forwarding - Why BGP? - How routers select best routes ?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/system-mtu-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 32278, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "System MTU explained", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:01:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-discard-eligibility-bit-de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay Discard Eligibility Bit (DE)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Making sense of Broadband networks – VLAN Model - Why BGP? - Network Design Evaluation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/frame-relay-discard-eligibility-bit-de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 35848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Frame-relay Discard Eligibility Bit (DE)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/link-state-protocols-and-areas-concept", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30745, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Link state protocols and Areas concept", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/link-state-protocols-and-areas-concept", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30745, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Link state protocols and Areas concept", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - System MTU explained - CEF and load sharing - Jumbo Frames", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-refresh-capability", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Refresh Capability", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:57:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:57:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is BGP 4-byte AS number? - BGP helicopter view - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-refresh-capability", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Refresh Capability", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:57:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:57:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-avoid-dns-lookup-when-mistyping-a-command", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Avoid DNS lookup when mistyping a command", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:48:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:48:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: a voice VLAN port? - The ip route-cache command - Bury the hatchet series - Limiting non-business related applications during work hours", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-avoid-dns-lookup-when-mistyping-a-command", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Avoid DNS lookup when mistyping a command", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:48:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:48:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-helicopter-view", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP helicopter view", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:47:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:47:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attributes: Atomic Aggregate Atribute - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2) - BGP Attribute Types and Flags", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-helicopter-view", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 33068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP helicopter view", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:47:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:47:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attribute-types-and-flags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 32595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attribute Types and Flags", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:45:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:45:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Openstack Neutron Overview - BGP Weight Attribute - BGP Default-Originate insights", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attribute-types-and-flags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 32595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attribute Types and Flags", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:45:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:45:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/l3-fabric-dc-underlay-network-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network -Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/l3-fabric-dc-underlay-network-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 19, + "page_from_size": 38598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L3 fabric DC -The underlay Network -Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:39:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - It is time to make a CHANGE - Choosing PE-CE Routing protocol - L3 fabric DC -The underlay Network -Part1", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-control-and-forwarding-planes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30992, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS control and forwarding planes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:59:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:59:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008 - MPLS Special Labels - MPLS VPN security", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-control-and-forwarding-planes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 17, + "page_from_size": 30992, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS control and forwarding planes", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:59:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:59:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-l2vpn-atom-pseudowire-redundancy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 36209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L2VPN Pseudowire Redundancy (MPLS AToM Redundancy)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:45:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:45:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - L2VPN Pseudowire Redundancy (MPLS AToM Redundancy) - Option AB - Inter-AS MPLS VPN - The whole story (5) - Updated Dec 2008 - MPLS control and forwarding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-l2vpn-atom-pseudowire-redundancy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 18, + "page_from_size": 36209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "L2VPN Pseudowire Redundancy (MPLS AToM Redundancy)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:45:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:45:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/184", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 39, + "page_from_size": 8084, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 13:29:20 +00:00", + "prev_seen": "2023-07-26 13:29:20 +00:00", + "last_seen": "2023-09-04 20:26:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 71, + "page_from_size": 27688, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-25 07:31:36 +00:00", + "prev_seen": "2023-07-25 07:31:36 +00:00", + "last_seen": "2023-08-28 17:15:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/comment/600469", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 442, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 40, + "page_from_size": 8063, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-23 16:34:34 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 16:34:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166137", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 44, + "page_from_size": 10357, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166168", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 16189, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:39:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/249578", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 42, + "page_from_size": 9216, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:56 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166169", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 55, + "page_from_size": 15004, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:48 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/249579", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 39, + "page_from_size": 8154, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/comment/891497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 18108, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-29 17:13:26 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 17:13:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/145", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 55, + "page_from_size": 14653, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:04:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:04:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/115", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 15793, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-28 21:01:07 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 21:01:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/comment/147812", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 58, + "page_from_size": 16154, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:37:11 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 22:37:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 36, + "page_from_size": 11168, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-27 20:13:22 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 20:13:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166136", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 546, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 46, + "page_from_size": 11534, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 12:07:17 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 12:07:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/166", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 328, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 3, + "page_from_internal_links": 41, + "page_from_size": 9285, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 13:25:12 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 13:25:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/post/1088197", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 65, + "page_from_size": 19226, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 01:18:25 +00:00", + "prev_seen": null, + "last_seen": "2023-07-26 01:18:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/post/27309", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 61, + "page_from_size": 16066, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-25 02:07:06 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 02:07:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/business/comments/1214z2i/i_built_a_bespoke_ai_newsletter_service/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 230, + "page_from_size": 14031, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "I built a Bespoke AI Newsletter Service : business", + "page_from_status_code": 200, + "first_seen": "2023-07-09 05:59:10 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 05:59:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "I will give this a try, looking for something like that already. I have seen a lot of people searching for something like this over the past month on", + "text_post": ". I will post it over there if you like.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 461, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 5, + "page_from_internal_links": 13, + "page_from_size": 11280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-03-11 14:04:46 +00:00", + "prev_seen": "2023-03-11 14:04:46 +00:00", + "last_seen": "2023-07-08 07:23:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/artificial/comments/14cg2fs/ai_tools_to_change_a_lowquality_image_into_a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 327, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 3, + "page_from_internal_links": 226, + "page_from_size": 14591, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI tools to change a low-quality image into a high-definition one? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-07-08 04:41:14 +00:00", + "prev_seen": null, + "last_seen": "2023-07-08 04:41:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/AIAssisted/comments/14a9gv5/any_free_ai_tools_for_graphic_design/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=art", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 272, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 29, + "page_from_size": 22078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "any free AI tools for graphic design? - r/AIAssisted", + "page_from_status_code": 200, + "first_seen": "2023-07-02 21:26:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-02 21:26:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=art", + "text_pre": null, + "text_post": "or design section and use filter free", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.slipfox.xyz", + "url_from": "https://lr.slipfox.xyz/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 265, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.184.230", + "domain_from_country": "LR", + "page_from_external_links": 5, + "page_from_internal_links": 13, + "page_from_size": 11027, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-06-28 12:02:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 12:02:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.hu", + "url_from": "https://libreddit.hu/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.212.59", + "domain_from_country": "HU", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 18230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-06-22 16:48:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 16:48:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/chemistry/comments/14cqhyd/ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 249, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "121.127.33.68", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 30, + "page_from_size": 25473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools? - r/chemistry", + "page_from_status_code": 200, + "first_seen": "2023-06-22 14:38:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 14:38:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt,Bing or bard. You can also find scientific tools at", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 18202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-28 16:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-05-28 16:07:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "45.135.201.220", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 13, + "page_from_size": 11280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-18 04:14:25 +00:00", + "prev_seen": null, + "last_seen": "2023-05-18 04:14:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "re.vibb.ro", + "url_from": "https://re.vibb.ro/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 204, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "85.122.127.57", + "domain_from_country": "RO", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 17830, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-15 06:56:50 +00:00", + "prev_seen": null, + "last_seen": "2023-05-15 06:56:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.c0de.in", + "url_from": "https://r.c0de.in/r/alife/comments/114tiwh/big_list_of_toolssimulatorsprojects/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "91.121.142.203", + "domain_from_country": "IN", + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 18099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Big List of Tools/Simulators/Projects? - r/alife", + "page_from_status_code": 200, + "first_seen": "2023-05-09 20:48:47 +00:00", + "prev_seen": null, + "last_seen": "2023-05-09 20:48:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here you go 1300+ tools currently with daily sumbissions", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/doc/news:838D069D", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eden-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 30, + "page_from_size": 35571, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Eden AI | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:06:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:06:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "#artificialintelligence ", + "text_pre": "Apr-13-2023, 10:10:52 GMT–", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/r/coolguides/comments/12fu3p0/ai_tools_to_summarize_any_youtube_video_for_free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/collection?cid=1177-568-2065-1935-72-326-126-500-559&t=Summarize%20Youtube%20Videos&d=These%20tools%20will%20help%20you%20summarize%20any%20youtube%20videos%2C%20save%20your%20time%20and%20improve%20your%20productivity", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 105, + "page_from_size": 8873, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI tools to summarize any YouTube video for free : coolguides", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:10:41 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:10:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "List link is here", + "text_pre": null, + "text_post": "in case you need it", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/r/SideProject/comments/11mtoji/im_creating_an_ai_tool_for_managing_reddit_saved/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 351, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 229, + "page_from_size": 14808, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "I'm creating an AI tool for managing Reddit saved posts! : SideProject", + "page_from_status_code": 200, + "first_seen": "2023-04-07 03:33:05 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 03:33:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ted.hen.ee", + "url_from": "https://ted.hen.ee/u/omglazerkittens", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "ee", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 134, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "141.144.236.112", + "domain_from_country": "EE", + "page_from_external_links": 3, + "page_from_internal_links": 266, + "page_from_size": 44453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for omglazerkittens", + "page_from_status_code": 200, + "first_seen": "2023-04-06 05:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 05:28:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.spike.codes", + "url_from": "https://libreddit.spike.codes/r/ArtificialInteligence/comments/11zkrxn/ai_tool_that_studies_wordpress_articles_then/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "codes", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "34.110.138.177", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 19, + "page_from_size": 19819, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool That Studies Wordpress Articles Then Writes New Articles In That Style - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-04-05 11:33:35 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 11:33:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "GPT3 or so if you really want that specific style. Most of the writing tools out there will provide you with customizations to set the preferences for style and other parameters. I am sure you might find something at", + "text_post": "trying different search terms.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/SideProject/comments/11mtoji/im_creating_an_ai_tool_for_managing_reddit_saved/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 9, + "page_from_size": 9807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm creating an AI tool for managing Reddit saved posts! - r/SideProject", + "page_from_status_code": 200, + "first_seen": "2023-03-26 22:12:59 +00:00", + "prev_seen": null, + "last_seen": "2023-03-26 22:12:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.nf", + "url_from": "https://r.nf/r/coolguides/comments/119zsk5/i_created_a_small_list_of_free_ai_tools_i_know/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.235.11", + "domain_from_country": "NF", + "page_from_external_links": 4, + "page_from_internal_links": 24, + "page_from_size": 22242, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I created a small list of free AI tools. I know there are lots but here are some new ones I'm playing around with. Does anyone have suggestions for some out the box ones. Like not super well-known? - r/coolguides", + "page_from_status_code": 200, + "first_seen": "2023-03-26 01:54:21 +00:00", + "prev_seen": null, + "last_seen": "2023-03-26 01:54:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "You can find more inspiration here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.garudalinux.org", + "url_from": "https://teddit.garudalinux.org/u/omglazerkittens", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 345, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.71", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 280, + "page_from_size": 46929, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for omglazerkittens", + "page_from_status_code": 200, + "first_seen": "2023-03-21 12:38:00 +00:00", + "prev_seen": null, + "last_seen": "2023-03-21 12:38:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/login", + "text_pre": "I wanted to let you know that there is a typo on this page:", + "text_post": "It says \"Create an account or Sing in below\"", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/doc/news:1F6D9DB7", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 27, + "page_from_size": 32708, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TopAi.tools: Rezi | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:06:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:06:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "#artificialintelligence ", + "text_pre": "Mar-19-2023, 21:10:30 GMT–", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/ArtificialInteligence/comments/10sn0g1/chatgptlike_tool_to_summarize_long_videos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Summaries+video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 13, + "page_from_size": 17141, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT-like tool to summarize long videos - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-02-14 10:10:15 +00:00", + "prev_seen": null, + "last_seen": "2023-02-14 10:10:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=Summaries+video", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/ArtificialInteligence/comments/10sn0g1/chatgptlike_tool_to_summarize_long_videos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Summarize+YouTube", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 58, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 13, + "page_from_size": 17141, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT-like tool to summarize long videos - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-02-14 10:10:15 +00:00", + "prev_seen": null, + "last_seen": "2023-02-14 10:10:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=Summarize+YouTube", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-atomic-aggergate-atribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 57, + "page_from_rank": 90, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Atomic Aggregate Atribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-attributes-atomic-aggergate-atribute", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 57, + "page_from_rank": 90, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Attributes: Atomic Aggregate Atribute", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3) - BGP Next-hop address tracking - BGP Default-Originate insights", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=waildworld.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 56, + "page_from_rank": 145, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-25 13:03:32 +00:00", + "prev_seen": "2023-08-08 00:12:45 +00:00", + "last_seen": "2023-10-14 20:36:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 55, + "page_from_rank": 121, + "domain_from_rank": 207, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 9, + "page_from_size": 30458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover & Enjoy Spotify Playlist For Your Mood & Vibe", + "page_from_status_code": 200, + "first_seen": "2023-11-21 08:44:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 08:44:47 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-lite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Lite", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:13 +00:00", + "prev_seen": "2023-09-17 10:04:13 +00:00", + "last_seen": "2023-10-20 07:54:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vrf-lite", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VRF Lite", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:13 +00:00", + "prev_seen": "2023-09-17 10:04:13 +00:00", + "last_seen": "2023-10-20 07:54:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: IPv6 Addressing #1 - What is 6PE? - Data Center Network Fundamentals", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 23, + "domain_from_rank": 99, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.192.94.96", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-17 19:23:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-17 19:23:22 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 47, + "page_from_rank": 23, + "domain_from_rank": 70, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.156.224.161", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64334, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-06 07:45:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 07:45:28 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 15, + "domain_from_rank": 122, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "3.72.140.173", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-09 10:58:12 +00:00", + "prev_seen": "2023-10-09 10:58:12 +00:00", + "last_seen": "2023-11-18 07:21:02 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 15, + "domain_from_rank": 121, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.156.224.161", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-11-15 00:18:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 00:18:13 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 46, + "page_from_rank": 141, + "domain_from_rank": 190, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-02 14:02:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 14:02:30 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 166, + "domain_from_rank": 250, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-11 02:11:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 02:11:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/text2pcap-how-to-converts-ascii-dumps-to-pcap-files", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 91, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "text2pcap - How to convert ASCII packet dumps to .pcap files?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/text2pcap-how-to-converts-ascii-dumps-to-pcap-files", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 91, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "text2pcap - How to convert ASCII packet dumps to .pcap files?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - PBR as a QOS tool - How-to:Configure BGP aggregation Part1 - Per packet vs Per destination load balancing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-reflector-basics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32352, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Reflector Basics", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-route-reflector-basics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 46, + "page_from_rank": 10, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32352, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Route Reflector Basics", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Route Reflector Basics - Openstack Neutron Overview - BGP Next-hop address tracking", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "app.sigle.io", + "url_from": "https://app.sigle.io/linkzilla1.id.blockstack/26_5D11g18PRxxlGQZlLv", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 45, + "page_from_rank": 280, + "domain_from_rank": 297, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.178.153", + "domain_from_country": "IO", + "page_from_external_links": 56, + "page_from_internal_links": 3, + "page_from_size": 92705, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intelligence Articielle | Sigle", + "page_from_status_code": 200, + "first_seen": "2023-07-02 15:57:03 +00:00", + "prev_seen": "2023-08-14 00:27:56 +00:00", + "last_seen": "2023-10-14 01:56:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ldp-neighbor-discovery-session-establishment-and-maintenance", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 45, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 39186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LDP neighbor discovery, session establishment and maintenance", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:03:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:03:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ldp-neighbor-discovery-session-establishment-and-maintenance", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 45, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 39186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LDP neighbor discovery, session establishment and maintenance", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:03:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:03:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is Integrated ISIS? - Unicast Reverse Path Forwarding - DHCP client testing tool", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 45, + "page_from_rank": 163, + "domain_from_rank": 181, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-06 06:09:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 06:09:59 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 45, + "page_from_rank": 120, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-25 19:14:23 +00:00", + "prev_seen": "2023-08-02 18:03:14 +00:00", + "last_seen": "2023-10-05 04:44:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-role-of-bgp-in-mpls-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 44, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 32977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Role of BGP in MPLS networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:51:25 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:51:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-role-of-bgp-in-mpls-networks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 44, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 32977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Role of BGP in MPLS networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 08:51:25 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 08:51:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS Label Distribution - LDP Part1 - Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) - Updated Dec 2008 - MPLS Special Labels", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 78, + "domain_from_rank": 204, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 9, + "page_from_size": 30458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover & Enjoy Spotify Playlist For Your Mood & Vibe", + "page_from_status_code": 200, + "first_seen": "2023-11-21 01:36:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 01:36:14 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:50:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:50:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-05 08:16:02 +00:00", + "prev_seen": "2023-10-05 08:16:02 +00:00", + "last_seen": "2023-11-13 14:28:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=6pedia.com&utm_medium=directory&utm_campaign=6pedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 78, + "domain_from_rank": 198, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-13 14:08:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 14:08:06 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kavoshsite.com", + "url_from": "https://kavoshsite.com/%D9%84%DB%8C%D8%B3%D8%AA-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 161, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "194.147.142.212", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 26, + "page_from_size": 166899, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "لیستی از بهترین سایت های هوش مصنوعی کاربردی 2023", + "page_from_status_code": 200, + "first_seen": "2023-11-12 08:47:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 08:47:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "1.سایت:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.etvhindu.com", + "url_from": "https://www.etvhindu.com/future-begins-now-how-ai-changes-the-way-we-explore-the-world/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/amblr-ai-travel-planner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 229, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.43.34", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 24, + "page_from_size": 56433, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Future begins now: how AI changes the way we explore the world - ETV Hindu", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:37:44 +00:00", + "prev_seen": "2023-10-05 05:37:44 +00:00", + "last_seen": "2023-11-12 04:25:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "AMBLR", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/posts", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 4, + "page_from_size": 15202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:16:06 +00:00", + "prev_seen": "2023-10-05 21:16:06 +00:00", + "last_seen": "2023-11-05 06:12:28 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.benvaughn.com", + "url_from": "https://www.benvaughn.com/unraveling-the-mystery-how-many-words-are-in-nirvanas-about-a-girl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/lyrics-analyzer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 245, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.29", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 24, + "page_from_size": 242350, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "“Unraveling the Mystery: How Many Words Are in Nirvana’s ‘About a Girl’?” | Ben Vaughn", + "page_from_status_code": 200, + "first_seen": "2023-09-20 21:59:09 +00:00", + "prev_seen": "2023-09-20 21:59:09 +00:00", + "last_seen": "2023-11-04 05:36:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "specialized lyric analysis tools", + "text_pre": "Text Analysis Software: Utilize text analysis software programs like Python’s NLTK or", + "text_post": ". These tools can automate the word counting process and account for variations in pronunciation.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-28 07:49:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 07:49:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "3.72.140.173", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 2, + "page_from_size": 64377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-25 19:38:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 19:38:31 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-24 20:59:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 20:59:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/assisterr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Life%20Assistant", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718687, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Assisterr – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 17:27:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 17:27:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Life%20Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/emulateme/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/emulateme", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1717963, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "EmulateMe – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 16:11:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 16:11:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/emulateme", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/prophotos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prophotos", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ProPhotos – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 15:35:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 15:35:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/prophotos", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/2short-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/2short-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718088, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2short.ai – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 15:22:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 15:22:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/2short-ai", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/tool/movie-book-recommender/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/movie-book-recommender", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 1718104, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Movie & Book Recommender – OutsourceAI.io", + "page_from_status_code": 200, + "first_seen": "2023-10-22 15:20:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 15:20:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36327, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:44:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tunning-convergence-stability-scalability-and-nsf-part-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36327, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:44:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attribute Types and Flags - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3) - BGP Route Refresh Capability", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-routing-information-base-rib", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Routing Information Base (RIB)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:39 +00:00", + "prev_seen": "2023-09-17 10:07:39 +00:00", + "last_seen": "2023-10-22 14:44:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-routing-information-base-rib", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Routing Information Base (RIB)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:39 +00:00", + "prev_seen": "2023-09-17 10:07:39 +00:00", + "last_seen": "2023-10-22 14:44:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 2) - BGP Attributes List - BGP helicopter view", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aivsai.cn", + "url_from": "https://www.aivsai.cn/link-go?web=6445", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "106.14.88.218", + "domain_from_country": "CN", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 23764, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI点评网", + "page_from_status_code": 200, + "first_seen": "2023-10-21 02:55:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-21 02:55:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "继续访问", + "text_pre": null, + "text_post": "10秒后自动跳转", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aivsai.cn", + "url_from": "https://www.aivsai.cn/prd/6445.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "106.14.88.218", + "domain_from_country": "CN", + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TopAI_AI点评网", + "page_from_status_code": 200, + "first_seen": "2023-10-21 02:47:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-21 02:47:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": "是一个汇集各类顶尖AI工具的导航网站。用户可以免费浏览、搜索海量AI应用,按类别、功能筛选,一站式发现最前沿、最实用的人工智能解决方案。", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-profit-up-79-stock-down-8", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco Profit up 79% Stock down 8%", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:53:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:53:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-profit-up-79-stock-down-8", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco Profit up 79% Stock down 8%", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:53:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:53:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure trunk VLAN allowed list? - Find the difference between dates in Python Example - VRF Lite", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-importance-of-networking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Importance of Networking", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-importance-of-networking", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Importance of Networking", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:50:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:50:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - L3 fabric DC -The underlay Network -Part1 - How-to:Configure BGP aggregation Part2 - How to select your core routers?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/real-job-description-for-a-network-architect", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Real job description for a Network Architect", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:38 +00:00", + "prev_seen": "2023-09-17 10:07:38 +00:00", + "last_seen": "2023-10-20 07:50:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Carrier Supporting Carrier - The whole story (1) - I'm not the only one intrested in Huawie strategies - Frame-relay traffic shaping using MQC", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/real-job-description-for-a-network-architect", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Real job description for a Network Architect", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:38 +00:00", + "prev_seen": "2023-09-17 10:07:38 +00:00", + "last_seen": "2023-10-20 07:50:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/micro-dalle-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/micro-dalle-2", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 51730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "micro Dalle-2 -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:05:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:05:19 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "DALL·E 2", + "text_pre": null, + "text_post": "is an Artificial Intelligence system developed by OpenAI that utilizes generative technology, enabling users to formulate intricate images from text descriptions, generating them in an even greater resolution", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aiPromptly", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 113, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:34:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 22:34:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-if-you-woke-up-in-the-morning-and-the-internet-was-not-there", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I woke up in the morning and the internet was not there", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-if-you-woke-up-in-the-morning-and-the-internet-was-not-there", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 33146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I woke up in the morning and the internet was not there", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:08:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:08:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Cisco or Juniper, Which one should I choose? - How-to: Configure trunking - Unicast Reverse Path Forwarding", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/docker-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DOCKER Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/docker-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DOCKER Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:06:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:06:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - NTP Commands Cheat Sheet - SNMPWALK Commands Cheat Sheet - SVN Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/git-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36720, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/git-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 36720, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GIT Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:05:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - SOCKSTAT Commands Cheat Sheet - CRONTAB Commands Cheat Sheet - SNMPWALK Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 34356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making sense of Broadband networks - Part 1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-part-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 34356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making sense of Broadband networks - Part 1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - 150+ Linux and Devops tools Cheatsheets - Find the difference between dates in Python Example - IPv6 Tutorial: The overview", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-dhcpon-a-cisco-router", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 34036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-TO: Configure DHCP on a CISCO router", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-dhcpon-a-cisco-router", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 34036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-TO: Configure DHCP on a CISCO router", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:02:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:02:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure RIP route summarization - IPv6 Tutorial: IPv6 Unicast Address - JUNOS Disable vs Deactivate interfaces", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ag-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AG Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ag-commands-cheat-sheet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AG Commands Cheat Sheet", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - ETHTOOL Commands Cheat Sheet - MOUNT Commands Cheat Sheet - TAIL Commands Cheat Sheet", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-supporting-carrier-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 39062, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Supporting Carrier - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/carrier-supporting-carrier-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 39062, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Carrier Supporting Carrier - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: a voice VLAN port? - Data Center Network Fundamentals - What is: AToM Control-Word?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-trunk-vlan-allowed-list", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure trunk VLAN allowed list?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-trunk-vlan-allowed-list", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure trunk VLAN allowed list?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Draft Martini, Draft Kompella and L2VPN services - How-to: Configure spanning tree protocol (STP) Part1 - Few ways scripting can keep you sane", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-voice-vlan-port", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: a voice VLAN port?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-a-voice-vlan-port", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: a voice VLAN port?", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is 6PE? - Introducing topAi.tools: Your Comprehensive Resource for AI Solutions - CAR - Rate limit examples", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vtp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31602, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VTP in brief", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/vtp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 31602, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "VTP in brief", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:58:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Measuring your SUCCESS - System MTU explained - What is a virtual template/access interface?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-partial-spf-calculation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: Partial SPF calculation", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:41:55 +00:00", + "prev_seen": "2023-08-20 19:41:55 +00:00", + "last_seen": "2023-10-05 05:57:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/fast-convergence-partial-spf-calculation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 30579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fast Convergence: Partial SPF calculation", + "page_from_status_code": 200, + "first_seen": "2023-08-20 19:41:55 +00:00", + "prev_seen": "2023-08-20 19:41:55 +00:00", + "last_seen": "2023-10-05 05:57:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - VTP in brief - Before you buy a Console Server - 150+ Linux and Devops tools Cheatsheets", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/165997", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 664, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 41, + "page_from_size": 9155, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:16:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:16:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/interview-with-emmanuel-conde", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 37741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Interview with Emmanuel Conde", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/interview-with-emmanuel-conde", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 37741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Interview with Emmanuel Conde", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How routers select best routes ? - VRF Lite - 7 Actions to get your network ready for IPv6", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-mtu-mismatch", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS MTU Mismatch", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-mtu-mismatch", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS MTU Mismatch", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS and fast convergence ongoing tricks - IS-IS MTU Mismatch - IS-IS explained Part2 (Routing Levels)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/life-follows-a-plan-but-the-plan-is-not-yours", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Life Follows a Plan, but the Plan is not Yours !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/life-follows-a-plan-but-the-plan-is-not-yours", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Life Follows a Plan, but the Plan is not Yours !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Routers' Memory types - MTU and ping size confusion - Understand MTU and MRU - The Full Story", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: The Overview - Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/tcp-protocol-overview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TCP Protocol: The Overview - Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - TCP Protocol: Slow Start - TCP Protocol: Three-way Handshake - TCP Protocol: Flow Control", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-virtual-links-vs-gre-tunnels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 30063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF Virtual-links vs GRE tunnels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ospf-virtual-links-vs-gre-tunnels", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 30063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OSPF Virtual-links vs GRE tunnels", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-and-fast-convergence-ongoing-tricks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS and fast convergence ongoing tricks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/is-is-and-fast-convergence-ongoing-tricks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 35098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IS-IS and fast convergence ongoing tricks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:01:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:01:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IS-IS Neighbor Discovery - IS-IS explained Part2 (Routing Levels) - IS-IS explained (Part1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/car-rate-limit-examples", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32444, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CAR - Rate limit examples", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/car-rate-limit-examples", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 32444, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CAR - Rate limit examples", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:59:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:59:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-TO: Configure DHCP on a CISCO router - Draft Martini, Draft Kompella and L2VPN services - How to become a Network Engineer?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-2-10b-asbr-to-asbr-multiprotocol-ebgp-mp-ebgp-for-vpnv4-inter-as-mpls-vpn-the-whole-story-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 51846, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:58:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-2-10b-asbr-to-asbr-multiprotocol-ebgp-mp-ebgp-for-vpnv4-inter-as-mpls-vpn-the-whole-story-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 51846, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:58:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008 - Inter-AS MPLS VPN - The whole story -", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:57:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/mpls-label-distribution-ldp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 33490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "MPLS Label Distribution - LDP Part1", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:57:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - MPLS Label Distribution - LDP Part2 - Static Routes Label Binding - MPLS control and forwarding planes", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-110a-back-to-back-vrf-inter-as-mpls-vpn-the-whole-story-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 20, + "page_from_size": 33878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:50:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:50:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-110a-back-to-back-vrf-inter-as-mpls-vpn-the-whole-story-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 20, + "page_from_size": 33878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:50:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:50:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static Routes Label Binding - MPLS Label Operations - MPLS VPN security threats", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "karnakon.ir", + "url_from": "https://karnakon.ir/%D8%AA%D9%88%D9%84%DB%8C%D8%AF-%D9%85%D8%AD%D8%AA%D9%88%D8%A7-%D8%A8%D8%A7-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 284, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "103.216.60.157", + "domain_from_country": "IR", + "page_from_external_links": 8, + "page_from_internal_links": 55, + "page_from_size": 316644, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "تولید محتوا با هوش مصنوعی - 10 نکته مهم استفاده از AI در تولید محتوا", + "page_from_status_code": 200, + "first_seen": "2023-08-13 20:47:28 +00:00", + "prev_seen": "2023-08-13 20:47:28 +00:00", + "last_seen": "2023-09-17 12:15:24 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "اینجا", + "text_pre": "توجه داشته باشید که استفاده از اکثر ابزارهای هوش مصنوعی تولید محتوا، هزینه دارد.", + "text_post": "(با استفاده از قندشکن!) می‌توانید فهرستی از بهترین آنها را بیابید. در این بین اگر بخواهم بهترین آن‌ها را معرفی کنم همانی است که شماره یک لیست بالاست! یعنی همان چت جی پی تی معروف.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-private-vlans", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Private VLANs", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-private-vlans", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 28951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure Private VLANs", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:07:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:07:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Eman in Cairo - How-to: Configure spanning tree protocol (STP) Part1 - IPv6 Tutorial", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ip-unnumbered", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: IP unnumbered?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-ip-unnumbered", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is: IP unnumbered?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:04:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Find the difference between dates in Python Example - Frame-relay Discard Eligibility Bit (DE) - What is: extended VLAN range?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-integrated-isis", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Integrated ISIS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-is-integrated-isis", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Integrated ISIS?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:02:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is: extended VLAN range? - Why BGP? - Jumbo Frames", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/dhcp-client-testing-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31055, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DHCP client testing tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/dhcp-client-testing-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 18, + "page_from_size": 31055, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DHCP client testing tool", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:00:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:00:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Where have we been? - VTP in brief - Interview with Emmanuel Conde", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-can-you-learn-in-5-minutes-a-day", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What can you learn in 5 minutes a day !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/what-can-you-learn-in-5-minutes-a-day", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 17, + "page_from_size": 29793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What can you learn in 5 minutes a day !", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Per packet vs Per destination load balancing - CAR - Rate limit examples - IPv6 Tutorial: IPv6 Unicast Address", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/113", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 60, + "page_from_size": 17130, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 13:37:09 +00:00", + "prev_seen": "2023-07-27 13:37:09 +00:00", + "last_seen": "2023-09-16 07:23:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/157", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 50, + "page_from_size": 11977, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 13:28:40 +00:00", + "prev_seen": "2023-07-26 13:28:40 +00:00", + "last_seen": "2023-09-04 20:24:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.bookwormstory.social", + "url_from": "https://old.bookwormstory.social/post/2318", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "91.13.245.66", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 69, + "page_from_size": 18332, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 14:16:45 +00:00", + "prev_seen": "2023-07-27 14:16:45 +00:00", + "last_seen": "2023-09-02 14:40:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.world/comment/89761", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 43, + "page_from_size": 9840, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-02 04:40:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 04:40:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.no-logs.com", + "url_from": "https://teddit.no-logs.com/u/chillinewman", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/game-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 214, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "65.20.115.125", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 272, + "page_from_size": 42018, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for chillinewman", + "page_from_status_code": 200, + "first_seen": "2023-09-01 00:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 00:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/game-generator", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "javanvanda.com", + "url_from": "https://javanvanda.com/%D9%85%D8%B9%D8%B1%D9%81%DB%8C-%D9%88%D8%A8%D8%B3%D8%A7%DB%8C%D8%AA-topai%D8%9B-%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D9%88-%D8%A2%D8%B3%D8%A7%D9%86-%D8%A8%D9%87/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 266, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.165.116.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 157, + "page_from_size": 153247, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "معرفی وب‌سایت TopAI؛ دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی - وندا", + "page_from_status_code": 200, + "first_seen": "2023-05-17 06:41:53 +00:00", + "prev_seen": "2023-07-01 06:40:48 +00:00", + "last_seen": "2023-08-21 10:01:39 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/u/kosh@feddit.de?", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 31, + "page_from_size": 7170, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-05 22:02:46 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 22:02:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/comment/147817", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 43, + "page_from_size": 9652, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 20:53:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 20:53:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/comment/166167", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 550, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 60, + "page_from_size": 17520, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:37:01 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:37:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/comment/135", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 52, + "page_from_size": 13456, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 10:18:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 10:18:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nocturn9x.space", + "url_from": "https://libreddit.nocturn9x.space/r/Entrepreneur/comments/14g9y1v/free_ai_tool_to_help_generate_a_slide_deck/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/presentations", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "51.210.64.99", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 25, + "page_from_size": 14975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI tool to help generate a slide deck? - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-07-04 17:24:30 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 17:24:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai presentation tools", + "text_pre": "Not sure which app works perfect your needs but check this list of", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nocturn9x.space", + "url_from": "https://libreddit.nocturn9x.space/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "51.210.64.99", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 63, + "page_from_size": 44285, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Job Search Hacks", + "page_from_status_code": 200, + "first_seen": "2023-06-23 11:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 11:43:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 286, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-10 00:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 00:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/discover", + "text_pre": "This is still experimental, you can check if you like it here", + "text_post": null, + "semantic_location": "details", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=document", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 286, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-10 00:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 00:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=document", + "text_pre": "Try this list", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 286, + "page_from_size": 42895, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-10 00:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 00:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": "details", + "links_count": 5, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "launched.io", + "url_from": "https://launched.io/startup/7962-topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=launched.io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 143, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "96.31.39.97", + "domain_from_country": "IO", + "page_from_external_links": 5, + "page_from_internal_links": 1, + "page_from_size": 9770, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topai.tools:Discover the best business and personal AI tools Daily and elevate your game - Launched.io", + "page_from_status_code": 200, + "first_seen": "2023-02-22 01:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 01:05:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://launchedio.imgix.net/startups/7d1f2692-a7df-4051-ab05-9f3fbbab3e01_topai.tools_.png?auto=format&fit=crop&h=816&w=1088", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "launched.io", + "url_from": "https://launched.io/startup/7903-topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=launched.io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 43, + "page_from_rank": 0, + "domain_from_rank": 143, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "96.31.39.97", + "domain_from_country": "IO", + "page_from_external_links": 5, + "page_from_internal_links": 1, + "page_from_size": 9608, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools:Discover awesome AI tools everyday and 10X your productivity - Launched.io", + "page_from_status_code": 200, + "first_seen": "2023-02-18 23:53:09 +00:00", + "prev_seen": null, + "last_seen": "2023-02-18 23:53:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topAi.tools", + "image_url": "https://launchedio.imgix.net/startups/75804762-679a-4c31-ad65-d56fe975a8c1_Screen%20Shot%202023-02-01%20at%2020.40.17.png?auto=format&fit=crop&h=816&w=1088", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 104, + "domain_from_rank": 196, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-23 01:08:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 01:08:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 104, + "domain_from_rank": 215, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 16:03:08 +00:00", + "prev_seen": "2023-08-29 16:03:08 +00:00", + "last_seen": "2023-10-11 03:02:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-stp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 57, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33637, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure spanning tree protocol (STP) Part1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/how-to-configure-spanning-tree-protocol-stp-part1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 40, + "page_from_rank": 57, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33637, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How-to: Configure spanning tree protocol (STP) Part1", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:57:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Static routes and next hops - 7 Actions to get your network ready for IPv6 - What is: a voice VLAN port?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 39, + "page_from_rank": 99, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:51:22 +00:00", + "prev_seen": "2023-07-25 18:26:23 +00:00", + "last_seen": "2023-09-24 10:35:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 38, + "page_from_rank": 43, + "domain_from_rank": 193, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-19 20:17:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 20:17:52 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 37, + "page_from_rank": 118, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:59:52 +00:00", + "prev_seen": "2023-10-03 21:59:52 +00:00", + "last_seen": "2023-11-21 20:51:58 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 37, + "page_from_rank": 214, + "domain_from_rank": 334, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-11 21:43:53 +00:00", + "prev_seen": "2023-10-11 21:43:53 +00:00", + "last_seen": "2023-11-03 15:36:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understand-mtu-and-mru-the-full-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 23, + "page_from_size": 39854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understand MTU and MRU - The Full Story", + "page_from_status_code": 200, + "first_seen": "2023-08-23 08:44:24 +00:00", + "prev_seen": "2023-08-23 08:44:24 +00:00", + "last_seen": "2023-10-20 07:51:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understand-mtu-and-mru-the-full-story", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 23, + "page_from_size": 39854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understand MTU and MRU - The Full Story", + "page_from_status_code": 200, + "first_seen": "2023-08-23 08:44:24 +00:00", + "prev_seen": "2023-08-23 08:44:24 +00:00", + "last_seen": "2023-10-20 07:51:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Introducing topAi.tools: Your Comprehensive Resource for AI Solutions - VRF Selection Based on Source IP Addresses - Measuring your SUCCESS", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 191, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:48:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:48:34 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 36, + "page_from_rank": 23, + "domain_from_rank": 191, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:40:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:40:14 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 35, + "page_from_rank": 112, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:57:42 +00:00", + "prev_seen": "2023-10-03 21:57:42 +00:00", + "last_seen": "2023-11-21 09:34:20 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 35, + "page_from_rank": 15, + "domain_from_rank": 203, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-16 15:28:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 15:28:26 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=dropyourai&utm_medium=affiliate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 35, + "page_from_rank": 15, + "domain_from_rank": 198, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-13 14:15:27 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 14:15:27 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 35, + "page_from_rank": 15, + "domain_from_rank": 196, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-11 22:47:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 22:47:39 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 0, + "domain_from_rank": 203, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-16 10:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 10:39:15 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aigirlfriend.wtf", + "url_from": "https://www.aigirlfriend.wtf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-girlfriend-wtf?ref=embed", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 34, + "page_from_rank": 76, + "domain_from_rank": 97, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.123", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 19106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Experience adventures with AI girlfriend", + "page_from_status_code": 200, + "first_seen": "2023-11-13 08:54:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 08:54:24 +00:00", + "item_type": "image", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "AI Girlfriend WTF Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 78, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:56:02 +00:00", + "prev_seen": "2023-08-28 22:56:02 +00:00", + "last_seen": "2023-10-23 19:53:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=ailetter.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 79, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:59:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 20:59:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 78, + "domain_from_rank": 215, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:55:27 +00:00", + "prev_seen": "2023-08-28 22:55:27 +00:00", + "last_seen": "2023-10-11 02:57:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=aifeeds&utm_medium=marketplace&utm_campaign=aifeeds", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 34, + "page_from_rank": 78, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-23 22:00:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 22:00:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 179, + "domain_from_rank": 148, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132434, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-09 12:27:06 +00:00", + "prev_seen": "2023-10-09 12:27:06 +00:00", + "last_seen": "2023-11-11 19:28:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?ref=aitools.fyi&utm_source=aitools.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 196, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-05 06:37:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 06:37:24 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ppp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 35593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PPP in brief", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:45:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:45:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ppp-in-brief", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 35593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PPP in brief", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:45:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:45:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Out of Band Management Networks - Console Servers - Jumbo Frames - text2pcap - How to convert ASCII packet dumps to .pcap files?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understanding-bgp-communities", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 34820, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understanding BGP communities", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:42:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:42:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/understanding-bgp-communities", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 33, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 34820, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Understanding BGP communities", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:42:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:42:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Routers' Memory types - How-to:Configure BGP aggregation Part1 - EIGRP timers (hello, hold and active)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "myintimate.app", + "url_from": "https://myintimate.app/blog/why-intimate-ai-girlfriend-is-the-best-sexting-app-alternative-to-botify", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/fashion-chatbot", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.0.96", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 3, + "page_from_size": 35130, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intimate AI Girlfriend - #1 Sexting AI | Download on iOS and Android", + "page_from_status_code": 200, + "first_seen": "2023-11-20 17:27:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 17:27:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "lifelike\ncharacters", + "text_pre": "Girlfriend utilizes advanced AI capabilities to create", + "text_post": "that adapt and learn,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "myintimate.app", + "url_from": "https://myintimate.app/blog/why-intimate-ai-girlfriend-is-the-best-sexting-app-alternative-to-botify", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/erotic-chatbot", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.0.96", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 3, + "page_from_size": 35130, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intimate AI Girlfriend - #1 Sexting AI | Download on iOS and Android", + "page_from_status_code": 200, + "first_seen": "2023-11-20 17:27:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 17:27:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "realistic and immersive\nconversations", + "text_pre": "can navigate through the app effortlessly. The lifelike chat interface allows you to have", + "text_post": "with your virtual", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=NaNAI-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:02 +00:00", + "prev_seen": "2023-10-03 21:58:02 +00:00", + "last_seen": "2023-11-13 14:36:20 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 67, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-05 01:53:40 +00:00", + "prev_seen": "2023-09-05 01:53:40 +00:00", + "last_seen": "2023-11-13 12:36:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=aisys&utm_medium=marketplace&utm_campaign=aisys", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 29307, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-13 05:04:09 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 05:04:09 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.easy-aquarell.de", + "url_from": "https://www.easy-aquarell.de/forum/informationen-rund-um-die-aquarellmalerei-f29/link-tipps-f33/bild-ideen-bzw-vorlagen-t9757.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/bing-image-creator", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 274, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "92.204.55.78", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 89, + "page_from_size": 37357, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Aquarellforum: Bild-Ideen bzw. Vorlagen - Easy-Aquarell.de", + "page_from_status_code": 200, + "first_seen": "2023-11-12 01:38:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 01:38:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "hier", + "text_pre": "wish for personal, academic or commercial use! Please credit craiyon.com for the images if you are a free subscriber.\" Microsoft Bing Image Creator kann auch Strichzeichnungen generieren Weitere Programme findet ihr", + "text_post": ". Die sind aber teilweise kostenpflichtig. Wie die generierten Bilder vewendet werden dürfen, hab ich in diesen Fällen nicht geprüft. Viel Spass LG Norbert", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aibrb", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 69, + "domain_from_rank": 208, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-11 22:44:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 22:44:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "entergpt.com", + "url_from": "https://entergpt.com/posts/introduction", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entergpt?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "3.70.101.28", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 2, + "page_from_size": 30149, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why ChatGPT Falls Short for Businesses: Exploring the Need for EnterGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-05 21:17:52 +00:00", + "prev_seen": "2023-10-05 21:17:52 +00:00", + "last_seen": "2023-11-05 06:12:59 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "EnterGPT Featured on topAI.tools", + "image_url": "https://entergpt.com/_next/image?url=https%3A%2F%2Ftopai.tools%2Fassets%2Fimg%2Ftopai.tools.gif&w=750&q=75", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=gptdemo.net&utm_medium=marketplace&utm_campaign=gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 196, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-11-02 10:59:27 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 10:59:27 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 189, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-28 09:32:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 09:32:24 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=paxi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 188, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-27 22:45:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 22:45:54 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.insyncom.fr", + "url_from": "https://www.insyncom.fr/actualite/cybersecurite-pme-une-nouvelle-ere-avec-lia-et-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fr", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 35, + "domain_from_platform_type": [ + "cms" + ], + "domain_from_is_ip": false, + "domain_from_ip": "54.36.53.248", + "domain_from_country": "FR", + "page_from_external_links": 5, + "page_from_internal_links": 12, + "page_from_size": 60186, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Cybersécurité PME : une nouvelle ère avec l’IA et ChatGPT - Insyncom", + "page_from_status_code": 200, + "first_seen": "2023-08-23 20:08:59 +00:00", + "prev_seen": "2023-08-23 20:08:59 +00:00", + "last_seen": "2023-10-26 06:11:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "The Top AI Tools", + "text_pre": "Pour voir les meilleurs outils du moment en intelligence artificielle, vous pouvez consulter le site web", + "text_post": "sur Internet. Vous les retrouvez classés par catégorie, gratuits ou payants.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 102, + "domain_from_rank": 188, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:01:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:01:28 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 67, + "domain_from_rank": 202, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-23 19:53:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 19:53:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taranify.app", + "url_from": "https://taranify.app/?utm_source=www.theautomated.co&utm_medium=referral&utm_campaign=the-13-billion-ai-bet", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taranify-recommendation-ai?ref=embed", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 8, + "page_from_size": 28393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Playlist AI - Discover Spotify Playlist For Your Vibe & Mood", + "page_from_status_code": 200, + "first_seen": "2023-10-20 15:25:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 15:25:32 +00:00", + "item_type": "image", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": "Taranify Recommendation Ai Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/ai-productivity-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=education", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": [ + "cms", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 5, + "page_from_internal_links": 22, + "page_from_size": 1090228, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Productivity Tools", + "page_from_status_code": 200, + "first_seen": "2023-09-26 23:07:56 +00:00", + "prev_seen": "2023-09-26 23:07:56 +00:00", + "last_seen": "2023-10-20 14:19:03 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "here.", + "text_pre": "offers precision, speed, and automation, freeing human creativity. These best AI tools for productivity redefine the boundaries of artistic expression. Renowned by AI Tool conglomerates, find more AI tools for learning", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-and-nonstop-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco and Nonstop Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:54:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:54:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/cisco-and-nonstop-forwarding", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 33436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cisco and Nonstop Forwarding", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:54:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:54:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Few ways scripting can keep you sane - Private IP address ranges - Troubleshoot#2: Core Dumps for Network Engineers", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/im-not-the-only-one-intrested-in-huawie-strategies", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 30002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm not the only one intrested in Huawie strategies", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:27 +00:00", + "prev_seen": "2023-10-05 05:48:13 +00:00", + "last_seen": "2023-10-20 07:49:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/im-not-the-only-one-intrested-in-huawie-strategies", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 30002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm not the only one intrested in Huawie strategies", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:27 +00:00", + "prev_seen": "2023-10-05 05:48:13 +00:00", + "last_seen": "2023-10-20 07:49:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Real job description for a Network Architect - IPv6 Tutorial - Find the difference between dates in Python Example", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-table-analysis-and-statistics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29470, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP table analysis and statistics", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:40:29 +00:00", + "prev_seen": "2023-09-17 10:14:30 +00:00", + "last_seen": "2023-10-19 23:27:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-table-analysis-and-statistics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29470, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP table analysis and statistics", + "page_from_status_code": 200, + "first_seen": "2023-08-20 20:40:29 +00:00", + "prev_seen": "2023-09-17 10:14:30 +00:00", + "last_seen": "2023-10-19 23:27:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attribute Types and Flags - BGP Weight Attribute - BGP Route Refresh Capability", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.techenet.com", + "url_from": "https://www.techenet.com/2023/09/3-sites-que-oferecem-inteligencias-artificiais-gratuitas-alem-do-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "185.99.234.192", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 94, + "page_from_size": 175858, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "3 Sites que oferecem inteligências artificiais gratuitas além do ChatGPT – TecheNet", + "page_from_status_code": 200, + "first_seen": "2023-09-07 19:13:03 +00:00", + "prev_seen": "2023-09-07 19:13:03 +00:00", + "last_seen": "2023-10-08 08:30:08 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "Por fim, mas não menos importante, o", + "text_post": "cumpre com a mesma proposta apresentada pelas plataformas rivais, mas com um diferencial de design que pode te conquistar.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ccie-spv4-blueprint-resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29463, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CCIE SPv4.1 Blueprint Resources", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:06 +00:00", + "prev_seen": "2023-09-17 10:05:06 +00:00", + "last_seen": "2023-10-05 06:07:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ccie-spv4-blueprint-resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 29463, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CCIE SPv4.1 Blueprint Resources", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:05:06 +00:00", + "prev_seen": "2023-09-17 10:05:06 +00:00", + "last_seen": "2023-10-05 06:07:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to: Configure trunk VLAN allowed list? - Eman in Cairo - Routers' Memory types", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/linux-devops-cheatsheets", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 168, + "page_from_size": 41165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "150+ Linux and Devops tools Cheatsheets", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/linux-devops-cheatsheets", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 168, + "page_from_size": 41165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "150+ Linux and Devops tools Cheatsheets", + "page_from_status_code": 200, + "first_seen": "2023-10-05 06:00:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 06:00:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Making sense of Broadband networks - Part 1 - Link state protocols and Areas concept - The Forgotten skill of technical writing", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 18, + "page_from_size": 31075, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 222, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 18, + "page_from_size": 31075, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial", + "page_from_status_code": 200, + "first_seen": "2023-10-05 05:56:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 05:56:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP metric manipulation - Connected Routes Advertisment - Fast Convergence: Partial SPF calculation", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techbehints.com", + "url_from": "https://techbehints.com/realdatesnow-mein-review-guide-to-finding-your-partner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/relationship-communication-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "31.220.110.181", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 54, + "page_from_size": 275790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "RealDatesNow Mein Review: Guide to Finding Your Partner - Tech Be Hints", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:55:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:55:56 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "communication tools", + "text_pre": "4. Take Advantage of Communication Features: One of the key features of realdatesnow mein is its", + "text_post": "which allow users to message each other directly or send virtual gifts. Don’t be afraid to initiate a conversation with someone who catches your eye or responds promptly if someone reaches out to", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/162877", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 664, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 42, + "page_from_size": 8858, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-25 04:29:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 04:29:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.forumimages.co.uk", + "url_from": "https://www.forumimages.co.uk/ai-enhanced-image-style-transfer-software/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-style-transfer-tool", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": [ + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "149.255.57.56", + "domain_from_country": "GB", + "page_from_external_links": 5, + "page_from_internal_links": 116, + "page_from_size": 57579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Transform Your Images with AI-Enhanced Image Style Transfer Software", + "page_from_status_code": 200, + "first_seen": "2023-08-20 01:02:02 +00:00", + "prev_seen": "2023-08-20 01:02:02 +00:00", + "last_seen": "2023-09-23 16:24:52 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.Tools", + "text_pre": "4.", + "text_post": null, + "semantic_location": "article", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-security", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Security", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-security", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 31462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP Security", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is BGP 4-byte AS number? - Introduction to Software-Defined Networks - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-3-10c-multi-hop-mp-ebgp-between-rr-and-ebgp-between-asbrs-inter-as-mpls-vpn-the-whole-story-4", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 19, + "page_from_size": 40694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/option-3-10c-multi-hop-mp-ebgp-between-rr-and-ebgp-between-asbrs-inter-as-mpls-vpn-the-whole-story-4", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 19, + "page_from_size": 40694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option 3 (10C): Multi-Hop MP-eBGP Between RR and eBGP Between ASBRs - Inter-AS MPLS VPN - The whole story (4) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Option 2 (10B): ASBR-to-ASBR / MP-eBGP for VPNv4 - Inter-AS MPLS VPN - The whole story (3) - Updated Dec 2008 - MPLS VPN security threats - MPLS Label", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-4-the-inside-out", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 14, + "page_from_size": 40358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 4 \"The Inside Out\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-4-the-inside-out", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 14, + "page_from_size": 40358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 4 \"The Inside Out\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:03:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:03:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-option-ab-inter-as-mpls-vpn-the-whole-story-5", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 20, + "page_from_size": 37792, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option AB - Inter-AS MPLS VPN - The whole story (5) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:38:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:38:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-option-ab-inter-as-mpls-vpn-the-whole-story-5", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 20, + "page_from_size": 37792, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Option AB - Inter-AS MPLS VPN - The whole story (5) - Updated Dec 2008", + "page_from_status_code": 200, + "first_seen": "2023-09-17 17:38:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 17:38:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Inter-AS MPLS VPN - The whole story - Updated Dec 2008 - L2VPN Pseudowire Redundancy (MPLS AToM Redundancy) - What is MPLS?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/troubleshoot2-core-dumps-for-network-engineers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 34827, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Troubleshoot#2: Core Dumps for Network Engineers", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/troubleshoot2-core-dumps-for-network-engineers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 18, + "page_from_size": 34827, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Troubleshoot#2: Core Dumps for Network Engineers", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:08:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:08:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - CCIE SPv4.1 Blueprint Resources - VRF Selection Based on Source IP Addresses - What is: IP unnumbered?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/private-ip-address-ranges", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 30865, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Private IP address ranges", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/private-ip-address-ranges", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 30865, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Private IP address ranges", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:58:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 09:58:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - How-to:Configure BGP aggregation Part2 - How-to: Avoid DNS lookup when mistyping a command - Few ways scripting can keep you sane", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/singularity/comments/13up0gx/ai_tools_apps_in_one_place_sorted_by_category/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 7, + "page_from_internal_links": 77, + "page_from_size": 38403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-07-04 14:32:44 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 14:32:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looking nice but missing many good tools in several categories as many are being launched everyday. I look at", + "text_post": "and https://favird.com/l/ai-tools-and-applications as samples", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 201, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 6, + "page_from_internal_links": 63, + "page_from_size": 49705, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Job Search Hacks", + "page_from_status_code": 200, + "first_seen": "2023-06-28 15:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 15:55:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/comments/13up0gx/ai_tools_apps_in_one_place_sorted_by_category/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 508, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 6, + "page_from_internal_links": 79, + "page_from_size": 44627, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-06-28 09:01:36 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 09:01:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looking nice but missing many good tools in several categories as many are being launched everyday. I look at", + "text_post": "and https://favird.com/l/ai-tools-and-applications as samples", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 263, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 64, + "page_from_size": 53512, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Job Search Hacks", + "page_from_status_code": 200, + "first_seen": "2023-06-27 18:36:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 18:36:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libred.leemoon.network", + "url_from": "https://libred.leemoon.network/r/singularity/comments/13up0gx/ai_tools_apps_in_one_place_sorted_by_category/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "network", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "45.144.29.117", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 79, + "page_from_size": 44977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:47:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:47:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Looking nice but missing many good tools in several categories as many are being launched everyday. I look at", + "text_post": "and https://favird.com/l/ai-tools-and-applications as samples", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/Morocco/comments/13e6ud8/free_ai_traveling_tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": "NL", + "page_from_external_links": 6, + "page_from_internal_links": 78, + "page_from_size": 58071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Traveling Tool - r/Morocco", + "page_from_status_code": 200, + "first_seen": "2023-05-17 23:23:57 +00:00", + "prev_seen": null, + "last_seen": "2023-05-17 23:23:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Submit it to", + "text_post": "for more exposure", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/free-ai-image-generators.html", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-02 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "free image generators that are easy to use", + "text_pre": "Here are few", + "text_post": null, + "semantic_location": "details", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cx", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-03-14 18:12:11 +00:00", + "prev_seen": "2023-03-14 18:12:11 +00:00", + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "A comprehensive one is", + "text_post": null, + "semantic_location": "details", + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/l/academic-research", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-02 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for research", + "text_pre": "This resource might help .. Here are some", + "text_post": "but there are lots of others for writing, essays, proofreading, presentations etc. Just search this site", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/l/books", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 151, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 7, + "page_from_internal_links": 36, + "page_from_size": 26928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Linkology (u/Linkology) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-02 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-05-02 00:25:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools to recommend books", + "text_pre": "There are some", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/OpenAI/comments/117gnl9/gpt_for_slides_free_addon_to_generate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 32, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 6, + "page_from_internal_links": 87, + "page_from_size": 56704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT for Slides: Free Addon to Generate Presentation with AI (gptforslides.app) - r/OpenAI", + "page_from_status_code": 200, + "first_seen": "2023-02-22 13:44:32 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 13:44:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Thanks for sharing this, I will submit it here", + "text_post": "if you don't mind so others can try it as well", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=inouts.com&ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 31, + "page_from_rank": 58, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-05 01:57:59 +00:00", + "prev_seen": "2023-09-05 01:57:59 +00:00", + "last_seen": "2023-11-13 12:36:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 31, + "page_from_rank": 59, + "domain_from_rank": 213, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 13:37:45 +00:00", + "prev_seen": "2023-08-29 13:37:45 +00:00", + "last_seen": "2023-10-07 13:24:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 31, + "page_from_rank": 58, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-24 11:56:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-24 11:56:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=paxi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 30, + "page_from_rank": 169, + "domain_from_rank": 257, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-03 03:46:21 +00:00", + "prev_seen": "2023-10-27 23:10:57 +00:00", + "last_seen": "2023-11-21 00:10:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 29, + "page_from_rank": 45, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 07:41:29 +00:00", + "prev_seen": "2023-11-03 07:41:29 +00:00", + "last_seen": "2023-11-17 11:04:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 29, + "page_from_rank": 152, + "domain_from_rank": 172, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "20.82.12.44", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-12 14:17:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 14:17:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 29, + "page_from_rank": 53, + "domain_from_rank": 159, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 33169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-07-29 14:38:18 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 14:38:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 43, + "domain_from_rank": 209, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-12 14:19:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 14:19:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/cheat-sheet.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 43, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 17, + "page_from_size": 19704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Excel Cheat Sheet | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-06-21 23:32:21 +00:00", + "prev_seen": "2023-09-01 21:35:07 +00:00", + "last_seen": "2023-11-01 04:04:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?utm_source=findaistuff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:10:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:10:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 128, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:14:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:14:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/copywriting", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 28, + "page_from_rank": 113, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 67, + "page_from_size": 86223, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-09-22 23:32:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 23:32:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dunno.gg", + "url_from": "https://www.dunno.gg/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dunno", + "url_to_https": true, + "tld_from": "gg", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 182, + "domain_from_rank": 134, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": "GG", + "page_from_external_links": 16, + "page_from_internal_links": 1, + "page_from_size": 524609, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Dunno | AI-powered Learning with Quizzes & Intellectual Games", + "page_from_status_code": 200, + "first_seen": "2023-10-05 23:05:14 +00:00", + "prev_seen": "2023-10-05 23:05:14 +00:00", + "last_seen": "2023-11-05 06:11:34 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": false, + "alt": "331445155_715188860255975_1144969327511388897_n.jpg", + "image_url": "https://static.wixstatic.com/media/0b9818_1bf7a1ae85734bb8913b64f943c183b7~mv2.jpg/v1/fill/w_120,h_120,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_auto/331445155_715188860255975_1144969327511388897_n.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-pppoe-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 36590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making Sense of Broadband networks: PPPoE Explained", + "page_from_status_code": 200, + "first_seen": "2023-11-04 06:54:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 06:54:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/making-sense-of-broadband-networks-pppoe-explained", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 21, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 36590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Making Sense of Broadband networks: PPPoE Explained", + "page_from_status_code": 200, + "first_seen": "2023-11-04 06:54:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 06:54:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - IPv6 Tutorial: The overview - MTU and ping size confusion - What is MTU?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 32, + "domain_from_rank": 208, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=aitooltracker&utm_campaign=aitooltracker&utm_id=aitooltracker&ref=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 32, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-23 20:45:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 20:45:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 23, + "domain_from_rank": 202, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-23 09:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 09:01:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 23, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-23 07:09:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 07:09:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 27, + "page_from_rank": 157, + "domain_from_rank": 413, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 125545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:53:32 +00:00", + "prev_seen": "2023-09-17 10:53:32 +00:00", + "last_seen": "2023-10-17 12:10:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 121, + "domain_from_rank": 258, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:50:00 +00:00", + "prev_seen": "2023-10-03 03:50:00 +00:00", + "last_seen": "2023-11-17 18:16:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-15 03:27:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 03:27:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=toolhunt.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 8, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-29 19:56:55 +00:00", + "prev_seen": "2023-08-29 19:56:55 +00:00", + "last_seen": "2023-11-12 18:37:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 5, + "domain_from_rank": 208, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 00:09:56 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 00:09:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aigems.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 196, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-22 01:05:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 01:05:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 8, + "domain_from_rank": 214, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-06-24 05:11:37 +00:00", + "prev_seen": "2023-08-04 21:01:54 +00:00", + "last_seen": "2023-10-08 11:56:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 206, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-23 22:19:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 22:19:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=aix.hu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 26, + "page_from_rank": 15, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-09-18 19:21:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 19:21:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 25, + "page_from_rank": 74, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:54:35 +00:00", + "prev_seen": "2023-10-03 06:54:35 +00:00", + "last_seen": "2023-11-21 08:54:26 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=topapps&utm_medium=marketplace&utm_campaign=topapps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 25, + "page_from_rank": 2, + "domain_from_rank": 207, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:20:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:20:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=aihunthub.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 24, + "page_from_rank": 67, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:40:00 +00:00", + "prev_seen": "2023-10-03 06:40:00 +00:00", + "last_seen": "2023-11-19 04:50:53 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-11-13 23:48:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 23:48:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-29 01:36:17 +00:00", + "prev_seen": "2023-09-03 16:05:39 +00:00", + "last_seen": "2023-11-04 09:00:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-10-24 12:01:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 12:01:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 24, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 33169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:17:12 +00:00", + "prev_seen": "2023-05-03 01:58:01 +00:00", + "last_seen": "2023-06-15 23:45:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tonyweedn.com", + "url_from": "https://www.tonyweedn.com/ai-prep-and-resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.133.2", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 24, + "page_from_size": 86039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI PREP and Resources - TonyWeedn.com", + "page_from_status_code": 200, + "first_seen": "2023-11-22 01:03:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 01:03:31 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "top AI Tools", + "text_pre": "For right now here is a link to the", + "text_post": ", which is like search engine for AI tools.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 258, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:25:56 +00:00", + "prev_seen": "2023-10-03 03:25:56 +00:00", + "last_seen": "2023-11-17 07:12:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/pt/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": [ + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 165509, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Diretórios online de ferramentas de IA para descobrir ou procurar o melhor aplicativo de IA | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-16 16:57:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 16:57:52 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Principais ferramentas AI.", + "text_pre": "Inclui", + "text_post": "contém uma coleção de mais de 3800 ferramentas baseadas em IA em seu diretório em várias categorias, como AI Discovery, Art, Audio, Avatars, Business, Chat, Training, Data Analysis, Design & Development,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/fr/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": [ + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 166636, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Répertoires en ligne d'outils d'IA pour découvrir ou rechercher la meilleure application d'IA | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:11:51 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:11:51 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Meilleurs outils AI.", + "text_pre": "Contient", + "text_post": "contient une collection de plus de 3800 XNUMX outils alimentés par l'IA dans son répertoire dans plusieurs catégories telles que la découverte de l'IA, l'art, l'audio, les avatars, les affaires, le chat,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": [ + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 197174, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أدلة على الإنترنت لأدوات الذكاء الاصطناعي لاكتشاف أو البحث عن أفضل تطبيق للذكاء الاصطناعي | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-15 17:13:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 17:13:29 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "يحتوي", + "text_post": "على مجموعة من أكثر من 3800 أداة مدعومة بالذكاء الاصطناعي في دليله عبر عدة فئات مثل اكتشاف الذكاء الاصطناعي والفن والصوت والصور الرمزية والأعمال والدردشة والتدريب وتحليل البيانات والتصميم والتطوير والتعليم", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 219, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:06:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:06:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "home-theater-designers.com", + "url_from": "https://home-theater-designers.com/6-repertoires-en-ligne-d-outils-d-ia-pour-decouvrir-ou-rechercher-la-meilleure-application-d-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": [ + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "FR", + "page_from_external_links": 6, + "page_from_internal_links": 372, + "page_from_size": 65753, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "6 répertoires en ligne d'outils d'IA pour découvrir ou rechercher la meilleure application d'IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 08:45:11 +00:00", + "prev_seen": "2023-08-23 07:48:52 +00:00", + "last_seen": "2023-11-14 08:35:21 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web) : Découvrez les outils d'IA, et créez et exportez des listes restreintes", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.avosjourney.com", + "url_from": "https://www.avosjourney.com/blog/will-voice-actors-be-replaced-by-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/voice-modulation-software", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 230, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.56.148", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 26, + "page_from_size": 67175, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Will Voice Actors Be Replaced By AI?", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:57:33 +00:00", + "prev_seen": "2023-10-04 06:57:33 +00:00", + "last_seen": "2023-11-13 16:17:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-driven modulation tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-13 15:11:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 15:11:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=aibusinesstool.com&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 64, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:11 +00:00", + "prev_seen": "2023-10-03 21:58:11 +00:00", + "last_seen": "2023-11-12 14:42:44 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "taskvirtual.com", + "url_from": "https://taskvirtual.com/blog/nsfw-ai-writer-overview-of-5-best-nsfw-ai-writers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "216.119.130.38", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 32, + "page_from_size": 89393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NSFW AI Writer: Overview of 5 Best NSFW AI Writers", + "page_from_status_code": 200, + "first_seen": "2023-09-26 11:27:00 +00:00", + "prev_seen": "2023-09-26 11:27:00 +00:00", + "last_seen": "2023-11-12 06:27:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "NSFW Content Writer AI", + "text_pre": "sparked significant interest and intrigue. These powerful AI tools have revolutionized content creation, offering unique capabilities that cater to a specialized niche. In this article, we’ll delve into the world of", + "text_post": "and explore its features, applications, and the best AI tools in this category.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 208, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-11 20:54:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 20:54:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tumblerridgenews.com", + "url_from": "https://tumblerridgenews.com/amazons-azr100x/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-navigation-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": [ + "cms", + "blogs", + "news" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.219.248.101", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 66, + "page_from_size": 138289, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unveiling Amazon's AZR100X: Revolutionizing Last-Mile Delivery and Logistics - Tumbler Ridge News", + "page_from_status_code": 200, + "first_seen": "2023-08-18 17:44:06 +00:00", + "prev_seen": "2023-10-31 10:39:31 +00:00", + "last_seen": "2023-11-11 20:23:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-powered navigation,", + "text_pre": "The AZR100X is equipped with cutting-edge sensors,", + "text_post": "and cutting-edge technology, enabling it to safely navigate through pedestrian traffic, cross roadways, and avoid obstructions. It is a practical choice for highly crowded regions thanks to its small", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=domore.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-11-05 00:55:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 00:55:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 208, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:07:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:07:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jobcopy.io", + "url_from": "https://www.jobcopy.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobcopy-io?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 208, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 8, + "page_from_size": 37173, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Jobcopy - AI Resume and Cover Letter Builder.", + "page_from_status_code": 200, + "first_seen": "2023-11-02 11:45:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 11:45:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JobCopy.io Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/slack.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 19190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slack | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:47:58 +00:00", + "prev_seen": "2023-09-01 21:28:09 +00:00", + "last_seen": "2023-11-01 04:05:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/calculator.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 23498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Calculator | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 05:26:03 +00:00", + "prev_seen": "2023-09-01 21:31:48 +00:00", + "last_seen": "2023-11-01 04:04:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.deltaasesores.com", + "url_from": "https://www.deltaasesores.com/multiples-herramientas-con-ayuda-de-inteligencia-artificial/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 269, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "51.79.100.247", + "domain_from_country": "WW", + "page_from_external_links": 6, + "page_from_internal_links": 47, + "page_from_size": 104600, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Multiples herramientas con ayuda de Inteligencia Artificial - DELTA Asesores", + "page_from_status_code": 200, + "first_seen": "2023-05-18 17:01:58 +00:00", + "prev_seen": "2023-08-31 11:19:44 +00:00", + "last_seen": "2023-10-31 01:47:53 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mejores herramientas de IA", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=ilib-ai-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-22 20:29:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 20:29:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/whattheai-tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whattheai-tech", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 3, + "domain_from_platform_type": [ + "cms", + "blogs", + "ecommerce" + ], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 17, + "page_from_size": 50903, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Whattheai.tech -", + "page_from_status_code": 200, + "first_seen": "2023-10-19 00:09:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 00:09:19 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener", + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools", + "text_pre": "WhatTheAI.tech offers a catalog of", + "text_post": ", divided into \"Featured\" and \"Just Launched\" categories, featuring products like auto seduction ai, hify.io, reliableGPT, and ArticleWizard AI among others.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 13:47:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 13:47:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 12:01:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 12:01:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-14 03:33:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 03:33:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?utm_source=miss-excel.beehiiv.com&utm_medium=referral&utm_campaign=the-productivity-method-you-never-knew-you-needed", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 214, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-10-13 06:33:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 06:33:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.stephilareine.com", + "url_from": "https://www.stephilareine.com/2023/09/resources-to-learn-about-ai-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 370, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.214.68.17", + "domain_from_country": "US", + "page_from_external_links": 19, + "page_from_internal_links": 19, + "page_from_size": 82746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Resources to Learn About AI Tools - Stephi LaReine", + "page_from_status_code": 200, + "first_seen": "2023-09-07 05:29:01 +00:00", + "prev_seen": "2023-09-07 05:29:01 +00:00", + "last_seen": "2023-10-12 00:09:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI tools", + "text_pre": "With just 30 days of focused practice, you can master the development of artificial intelligence tools with expert advice. Building", + "text_post": "requires a combination of technical skills and knowledge in machine learning, programming languages, and data analysis. To start your journey towards mastery, it is essential to have a clear understanding", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 16:51:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 16:51:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=aifeeds&utm_medium=marketplace&utm_campaign=aifeeds", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:53:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 03:53:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=NaNAI-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 113, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:22:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 03:22:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-unicast-address", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 19, + "page_from_size": 33056, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Unicast Address", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/ipv6-tutorial-ipv6-unicast-address", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 19, + "page_from_size": 33056, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "IPv6 Tutorial: IPv6 Unicast Address", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:07:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:07:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - What is MTU? - text2pcap - How to convert ASCII packet dumps to .pcap files? - How-to: Configure trunk VLAN allowed list?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 201, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 6, + "page_from_internal_links": 16, + "page_from_size": 32120, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:51:42 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 22:51:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.thekitty.zone", + "url_from": "https://reddit.thekitty.zone/r/artificial/comments/128ptjk/what_are_the_best_sites_that_collate_all_the_new/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.18.208", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 13, + "page_from_size": 16534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best sites that collate all the new ai tools being released? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-04-06 04:08:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 04:08:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/r/OpenAI/comments/11w90z5/ai_app_aggregator_sites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 212, + "page_from_size": 12717, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI App Aggregator Sites : OpenAI", + "page_from_status_code": 200, + "first_seen": "2023-04-02 17:21:38 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 17:21:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "has been good but is a bit hard to sift through the results", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/Entrepreneurs/comments/115iokj/any_free_ai_tools_except_chatgpt_that_i_should/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": "LT", + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 14174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Any free AI tools (except ChatGPT) that I should know about? - r/Entrepreneurs", + "page_from_status_code": 200, + "first_seen": "2023-03-21 10:24:02 +00:00", + "prev_seen": null, + "last_seen": "2023-03-21 10:24:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "plenty actually but most are based on gpt3 also you.com is great", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/r/artificial/comments/11o3hey/what_are_5_ai_tools_anyone_just_starting_into/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 41, + "page_from_size": 15216, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What are 5 AI tools anyone just starting into this ai revolution should know about? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-03-16 19:51:11 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 19:51:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt, midjourney, stable diffusion, whisper and dall-e .. there are a starting point but there a ton of other tools depending on the category or interest , check here", + "text_post": "for example", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/artificial/comments/11o3hey/what_are_5_ai_tools_anyone_just_starting_into/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 16417, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are 5 AI tools anyone just starting into this ai revolution should know about? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-03-16 08:21:18 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 08:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt, midjourney, stable diffusion, whisper and dall-e .. there are a starting point but there a ton of other tools depending on the category or interest , check here", + "text_post": "for example", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.dcs0.hu", + "url_from": "https://libreddit.dcs0.hu/r/Entrepreneurs/comments/115iokj/any_free_ai_tools_except_chatgpt_that_i_should/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 23, + "page_from_rank": 0, + "domain_from_rank": 168, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "176.63.157.63", + "domain_from_country": "HU", + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 14134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Any free AI tools (except ChatGPT) that I should know about? - r/Entrepreneurs", + "page_from_status_code": 200, + "first_seen": "2023-03-16 03:52:07 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 03:52:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "plenty actually but most are based on gpt3 also you.com is great", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?via=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 22, + "page_from_rank": 90, + "domain_from_rank": 219, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.56.56", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-25 04:12:14 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 04:12:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 21, + "page_from_rank": 176, + "domain_from_rank": 349, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-06-30 19:03:27 +00:00", + "prev_seen": "2023-09-05 23:07:09 +00:00", + "last_seen": "2023-10-06 08:02:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 20, + "page_from_rank": 32, + "domain_from_rank": 187, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 84713, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-08 21:19:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 21:19:56 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 20, + "page_from_rank": 175, + "domain_from_rank": 349, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-07-02 21:46:13 +00:00", + "prev_seen": "2023-08-02 01:35:50 +00:00", + "last_seen": "2023-10-07 07:58:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/virtual-staging", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 18, + "page_from_rank": 154, + "domain_from_rank": 265, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 127353, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Virtual Staging | AI Home Staging by AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-04 09:37:38 +00:00", + "prev_seen": "2023-11-04 09:37:38 +00:00", + "last_seen": "2023-11-20 04:42:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?via=aidemos", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 15, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-19 04:06:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 04:06:32 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 11, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:35 +00:00", + "prev_seen": "2023-10-03 21:58:35 +00:00", + "last_seen": "2023-11-16 17:28:52 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 11, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:46 +00:00", + "prev_seen": "2023-10-03 21:58:46 +00:00", + "last_seen": "2023-11-16 02:55:17 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 15, + "domain_from_rank": 191, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:26:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:26:55 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=aihunt.app&utm_medium=referrer&utm_campaign=aihunt.app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 18, + "page_from_rank": 0, + "domain_from_rank": 191, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-03 08:38:09 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 08:38:09 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 17, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-08 01:11:04 +00:00", + "prev_seen": "2023-10-08 01:11:04 +00:00", + "last_seen": "2023-11-12 01:32:31 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 17, + "page_from_rank": 94, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:26:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:26:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/reply-to-reviews-and-messages-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 16, + "page_from_rank": 63, + "domain_from_rank": 259, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Review Response Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:40 +00:00", + "prev_seen": "2023-08-30 17:16:40 +00:00", + "last_seen": "2023-11-20 15:01:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 16, + "page_from_rank": 144, + "domain_from_rank": 248, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-12 10:32:10 +00:00", + "prev_seen": "2023-08-12 10:32:10 +00:00", + "last_seen": "2023-10-12 13:47:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/the-power-of-personalized-qa-chatbots-enhancing-user-experience/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 74890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Power of Personalized Q&A Chatbots: Enhancing User Experience", + "page_from_status_code": 200, + "first_seen": "2023-11-22 02:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 02:09:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 34, + "page_from_size": 80416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Resources - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:42:05 +00:00", + "prev_seen": "2023-11-12 03:42:05 +00:00", + "last_seen": "2023-11-22 02:08:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86106, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:52:31 +00:00", + "prev_seen": "2023-10-03 21:52:31 +00:00", + "last_seen": "2023-11-21 08:44:13 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": false, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "myintimate.app", + "url_from": "https://myintimate.app/blog/how-you-can-find-your-dream-girlfriend", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/my-intimate-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.0.96", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 3, + "page_from_size": 38384, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Intimate AI Girlfriend - #1 Sexting AI | Download on iOS and Android", + "page_from_status_code": 200, + "first_seen": "2023-11-20 17:27:34 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 17:27:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "explore a variety of\nfeatures", + "text_pre": "happiness in virtual relationships. With this app, you can interact with your AI girlfriend and", + "text_post": "and activities", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aialy.com", + "url_from": "https://aialy.com/khroma/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/khroma-vs-recolorai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "141.95.126.89", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 8, + "page_from_size": 69851, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Khroma - AIaly.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:31:06 +00:00", + "prev_seen": "2023-10-04 02:31:06 +00:00", + "last_seen": "2023-11-19 14:16:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Khroma vs Recolor AI", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/ai-for-a-greener-tomorrow-how-ai-can-improve-the-environment/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 74769, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI for a Greener Tomorrow: How AI Can Improve the Environment - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-16 11:18:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 11:18:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "updatemyself.com", + "url_from": "https://updatemyself.com/5-best-ai-bypass-tool-for-you/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 89, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.87.13", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 24, + "page_from_size": 323784, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 AI Bypass Tool! You Should Know", + "page_from_status_code": 200, + "first_seen": "2023-08-11 15:19:09 +00:00", + "prev_seen": "2023-09-24 18:48:49 +00:00", + "last_seen": "2023-11-14 08:26:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "website", + "text_pre": "There are a number of AI bypass tools available online. You can find a list of the top AI bypass tools on the topai tools:", + "text_post": ". Once you have chosen an AI bypass tool, you can follow the instructions on the tool’s website to get started.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 86127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-11-13 16:15:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 16:15:32 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/category/articles/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 32, + "page_from_size": 76938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Articles Archives - Page 2 of 2 - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:42:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:42:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/author/mdearbonnegmail-com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 28, + "page_from_size": 65848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Misti, Author at Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/category/articles/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 37, + "page_from_size": 86525, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Articles Archives - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/the-power-of-personalization-how-ai-can-learn-from-you/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 76168, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Power of Personalization: How AI Can Learn from You - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/revolutionizing-education-how-ai-can-transform-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 74810, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing Education: How AI Can Transform Learning - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:07 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/transforming-daily-life-how-ai-is-revolutionizing-our-world/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 75118, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Transforming Daily Life: How AI is Revolutionizing Our World - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:41:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:41:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "quillbee.com", + "url_from": "https://quillbee.com/blog/ai-in-email-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-email-sequence-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 144, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "134.209.75.53", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 23, + "page_from_size": 107622, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Harnessing the Power of AI in Email Marketing - Quillbee", + "page_from_status_code": 200, + "first_seen": "2023-08-18 16:35:14 +00:00", + "prev_seen": "2023-10-05 07:38:32 +00:00", + "last_seen": "2023-11-12 02:32:14 +00:00", + "item_type": "anchor", + "attributes": [ + "noreferrer", + "noopener" + ], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "email sequences", + "text_pre": "AI-powered automation has revolutionized the way marketers create and manage", + "text_post": ". Instead of manually setting up and sending each email in a sequence, AI tools can automate the entire process, saving valuable time and effort.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/145182", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 46, + "page_from_size": 12102, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-26 00:06:47 +00:00", + "prev_seen": "2023-09-26 00:06:47 +00:00", + "last_seen": "2023-11-03 15:34:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/category/product-updates/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 26, + "page_from_size": 57782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product Updates Archives - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/ask-ai-chatbot-simplify-life-one-text-at-a-time/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 25, + "page_from_size": 73364, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ask AI Chatbot: Your Text-Based AI Assistant 24/7", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/is-there-a-free-ai-i-can-use-exploring-accessible-ai-solutions/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 26, + "page_from_size": 74733, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Is There a Free AI I Can Use? Explore Free AI Solutions with HeyInternet", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/author/tmsite/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 30, + "page_from_size": 72109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tmsite, Author at Hey Internet! - Page 2 of 2", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:33 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/author/tmsite/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 37, + "page_from_size": 87622, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tmsite, Author at Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:12:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:12:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/support/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": [ + "cms", + "blogs" + ], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 7, + "page_from_internal_links": 26, + "page_from_size": 56212, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Support - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/pricing.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 16, + "page_from_size": 26904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pricing | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:28:32 +00:00", + "prev_seen": "2023-09-01 21:30:16 +00:00", + "last_seen": "2023-11-01 04:15:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/contact.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 16, + "page_from_size": 25946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Contact | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:32:42 +00:00", + "prev_seen": "2023-09-01 21:24:03 +00:00", + "last_seen": "2023-11-01 04:03:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=anyaitools&utm_medium=marketplace&utm_campaign=anyaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 189, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 4, + "page_from_size": 85730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-28 17:47:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 17:47:54 +00:00", + "item_type": "image", + "attributes": [ + "noreferrer" + ], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thevc.kr", + "url_from": "https://thevc.kr/twelvelabs/products", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "kr", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 434, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "3.37.149.55", + "domain_from_country": "KR", + "page_from_external_links": 7, + "page_from_internal_links": 21, + "page_from_size": 176982, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "트웰브랩스(영상 검색 API) - 제품/서비스 1개 - THE VC", + "page_from_status_code": 200, + "first_seen": "2023-10-27 09:27:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 09:27:01 +00:00", + "item_type": "anchor", + "attributes": [ + "noopener" + ], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-as-numbers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 19, + "page_from_size": 31910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is BGP 4-byte AS number?", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:46:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:46:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-4-byte-as-numbers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 19, + "page_from_size": 31910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is BGP 4-byte AS number?", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:46:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:46:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Attributes: Atomic Aggregate Atribute - BGP Route Refresh Capability - BGP performance tuning - Convergence, Stability, Scalability and NSF (Part", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/7-actions-to-get-your-network-ready-for-ipv6", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 18, + "page_from_size": 31765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Actions to get your network ready for IPv6", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:03 +00:00", + "prev_seen": "2023-09-17 10:01:03 +00:00", + "last_seen": "2023-10-20 07:50:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/7-actions-to-get-your-network-ready-for-ipv6", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 227, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 18, + "page_from_size": 31765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Actions to get your network ready for IPv6", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:01:03 +00:00", + "prev_seen": "2023-09-17 10:01:03 +00:00", + "last_seen": "2023-10-20 07:50:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - Understanding BGP communities - Jumbo Frames - MTU and ping size confusion", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "yesilhealth.com", + "url_from": "https://yesilhealth.com/tr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yesil-health?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "109.232.216.167", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 12, + "page_from_size": 362394, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Yesil Health - AI Health Assistant", + "page_from_status_code": 200, + "first_seen": "2023-10-18 22:00:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 22:00:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Yesil Health Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.notion.so", + "url_from": "https://www.notion.so/Education-4120c201dc71470b840e95b925656673", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/click/quizgecko", + "url_to_https": true, + "tld_from": "so", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 655, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.39.102", + "domain_from_country": "SO", + "page_from_external_links": 7, + "page_from_internal_links": 0, + "page_from_size": 3597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Education", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:10:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:10:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Quizgecko", + "text_pre": "1.", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/topai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 38, + "page_from_size": 62531, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "topai | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:05:30 +00:00", + "prev_seen": "2023-05-01 16:54:03 +00:00", + "last_seen": "2023-09-25 01:14:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/topai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 38, + "page_from_size": 62531, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "topai | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:05:30 +00:00", + "prev_seen": "2023-05-01 16:54:03 +00:00", + "last_seen": "2023-09-25 01:14:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techslax.com", + "url_from": "https://techslax.com/machine-learning/googpt-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/googpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 106, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "132.145.182.127", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 156, + "page_from_size": 113403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Ultimate Guide to Googpt.ai: Enhancing Your Search Experience with AI - techslax", + "page_from_status_code": 200, + "first_seen": "2023-08-19 05:51:46 +00:00", + "prev_seen": "2023-08-19 05:51:46 +00:00", + "last_seen": "2023-09-20 11:48:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "According to", + "text_post": ", Googpt.ai offers real-time answers from ChatGPT and allows users to rate its performance through a form. Additionally, the chatbot refines and enhances the accuracy of information, making it useful for", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/comment/600462", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 477, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 47, + "page_from_size": 12278, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:12:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:12:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/become-network-engineer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 17, + "page_from_size": 37396, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to become a Network Engineer?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/become-network-engineer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 17, + "page_from_size": 37396, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to become a Network Engineer?", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - EIGRP timers (hello, hold and active) - What can you learn in 5 minutes a day ! - Carrier Supporting Carrier - The whole story (1)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 21, + "page_from_size": 31876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/inter-as-mpls-vpn-the-whole-story-1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 21, + "page_from_size": 31876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inter-AS MPLS VPN - The whole story (1)", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:09:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:09:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - The Role of BGP in MPLS networks - Inter-AS MPLS VPN - The whole story (1) - Option 1(10A): Back-to-Back VRF - Inter-AS MPLS VPN - The whole story (2)", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-idea-and-outline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 55, + "domain_from_rank": 210, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 116975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Idea & Outline Generator - Free AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-26 03:49:21 +00:00", + "prev_seen": "2023-07-26 03:49:21 +00:00", + "last_seen": "2023-08-30 16:52:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "yesilhealth.com", + "url_from": "https://yesilhealth.com/yapay-zeka-saglik-asistani/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yesil-health?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": [ + "cms", + "blogs", + "organization" + ], + "domain_from_is_ip": false, + "domain_from_ip": "109.232.216.167", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 12, + "page_from_size": 360824, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Yesil Health - AI Health Assistant", + "page_from_status_code": 200, + "first_seen": "2023-08-09 18:36:03 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 18:36:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Yesil Health Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/ChatGPT/comments/13up0c6/ai_tools_apps_in_one_place_sorted_by_category/jm2375d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 68, + "page_from_size": 44748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-07-02 20:49:37 +00:00", + "prev_seen": null, + "last_seen": "2023-07-02 20:49:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "True,Here is another resource", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/ChatGPT/comments/13up0c6/ai_tools_apps_in_one_place_sorted_by_category/jm2375d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 168, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 68, + "page_from_size": 44859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-06-28 12:03:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 12:03:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "True,Here is another resource", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/legal-notice.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 15, + "page_from_size": 28132, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Legal Notice | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-04-12 10:33:49 +00:00", + "prev_seen": "2023-04-12 10:33:49 +00:00", + "last_seen": "2023-05-27 10:21:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/sales/comments/13eyibl/good_ai_tools_for_sales_particularly_around/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/sales", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": "NL", + "page_from_external_links": 8, + "page_from_internal_links": 33, + "page_from_size": 28451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Good AI tools for sales, particularly around scanning a company's website? - r/sales", + "page_from_status_code": 200, + "first_seen": "2023-05-22 05:42:12 +00:00", + "prev_seen": null, + "last_seen": "2023-05-22 05:42:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for sales", + "text_pre": "Check this", + "text_post": "ma y be it already exists. If it doesn't I have been working on some similar tool for a completely different purpose but I think could be easily adapted for your use case.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/sales/comments/13eyibl/good_ai_tools_for_sales_particularly_around/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/sales", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 8, + "page_from_internal_links": 33, + "page_from_size": 28422, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Good AI tools for sales, particularly around scanning a company's website? - r/sales", + "page_from_status_code": 200, + "first_seen": "2023-05-21 19:15:15 +00:00", + "prev_seen": null, + "last_seen": "2023-05-21 19:15:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for sales", + "text_pre": "Check this", + "text_post": "ma y be it already exists. If it doesn't I have been working on some similar tool for a completely different purpose but I think could be easily adapted for your use case.", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/terms-of-service.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": [ + "unknown" + ], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 7, + "page_from_internal_links": 15, + "page_from_size": 27379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:38:18 +00:00", + "prev_seen": null, + "last_seen": "2023-05-18 11:38:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsImJhY2tsaW5rc19zdGF0dXNfdHlwZSI6ImxpdmUiLCJpbmNsdWRlX3N1YmRvbWFpbnMiOnRydWUsImludGVybmFsX2xpc3RfbGltaXQiOjEwLCJtb2RlIjoiYXNfaXMiLCJhaWQiOjY2Mzc2fSwiU2VhcmNoQWZ0ZXJEYXRhIjp7IlZlcnNpb24iOjEsIlNlYXJjaEFmdGVyVmFsdWVzIjp7InJhbmsiOjE1LCJsYXN0X3NlZW4iOiIyMDIzLTA1LTE4VDExOjM4OjE4KzAwOjAwIn0sIlRva2VuUmVhbE9mZnNldCI6MTAwMH19" + } + ] +} \ No newline at end of file diff --git a/resources/data/dfs/backlinks/topaitools-live-backlinks/2.json b/resources/data/dfs/backlinks/topaitools-live-backlinks/2.json new file mode 100644 index 0000000..cd4670d --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-live-backlinks/2.json @@ -0,0 +1,46032 @@ +{ + "id": "11241530-6637-0269-0000-dbf3c7e42ef6", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1308 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "live", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 1000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 4890, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/r/artificial/comments/11o3hey/what_are_5_ai_tools_anyone_just_starting_into/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 7, + "page_from_internal_links": 227, + "page_from_size": 22532, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What are 5 AI tools anyone just starting into this ai revolution should know about? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-04-02 07:49:13 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 07:49:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt, midjourney, stable diffusion, whisper and dall-e .. there are a starting point but there a ton of other tools depending on the category or interest , check here", + "text_post": "for example", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/ArtificialInteligence/comments/119ypje/how_do_you_guys_keep_up_with_all_the_new_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.102.64", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 61, + "page_from_size": 30068, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "how do you guys keep up with all the new AI tools? - r/ArtificialInteligence", + "page_from_status_code": 200, + "first_seen": "2023-03-21 19:16:20 +00:00", + "prev_seen": null, + "last_seen": "2023-03-21 19:16:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "and the like", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/aipromptprogramming", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 15, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 14, + "page_from_internal_links": 56, + "page_from_size": 87123, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Prompt Programming", + "page_from_status_code": 200, + "first_seen": "2023-03-20 20:20:24 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 20:20:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "code\" or \"I want to create a website\" and get tools recommendations based on your request. I still need to spend some time to optimize further but let me know your feedback or recommendations -->", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 14, + "page_from_rank": 43, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 77, + "page_from_size": 112960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-09-22 23:49:34 +00:00", + "prev_seen": "2023-10-12 03:38:39 +00:00", + "last_seen": "2023-11-18 20:36:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/terms", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 13, + "page_from_rank": 28, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 94196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms - LogicBalls", + "page_from_status_code": 200, + "first_seen": "2023-10-05 13:50:25 +00:00", + "prev_seen": "2023-10-05 13:50:25 +00:00", + "last_seen": "2023-11-20 23:09:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/paraphraser", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 13, + "page_from_rank": 29, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 155420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Paraphrasing Tool - Free Paraphraser (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:51 +00:00", + "prev_seen": "2023-10-07 22:01:51 +00:00", + "last_seen": "2023-11-18 20:30:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 13, + "page_from_rank": 164, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-08-23 09:36:25 +00:00", + "prev_seen": "2023-08-23 09:36:25 +00:00", + "last_seen": "2023-09-23 19:57:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 12, + "page_from_rank": 189, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.225", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:53:11 +00:00", + "prev_seen": "2023-10-16 12:53:11 +00:00", + "last_seen": "2023-11-24 00:14:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 11, + "page_from_rank": 15, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-15 02:31:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 02:31:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/pricing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 11, + "page_from_rank": 8, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 75726, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Our Pricing - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/press-release-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 11, + "page_from_rank": 8, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 115957, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Press Release Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-07-26 15:01:15 +00:00", + "prev_seen": "2023-07-26 15:01:15 +00:00", + "last_seen": "2023-08-30 18:21:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/quora-answer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122460, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Quora Answers Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:33:42 +00:00", + "prev_seen": "2023-11-17 20:56:10 +00:00", + "last_seen": "2023-11-21 00:41:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/quora-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quora Questions Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:43:38 +00:00", + "prev_seen": "2023-11-17 20:56:03 +00:00", + "last_seen": "2023-11-21 00:41:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?ref=allthingsai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 0, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:27:12 +00:00", + "prev_seen": "2023-10-03 06:27:12 +00:00", + "last_seen": "2023-11-05 03:47:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=gptfy.co", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 59, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 09:10:55 +00:00", + "prev_seen": "2023-10-04 09:10:55 +00:00", + "last_seen": "2023-11-04 16:35:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=topaitool_2s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 139, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.179", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131885, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-27 17:00:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 17:00:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 131, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-30 18:52:46 +00:00", + "prev_seen": "2023-09-07 15:54:47 +00:00", + "last_seen": "2023-10-20 05:35:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 10, + "page_from_rank": 58, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 03:07:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/question-and-answer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 9, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123707, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Questions & Answers Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:56 +00:00", + "prev_seen": "2023-08-30 17:07:56 +00:00", + "last_seen": "2023-11-20 15:01:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 9, + "page_from_rank": 53, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:56:21 +00:00", + "prev_seen": "2023-10-04 01:56:21 +00:00", + "last_seen": "2023-11-03 21:44:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for writing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools directory", + "text_pre": "topAI.tools is an", + "text_post": "and apps that launch in the market every day. On topAi.tools you can find and discover the tools that you need to boost and grow your business.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools search engine", + "text_pre": "You can also use the", + "text_post": "to find any tool to help you do any task.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=marketing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for marketing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "instadeel.com", + "url_from": "https://instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=startup%20tools", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-22 17:31:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 17:31:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for startups", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/tag/c-development-company/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 93, + "page_from_size": 132875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "C# development company Archives - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-11-21 06:13:44 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 06:13:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-subject-line-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126967, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Email Subject Line Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-11 07:26:36 +00:00", + "prev_seen": "2023-10-11 07:26:36 +00:00", + "last_seen": "2023-11-20 21:27:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/pinterest", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67201, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for pinterest - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:58:56 +00:00", + "prev_seen": "2023-10-12 05:58:56 +00:00", + "last_seen": "2023-11-20 15:22:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/poll", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for poll - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:57:22 +00:00", + "prev_seen": "2023-10-12 05:57:22 +00:00", + "last_seen": "2023-11-20 15:21:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/graphics-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Graphics Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:15:30 +00:00", + "prev_seen": "2023-08-30 17:15:30 +00:00", + "last_seen": "2023-11-20 15:06:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/landing-page-and-website-copies-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127484, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Landing Page & Website Copies Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:11 +00:00", + "prev_seen": "2023-08-30 17:07:11 +00:00", + "last_seen": "2023-11-20 15:06:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/testimonial-and-review-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 138269, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Testimonial & Review Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:07 +00:00", + "prev_seen": "2023-08-30 17:12:07 +00:00", + "last_seen": "2023-11-20 15:05:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/episode-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132499, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Podcast Episode Title Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:34 +00:00", + "prev_seen": "2023-08-30 17:14:34 +00:00", + "last_seen": "2023-11-20 15:05:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/micro-saas-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 129778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Micro SaaS ideas generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:37 +00:00", + "prev_seen": "2023-08-30 17:14:37 +00:00", + "last_seen": "2023-11-20 15:05:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/startup-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123300, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup ideas generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:17 +00:00", + "prev_seen": "2023-08-30 17:14:17 +00:00", + "last_seen": "2023-11-20 15:02:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-usecase-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 118897, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product Usecase Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:17:09 +00:00", + "prev_seen": "2023-08-30 17:17:09 +00:00", + "last_seen": "2023-11-20 15:02:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/checklists-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Checklists Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:22 +00:00", + "prev_seen": "2023-08-30 17:09:22 +00:00", + "last_seen": "2023-11-20 15:02:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/slideshare-presentations-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slideshare presentations Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:48 +00:00", + "prev_seen": "2023-08-30 17:16:48 +00:00", + "last_seen": "2023-11-20 15:02:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-description-with-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125208, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product description with bullet points generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:05 +00:00", + "prev_seen": "2023-08-30 17:09:05 +00:00", + "last_seen": "2023-11-20 15:02:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-section-writing-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Blog Section Writing Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:28 +00:00", + "prev_seen": "2023-08-30 17:08:28 +00:00", + "last_seen": "2023-11-20 15:01:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/story-plot-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131881, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Infinite FREE Story Ideas: Unleash Your Imagination with Logicballs AI", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:03 +00:00", + "prev_seen": "2023-08-30 17:07:03 +00:00", + "last_seen": "2023-11-20 15:01:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/press-release-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 137523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Press Release Ideas Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:54 +00:00", + "prev_seen": "2023-08-30 17:14:54 +00:00", + "last_seen": "2023-11-20 15:01:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/value-prop-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123373, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Unique Value Proposition Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:18 +00:00", + "prev_seen": "2023-08-30 17:10:18 +00:00", + "last_seen": "2023-11-20 15:01:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/brand-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Business Name Generator - Unique Brand Names", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:06:48 +00:00", + "prev_seen": "2023-08-30 17:06:48 +00:00", + "last_seen": "2023-11-20 15:01:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/domain-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131612, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Domain Name Generator (Unique Ideas)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:39 +00:00", + "prev_seen": "2023-08-30 17:03:39 +00:00", + "last_seen": "2023-11-20 15:01:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125838, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Bio Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:37 +00:00", + "prev_seen": "2023-08-30 17:09:37 +00:00", + "last_seen": "2023-11-20 15:01:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sms-and-notifications-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123836, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SMS and notifications generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:21 +00:00", + "prev_seen": "2023-08-30 17:08:21 +00:00", + "last_seen": "2023-11-20 15:01:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 141876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Ads Generator | Facebook Ad Copy Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:07:36 +00:00", + "prev_seen": "2023-08-30 17:07:36 +00:00", + "last_seen": "2023-11-20 15:01:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/text-rewritter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 139595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Text Rewriter Or Article Rewriter- Generate High Quality Content with AI Text Rewriter Tool | LogicBalls", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:06:50 +00:00", + "prev_seen": "2023-08-30 17:06:50 +00:00", + "last_seen": "2023-11-20 15:01:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/profile-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Professional Profile Bio Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:45 +00:00", + "prev_seen": "2023-08-30 17:12:45 +00:00", + "last_seen": "2023-11-20 15:01:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/keywords-extractor", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126808, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Keyword Extractor | Best Keyword Extraction Tool", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:14 +00:00", + "prev_seen": "2023-08-30 17:08:14 +00:00", + "last_seen": "2023-11-20 15:01:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/podcast-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133484, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Podcast Name Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:03 +00:00", + "prev_seen": "2023-08-30 17:11:03 +00:00", + "last_seen": "2023-11-20 15:00:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/free-apps-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Apps Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:12 +00:00", + "prev_seen": "2023-08-30 17:16:12 +00:00", + "last_seen": "2023-11-20 15:00:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/video-idea-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122583, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free YouTube Video Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:13 +00:00", + "prev_seen": "2023-08-30 17:10:13 +00:00", + "last_seen": "2023-11-20 15:00:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/job-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127248, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Job Description Generator | Generate Job Descriptions", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:36 +00:00", + "prev_seen": "2023-08-30 17:10:36 +00:00", + "last_seen": "2023-11-20 15:00:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134677, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TikTok Bio Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:24 +00:00", + "prev_seen": "2023-08-30 17:05:24 +00:00", + "last_seen": "2023-11-20 15:00:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 140074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Ads Generator | LinkedIn Ad Copy Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:00 +00:00", + "prev_seen": "2023-08-30 17:11:00 +00:00", + "last_seen": "2023-11-20 15:00:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Twitter Ads Generator | Twitter Ad Copy Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:50 +00:00", + "prev_seen": "2023-08-30 17:11:50 +00:00", + "last_seen": "2023-11-20 15:00:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Bio Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:25 +00:00", + "prev_seen": "2023-08-30 17:10:25 +00:00", + "last_seen": "2023-11-20 15:00:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/song-lyrics-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123695, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Song Lyrics Generator - Free and Unique Lyrics", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:16:43 +00:00", + "prev_seen": "2023-08-30 17:16:43 +00:00", + "last_seen": "2023-11-20 15:00:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Twitter Bio Generator | Free Tool", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:19 +00:00", + "prev_seen": "2023-08-30 17:11:19 +00:00", + "last_seen": "2023-11-20 15:00:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/business-idea-pitch-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business idea pitch generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:58 +00:00", + "prev_seen": "2023-08-30 17:09:58 +00:00", + "last_seen": "2023-11-20 14:59:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 141235, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Product Description Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:15 +00:00", + "prev_seen": "2023-08-30 17:05:15 +00:00", + "last_seen": "2023-11-20 14:59:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/whitepapers-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122784, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Whitepapers Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:12 +00:00", + "prev_seen": "2023-08-30 17:08:12 +00:00", + "last_seen": "2023-11-20 14:59:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebooks-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ebooks Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:48 +00:00", + "prev_seen": "2023-08-30 17:05:48 +00:00", + "last_seen": "2023-11-20 14:59:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 144049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI LinkedIn Summary Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:12 +00:00", + "prev_seen": "2023-08-30 17:12:12 +00:00", + "last_seen": "2023-11-20 14:59:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/webinars-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123374, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Webinar Title Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:04 +00:00", + "prev_seen": "2023-08-30 17:09:04 +00:00", + "last_seen": "2023-11-20 14:59:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/slide-decks-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slide Decks Ideas Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:45 +00:00", + "prev_seen": "2023-08-30 17:03:45 +00:00", + "last_seen": "2023-11-20 14:59:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tagline-and-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133656, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Tagline and Headline Generator | Free Online Tool with AI", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:23 +00:00", + "prev_seen": "2023-10-07 23:58:01 +00:00", + "last_seen": "2023-11-20 05:32:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/copy-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI Copywriting & Content Generator Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:01 +00:00", + "prev_seen": "2023-10-07 23:35:01 +00:00", + "last_seen": "2023-11-20 05:32:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-content-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TikTok Content Ideas Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:35 +00:00", + "prev_seen": "2023-10-07 23:35:35 +00:00", + "last_seen": "2023-11-20 05:32:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-shorts-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube AI Shorts Script Generator ( Free & AI-Powered)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:03 +00:00", + "prev_seen": "2023-10-07 23:36:03 +00:00", + "last_seen": "2023-11-20 05:32:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122760, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE TikTok Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:37 +00:00", + "prev_seen": "2023-10-07 23:36:37 +00:00", + "last_seen": "2023-11-20 05:32:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/glassdoor-review-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 117961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Glassdoor Review Generator - Help Employees Share Honest Feedback", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:38:17 +00:00", + "prev_seen": "2023-10-07 23:38:17 +00:00", + "last_seen": "2023-11-20 05:32:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/add-emoji-to-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123545, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Emojis - Automatic Emoji Adding Tool for Text", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:37:06 +00:00", + "prev_seen": "2023-10-07 23:37:06 +00:00", + "last_seen": "2023-11-20 05:32:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/text-extender", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Text Extender, Sentence Extender", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:34:43 +00:00", + "prev_seen": "2023-10-07 23:34:43 +00:00", + "last_seen": "2023-11-20 05:32:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/storyteller", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127061, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Storyteller - Transforming Achievements into Engaging Narratives", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:48 +00:00", + "prev_seen": "2023-10-07 23:35:48 +00:00", + "last_seen": "2023-11-20 05:32:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/indiehackers-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123508, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free IndieHackers Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:52 +00:00", + "prev_seen": "2023-10-07 23:36:52 +00:00", + "last_seen": "2023-11-20 05:31:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Flipkart Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:38:34 +00:00", + "prev_seen": "2023-10-07 23:38:34 +00:00", + "last_seen": "2023-11-20 05:31:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hashtag Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:39:37 +00:00", + "prev_seen": "2023-10-07 23:39:37 +00:00", + "last_seen": "2023-11-20 05:31:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/monthly-product-newsletter-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Monthly Product Newsletter Writer | Boost Customer Engagement (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:39:50 +00:00", + "prev_seen": "2023-10-07 23:39:50 +00:00", + "last_seen": "2023-11-20 05:31:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-threads-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Threads Bio Generator (FREE AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:40:05 +00:00", + "prev_seen": "2023-10-07 23:40:05 +00:00", + "last_seen": "2023-11-20 05:31:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/keyword-research-strategies-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 119987, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Keyword Research Strategies Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:40:22 +00:00", + "prev_seen": "2023-10-07 23:40:22 +00:00", + "last_seen": "2023-11-20 05:31:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/bullet-points-to-paragraph-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bullet Points to Paragraph Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:40:37 +00:00", + "prev_seen": "2023-10-07 23:40:37 +00:00", + "last_seen": "2023-11-20 05:31:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/conclusion-generator-for-blogs-and-essays", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 257, + "page_from_size": 135726, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The essay conclusion generator elevates your content ending to new heights by crafting powerful conclusions with ease. Free to use, no registration needed.", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:31 +00:00", + "prev_seen": "2023-10-07 23:42:31 +00:00", + "last_seen": "2023-11-20 05:31:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/cold-call-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 137574, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Sales & Cold Calling Script Generator | AI-Powered", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:43 +00:00", + "prev_seen": "2023-10-07 23:42:43 +00:00", + "last_seen": "2023-11-20 05:31:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/local-services-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123630, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Local Services Description Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:59 +00:00", + "prev_seen": "2023-10-07 23:42:59 +00:00", + "last_seen": "2023-11-20 05:31:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/voice-message-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128949, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Voice Message Copy Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:43:21 +00:00", + "prev_seen": "2023-10-07 23:43:21 +00:00", + "last_seen": "2023-11-20 05:31:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Headline Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:44:42 +00:00", + "prev_seen": "2023-10-07 23:44:42 +00:00", + "last_seen": "2023-11-20 05:31:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122440, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Title Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:03 +00:00", + "prev_seen": "2023-10-07 23:45:03 +00:00", + "last_seen": "2023-11-20 05:31:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/identify-popular-questions", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122363, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Identify Popular Questions for Your Content", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:19 +00:00", + "prev_seen": "2023-10-07 23:45:19 +00:00", + "last_seen": "2023-11-20 05:31:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/customer-qbr-presentation-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered QBR Presentation Writer Tool | Create Engaging Outlines", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:36 +00:00", + "prev_seen": "2023-10-07 23:45:36 +00:00", + "last_seen": "2023-11-20 05:30:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Youtube Hashtag Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:03 +00:00", + "prev_seen": "2023-10-07 23:46:03 +00:00", + "last_seen": "2023-11-20 05:30:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/advertising-campaign-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124917, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ad Campaign Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:18 +00:00", + "prev_seen": "2023-10-07 23:46:18 +00:00", + "last_seen": "2023-11-20 05:30:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/qualifying-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128834, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Sales Qualifying Questions Generator - Generate Customized Questions for Better Conversions (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:29 +00:00", + "prev_seen": "2023-10-07 23:46:29 +00:00", + "last_seen": "2023-11-20 05:30:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-shorts-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123337, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free YouTube Shorts Idea Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:46:46 +00:00", + "prev_seen": "2023-10-07 23:46:46 +00:00", + "last_seen": "2023-11-20 05:30:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-reel-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132368, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Reel Script Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:01 +00:00", + "prev_seen": "2023-10-07 23:47:01 +00:00", + "last_seen": "2023-11-20 05:30:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-poll-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122509, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Poll Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:31 +00:00", + "prev_seen": "2023-10-07 23:47:31 +00:00", + "last_seen": "2023-11-20 05:30:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 136222, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Headline Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:48 +00:00", + "prev_seen": "2023-10-07 23:47:48 +00:00", + "last_seen": "2023-11-20 05:30:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/company-slogan-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123591, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Slogan Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:02 +00:00", + "prev_seen": "2023-10-07 23:48:02 +00:00", + "last_seen": "2023-11-20 05:30:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/support-ticket-explainer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121844, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Support Ticket Explainer", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:15 +00:00", + "prev_seen": "2023-10-07 23:48:15 +00:00", + "last_seen": "2023-11-20 05:30:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/synopsis-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Synopsis Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:32 +00:00", + "prev_seen": "2023-10-07 23:48:32 +00:00", + "last_seen": "2023-11-20 05:30:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/listicle-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130561, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Listicle Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:48:45 +00:00", + "prev_seen": "2023-10-07 23:48:45 +00:00", + "last_seen": "2023-11-20 05:30:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/baby-names-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Baby Names Generator - Unique & Trendy Names for Your Little One", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:49:48 +00:00", + "prev_seen": "2023-10-07 23:49:48 +00:00", + "last_seen": "2023-11-20 05:29:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tweet-reply-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122567, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tweet Reply Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:50:49 +00:00", + "prev_seen": "2023-10-07 23:50:49 +00:00", + "last_seen": "2023-11-20 05:29:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tweet-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124901, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tweet Ideas Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:05 +00:00", + "prev_seen": "2023-10-07 23:51:05 +00:00", + "last_seen": "2023-11-20 05:29:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Etsy Product Description Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:17 +00:00", + "prev_seen": "2023-10-07 23:51:17 +00:00", + "last_seen": "2023-11-20 05:29:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Social%20Media", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 71, + "page_from_size": 110182, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Social Media - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:35 +00:00", + "prev_seen": "2023-10-07 23:51:35 +00:00", + "last_seen": "2023-11-20 05:29:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/content-tone-changer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Content Tone Changer (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:51:49 +00:00", + "prev_seen": "2023-10-07 23:51:49 +00:00", + "last_seen": "2023-11-20 05:29:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-reel-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Instagram Reels Idea Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:26 +00:00", + "prev_seen": "2023-10-07 23:53:26 +00:00", + "last_seen": "2023-11-20 05:29:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/compelling-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Generate Captivating Bullet Points with AI for Your Product", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:50 +00:00", + "prev_seen": "2023-10-07 23:53:50 +00:00", + "last_seen": "2023-11-20 05:29:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/subheadings-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123300, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Subheadings Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:54:51 +00:00", + "prev_seen": "2023-10-07 23:54:51 +00:00", + "last_seen": "2023-11-20 05:29:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Description Generator for Amazon | Enhance Your Product Listings", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:08 +00:00", + "prev_seen": "2023-10-07 23:55:08 +00:00", + "last_seen": "2023-11-20 05:29:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-launch-checklist-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125558, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Product Launch Checklist Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:39 +00:00", + "prev_seen": "2023-10-07 23:55:39 +00:00", + "last_seen": "2023-11-20 05:29:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/support-auto-reply-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Support Ticket Auto Reply Writer - Boost Your Customer Service Efficiency", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:50 +00:00", + "prev_seen": "2023-10-07 23:55:50 +00:00", + "last_seen": "2023-11-20 05:29:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125656, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Facebook Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:06 +00:00", + "prev_seen": "2023-10-07 23:57:06 +00:00", + "last_seen": "2023-11-20 05:28:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/content-readability-improver", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Competitor Analysis Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:18 +00:00", + "prev_seen": "2023-10-07 23:57:18 +00:00", + "last_seen": "2023-11-20 05:28:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 132494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI TikTok script generator | Free AI Script Writer", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:34 +00:00", + "prev_seen": "2023-10-07 23:57:34 +00:00", + "last_seen": "2023-11-20 05:28:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134703, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free eBay Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:51:47 +00:00", + "prev_seen": "2023-10-07 22:51:47 +00:00", + "last_seen": "2023-11-20 03:29:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-experience-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125418, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Experience Description Generator - Create Impressive Work Summaries", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:52:34 +00:00", + "prev_seen": "2023-10-07 22:52:34 +00:00", + "last_seen": "2023-11-20 03:29:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/marketing-plan-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Marketing Plan Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:54:17 +00:00", + "prev_seen": "2023-10-07 22:54:17 +00:00", + "last_seen": "2023-11-20 03:28:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-channel-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122384, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Channel Name Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:55:50 +00:00", + "prev_seen": "2023-10-07 22:55:50 +00:00", + "last_seen": "2023-11-20 03:28:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/restaurant-review-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Create Compelling & Engaging Reviews Instantly! (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:56:36 +00:00", + "prev_seen": "2023-10-07 22:56:36 +00:00", + "last_seen": "2023-11-20 03:28:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/request-for-testimonial-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121355, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Request for Testimonial Email Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:58:11 +00:00", + "prev_seen": "2023-10-07 22:58:11 +00:00", + "last_seen": "2023-11-20 03:28:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/content-expander", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130479, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Paragraph Expander: Expand Paragraph Content", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:58:50 +00:00", + "prev_seen": "2023-10-07 22:58:50 +00:00", + "last_seen": "2023-11-20 03:28:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sms-campaign-template-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131089, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Effective SMS Campaign Template with AI (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:01:15 +00:00", + "prev_seen": "2023-10-07 23:01:15 +00:00", + "last_seen": "2023-11-20 03:28:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/first-to-third-person-converter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "First Person to Third Person Converter (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:02:46 +00:00", + "prev_seen": "2023-10-07 23:02:46 +00:00", + "last_seen": "2023-11-20 03:28:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-heading-expander", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122760, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Blog Heading Expander", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:03:40 +00:00", + "prev_seen": "2023-10-07 23:03:40 +00:00", + "last_seen": "2023-11-20 03:28:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/survey-question-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122682, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI Survey Question Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:06:42 +00:00", + "prev_seen": "2023-10-07 23:06:42 +00:00", + "last_seen": "2023-11-20 03:28:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/what-to-do", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123948, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Assistant: Your Reliable Partner in Challenging Situations", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:07:15 +00:00", + "prev_seen": "2023-10-07 23:07:15 +00:00", + "last_seen": "2023-11-20 03:28:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/gramnmar-checker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124239, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Grammar Checker - Instantly Improve Your Writing Accuracy and write like a pro", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:07:45 +00:00", + "prev_seen": "2023-10-07 23:07:45 +00:00", + "last_seen": "2023-11-20 03:28:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/competitor-comparison-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 137778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Competitor Comparison Generator - Compare Your Business Performance with Competitors", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:08:22 +00:00", + "prev_seen": "2023-10-07 23:08:22 +00:00", + "last_seen": "2023-11-20 03:28:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/love-letter-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126643, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Love Letter Writer - Heartfelt, Personalized, & Romantic Letters for Your Special Someone", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:09:43 +00:00", + "prev_seen": "2023-10-07 23:09:43 +00:00", + "last_seen": "2023-11-20 03:27:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/social-media-content-calendar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122821, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Social Media Content Calendar Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:11:08 +00:00", + "prev_seen": "2023-10-07 23:11:08 +00:00", + "last_seen": "2023-11-20 03:27:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-review-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126000, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product Review Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:11:56 +00:00", + "prev_seen": "2023-10-07 23:11:56 +00:00", + "last_seen": "2023-11-20 03:27:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/excel-formula-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123655, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Excel Formula Generator - Advanced Algorithm Solution", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:12:47 +00:00", + "prev_seen": "2023-10-07 23:12:47 +00:00", + "last_seen": "2023-11-20 03:27:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-insights-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Insights Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:13:31 +00:00", + "prev_seen": "2023-10-07 23:13:31 +00:00", + "last_seen": "2023-11-20 03:27:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/press-release-quote-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123579, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Press Release Quote Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:14:07 +00:00", + "prev_seen": "2023-10-07 23:14:07 +00:00", + "last_seen": "2023-11-20 03:27:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-title-alternatives-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Title Rewriter (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:15:40 +00:00", + "prev_seen": "2023-10-07 23:15:40 +00:00", + "last_seen": "2023-11-20 03:27:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/cricket-match-tweet-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 118791, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Cricket Match Tweet Generation Tool - Effortlessly Compose Tweets!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:16:19 +00:00", + "prev_seen": "2023-10-07 23:16:19 +00:00", + "last_seen": "2023-11-20 03:27:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126727, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Flipkart Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:16:54 +00:00", + "prev_seen": "2023-10-07 23:16:54 +00:00", + "last_seen": "2023-11-20 03:27:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/q-and-a-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123550, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Q & A Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:17:31 +00:00", + "prev_seen": "2023-10-07 23:17:31 +00:00", + "last_seen": "2023-11-20 03:27:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/feature-to-benefit-converter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Feature to Benefit Converter - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:18:04 +00:00", + "prev_seen": "2023-10-07 23:18:04 +00:00", + "last_seen": "2023-11-20 03:27:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/google-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126954, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Google Ad Headline Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:19:35 +00:00", + "prev_seen": "2023-10-07 23:19:35 +00:00", + "last_seen": "2023-11-20 03:27:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/closing-ticket-response-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121861, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Efficient & Professional Closing Ticket Response Writer Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:20:21 +00:00", + "prev_seen": "2023-10-07 23:20:21 +00:00", + "last_seen": "2023-11-20 03:27:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ticket-resolution-delay-response-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122475, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Resolution Delay Response Writer | Automated Apology Text Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:21:16 +00:00", + "prev_seen": "2023-10-07 23:21:16 +00:00", + "last_seen": "2023-11-20 03:26:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/call-to-action-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Call to Action Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:22:40 +00:00", + "prev_seen": "2023-10-07 23:22:40 +00:00", + "last_seen": "2023-11-20 03:26:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hacker-news-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Hacker News Post Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:23:20 +00:00", + "prev_seen": "2023-10-07 23:23:20 +00:00", + "last_seen": "2023-11-20 03:26:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-campaign-template-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Create effective email campaigns with free AI-powered email campaign template", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:24:14 +00:00", + "prev_seen": "2023-10-07 23:24:14 +00:00", + "last_seen": "2023-11-20 03:26:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/billing-reminder-email-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121693, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Billing Reminder Email Writer - Automate Payment Reminders", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:24:54 +00:00", + "prev_seen": "2023-10-07 23:24:54 +00:00", + "last_seen": "2023-11-20 03:26:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-or-service-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123204, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Product or Service Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:25:40 +00:00", + "prev_seen": "2023-10-07 23:25:40 +00:00", + "last_seen": "2023-11-20 03:26:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/poem-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122071, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Poem Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:26:15 +00:00", + "prev_seen": "2023-10-07 23:26:15 +00:00", + "last_seen": "2023-11-20 03:26:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sales-email-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Sales Email Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:27:42 +00:00", + "prev_seen": "2023-10-07 23:27:42 +00:00", + "last_seen": "2023-11-20 03:26:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/summary-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123508, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Text Summarizer - FREE Summary Generator Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:28:19 +00:00", + "prev_seen": "2023-10-07 23:28:19 +00:00", + "last_seen": "2023-11-20 03:26:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122997, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Comment Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:29:00 +00:00", + "prev_seen": "2023-10-07 23:29:00 +00:00", + "last_seen": "2023-11-20 03:26:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/product-question-for-customer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Questions for Customer Generator - Boost Your Sales & Engagement", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:29:48 +00:00", + "prev_seen": "2023-10-07 23:29:48 +00:00", + "last_seen": "2023-11-20 03:26:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tiktok-caption-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free TikTok Caption Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:30:28 +00:00", + "prev_seen": "2023-10-07 23:30:28 +00:00", + "last_seen": "2023-11-20 03:26:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/trip-planner", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free AI Trip Planner | Itinerary Maker & Travel Itinerary Planner", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:31:05 +00:00", + "prev_seen": "2023-10-07 23:31:05 +00:00", + "last_seen": "2023-11-20 03:25:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-video-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122678, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Video Script Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:32:27 +00:00", + "prev_seen": "2023-10-07 23:32:27 +00:00", + "last_seen": "2023-11-20 03:25:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedIn-poll-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122243, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Poll Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:33:06 +00:00", + "prev_seen": "2023-10-07 23:33:06 +00:00", + "last_seen": "2023-11-20 03:25:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133047, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Etsy Listing Title Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:34:25 +00:00", + "prev_seen": "2023-10-07 23:34:25 +00:00", + "last_seen": "2023-11-20 03:25:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free eBay Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:51:17 +00:00", + "prev_seen": "2023-10-07 22:51:17 +00:00", + "last_seen": "2023-11-20 03:25:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Amazon Product Title Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:52:12 +00:00", + "prev_seen": "2023-10-07 22:52:12 +00:00", + "last_seen": "2023-11-20 03:25:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131947, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "eBay Product Description Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:53:48 +00:00", + "prev_seen": "2023-10-07 22:53:48 +00:00", + "last_seen": "2023-11-20 03:25:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-connection-request-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128284, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI LinkedIn Connection Request Generator - Boost Your Networking", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:54:38 +00:00", + "prev_seen": "2023-10-07 22:54:38 +00:00", + "last_seen": "2023-11-20 03:25:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedIn-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123194, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Linkedin Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:57:49 +00:00", + "prev_seen": "2023-10-07 22:57:49 +00:00", + "last_seen": "2023-11-20 03:25:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/buyer-challenges-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Buyer Challenges Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:58:33 +00:00", + "prev_seen": "2023-10-07 22:58:33 +00:00", + "last_seen": "2023-11-20 03:25:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 135039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Etsy Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:00:44 +00:00", + "prev_seen": "2023-10-07 23:00:44 +00:00", + "last_seen": "2023-11-20 03:25:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 138466, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LinkedIn Post Generator: Create Free Engaging Posts That Will Get You Noticed", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:03:19 +00:00", + "prev_seen": "2023-10-07 23:03:19 +00:00", + "last_seen": "2023-11-20 03:25:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/sales-pitch-deck-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126043, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Sales Pitch Deck Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:03:59 +00:00", + "prev_seen": "2023-10-07 23:03:59 +00:00", + "last_seen": "2023-11-20 03:24:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ebay-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "eBay Title Builder - 100% free, No Login Required", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:06:21 +00:00", + "prev_seen": "2023-10-07 23:06:21 +00:00", + "last_seen": "2023-11-20 03:24:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-group-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Group Post Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:06:57 +00:00", + "prev_seen": "2023-10-07 23:06:57 +00:00", + "last_seen": "2023-11-20 03:24:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/potential-customer-persona-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123268, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Customer Persona Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:07:32 +00:00", + "prev_seen": "2023-10-07 23:07:32 +00:00", + "last_seen": "2023-11-20 03:24:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/employee-satisfaction-survey-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 119237, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Employee Satisfaction Survey Generator | Create Customized Surveys", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:08:01 +00:00", + "prev_seen": "2023-10-07 23:08:01 +00:00", + "last_seen": "2023-11-20 03:24:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-tags-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122659, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "YouTube Tags Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:09:22 +00:00", + "prev_seen": "2023-10-07 23:09:22 +00:00", + "last_seen": "2023-11-20 03:24:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127499, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Amazon Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:10:04 +00:00", + "prev_seen": "2023-10-07 23:10:04 +00:00", + "last_seen": "2023-11-20 03:24:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/customer-contract-summerizer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Customer Contract Summarizer AI - Streamline Your Contract Analysis (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:10:50 +00:00", + "prev_seen": "2023-10-07 23:10:50 +00:00", + "last_seen": "2023-11-20 03:24:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/talking-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Talking Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:12:22 +00:00", + "prev_seen": "2023-10-07 23:12:22 +00:00", + "last_seen": "2023-11-20 03:24:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/author-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Author Bio Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:13:04 +00:00", + "prev_seen": "2023-10-07 23:13:04 +00:00", + "last_seen": "2023-11-20 03:24:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/elevator-pitch-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126101, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Elevator Pitch Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:15:21 +00:00", + "prev_seen": "2023-10-07 23:15:21 +00:00", + "last_seen": "2023-11-20 03:24:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/marketing-segmentation-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Marketing Segmentation Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:15:58 +00:00", + "prev_seen": "2023-10-07 23:15:58 +00:00", + "last_seen": "2023-11-20 03:24:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/faq-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 134083, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI FAQ Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:16:36 +00:00", + "prev_seen": "2023-10-07 23:16:36 +00:00", + "last_seen": "2023-11-20 03:23:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123702, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bullet Points Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:17:15 +00:00", + "prev_seen": "2023-10-07 23:17:15 +00:00", + "last_seen": "2023-11-20 03:23:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-followup-message-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 128660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Sales LinkedIn Followup Message Generator - Engage Leads with Ease", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:17:48 +00:00", + "prev_seen": "2023-10-07 23:17:48 +00:00", + "last_seen": "2023-11-20 03:23:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130192, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Post Generator - 100% Free, No Login", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:19:14 +00:00", + "prev_seen": "2023-10-07 23:19:14 +00:00", + "last_seen": "2023-11-20 03:23:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 133927, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Looking for ideas for your next blog post? Use our free blog topic ideas generator to create plenty of unique and trendy blog topic ideas now!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:20:00 +00:00", + "prev_seen": "2023-10-07 23:20:00 +00:00", + "last_seen": "2023-11-20 03:23:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/dating-icebreaker-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 119771, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Dating Icebreaker Questions Generator - Spark Conversations with Ease!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:21:40 +00:00", + "prev_seen": "2023-10-07 23:21:40 +00:00", + "last_seen": "2023-11-20 03:23:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-followup-message-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE AI-Powered Sales Follow-Up Email Generator | Boost Your Sales Conversions (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:22:21 +00:00", + "prev_seen": "2023-10-07 23:22:21 +00:00", + "last_seen": "2023-11-20 03:23:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-group-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124956, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Facebook Group Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:22:56 +00:00", + "prev_seen": "2023-10-07 23:22:56 +00:00", + "last_seen": "2023-11-20 03:23:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/chat-reply-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Message Reply Tool - Boost Your Personal & Professional Conversations", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:23:51 +00:00", + "prev_seen": "2023-10-07 23:23:51 +00:00", + "last_seen": "2023-11-20 03:23:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/headline-intro-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 130274, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Headline Intro Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:24:34 +00:00", + "prev_seen": "2023-10-07 23:24:34 +00:00", + "last_seen": "2023-11-20 03:23:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/digital-marketing-strategy-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123156, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Digital Marketing Strategy Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:25:20 +00:00", + "prev_seen": "2023-10-07 23:25:20 +00:00", + "last_seen": "2023-11-20 03:23:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/paragraph-shredder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123678, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Paragraph Shredder (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:25:59 +00:00", + "prev_seen": "2023-10-07 23:25:59 +00:00", + "last_seen": "2023-11-20 03:23:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-recommendation-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free LinkedIn Recommendation Generator | AI-Powered Tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:27:19 +00:00", + "prev_seen": "2023-10-07 23:27:19 +00:00", + "last_seen": "2023-11-20 03:22:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/whatsapp-campaign-template-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Create Effective Whatsapp Campaigns with AI (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:27:59 +00:00", + "prev_seen": "2023-10-07 23:27:59 +00:00", + "last_seen": "2023-11-20 03:22:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hook-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126364, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Hook Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:28:41 +00:00", + "prev_seen": "2023-10-07 23:28:41 +00:00", + "last_seen": "2023-11-20 03:22:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/poll-question-and-answer-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Poll Question and Answers Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:30:07 +00:00", + "prev_seen": "2023-10-07 23:30:07 +00:00", + "last_seen": "2023-11-20 03:22:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Twitter Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:30:47 +00:00", + "prev_seen": "2023-10-07 23:30:47 +00:00", + "last_seen": "2023-11-20 03:22:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instgram-threads-thread-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127924, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Instagram Threads Generator (FREE AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:32:48 +00:00", + "prev_seen": "2023-10-07 23:32:48 +00:00", + "last_seen": "2023-11-20 03:22:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/fitness-excecise-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124945, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fitness Exercise Ideas Generator - Your Ultimate Workout Inspiration (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:33:26 +00:00", + "prev_seen": "2023-10-07 23:33:26 +00:00", + "last_seen": "2023-11-20 03:22:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/pain-point-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127261, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pain Point Generator - Generate Your Business's Pain Points Now", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:34:01 +00:00", + "prev_seen": "2023-10-07 23:34:01 +00:00", + "last_seen": "2023-11-20 03:22:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/General", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 38, + "page_from_size": 91030, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for General - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:38:08 +00:00", + "prev_seen": "2023-10-07 22:38:08 +00:00", + "last_seen": "2023-11-20 01:52:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/glossary-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122891, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Glossary Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:33:24 +00:00", + "prev_seen": "2023-10-07 22:33:24 +00:00", + "last_seen": "2023-11-20 01:52:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Instagram Hashtag Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:33:55 +00:00", + "prev_seen": "2023-10-07 22:33:55 +00:00", + "last_seen": "2023-11-20 01:52:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/youtube-video-topic-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124089, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI YouTube Ideas Generator: Get Inspirational Video Topic Suggestions", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:37:40 +00:00", + "prev_seen": "2023-10-07 22:37:40 +00:00", + "last_seen": "2023-11-20 01:52:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/aida-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123433, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIDA Generator : Copywriting Framework", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:39:19 +00:00", + "prev_seen": "2023-10-07 22:39:19 +00:00", + "last_seen": "2023-11-20 01:52:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/pinterest-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122888, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pinterest Hashtag Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:39:46 +00:00", + "prev_seen": "2023-10-07 22:39:46 +00:00", + "last_seen": "2023-11-20 01:52:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/meal-planner", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 120667, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Meal Planner - Simplify and Optimize Your Meal Planning", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:40:07 +00:00", + "prev_seen": "2023-10-07 22:40:07 +00:00", + "last_seen": "2023-11-20 01:52:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/personal-bio-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123272, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Profile Bio, Personal Bio Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:40:53 +00:00", + "prev_seen": "2023-10-07 22:40:53 +00:00", + "last_seen": "2023-11-20 01:52:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-product-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 126848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Flipkart Product Title Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:41:17 +00:00", + "prev_seen": "2023-10-07 22:41:17 +00:00", + "last_seen": "2023-11-20 01:52:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/twitter-poll-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122518, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Twitter Poll Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:41:37 +00:00", + "prev_seen": "2023-10-07 22:41:37 +00:00", + "last_seen": "2023-11-20 01:51:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/flipkart-product-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Flipkart Product Description Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:47:37 +00:00", + "prev_seen": "2023-10-07 22:47:37 +00:00", + "last_seen": "2023-11-20 01:51:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/icebreaker-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123867, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Sales Icebreaker Generator - Break the Ice with Ease!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:48:23 +00:00", + "prev_seen": "2023-10-07 22:48:23 +00:00", + "last_seen": "2023-11-20 01:51:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/meeting-notes-to-summary-creator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121547, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Meeting Notes to Summary Creator - Transform Your Meeting Notes Effortlessly - FREE tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:49:09 +00:00", + "prev_seen": "2023-10-07 22:49:09 +00:00", + "last_seen": "2023-11-20 01:51:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/support-ticket-reply-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122862, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Support Ticket Reply Writer - Generate Quick and Accurate Replies", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:50:38 +00:00", + "prev_seen": "2023-10-07 22:50:38 +00:00", + "last_seen": "2023-11-20 01:51:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/linkedin-inemail-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 129714, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI LinkedIn In-Email Generator - Boost Your Networking Potential (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:17:53 +00:00", + "prev_seen": "2023-10-07 22:17:53 +00:00", + "last_seen": "2023-11-20 01:51:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/advertisement-script-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 124131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ad Script Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:17:26 +00:00", + "prev_seen": "2023-10-07 22:17:26 +00:00", + "last_seen": "2023-11-20 01:51:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/proposal-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 131625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Proposal Generator - Generate Winning Proposals with AI Proposal Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:16:58 +00:00", + "prev_seen": "2023-10-07 22:16:58 +00:00", + "last_seen": "2023-11-20 01:51:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/course-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123061, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Course Description Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:16:05 +00:00", + "prev_seen": "2023-10-07 22:16:05 +00:00", + "last_seen": "2023-11-20 01:51:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/blog-introduction-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 135825, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Introduction Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:46:23 +00:00", + "prev_seen": "2023-10-07 22:46:23 +00:00", + "last_seen": "2023-11-20 01:51:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/board-game-recommendation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 121636, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Board Game Recommendations - Find Your Perfect Game Match!", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:47:57 +00:00", + "prev_seen": "2023-10-07 22:47:57 +00:00", + "last_seen": "2023-11-20 01:51:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/etsy-product-bullet-points-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127043, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Etsy Product Bullet Points Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:48:47 +00:00", + "prev_seen": "2023-10-07 22:48:47 +00:00", + "last_seen": "2023-11-20 01:51:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/reddit-post-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 125151, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Reddit Post Generator FREE (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:49:28 +00:00", + "prev_seen": "2023-10-07 22:49:28 +00:00", + "last_seen": "2023-11-20 01:51:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/about-us-page-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "About Us Page Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:15:36 +00:00", + "prev_seen": "2023-10-07 22:15:36 +00:00", + "last_seen": "2023-11-20 01:50:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/amazon-ad-headline-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 127283, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Amazon Ad Headline Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:12:19 +00:00", + "prev_seen": "2023-10-07 22:12:19 +00:00", + "last_seen": "2023-11-20 01:50:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/press-release", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68201, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for press-release - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:27 +00:00", + "prev_seen": "2023-10-08 00:01:27 +00:00", + "last_seen": "2023-11-19 22:29:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/ebooks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 67839, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for ebooks - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:40 +00:00", + "prev_seen": "2023-10-08 00:01:40 +00:00", + "last_seen": "2023-11-19 22:29:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/whitepaper", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67248, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for whitepaper - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:50 +00:00", + "prev_seen": "2023-10-08 00:01:50 +00:00", + "last_seen": "2023-11-19 22:29:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/video-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 75011, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for video-generator - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:04 +00:00", + "prev_seen": "2023-10-08 00:02:04 +00:00", + "last_seen": "2023-11-19 22:28:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/HR", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 77136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for HR - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:17 +00:00", + "prev_seen": "2023-10-08 00:02:17 +00:00", + "last_seen": "2023-11-19 22:28:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Account%20Management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 72625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Account Management - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:28 +00:00", + "prev_seen": "2023-10-08 00:02:28 +00:00", + "last_seen": "2023-11-19 22:28:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Love", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 70137, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Love - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:02:42 +00:00", + "prev_seen": "2023-10-08 00:02:42 +00:00", + "last_seen": "2023-11-19 22:28:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Travel", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 68800, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Travel - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:00 +00:00", + "prev_seen": "2023-10-08 00:03:00 +00:00", + "last_seen": "2023-11-19 22:28:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Help%20Desk", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 85717, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Help Desk - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:29 +00:00", + "prev_seen": "2023-10-08 00:03:29 +00:00", + "last_seen": "2023-11-19 22:28:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/content-villain", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Content Villain Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:31:47 +00:00", + "prev_seen": "2023-10-07 23:31:47 +00:00", + "last_seen": "2023-11-19 22:28:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/dating", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for dating - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:47 +00:00", + "prev_seen": "2023-10-08 00:03:47 +00:00", + "last_seen": "2023-11-19 22:28:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Random", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 67920, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Random - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:01 +00:00", + "prev_seen": "2023-10-08 00:04:01 +00:00", + "last_seen": "2023-11-19 22:28:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/travel", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67070, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for travel - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:12 +00:00", + "prev_seen": "2023-10-08 00:04:12 +00:00", + "last_seen": "2023-11-19 22:28:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/fitness", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 67771, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for fitness - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:25 +00:00", + "prev_seen": "2023-10-08 00:04:25 +00:00", + "last_seen": "2023-11-19 22:28:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Sports", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 69026, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Sports - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:39 +00:00", + "prev_seen": "2023-10-08 00:04:39 +00:00", + "last_seen": "2023-11-19 22:28:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/knowledge-base", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 69725, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for knowledge-base - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:04:49 +00:00", + "prev_seen": "2023-10-08 00:04:49 +00:00", + "last_seen": "2023-11-19 22:28:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/flipkart", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69281, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for flipkart - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:29:28 +00:00", + "prev_seen": "2023-10-07 23:29:28 +00:00", + "last_seen": "2023-11-19 22:28:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/shortly-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Shortly AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:31:28 +00:00", + "prev_seen": "2023-10-07 23:31:28 +00:00", + "last_seen": "2023-11-19 22:28:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Business", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 87378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Business - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:32:12 +00:00", + "prev_seen": "2023-10-07 23:32:12 +00:00", + "last_seen": "2023-11-19 22:27:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/etsy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for etsy - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:35:18 +00:00", + "prev_seen": "2023-10-07 23:35:18 +00:00", + "last_seen": "2023-11-19 22:27:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/tiktok", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 69784, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for tiktok - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:36:20 +00:00", + "prev_seen": "2023-10-07 23:36:20 +00:00", + "last_seen": "2023-11-19 22:27:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-content-villain", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93554, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Content Villain : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:41:41 +00:00", + "prev_seen": "2023-10-07 23:41:41 +00:00", + "last_seen": "2023-11-19 22:27:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/writesonic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80840, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Writesonic Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:41:56 +00:00", + "prev_seen": "2023-10-07 23:41:56 +00:00", + "last_seen": "2023-11-19 22:27:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/jasper-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80789, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Jasper AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:42:13 +00:00", + "prev_seen": "2023-10-07 23:42:13 +00:00", + "last_seen": "2023-11-19 22:27:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Design", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 69204, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Design - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:45:49 +00:00", + "prev_seen": "2023-10-07 23:45:49 +00:00", + "last_seen": "2023-11-19 22:27:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/textcortex", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best TextCortex Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:47:16 +00:00", + "prev_seen": "2023-10-07 23:47:16 +00:00", + "last_seen": "2023-11-19 22:27:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Recruitment", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 69624, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Recruitment - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:52:54 +00:00", + "prev_seen": "2023-10-07 23:52:54 +00:00", + "last_seen": "2023-11-19 22:27:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/ebay", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for ebay - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:11 +00:00", + "prev_seen": "2023-10-07 23:53:11 +00:00", + "last_seen": "2023-11-19 22:27:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/peppertype-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Peppertype AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:53:38 +00:00", + "prev_seen": "2023-10-07 23:53:38 +00:00", + "last_seen": "2023-11-19 22:27:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-snazzy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93392, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Snazzy AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:55:22 +00:00", + "prev_seen": "2023-10-07 23:55:22 +00:00", + "last_seen": "2023-11-19 22:27:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/nichesss", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80801, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Nichesss Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:56:50 +00:00", + "prev_seen": "2023-10-07 23:56:50 +00:00", + "last_seen": "2023-11-19 22:27:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Product", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 69743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Product - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:00:21 +00:00", + "prev_seen": "2023-10-07 23:00:21 +00:00", + "last_seen": "2023-11-19 22:27:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/longshot-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best LongShot AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:05:59 +00:00", + "prev_seen": "2023-10-07 23:05:59 +00:00", + "last_seen": "2023-11-19 22:26:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/rytr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Rytr Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:09:07 +00:00", + "prev_seen": "2023-10-07 23:09:07 +00:00", + "last_seen": "2023-11-19 22:26:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/simplified", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Simplified Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:10:28 +00:00", + "prev_seen": "2023-10-07 23:10:28 +00:00", + "last_seen": "2023-11-19 22:26:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-shortly-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93749, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Shortly AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:21:59 +00:00", + "prev_seen": "2023-10-07 23:21:59 +00:00", + "last_seen": "2023-11-19 22:26:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Marketing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 65, + "page_from_size": 107385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Marketing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:56:15 +00:00", + "prev_seen": "2023-10-07 22:56:15 +00:00", + "last_seen": "2023-11-19 22:26:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/closerscopy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best ClosersCopy Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:59:56 +00:00", + "prev_seen": "2023-10-07 22:59:56 +00:00", + "last_seen": "2023-11-19 22:26:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/excel", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67172, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for excel - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:01:35 +00:00", + "prev_seen": "2023-10-07 23:01:35 +00:00", + "last_seen": "2023-11-19 22:26:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/snazzy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 80815, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Snazzy AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:08:44 +00:00", + "prev_seen": "2023-10-07 23:08:44 +00:00", + "last_seen": "2023-11-19 22:26:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/SEO", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 85021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for SEO - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:11:36 +00:00", + "prev_seen": "2023-10-07 23:11:36 +00:00", + "last_seen": "2023-11-19 22:26:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-closerscopy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93552, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs ClosersCopy : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:13:48 +00:00", + "prev_seen": "2023-10-07 23:13:48 +00:00", + "last_seen": "2023-11-19 22:26:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-nichesss", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93170, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Nichesss : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:20:50 +00:00", + "prev_seen": "2023-10-07 23:20:50 +00:00", + "last_seen": "2023-11-19 22:26:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives/copy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 80748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best Copy AI Alternaitives & Competitors 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:32:48 +00:00", + "prev_seen": "2023-10-07 22:32:48 +00:00", + "last_seen": "2023-11-19 22:26:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Product%20Marketing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 79821, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Product Marketing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:40:33 +00:00", + "prev_seen": "2023-10-07 22:40:33 +00:00", + "last_seen": "2023-11-19 22:25:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-peppertype-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93241, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Peppertype AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:43:37 +00:00", + "prev_seen": "2023-10-07 22:43:37 +00:00", + "last_seen": "2023-11-19 22:25:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-textcortex", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 93370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs TextCortex : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:46:00 +00:00", + "prev_seen": "2023-10-07 22:46:00 +00:00", + "last_seen": "2023-11-19 22:25:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/education-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 71481, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for education-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:03:15 +00:00", + "prev_seen": "2023-10-08 00:03:15 +00:00", + "last_seen": "2023-11-19 22:25:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Interview", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 69585, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Interview - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:44:49 +00:00", + "prev_seen": "2023-10-07 22:44:49 +00:00", + "last_seen": "2023-11-19 22:25:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/facebook", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 27, + "page_from_size": 71348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for facebook - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:15:11 +00:00", + "prev_seen": "2023-10-07 22:15:11 +00:00", + "last_seen": "2023-11-19 22:24:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/reviews", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 70576, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for reviews - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:14:44 +00:00", + "prev_seen": "2023-10-07 22:14:44 +00:00", + "last_seen": "2023-11-19 22:24:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/youtube", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 73504, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for youtube - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:12:54 +00:00", + "prev_seen": "2023-10-07 22:12:54 +00:00", + "last_seen": "2023-11-19 22:24:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/instagram-threads", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 68098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for instagram-threads - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:24:19 +00:00", + "prev_seen": "2023-10-07 22:24:19 +00:00", + "last_seen": "2023-11-19 22:24:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/instagram", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 71420, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for instagram - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:07:35 +00:00", + "prev_seen": "2023-10-07 22:07:35 +00:00", + "last_seen": "2023-11-19 22:24:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/whatsapp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for whatsapp - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:23:40 +00:00", + "prev_seen": "2023-10-07 22:23:40 +00:00", + "last_seen": "2023-11-19 22:24:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Game", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 68973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Game - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:23:15 +00:00", + "prev_seen": "2023-10-07 22:23:15 +00:00", + "last_seen": "2023-11-19 22:24:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/sms", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 67820, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for sms - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:22:51 +00:00", + "prev_seen": "2023-10-07 22:22:51 +00:00", + "last_seen": "2023-11-19 22:24:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/human-resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 70467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for human-resources - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:22:23 +00:00", + "prev_seen": "2023-10-07 22:22:23 +00:00", + "last_seen": "2023-11-19 22:24:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category/Sales", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 91195, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover Top AI Apps for Sales - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:21:53 +00:00", + "prev_seen": "2023-10-07 22:21:53 +00:00", + "last_seen": "2023-11-19 22:24:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/presentations", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69505, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for presentations - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:21:28 +00:00", + "prev_seen": "2023-10-07 22:21:28 +00:00", + "last_seen": "2023-11-19 22:24:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/image-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67618, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for image-generator - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:21:00 +00:00", + "prev_seen": "2023-10-07 22:21:00 +00:00", + "last_seen": "2023-11-19 22:24:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/podcast", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for podcast - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:20:39 +00:00", + "prev_seen": "2023-10-07 22:20:39 +00:00", + "last_seen": "2023-11-19 22:24:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/story-teller", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 68074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for story-teller - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:20:14 +00:00", + "prev_seen": "2023-10-07 22:20:14 +00:00", + "last_seen": "2023-11-19 22:23:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/newsletter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 67259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for newsletter - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:18:54 +00:00", + "prev_seen": "2023-10-07 22:18:54 +00:00", + "last_seen": "2023-11-19 22:23:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/ads", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 73719, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for ads - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 23:57:46 +00:00", + "prev_seen": "2023-10-07 23:57:46 +00:00", + "last_seen": "2023-11-19 22:23:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/productivity", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 25, + "page_from_size": 70829, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for productivity - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-08 00:01:14 +00:00", + "prev_seen": "2023-10-08 00:01:14 +00:00", + "last_seen": "2023-11-19 22:23:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/twitter", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 27, + "page_from_size": 73148, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for twitter - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:02:21 +00:00", + "prev_seen": "2023-10-07 22:02:21 +00:00", + "last_seen": "2023-11-19 22:23:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/linkedin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 75442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for linkedin - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:59:23 +00:00", + "prev_seen": "2023-10-07 21:59:23 +00:00", + "last_seen": "2023-11-19 22:23:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/e-commerce", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 35, + "page_from_size": 77391, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for e-commerce - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:18:27 +00:00", + "prev_seen": "2023-10-07 22:18:27 +00:00", + "last_seen": "2023-11-19 22:00:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/email-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 71205, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for email-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:41 +00:00", + "prev_seen": "2023-10-07 22:00:41 +00:00", + "last_seen": "2023-11-19 21:59:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/sales", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 46, + "page_from_size": 84404, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for sales - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:26 +00:00", + "prev_seen": "2023-10-07 22:00:26 +00:00", + "last_seen": "2023-11-19 21:59:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/amazon", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69245, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for amazon - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:16:35 +00:00", + "prev_seen": "2023-10-07 22:16:35 +00:00", + "last_seen": "2023-11-19 21:59:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/startup-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 39, + "page_from_size": 80313, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for startup-tools - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:14 +00:00", + "prev_seen": "2023-10-07 22:00:14 +00:00", + "last_seen": "2023-11-19 21:59:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/customer-support", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 38, + "page_from_size": 79673, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for customer-support - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:59:57 +00:00", + "prev_seen": "2023-10-07 21:59:57 +00:00", + "last_seen": "2023-11-19 21:59:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/marketing-strategy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 28, + "page_from_size": 73135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for marketing-strategy - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:24:55 +00:00", + "prev_seen": "2023-10-07 22:24:55 +00:00", + "last_seen": "2023-11-19 21:59:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/business", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 56, + "page_from_size": 92320, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for business - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:14:13 +00:00", + "prev_seen": "2023-10-07 22:14:13 +00:00", + "last_seen": "2023-11-19 21:59:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 199, + "page_from_size": 188646, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:10:48 +00:00", + "prev_seen": "2023-10-07 22:10:48 +00:00", + "last_seen": "2023-11-19 21:59:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 55, + "page_from_size": 90320, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for blog - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:02:05 +00:00", + "prev_seen": "2023-10-07 22:02:05 +00:00", + "last_seen": "2023-11-19 21:59:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/gaming", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 68672, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for gaming - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:19:47 +00:00", + "prev_seen": "2023-10-07 22:19:47 +00:00", + "last_seen": "2023-11-19 21:59:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/life-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 73133, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for life-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:59:39 +00:00", + "prev_seen": "2023-10-07 21:59:39 +00:00", + "last_seen": "2023-11-19 21:59:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/product", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 74358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for product - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:07 +00:00", + "prev_seen": "2023-10-07 22:01:07 +00:00", + "last_seen": "2023-11-19 21:59:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 23, + "page_from_size": 69147, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for website - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:19:22 +00:00", + "prev_seen": "2023-10-07 22:19:22 +00:00", + "last_seen": "2023-11-19 21:59:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/facebook-hashtag-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122244, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Facebook Hashtag Generator (Free AI Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:33 +00:00", + "prev_seen": "2023-10-07 22:01:33 +00:00", + "last_seen": "2023-11-18 20:30:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/acronym-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 122671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Acronym Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:01:19 +00:00", + "prev_seen": "2023-10-07 22:01:19 +00:00", + "last_seen": "2023-11-18 20:30:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/hacker-news-post-comment-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 256, + "page_from_size": 123182, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Hacker News Post Comment Generator", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:00:52 +00:00", + "prev_seen": "2023-10-07 22:00:52 +00:00", + "last_seen": "2023-11-18 20:30:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/email-writer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 255, + "page_from_size": 139650, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Email Writer - Online AI Email Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:10:32 +00:00", + "prev_seen": "2023-10-25 02:54:41 +00:00", + "last_seen": "2023-11-17 21:01:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/instagram-caption-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 259, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 255, + "page_from_size": 132890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Instagram Caption Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:09:47 +00:00", + "prev_seen": "2023-10-25 02:54:37 +00:00", + "last_seen": "2023-11-17 21:01:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.tamayou.com", + "url_from": "https://blog.tamayou.com/automated-campaign-management/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-reporting-platform", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 37, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "141.193.213.10", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 47688, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Automated Campaign Management - TAMA Blog", + "page_from_status_code": 200, + "first_seen": "2023-10-04 14:29:36 +00:00", + "prev_seen": "2023-10-04 14:29:36 +00:00", + "last_seen": "2023-11-13 03:07:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Reporting Engines", + "text_pre": "can also provide in-depth analytics of campaign performance. This includes details such as click-through rates, and impressions. This data would previously need to be gathered manually, but now AI tools such as", + "text_post": ", can compile data and generate a report for brands to benchmark their campaign success more easily. This automation of analytics reduces the time and resources typically required to manage an influencer", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/query/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 73093, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Get Started Now - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:42:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:42:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:16:28 +00:00", + "prev_seen": "2023-10-04 01:16:28 +00:00", + "last_seen": "2023-11-12 03:27:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/does-blackboard-detect-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 1087258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does Blackboard Detect ChatGPT? Unraveling AI in 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-22 15:45:20 +00:00", + "prev_seen": "2023-10-06 11:09:45 +00:00", + "last_seen": "2023-11-05 01:26:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Highlighting Mindgrasp, Top AI Tools outlines countless AI tools", + "text_pre": "The chat feature, in particular, emphasizes the importance of a conversational learning approach.", + "text_post": "that can help anyone trying to be more productive or efficient. It provides real-time feedback, clarification, and deepens understanding rather than generating entire essays or assignments. This ensures", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=thaka-io&utm_medium=marketplace&utm_campaign=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 43, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-11-04 23:31:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 23:31:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/mastering-the-art-of-querying-artificial-intelligence-a-comprehensive-guide/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 75017, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to Ask AI a Question: Mastering Conversations with Artificial Intelligence", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:13:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:13:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heyinternet.ai", + "url_from": "https://heyinternet.ai/contact-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.145", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 84099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Contact Us - Hey Internet!", + "page_from_status_code": 200, + "first_seen": "2023-11-03 14:11:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 14:11:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HeyInternet Featured on topAI.tools", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 124, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-03 07:17:24 +00:00", + "prev_seen": "2023-08-22 02:16:20 +00:00", + "last_seen": "2023-10-29 20:12:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 43, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-27 00:10:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 00:10:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/business-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 246, + "page_from_size": 127288, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Business ideas generator", + "page_from_status_code": 200, + "first_seen": "2023-08-25 00:10:03 +00:00", + "prev_seen": "2023-08-25 00:10:03 +00:00", + "last_seen": "2023-10-25 02:55:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/keywords-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 246, + "page_from_size": 157345, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Keyword Generator Tool (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:44 +00:00", + "prev_seen": "2023-10-08 00:00:51 +00:00", + "last_seen": "2023-10-25 02:55:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/ai-essay-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 246, + "page_from_size": 167371, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Essay Generator: Effortlessly Create Unique Essays", + "page_from_status_code": 200, + "first_seen": "2023-10-25 02:54:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 02:54:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-21 00:02:20 +00:00", + "prev_seen": "2023-09-21 00:02:20 +00:00", + "last_seen": "2023-10-23 19:52:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apprater.net", + "url_from": "https://apprater.net/a/topai-tools-streamlines-your-ai-tools-discovery-everyday/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.86.67", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 9, + "page_from_size": 70066, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAi.tools - streamlines your AI tools discovery everyday is on AppRater", + "page_from_status_code": 200, + "first_seen": "2023-02-19 20:10:49 +00:00", + "prev_seen": "2023-06-15 13:44:58 +00:00", + "last_seen": "2023-10-12 07:04:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools – Streamlines Your AI Tools Discovery Everyday", + "text_pre": null, + "text_post": "external link", + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/hackernews", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 65386, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for hackernews - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:00:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:00:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/quora", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 21, + "page_from_size": 65485, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for quora - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:59:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 05:59:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/indiehackers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 64795, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for indiehackers - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:58:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 05:58:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/courses", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 22, + "page_from_size": 66353, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for courses - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-12 05:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 05:57:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-writesonic", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90808, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Writesonic : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:39:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:39:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-jasper-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Jasper AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/seo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 24, + "page_from_size": 67487, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for seo - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-longshot-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 91225, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs LongShot AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 32, + "page_from_size": 78625, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Best AI Writer Alternatives", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:38:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:38:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-copy-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Copy AI : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:36:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:36:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/category", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 113, + "page_from_size": 121153, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "All AI Apps - Catering to Every Need & Amplifying Daily Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:36:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:36:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-simplified", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 91000, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Simplified : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:36:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:36:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/social-media-assistant", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 78, + "page_from_size": 104689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for social-media-assistant - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:35:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:35:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags/general-writing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 67, + "page_from_size": 95026, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover FREE AI Apps for writing - Revolutionize Your Work & Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:35:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:35:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 70, + "page_from_size": 78973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "All AI Apps - Catering to Every Need & Amplifying Daily Life", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:35:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:35:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 26, + "page_from_size": 79990, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Compare Top AI Writing Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:34:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:34:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/comparison/logicballs-vs-rytr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 20, + "page_from_size": 90963, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LogicBalls Vs Rytr : Which is Better AI Writer?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:34:29 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:34:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/course-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 119456, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Course Name Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:32:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 22:32:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/courses-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 241, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 119440, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FREE Course Name Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:26 +00:00", + "prev_seen": "2023-08-30 17:03:26 +00:00", + "last_seen": "2023-10-11 22:31:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lawmate.ai", + "url_from": "https://lawmate.ai/try-lawmate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lawmate-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.190", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 4, + "page_from_size": 149127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LawMate: Transform Your Legal Journey with Powerful Insights", + "page_from_status_code": 200, + "first_seen": "2023-09-20 03:31:31 +00:00", + "prev_seen": "2023-09-20 03:31:31 +00:00", + "last_seen": "2023-10-11 21:36:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LawMate AI Featured on topAI.tools", + "image_url": "https://i0.wp.com/topai.tools/assets/img/topai.tools.gif?w=1200&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/video-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 128001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unlock Power of YouTube Video Description Generator | Free Tool by Logicballs AI", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:13:52 +00:00", + "prev_seen": "2023-08-30 17:13:52 +00:00", + "last_seen": "2023-10-08 00:00:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/interview-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 114532, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Interview Questions Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:05:28 +00:00", + "prev_seen": "2023-08-30 17:05:28 +00:00", + "last_seen": "2023-10-07 23:59:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/podcast-questions-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 121124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Podcast Questions Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:14:48 +00:00", + "prev_seen": "2023-08-30 17:14:48 +00:00", + "last_seen": "2023-10-07 23:58:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/cover-letter-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 245, + "page_from_size": 113214, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cover letter generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:11:23 +00:00", + "prev_seen": "2023-08-30 17:11:23 +00:00", + "last_seen": "2023-10-07 23:58:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/unlock-success-with-mindgrasp-your-ai-study-guide-maker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1162661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NEW Technology Making School Easy - AI Study Guide Maker", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:49:31 +00:00", + "prev_seen": "2023-09-21 09:49:31 +00:00", + "last_seen": "2023-10-06 11:10:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "comprehensive learning tool", + "text_pre": "The integration of these features into one platform illustrates why Mindgrasp is not merely a study guide maker AI but a ", + "text_post": " that caters to various learning styles and needs. Its ability to create targeted flashcards and quizzes, provide immediate responses, and facilitate critical thinking makes Mindgrasp an essential", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/summarize-pdf/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1156661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Summarize PDFs and More with AI Technology", + "page_from_status_code": 200, + "first_seen": "2023-09-22 15:49:32 +00:00", + "prev_seen": "2023-09-22 15:49:32 +00:00", + "last_seen": "2023-10-06 11:10:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mindgrasp’s sophisticated algorithms garner respect from popular AI platforms ", + "text_pre": "of AI-driven summarization. Its ability to produce summaries of the highest quality and precision sets it apart from any other platform. Where conventional methods might struggle to capture the essence of a document,", + "text_post": "as they sift through vast amounts of data, analyzing context and extracting core insights. It can accurately identify key points, themes, and nuances, translating them into a cohesive and comprehensive", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/the-best-ai-apps-and-tools-for-education-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 18, + "page_from_size": 1108052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Apps and Tools for Education in 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:54:11 +00:00", + "prev_seen": "2023-09-21 09:54:11 +00:00", + "last_seen": "2023-10-06 11:09:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI tools for education like Mindgrasp", + "text_pre": "possibilities, especially in the education sector. As the digital age continues to evolve, the use of AI for higher education and primary learning environments has become a focal point for educators and learners alike.", + "text_post": "are transforming the way teachers teach and students learn, making education more accessible, engaging, and efficient.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/ai-generated-flashcards/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 18, + "page_from_size": 1162486, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Studying in The 21st Century: AI Generated Flashcards", + "page_from_status_code": 200, + "first_seen": "2023-09-26 23:08:20 +00:00", + "prev_seen": "2023-09-26 23:08:20 +00:00", + "last_seen": "2023-10-06 11:07:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Sources in the AI space", + "text_pre": "Join the ranks of those who have already discovered the transformative potential of flashcard AI. Unleash the full spectrum of your learning capabilities, and try Mindgrasp free today. ", + "text_post": " provide reputable support that this will be worth every dollar. Experience the revolution, redefine your study methods, and empower your learning with the intelligence and versatility of Mindgrasp.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/free-learning-apps-for-kids/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1101094, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New Learning Apps for Kids", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:58:31 +00:00", + "prev_seen": "2023-09-21 09:58:31 +00:00", + "last_seen": "2023-10-06 11:06:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-powered summarizer", + "text_pre": "knowledge. While Chat GPT can converse on a wide range of topics, it doesn’t actively push the user to dive into new areas based on their current interests and materials. In essence, Mindgrasp is more than just an", + "text_post": "; it’s a knowledge facilitator, helping users to not only retain but also expand their horizons, which is a leap beyond what Chat GPT offers.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/ai-that-summarizes-papers-ai-for-grading-papers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 19, + "page_from_size": 1100616, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The #1 AI That Summarizes Papers", + "page_from_status_code": 200, + "first_seen": "2023-09-22 15:44:53 +00:00", + "prev_seen": "2023-09-22 15:44:53 +00:00", + "last_seen": "2023-10-06 11:03:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI for writing academic papers", + "text_pre": "Imagine working on an", + "text_post": "and being stumped by a complex statistical correlation or a historical precedent. Instead of painstakingly skimming through pages or trawling multiple sections, users can immediately query Mindgrasp for", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "doctrina.ai", + "url_from": "https://doctrina.ai/?utm_source=powerusers&utm_medium=library&utm_campaign=powerusers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 243, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 22:47:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 22:47:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 8, + "page_from_rank": 46, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:58:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 21:58:23 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 8, + "page_from_rank": 46, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:44:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:44:36 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uae-trend.com", + "url_from": "https://uae-trend.com/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "82.163.176.111", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 126316, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force, uae trend,", + "page_from_status_code": 200, + "first_seen": "2023-09-27 15:55:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 15:55:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "to extend ease of use for extra folks. As an example, Martell stated, one cause why applications like ChatGPT aren’t appropriate for the Protection Division now’s the quantity of query engineering required to", + "text_post": ". Prolonged immediate timber are high-quality for hobbyists, however an operator who has to do a number of different complicated duties wants an interface that’s intuitive and features higher from", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "heymuse.com", + "url_from": "https://heymuse.com/revolutionizing-front-end-development_-codehims-ai-magic-webinar-to-unleash-the-power-of-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-frontend-development-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "44.225.47.12", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 30, + "page_from_size": 71884, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing Front-End Development_ CodeHim’s AI Magic Webinar to Unleash the Power of AI - Financial Market Brief", + "page_from_status_code": 200, + "first_seen": "2023-09-24 23:35:55 +00:00", + "prev_seen": null, + "last_seen": "2023-09-24 23:35:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI front-end tools", + "text_pre": "developers and coding enthusiasts are in for a treat as CodeHim AI Magic delves into the convergence of AI and front-end development. Participants will be immersed in a realm of cutting-edge", + "text_post": ", gaining in-depth insights into their capabilities, features, and the remarkable efficiencies they introduce to the development process. From code generation and live previews to bug fixing and enhanced", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/studying-in-the-21st-century-ai-generated-flashcards/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 250, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 8, + "page_from_internal_links": 18, + "page_from_size": 1090610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Studying in The 21st Century: AI Generated Flashcards​", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-09-21 09:54:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Sources in the AI space", + "text_pre": "Join the ranks of those who have already discovered the transformative potential of flashcard AI. Unleash the full spectrum of your learning capabilities, and try Mindgrasp free today.", + "text_post": "provide reputable support that this will be worth every dollar. Experience the revolution, redefine your study methods, and empower your learning with the intelligence and versatility of Mindgrasp.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 125, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-24 09:32:07 +00:00", + "prev_seen": "2023-08-18 22:25:41 +00:00", + "last_seen": "2023-09-18 14:37:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.armchair.ai", + "url_from": "https://www.armchair.ai/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/armchair?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 78, + "domain_from_rank": 190, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.204.112.174", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 10, + "page_from_size": 125492, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Armchair.ai", + "page_from_status_code": 200, + "first_seen": "2023-09-05 22:49:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 22:49:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Armchair Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/seo-meta-title-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 110822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Powerful SEO Meta Title Generator - Free AI Tool", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:15:06 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:15:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/seo-meta-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 111822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Meta Description Generator: To Boost Your Click-Through Rate", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:13:00 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:13:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/vision-and-mission-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 117392, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Vision & Mission Statement Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:17 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:12:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/video-channel-description-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 117246, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Youtube Channel Description Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:12:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:12:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/core-values-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 116251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Core Values Generator", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:08:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/post-and-caption-ideas-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 242, + "page_from_size": 117185, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Post & Caption Ideas Generator (No Login Required)", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:03:21 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 17:03:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "downloadbytes.com", + "url_from": "https://downloadbytes.com/blog/future-begins-now-how-ai-changes-the-way-we-explore-the-world.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/amblr-ai-travel-planner", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 239, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.248.58.50", + "domain_from_country": "WW", + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 126251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Future begins now: how AI changes the way we explore the world - DownloadBytes.com", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:55:44 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 08:55:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": " ", + "text_pre": "AMBLR", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/ChatGPT/comments/13up0c6/ai_tools_apps_in_one_place_sorted_by_category/jm2375d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 70, + "page_from_size": 45557, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - r/ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-07-30 10:37:56 +00:00", + "prev_seen": null, + "last_seen": "2023-07-30 10:37:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "True,Here is another resource", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.in.projectsegfau.lt", + "url_from": "https://teddit.in.projectsegfau.lt/u/Scared_Variation_521", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": "LT", + "page_from_external_links": 8, + "page_from_internal_links": 273, + "page_from_size": 45547, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Scared_Variation_521", + "page_from_status_code": 200, + "first_seen": "2023-04-08 19:45:39 +00:00", + "prev_seen": null, + "last_seen": "2023-04-08 19:45:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sdf.org", + "url_from": "https://teddit.sdf.org/u/Particular-Yak-6324", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.7", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 222, + "page_from_size": 26807, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Particular-Yak-6324", + "page_from_status_code": 200, + "first_seen": "2023-04-02 17:18:38 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 17:18:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "has been good but is a bit hard to sift through the results", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "news.social-protocols.org", + "url_from": "https://news.social-protocols.org/stats?id=34738340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 8, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "168.220.89.223", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 8, + "page_from_size": 526590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hacker News Story Stats: Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "page_from_status_code": 200, + "first_seen": "2023-02-13 21:38:26 +00:00", + "prev_seen": null, + "last_seen": "2023-02-13 21:38:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": "(topai.tools)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 7, + "page_from_rank": 32, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-20 01:58:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 01:58:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 7, + "page_from_rank": 32, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 10:43:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 10:43:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 6, + "page_from_rank": 23, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:34:40 +00:00", + "prev_seen": "2023-10-03 03:34:40 +00:00", + "last_seen": "2023-11-16 03:21:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 6, + "page_from_rank": 23, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-23 11:51:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 11:51:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 6, + "page_from_rank": 21, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:17:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:17:24 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=aibrb", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 1, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153778, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:36:15 +00:00", + "prev_seen": "2023-10-03 04:36:15 +00:00", + "last_seen": "2023-11-12 01:03:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 67, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-18 11:45:22 +00:00", + "prev_seen": "2023-08-28 23:09:49 +00:00", + "last_seen": "2023-11-01 04:03:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=topapps&utm_medium=marketplace&utm_campaign=topapps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 2, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-07 05:41:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 05:41:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?utm_source=opentools.ai&utm_medium=web", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 5, + "page_from_rank": 11, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:59:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:59:22 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 8, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:28:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:28:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/google-search-ads-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 8, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 242, + "page_from_size": 117949, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Google Search Ad Copies Generator", + "page_from_status_code": 200, + "first_seen": "2023-07-26 14:51:51 +00:00", + "prev_seen": "2023-07-26 14:51:51 +00:00", + "last_seen": "2023-08-30 18:25:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "logicballs.com", + "url_from": "https://logicballs.com/tools/tweet-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lgoicballs?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 5, + "page_from_rank": 8, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.211", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 242, + "page_from_size": 116841, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tweet Generator (Free Tool)", + "page_from_status_code": 200, + "first_seen": "2023-07-26 14:51:10 +00:00", + "prev_seen": "2023-07-26 14:51:10 +00:00", + "last_seen": "2023-08-30 18:17:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LogicBalls Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-05 12:46:36 +00:00", + "prev_seen": "2023-10-05 12:46:36 +00:00", + "last_seen": "2023-11-13 15:39:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=arktan.com&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-02 13:25:58 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 13:25:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=stormingai&utm_medium=marketplace&utm_campaign=stormingai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-29 20:00:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-29 20:00:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:27:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:27:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aiPromptly", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 249, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:05:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 22:05:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 4, + "page_from_rank": 113, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-27 18:44:48 +00:00", + "prev_seen": "2023-06-27 18:44:48 +00:00", + "last_seen": "2023-08-12 17:16:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/new-ai-file-reader-revolutionizes-learning-and-understanding/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 3, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 19, + "page_from_size": 1109226, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI File Reader: Mindgrasp's Seemless Solution", + "page_from_status_code": 200, + "first_seen": "2023-09-21 09:47:43 +00:00", + "prev_seen": "2023-09-21 09:47:43 +00:00", + "last_seen": "2023-10-06 11:03:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "When the countless AI tools", + "text_pre": null, + "text_post": "have read everything, it acts as a vast repository of knowledge, ready to assist, summarize, and explain any content. It means immediate access to summaries, detailed notes, and insights drawn from a", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/es", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 3, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 124548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 09:44:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 09:44:04 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/09/%D7%90%D7%99%D7%9A-%D7%9C%D7%A9%D7%9C%D7%91-%D7%90%D7%AA-%D7%A6%D7%90%D7%98-%D7%92%D7%99-%D7%A4%D7%99-%D7%98%D7%99-%D7%91%D7%99%D7%A0%D7%94-%D7%9E%D7%9C%D7%90%D7%9B%D7%95%D7%AA%D7%99%D7%AA-ai-chat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/docs-gpt-by-applai-vs-papers-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 29, + "page_from_size": 150841, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "איך לשלב את צאט ג'י פי טי בינה מלאכותית ( AI ChatGPT) עם גוגל שיטס Google Sheets - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-23 19:54:09 +00:00", + "prev_seen": "2023-10-30 16:25:28 +00:00", + "last_seen": "2023-11-20 03:08:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Docs GPT מאת Applai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 510, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 40, + "page_from_size": 14226, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:49:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:49:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tmate.ai", + "url_from": "https://www.tmate.ai/listing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tmate-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 5, + "page_from_size": 16257, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "TMate Listing - Transform every meeting into actionable insights in minutes", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:18:22 +00:00", + "prev_seen": "2023-10-04 01:18:22 +00:00", + "last_seen": "2023-11-12 08:25:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TMate AI Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/philosophy-research/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 20, + "page_from_size": 1089393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New AI Tools To Streamline Philosophy Research", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:40:32 +00:00", + "prev_seen": "2023-09-22 09:40:32 +00:00", + "last_seen": "2023-11-05 01:31:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mindgrasp is more than just another AI tool", + "text_pre": "In essence,", + "text_post": "; it’s your dedicated research companion. Whether you’re keen to dive into intricate philosophy treatises or explore other academic realms, this platform ensures you do so efficiently and comprehensively.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.endlesstalk.org", + "url_from": "https://old.endlesstalk.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.199.86", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 40, + "page_from_size": 14642, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-07-25 20:48:32 +00:00", + "prev_seen": "2023-07-25 20:48:32 +00:00", + "last_seen": "2023-11-04 20:20:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=www.therundown.ai&utm_medium=referral&utm_campaign=100-000-chatgpt-accounts-breached", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-11-03 12:40:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 12:40:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=wikiaitools.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-11-01 09:18:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-01 09:18:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thejollyteapot.com", + "url_from": "https://thejollyteapot.com/october-2023-blend", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 219, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 5, + "page_from_size": 4266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "October blend of links・The Jolly Teapot", + "page_from_status_code": 200, + "first_seen": "2023-10-28 21:06:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 21:06:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "・A great resource for discovering new AI tools and apps, of which there are thousands to choose from. A site that will stay in my bookmarks for a while.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-24 10:14:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 10:14:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "noizer.ir", + "url_from": "https://noizer.ir/ai-info/topAI.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.41.19", + "domain_from_country": "IR", + "page_from_external_links": 9, + "page_from_internal_links": 9, + "page_from_size": 24711, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "Noizer | اطلاعات کامل هوش مصنوعی topAI.tools", + "page_from_status_code": 200, + "first_seen": "2023-09-16 14:25:29 +00:00", + "prev_seen": "2023-09-16 14:25:29 +00:00", + "last_seen": "2023-10-21 02:03:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "نمایش سایت \r\ntopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "noizer.ir", + "url_from": "https://noizer.ir/ai-info/topAI.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.41.19", + "domain_from_country": "IR", + "page_from_external_links": 9, + "page_from_internal_links": 9, + "page_from_size": 24711, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "Noizer | اطلاعات کامل هوش مصنوعی topAI.tools", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:09:35 +00:00", + "prev_seen": "2023-09-16 04:09:35 +00:00", + "last_seen": "2023-10-21 01:39:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "نمایش سایت \r\ntopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=bytabo-ki.beehiiv.com&utm_medium=referral&utm_campaign=kann-ki-arzte-und-die-bahn-effektiv-unterstutzen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-09 10:02:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 10:02:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/zoom-ai-notetaker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 18, + "page_from_size": 1109172, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unlocking Success: Mindgrasp’s Zoom AI Notetaker​", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:40:08 +00:00", + "prev_seen": "2023-09-22 09:40:08 +00:00", + "last_seen": "2023-10-06 11:08:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mindgrasp stands out as the notetaker for Zoom meetings", + "text_pre": "in a clean, organized, and easily accessible format. This ensures that researchers have all the critical information they require, thereby enhancing the accuracy and efficacy of their research outcomes. In this manner,", + "text_post": "that the academic community has been waiting for, propelling your research to new heights of clarity and precision.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=www.mastersof.work&utm_medium=referral&utm_campaign=exciting-new-chatgpt-updates-unveiled", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 249, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-06 01:55:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 01:55:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?ref=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:50:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:50:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.taggyai.com", + "url_from": "https://www.taggyai.com/?ref=flaskdev.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taggy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 3, + "page_from_size": 114121, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taggy", + "page_from_status_code": 200, + "first_seen": "2023-10-03 09:39:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 09:39:54 +00:00", + "item_type": "image", + "attributes": ["noreferrer"], + "dofollow": true, + "original": true, + "alt": "Taggy Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?from=phpcms9.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 05:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 05:00:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=cleverkitools.beehiiv.com&utm_medium=referral&utm_campaign=5-ki-tools-3-ki-news-1-ki-geschaftsidee-1-chatgpt-prompt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:49:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:49:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=www.superpowerdaily.com&utm_medium=referral&utm_campaign=midjourney-v5-2-is-here-with-awesome-new-feature", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:43:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:43:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rebecc.ai", + "url_from": "https://rebecc.ai/?utm_source=findmyaitool&utm_medium=marketplace&utm_campaign=findmyaitool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "AI", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 153320, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RebeccAi - AI-powered business idea evaluation and validation tool", + "page_from_status_code": 200, + "first_seen": "2023-10-03 04:32:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 04:32:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topaitools AI Tools", + "image_url": "https://rebecc.ai/assets/imgs/logos/topaitoolslogo.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/tag/hire-vb-net-developers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 94, + "page_from_size": 137752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hire VB.Net developers Archives - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-10-03 02:03:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 02:03:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/tag/c-to-vb-net-conversion/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 94, + "page_from_size": 137759, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "C# to VB.NET Conversion Archives - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-10-03 01:53:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 01:53:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 105, + "page_from_size": 133086, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 108, + "page_from_size": 130523, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:28 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:28 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 111, + "page_from_size": 132431, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 108, + "page_from_size": 131171, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:16:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:16:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 106, + "page_from_size": 129891, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 103, + "page_from_size": 127892, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 107, + "page_from_size": 132376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/all-tools/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 101, + "page_from_size": 128233, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.appsearch.ai", + "url_from": "https://www.appsearch.ai/apps/aicyclopedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=topaitools", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "159.89.237.186", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 17, + "page_from_size": 51610, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcyclopedia -", + "page_from_status_code": 200, + "first_seen": "2023-09-18 16:48:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 16:48:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topAI.tools", + "text_pre": null, + "text_post": "is an essential resource for AI aggregators, functioning as a search engine and catalogue of AI tools, aiding in the discovery and evaluation of numerous AI solutions including GetIt.AI, Gizzmo.ai, AI", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sdn-defined-network", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 18, + "page_from_size": 41036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introduction to Software-Defined Networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/sdn-defined-network", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 18, + "page_from_size": 41036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Introduction to Software-Defined Networks", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:04:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:04:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP helicopter view - L3 fabric DC -The underlay Network (BGP) -part2 - BGP Attributes: Atomic Aggregate Atribute", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "theinsightpost.com", + "url_from": "https://theinsightpost.com/the-pentagon-just-launched-a-generative-ai-task-force-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.252.239", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 93, + "page_from_size": 215541, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – The Insight Post", + "page_from_status_code": 200, + "first_seen": "2023-09-05 14:16:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 14:16:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.kyu.de", + "url_from": "https://old.kyu.de/post/283", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 9, + "page_from_internal_links": 104, + "page_from_size": 30774, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-26 06:18:41 +00:00", + "prev_seen": "2023-07-26 06:18:41 +00:00", + "last_seen": "2023-09-04 20:19:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@nyr@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 319, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 10, + "page_from_internal_links": 90, + "page_from_size": 74118, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - nyr - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-08-31 15:51:31 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 15:51:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dnyuz.com", + "url_from": "https://dnyuz.com/2023/08/10/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 520, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.64.138.7", + "domain_from_country": "US", + "page_from_external_links": 20, + "page_from_internal_links": 51, + "page_from_size": 117190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – DNyuz", + "page_from_status_code": 200, + "first_seen": "2023-08-10 18:34:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-10 18:34:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/artificial/comments/128ptjk/what_are_the_best_sites_that_collate_all_the_new/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 10896, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best sites that collate all the new ai tools being released? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-04-07 11:21:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 11:21:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hnpaper.forge.partlab.io", + "url_from": "http://hnpaper.forge.partlab.io/u/linkology", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.135.188.172", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 8153, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Stories by linkology - HN Paper", + "page_from_status_code": 200, + "first_seen": "2023-03-22 01:42:54 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 01:42:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI code assistants, that are not ChatGPT", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hnpaper.forge.partlab.io", + "url_from": "http://hnpaper.forge.partlab.io/u/linkology", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.135.188.172", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 8153, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Stories by linkology - HN Paper", + "page_from_status_code": 200, + "first_seen": "2023-03-22 01:42:54 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 01:42:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hnpaper.forge.partlab.io", + "url_from": "http://hnpaper.forge.partlab.io/u/linkology", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.135.188.172", + "domain_from_country": "IO", + "page_from_external_links": 9, + "page_from_internal_links": 10, + "page_from_size": 8153, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Stories by linkology - HN Paper", + "page_from_status_code": 200, + "first_seen": "2023-03-22 01:42:54 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 01:42:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/rezi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 44, + "page_from_size": 70903, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "rezi | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:02:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:02:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitooltracker.com", + "url_from": "https://aitooltracker.com/i-have-compiled-a-list-of-65-newsletters-with-focus-on-ai-missing-something/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-newsletter-list.html", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 2, + "page_from_rank": 0, + "domain_from_rank": 120, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "35.213.167.235", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 15, + "page_from_size": 72076, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I have compiled a list of 65 newsletters with focus on AI, missing something? - AI Tool Tracker", + "page_from_status_code": 200, + "first_seen": "2023-02-20 08:30:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-20 08:30:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "[link]", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 1, + "page_from_rank": 104, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-23 20:21:43 +00:00", + "prev_seen": "2023-09-23 06:35:42 +00:00", + "last_seen": "2023-11-22 22:28:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697363462050", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:34 +00:00", + "prev_seen": "2023-10-16 12:54:34 +00:00", + "last_seen": "2023-11-24 00:41:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697446490152", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:30 +00:00", + "prev_seen": "2023-10-16 12:54:30 +00:00", + "last_seen": "2023-11-24 00:30:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697375379734", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:22 +00:00", + "prev_seen": "2023-10-16 12:54:22 +00:00", + "last_seen": "2023-11-24 00:30:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/2023/10/virtual-girlfriends.html?showComment=1697376095979", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 352, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 17, + "page_from_size": 55402, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog: Virtual Girlfriends", + "page_from_status_code": 200, + "first_seen": "2023-10-16 12:54:17 +00:00", + "prev_seen": "2023-10-16 12:54:17 +00:00", + "last_seen": "2023-11-24 00:30:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/nl/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 165774, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Online directories van AI-tools om de beste AI-toepassing te ontdekken of te zoeken | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-03 16:36:55 +00:00", + "prev_seen": "2023-11-03 16:36:55 +00:00", + "last_seen": "2023-11-23 21:27:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.-tools", + "text_pre": "Omvat", + "text_post": "bevat een verzameling van meer dan 3800 AI-aangedreven tools in zijn directory in verschillende categorieën, zoals AI Discovery, Art, Audio, Avatars, Business, Chat, Training, Data Analysis, Design &", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apkmodad.best", + "url_from": "https://apkmodad.best/article/18-de-los-mejores-chatbots-de-ia-para-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Question-answering-software", + "url_to_https": true, + "tld_from": "best", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.62.99", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 50, + "page_from_size": 110628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "18 de los mejores chatbots de IA para 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-18 15:31:16 +00:00", + "prev_seen": "2023-09-18 15:31:16 +00:00", + "last_seen": "2023-11-23 15:16:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Question-answering-software", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "piminto.com", + "url_from": "https://piminto.com/blog/writing-product-descriptions", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Keyword-research-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 364, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.103.146.147", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 32, + "page_from_size": 44746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Write Product Descriptions", + "page_from_status_code": 200, + "first_seen": "2023-11-23 05:57:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-23 05:57:31 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI-powered tools for keyword research", + "text_pre": "Leverage AI tools. Consider using", + "text_post": ", grammar checks, and style suggestions to improve the quality of your descriptions.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.7kingsentertainment.com", + "url_from": "https://www.7kingsentertainment.com/natural-text-to-speech-mp3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.25.47", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 15, + "page_from_size": 20154, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "sympati dessert snesevis Ikke moderigtigt Andragende Ubarmhjertig natural text to speech mp3 - 7kingsentertainment.com", + "page_from_status_code": 200, + "first_seen": "2023-09-25 00:08:33 +00:00", + "prev_seen": "2023-09-25 00:08:33 +00:00", + "last_seen": "2023-11-22 23:31:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Kejser uddannelse kompensere 38 Best Text-to-speech AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hollyworks.com", + "url_from": "https://hollyworks.com/blog/want-to-design-video-games-time-to-learn-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=gaming", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "192.254.234.102", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 27, + "page_from_size": 25466, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Want to design video games? Now is the time to become fluent in AI.", + "page_from_status_code": 200, + "first_seen": "2023-08-13 13:47:35 +00:00", + "prev_seen": "2023-10-17 21:45:26 +00:00", + "last_seen": "2023-11-22 23:01:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "currently offers 48 Top AI gaming tools", + "text_pre": "Entertainment games are expected to be the most impacted. You'll find the ultimate list for researching and learning all about AI in gaming at TopAI.tools - which", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bbs.laoleng.vip", + "url_from": "http://bbs.laoleng.vip/thread-957-1-1.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "vip", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "193.200.149.136", + "domain_from_country": null, + "page_from_external_links": 62, + "page_from_internal_links": 64, + "page_from_size": 53300, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI工具导航网站集合 - Powered by Discuz!", + "page_from_status_code": 200, + "first_seen": "2023-11-22 22:43:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 22:43:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": ":", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zigap.ir", + "url_from": "https://zigap.ir/mag/how-to-work-with-jasper-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Prompt-enhancer", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 77, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "138.201.214.5", + "domain_from_country": "IR", + "page_from_external_links": 6, + "page_from_internal_links": 20, + "page_from_size": 158419, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "آموزش کار با هوش مصنوعی جاسپر Japser | زیگپ", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:04:56 +00:00", + "prev_seen": "2023-10-03 06:04:56 +00:00", + "last_seen": "2023-11-22 21:59:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Enhance prompt", + "text_pre": "را انتخاب کنید، جاسپر داده‌ها را از اینترنت استخراج می‌کند تا برای شما محتوا ایجاد کند. برای تجربه شخصی‌تر، می‌توانید لحن و سبک نوشتاری خود را به چت‌بات آموزش دهید. سپس از گزینه", + "text_post": "استفاده کنید تا دستورات خود را اصلاح کرده و زمینه را در خروجی مورد نظر خود ارائه دهید.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jolt.law.harvard.edu", + "url_from": "https://jolt.law.harvard.edu/digest/law-firms-leveraging-ai-maximizing-benefits-and-addressing-challenges", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/task-automation", + "url_to_https": true, + "tld_from": "edu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 701, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.86.33.224", + "domain_from_country": "US", + "page_from_external_links": 49, + "page_from_internal_links": 24, + "page_from_size": 44325, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Law Firms Leveraging AI: Maximizing Benefits and Addressing Challenges - Harvard Journal of Law & Technology", + "page_from_status_code": 200, + "first_seen": "2023-11-22 20:56:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 20:56:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tools", + "text_pre": "nearly one out of every three hours on these ‘low‑value’ tasks. Being buried with low-level tasks isn’t unique to the legal field, nor is using AI to automate such tasks. AI-enabled productivity", + "text_post": "are widespread, cheap, and easy to adopt, and as a result, they can be an attractive option for firms of all sizes.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infinityfact.net", + "url_from": "https://infinityfact.net/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "198.187.31.203", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 331210, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - Infinity Fact", + "page_from_status_code": 200, + "first_seen": "2023-11-22 20:05:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 20:05:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These will not be mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing fashion of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "advancedsitestats.com", + "url_from": "https://advancedsitestats.com/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.6.94", + "domain_from_country": "WW", + "page_from_external_links": 8, + "page_from_internal_links": 62, + "page_from_size": 36999, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-22 16:04:51 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 16:04:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ko/%EA%B5%90%EC%8B%A4%EC%97%90-%ED%98%81%EC%8B%A0%EC%9D%84-%EC%9D%BC%EC%9C%BC%ED%82%A4%EA%B3%A0-AI-%EA%B0%95%ED%99%94-%ED%95%99%EC%8A%B5%EC%9D%98-%EC%83%88%EB%A1%9C%EC%9A%B4-%EC%8B%9C%EB%8C%80%EB%A5%BC-%EC%97%B4%EB%8B%A4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 139, + "page_from_size": 137931, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "교실 혁명: AI 강화 학습의 새로운 시대 - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-22 04:48:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 04:48:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "가상 교사", + "text_pre": "교육 분야의 AI는 꾸준히 발전하고 있습니다. 들어본 적 있나요?", + "text_post": "? 이는 단순한 비디오 녹화나 대화형 수업이 아니라 인간 교사의 교육 스타일을 모방할 수 있는 고도로 정교한 AI 기반 플랫폼입니다. 그들은 귀하의 학습 패턴을 분석하고, 귀하의 약점을 이해하며, 개념이 귀하에게 명확하도록 교육 스타일을 조정합니다.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/it/rivoluzionando-l%27aula-la-nuova-era-dell%27apprendimento-potenziato/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 139, + "page_from_size": 132219, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Rivoluzionare la classe: la nuova era dell'apprendimento potenziato dall'intelligenza artificiale - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-22 03:08:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-22 03:08:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutor virtuali", + "text_pre": "L’intelligenza artificiale nell’istruzione sta facendo costantemente passi avanti. Ne hai mai sentito parlare", + "text_post": "? Non si tratta di semplici registrazioni video o lezioni interattive, ma di piattaforme altamente sofisticate basate sull'intelligenza artificiale in grado di imitare lo stile di insegnamento di un tutor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pixexid.com", + "url_from": "https://pixexid.com/read/list-of-tools-for-creating-prompts-for-text-to-image-ai-generators", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 234, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.2.146", + "domain_from_country": "WW", + "page_from_external_links": 229, + "page_from_internal_links": 3, + "page_from_size": 147799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "List of tools for creating prompts for text-to-image AI generators", + "page_from_status_code": 200, + "first_seen": "2023-09-27 02:02:14 +00:00", + "prev_seen": "2023-09-27 02:02:14 +00:00", + "last_seen": "2023-11-22 01:20:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "", + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/assets/sitemap.txt", + "url_to_https": false, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "карта сайта", + "text_pre": "Как минимум одна", + "text_post": "найдена и доступна.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/video-search", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/video-search", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/SEO-blog-generator", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/SEO-blog-generator", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Photo-face-swap", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Photo-face-swap", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kiwi-video", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/kiwi-video", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "a.pr-cy.ru", + "url_from": "https://a.pr-cy.ru/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/2D-to-3D", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 625, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.199", + "domain_from_country": "RU", + "page_from_external_links": 104, + "page_from_internal_links": 18, + "page_from_size": 359850, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Анализ сайта topai.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:59:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/2D-to-3D", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tnnoa.org", + "url_from": "https://www.tnnoa.org/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-ghostwriter.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.163.129", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 15, + "page_from_size": 21128, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "generate automated articles on wordpress site - tnnoa.org", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:50:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:50:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TV station Aunt Kilometers 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tnnoa.org", + "url_from": "https://www.tnnoa.org/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/gptpress.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.163.129", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 15, + "page_from_size": 21128, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "generate automated articles on wordpress site - tnnoa.org", + "page_from_status_code": 200, + "first_seen": "2023-11-21 17:50:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 17:50:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TV station Aunt Kilometers 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/bn/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 184735, + "page_from_encoding": "utf-8", + "page_from_language": "bn", + "page_from_title": "সেরা এআই অ্যাপ্লিকেশন আবিষ্কার বা অনুসন্ধানের জন্য AI সরঞ্জামগুলির অনলাইন ডিরেক্টরি | ডিজেড টেকস", + "page_from_status_code": 200, + "first_seen": "2023-11-21 15:48:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 15:48:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI. টুলস", + "text_pre": "অন্তর্ভুক্ত", + "text_post": "এআই ডিসকভারি, আর্ট, অডিও, অবতার, ব্যবসা, চ্যাট, ট্রেনিং, ডেটা অ্যানালাইসিস, ডিজাইন ও ডেভেলপমেন্ট, শিক্ষা, ইমেল, ফিনান্স, গেমস, ফটো, আইন, বিপণন, সঙ্গীত, পডকাস্ট, উত্পাদনশীলতা, দ্রুত নির্দেশিকা, অনুসন্ধান,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.atmira.com", + "url_from": "https://www.atmira.com/la-ia-generativa-transforma-y-redefine-nuestra-relacion-con-la-tecnologia-en-el-desarrollo-de-software/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-sql-helper", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 196, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "35.195.26.232", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 59, + "page_from_size": 113147, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "La IA generativa transforma y redefine nuestra relación con la tecnología en el desarrollo de software | atmira", + "page_from_status_code": 200, + "first_seen": "2023-11-21 13:38:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 13:38:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Helper Bot", + "text_pre": null, + "text_post": ". Asistente que facilita la generación de consultas SQL para usuarios con diferentes niveles de habilidad", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "intheloopai.beehiiv.com", + "url_from": "https://intheloopai.beehiiv.com/p/unleash-the-power-of-decktopus", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-bedtime-story-generator?utm_source=intheloopai.beehiiv.com&utm_medium=referral&utm_campaign=unlocking-presentation-excellence-with-decktopus-the-ultimate-ai-powered-tool-for-seamless-deck-creation", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 557, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 6, + "page_from_size": 162560, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🔮Unlocking Presentation Excellence with Decktopus The Ultimate AI-Powered Tool for Seamless Deck Creation", + "page_from_status_code": 200, + "first_seen": "2023-11-21 12:36:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 12:36:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "📚", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=ailibricom", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 50, + "domain_from_rank": 257, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-01 04:40:58 +00:00", + "prev_seen": "2023-09-16 18:35:01 +00:00", + "last_seen": "2023-11-21 12:01:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.3amk.fi", + "url_from": "https://www.3amk.fi/2023/10/12/mita-uutta-ai-big-data-expossa/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "193.166.9.130", + "domain_from_country": "FI", + "page_from_external_links": 10, + "page_from_internal_links": 49, + "page_from_size": 96374, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Mitä uutta AI & Big Data Expossa? – 3AMK", + "page_from_status_code": 200, + "first_seen": "2023-10-17 18:26:51 +00:00", + "prev_seen": "2023-10-17 18:26:51 +00:00", + "last_seen": "2023-11-21 11:15:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "kova ja kiihtyvä vuonna 2023. Messujen aikana Amazon julkaisi Anthropic kauppansa, ChatGPT multimodaalisuutensa (teksti, kuva, video, koodi…) ja Spotify podcasterin äänen kloonauksen käännöksiä varten. Esimerkiksi", + "text_post": "-nettisivu listaa yli 4800 AI-työkalua (luettu 27.9.2023).", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techlaugh.com", + "url_from": "https://techlaugh.com/top-14-ai-tools-database-to-find-trending-ai-tools/", + "url_from_https": true, + "domain_to": "www.topai.tools", + "url_to": "https://www.topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 45, + "page_from_size": 320145, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 14 Powerful Database of AI Tools (2023)", + "page_from_status_code": 200, + "first_seen": "2023-11-21 11:11:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 11:11:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "is a comprehensive AI tools database that allows users to discover AI tools, create, and export shortlists. It includes a price, a short description, and an image for each tool. Registered users can save", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=topspotai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-11-21 09:58:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 09:58:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "digiato.com", + "url_from": "https://digiato.com/artificial-intelligence/topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 192, + "domain_from_rank": 529, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "194.147.142.68", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 145, + "page_from_size": 120307, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی رایگان به انبوهی از ابزارهای هوش مصنوعی با سایت TopAI", + "page_from_status_code": 200, + "first_seen": "2023-07-24 02:43:20 +00:00", + "prev_seen": "2023-08-23 07:24:24 +00:00", + "last_seen": "2023-11-21 08:16:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/will-gpt-4-have-100-trillion", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 171258, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Will GPT-4 have $100 trillion? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:34:02 +00:00", + "prev_seen": "2023-09-05 21:34:02 +00:00", + "last_seen": "2023-11-21 06:19:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.yesitlabs.com", + "url_from": "https://www.yesitlabs.com/category/blog/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/code-converter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.79.62.115", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 106, + "page_from_size": 307010, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Archives - Page 3 of 8 - YES IT Labs LLC", + "page_from_status_code": 200, + "first_seen": "2023-11-21 06:16:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 06:16:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "code conversion", + "text_pre": "To make the conversion process smoother, consider using integrated development environments (IDEs) like Visual Studio or JetBrains Rider. These tools offer features like", + "text_post": "and built-in assistance to help you transition from C# to VB.NET seamlessly.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/is-gpt-4-available-to-the-public", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 140236, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Is GPT-4 available to the public? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:33:18 +00:00", + "prev_seen": "2023-09-05 21:33:18 +00:00", + "last_seen": "2023-11-21 05:36:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/do-i-have-to-pay-for-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 146569, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Do I have to pay for ChatGPT? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:33:06 +00:00", + "prev_seen": "2023-09-05 21:33:06 +00:00", + "last_seen": "2023-11-21 05:36:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/what-is-the-best-way-to-use-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 161453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What is the best way to use ChatGPT? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:33:22 +00:00", + "prev_seen": "2023-09-05 21:33:22 +00:00", + "last_seen": "2023-11-21 05:36:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/is-there-a-free-alternative-to-gpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 188, + "page_from_internal_links": 23, + "page_from_size": 166127, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Is there a free alternative to GPT? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:32:50 +00:00", + "prev_seen": "2023-09-05 21:32:50 +00:00", + "last_seen": "2023-11-21 05:36:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dzingo.pics", + "url_from": "https://dzingo.pics/articles/has-chat-gpt-4-been-released", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-gpt-demo", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.5.26", + "domain_from_country": null, + "page_from_external_links": 157, + "page_from_internal_links": 23, + "page_from_size": 138520, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Has Chat GPT-4 been released? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 21:25:36 +00:00", + "prev_seen": "2023-09-05 21:25:36 +00:00", + "last_seen": "2023-11-21 04:52:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chat-gpt-demo", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "chidanet.ir", + "url_from": "https://chidanet.ir/2023/10/22/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.151.52", + "domain_from_country": "IR", + "page_from_external_links": 49, + "page_from_internal_links": 17, + "page_from_size": 170981, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – چیدنت، کمک دست خونه چیدنت×", + "page_from_status_code": 200, + "first_seen": "2023-10-22 01:31:57 +00:00", + "prev_seen": "2023-10-22 01:31:57 +00:00", + "last_seen": "2023-11-21 04:44:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "chicagoartdealers.org", + "url_from": "https://chicagoartdealers.org/frequently-asked-questions/what-is-the-best-ai-for-predicting-sports-612", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-sports-predictor", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "38.91.101.210", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 40, + "page_from_size": 136371, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is the best AI for predicting sports?", + "page_from_status_code": 200, + "first_seen": "2023-11-21 04:22:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 04:22:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "View complete answer on", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.daisyclean.ro", + "url_from": "https://www.daisyclean.ro/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.183.114", + "domain_from_country": "RO", + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 16033, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "niche meme account name generator, Mr Authentic Food Flint MI - daisyclean.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-17 11:06:23 +00:00", + "prev_seen": "2023-11-13 11:14:14 +00:00", + "last_seen": "2023-11-21 02:22:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Best Domain name generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aiawesome.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 97947, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Awesome", + "page_from_status_code": 200, + "first_seen": "2023-11-21 00:08:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-21 00:08:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-08-23 20:45:24 +00:00", + "prev_seen": "2023-08-23 20:45:24 +00:00", + "last_seen": "2023-11-21 00:06:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aicyclopedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 96561, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcyclopedia", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:15:28 +00:00", + "prev_seen": "2023-09-21 00:04:20 +00:00", + "last_seen": "2023-11-21 00:00:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/?category=aggregator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 344, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 239729, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "39 Best Ai Aggregator Tools - 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:19:44 +00:00", + "prev_seen": "2023-11-12 01:53:43 +00:00", + "last_seen": "2023-11-21 00:00:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kinecocoon.com", + "url_from": "https://www.kinecocoon.com/hama-website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 26, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.215.201", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 25616, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Wauw galop toewijzing Overeenkomstig met Word gek bedrijf hama website - kinecocoon.com", + "page_from_status_code": 200, + "first_seen": "2023-09-01 23:04:05 +00:00", + "prev_seen": "2023-10-30 06:19:17 +00:00", + "last_seen": "2023-11-20 17:48:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "binnen hoogtepunt schot Hama - Image Editing - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mangakool.com", + "url_from": "https://mangakool.com/7-best-ai-product-photography-tools-and-services-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-photography-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.3.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 25, + "page_from_size": 396667, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Product Photography Tools and Services in 2023 | Manga is Kool", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:41:32 +00:00", + "prev_seen": "2023-10-11 12:41:32 +00:00", + "last_seen": "2023-11-20 15:41:24 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ZEG", + "text_pre": null, + "text_post": "is an AI product photography tool that helps you create studio-like product photos and videos easily. You just need to upload a video of your product in motion, and ZEG will automatically extract the", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mangakool.com", + "url_from": "http://mangakool.com/7-best-ai-product-photography-tools-and-services-in-2023/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-photography-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.3.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 27, + "page_from_size": 396661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Product Photography Tools and Services in 2023 | Manga is Kool", + "page_from_status_code": 200, + "first_seen": "2023-10-10 04:58:36 +00:00", + "prev_seen": "2023-10-10 04:58:36 +00:00", + "last_seen": "2023-11-20 14:23:09 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ZEG", + "text_pre": null, + "text_post": "is an AI product photography tool that helps you create studio-like product photos and videos easily. You just need to upload a video of your product in motion, and ZEG will automatically extract the", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@KiofKi@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 67, + "page_from_internal_links": 268, + "page_from_size": 425055, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - KiofKi - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-11-20 12:22:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 12:22:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "createape.com", + "url_from": "https://createape.com/2023/10/17/how-to-use-ai-in-ux-design-workflows-without-sacrificing-creativity/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/test-start", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.194.159", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 42, + "page_from_size": 250190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use AI In UX Design Workflows - CreateApe", + "page_from_status_code": 200, + "first_seen": "2023-10-17 23:58:11 +00:00", + "prev_seen": "2023-10-17 23:58:11 +00:00", + "last_seen": "2023-11-20 09:34:22 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Test & Start", + "text_pre": "Beyond ChatGPT, tools like Checkmyidea-ia and", + "text_post": "can perform foundational market research, provide technical MVP proposals, and generate recommendations from technology stacks to startup names. These tools are a lifesaver for research teams with limited", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "createape.com", + "url_from": "https://createape.com/2023/10/17/how-to-use-ai-in-ux-design-workflows-without-sacrificing-creativity/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/business-idea-evaluation-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 218, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.194.159", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 42, + "page_from_size": 250190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use AI In UX Design Workflows - CreateApe", + "page_from_status_code": 200, + "first_seen": "2023-10-17 23:58:11 +00:00", + "prev_seen": "2023-10-17 23:58:11 +00:00", + "last_seen": "2023-11-20 09:34:22 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Checkmyidea-ia", + "text_pre": "Beyond ChatGPT, tools like", + "text_post": "and Test & Start can perform foundational market research, provide technical MVP proposals, and generate recommendations from technology stacks to startup names. These tools are a lifesaver for research", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libguides.rollins.edu", + "url_from": "https://libguides.rollins.edu/generative_ai_in_the_classroom/ai_for_teaching_and_learning", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "edu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 441, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 16, + "page_from_size": 48519, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Effective Use of AI for Teaching and Learning - Generative AI in the Classroom - Olin Library Research Guides at Rollins College", + "page_from_status_code": 200, + "first_seen": "2023-11-20 07:15:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 07:15:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools for exploring and learning about thousands of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/interior-design", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 129920, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Interior Design | AI Room Design by AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-20 04:42:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 04:42:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/image-enhancement", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 12, + "page_from_size": 131645, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Image Enhancement by AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-20 04:41:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-20 04:41:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ceciledejoux-ia.com", + "url_from": "https://www.ceciledejoux-ia.com/autres-outils", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 90, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "198.49.23.144", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 452885, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "RÉPERTOIRES — ChatGPT et IA : mode d’emploi pour Managers et RH", + "page_from_status_code": 200, + "first_seen": "2023-10-19 13:52:56 +00:00", + "prev_seen": "2023-10-19 13:52:56 +00:00", + "last_seen": "2023-11-20 02:46:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Voir en détail →", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trekfindertours.com", + "url_from": "https://www.trekfindertours.com/ai-social-media-content-creation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/followr.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 81, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.215.4", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 19416, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ai social media content creation, 5 Best Social Content Generators: Create & Post Content Automatically with AI - Marketing with Robots - trekfindertours.com", + "page_from_status_code": 200, + "first_seen": "2023-08-08 06:52:25 +00:00", + "prev_seen": "2023-10-11 05:35:33 +00:00", + "last_seen": "2023-11-20 01:34:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "200 Top tools for Social Media needs", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lowendtalk.com", + "url_from": "https://lowendtalk.com/discussion/187109/best-ai-program-for-re-writing-news-articles", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-AI-plugin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 451, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.8.4", + "domain_from_country": "US", + "page_from_external_links": 36, + "page_from_internal_links": 109, + "page_from_size": 102209, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Best AI Program for Re-writing News Articles? — LowEndTalk", + "page_from_status_code": 200, + "first_seen": "2023-06-26 17:07:04 +00:00", + "prev_seen": "2023-09-18 02:52:06 +00:00", + "last_seen": "2023-11-20 00:04:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/WordPress-AI-plugin", + "text_pre": "wpaibot looks like another option:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/multporn.net?page=29", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 137, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224485, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of multporn.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-19 23:35:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 23:35:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nanonets.com", + "url_from": "https://nanonets.com/blog/chat-with-pdfs-using-chatgpt-and-openai-gpt-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 131, + "domain_from_rank": 389, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "108.138.7.18", + "domain_from_country": "WW", + "page_from_external_links": 36, + "page_from_internal_links": 70, + "page_from_size": 153743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chat with PDFs using ChatGPT & GPT API", + "page_from_status_code": 200, + "first_seen": "2023-11-19 15:20:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 15:20:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Convert any PDF or document into a Chatbot with these AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 302, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/blog/ai-document-search.html" + }, + { + "type": "backlink", + "domain_from": "wweb.dev", + "url_from": "https://wweb.dev/weekly/149", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 234, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 12, + "page_from_size": 90312, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Weekly Web Development Resources #149 | wweb.dev", + "page_from_status_code": 200, + "first_seen": "2023-11-19 15:02:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 15:02:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "SponsoredTopAi.toolsA curated list of the best productivity-boosting AI tools. Discover AI tools for development, art, writing, design, and a lot more. You can also submit your own tool and use semantic", + "semantic_location": "article", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gabrielablaga.ro", + "url_from": "https://www.gabrielablaga.ro/create-avatar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/photoshot.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 96, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.53", + "domain_from_country": "RO", + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 27692, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Earthenware Screenplay Lyricist barricade Angry Haiku create avatar generator - gabrielablaga.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-19 04:53:02 +00:00", + "prev_seen": "2023-10-19 04:53:02 +00:00", + "last_seen": "2023-11-19 14:31:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Situation leader tenant Photoshot - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/photoshot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.devduck.de", + "url_from": "https://www.devduck.de/blog/10-nuetzliche-ki-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.36.158.100", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 4, + "page_from_size": 184873, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:21:43 +00:00", + "prev_seen": "2023-10-04 01:21:43 +00:00", + "last_seen": "2023-11-19 06:58:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gabrielablaga.ro", + "url_from": "https://www.gabrielablaga.ro/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 96, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.53", + "domain_from_country": "RO", + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 27160, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Offer Mission Ray Facilities physically Straighten niche meme account name generator - gabrielablaga.ro", + "page_from_status_code": 200, + "first_seen": "2023-11-19 05:37:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 05:37:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stomach Empire Opposite 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/coefficient.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224331, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of coefficient.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-19 04:25:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 04:25:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "freestuffs.site", + "url_from": "https://freestuffs.site/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "site", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.62.36", + "domain_from_country": null, + "page_from_external_links": 467, + "page_from_internal_links": 24, + "page_from_size": 168021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:03:17 +00:00", + "prev_seen": "2023-10-14 22:03:17 +00:00", + "last_seen": "2023-11-19 03:52:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.thedevrelcollective.com", + "url_from": "https://www.thedevrelcollective.com/blog/five-ai-tools-every-developer-advocate-should-be-using", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.49.23.144", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 10, + "page_from_size": 316680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Five AI tools every developer advocate should be using — The DevRel Collective", + "page_from_status_code": 200, + "first_seen": "2023-11-19 02:26:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 02:26:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "it; Five AI tools that every developer advocate should have in their tool box. These tools are changing constantly. It’s hard to keep up and the one which worked today, may not be the best one tomorrow. Keep an eye on", + "text_post": "as a way to search for the latest and compare. If you’ve found any tools you think are worth sharing, let me know.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aihunthub.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 257, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-31 19:16:22 +00:00", + "prev_seen": "2023-09-15 17:54:27 +00:00", + "last_seen": "2023-11-19 02:09:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/startup-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Stratup.ai", + "text_pre": null, + "text_post": "(an AI-powered tool that revolutionizes idea generation for startups)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/truewind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Truewind", + "text_pre": null, + "text_post": "(an AI-powered bookkeeping and finance tool for startups)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/checkmyidea-ia", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Checkmyidea-ia", + "text_pre": null, + "text_post": "(an AI tool for market research, competitor analysis, technical MVP proposals, monetization, user acquisition strategies, and idea rating)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aizifier.com", + "url_from": "https://aizifier.com/2023/07/23/ai-tools-for-startup-entrepreneurs/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/startup-pitch-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "80.96.33.233", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 37, + "page_from_size": 100681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Startup Entrepreneurs: From Yesterday's Idea to Today's Reality - Aizifier", + "page_from_status_code": 200, + "first_seen": "2023-11-19 01:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-19 01:28:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Startup Pitch Generator", + "text_pre": null, + "text_post": "(an AI tool that helps users create elevator pitches and suggests business models)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.gaoran.xyz", + "url_from": "https://blog.gaoran.xyz/article/AI_navi_site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 72, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.61", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 28, + "page_from_size": 192566, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "AI 导航站点集合 | Ryan’ Lab", + "page_from_status_code": 200, + "first_seen": "2023-11-18 23:32:09 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 23:32:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "TopAI:", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/telegram.im", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1221752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of telegram.im in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 22:08:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 22:08:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ebool.com", + "url_from": "https://www.ebool.com/lists/ai-newsletters.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 94, + "domain_from_rank": 218, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.9.18", + "domain_from_country": "US", + "page_from_external_links": 186, + "page_from_internal_links": 2, + "page_from_size": 83008, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "180+ AI Newsletter List - Keep Yourself Updated with AI", + "page_from_status_code": 200, + "first_seen": "2023-08-18 22:56:34 +00:00", + "prev_seen": "2023-09-18 15:59:09 +00:00", + "last_seen": "2023-11-18 21:49:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Ai top tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogs.uoc.edu", + "url_from": "https://blogs.uoc.edu/elearning-innovation-center/generative-ai-useful-tools-for-teaching-staff/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "edu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.174.19.159", + "domain_from_country": "WW", + "page_from_external_links": 61, + "page_from_internal_links": 27, + "page_from_size": 184619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Generative AI: Useful tools for teaching staff - eLearning Innovation Center Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-17 21:34:40 +00:00", + "prev_seen": "2023-10-31 11:28:02 +00:00", + "last_seen": "2023-11-18 21:34:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for slides", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogs.uoc.edu", + "url_from": "https://blogs.uoc.edu/elearning-innovation-center/es/ia-generativa-herramientas-utiles-para-el-personal-docente/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "edu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.174.19.159", + "domain_from_country": "WW", + "page_from_external_links": 61, + "page_from_internal_links": 26, + "page_from_size": 189183, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "IA generativa: herramientas útiles para el personal docente - eLearning Innovation Center Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-17 21:24:30 +00:00", + "prev_seen": "2023-11-11 20:20:57 +00:00", + "last_seen": "2023-11-18 21:29:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for Slides", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogs.uoc.edu", + "url_from": "https://blogs.uoc.edu/elearning-innovation-center/ca/ia-generativa-eines-utils-per-al-personal-docent/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "edu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.174.19.159", + "domain_from_country": "WW", + "page_from_external_links": 60, + "page_from_internal_links": 26, + "page_from_size": 187254, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "IA generativa: eines útils per al personal docent - eLearning Innovation Center Blog", + "page_from_status_code": 200, + "first_seen": "2023-09-24 05:11:58 +00:00", + "prev_seen": "2023-11-11 20:18:33 +00:00", + "last_seen": "2023-11-18 21:28:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for Slides", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.perplexity.ai", + "url_from": "https://www.perplexity.ai/search/b140f272-0c8f-4f08-9312-0bb60164e98d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perplexity-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 423, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.40.29", + "domain_from_country": "AI", + "page_from_external_links": 19, + "page_from_internal_links": 3, + "page_from_size": 242863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Perplexity?", + "page_from_status_code": 200, + "first_seen": "2023-11-18 19:41:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 19:41:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "6", + "text_pre": null, + "text_post": ".", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.perplexity.ai", + "url_from": "https://www.perplexity.ai/search/In-what-ways-sUDycgyPTwiTEgu2AWTpjQ?s=c", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perplexity-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 423, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.40.29", + "domain_from_country": "AI", + "page_from_external_links": 19, + "page_from_internal_links": 3, + "page_from_size": 242870, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Perplexity?", + "page_from_status_code": 200, + "first_seen": "2023-11-18 19:38:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 19:38:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "6", + "text_pre": null, + "text_post": ".", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/globalassignmenthelp.com?page=14", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1227696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of globalassignmenthelp.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 15:11:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 15:11:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hollyworks.com", + "url_from": "https://www.hollyworks.com/blog/want-to-design-video-games-time-to-learn-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=gaming", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "192.254.234.102", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 27, + "page_from_size": 26474, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Want to design video games? Now is the time to become fluent in AI.", + "page_from_status_code": 200, + "first_seen": "2023-08-10 09:38:21 +00:00", + "prev_seen": "2023-10-17 21:44:10 +00:00", + "last_seen": "2023-11-18 10:37:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "currently offers 48 Top AI gaming tools", + "text_pre": "Entertainment games are expected to be the most impacted. You'll find the ultimate list for researching and learning all about AI in gaming at TopAI.tools - which", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/waifuforlaifu.com?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 225, + "page_from_size": 549811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of waifuforlaifu.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:58:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:58:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/arrowmancer.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 87, + "page_from_internal_links": 316, + "page_from_size": 1060393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of arrowmancer.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:58:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:58:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/neets.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 349, + "page_from_size": 1222496, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of neets.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:57:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:57:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/nemusona.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 62, + "page_from_internal_links": 266, + "page_from_size": 780551, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of nemusona.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:57:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/requestum.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 347, + "page_from_size": 1220271, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of requestum.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:46:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:46:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/mmcgbl.com?page=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 356, + "page_from_size": 1223656, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of mmcgbl.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:43:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:43:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/abconlinechat.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1222662, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of abconlinechat.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:34:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:34:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/teamai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 92, + "page_from_internal_links": 326, + "page_from_size": 1115451, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of teamai.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 09:34:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 09:34:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.myquickidea.com", + "url_from": "https://www.myquickidea.com/top-ai-tools-directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.243.110.16", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 58, + "page_from_size": 136754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 AI Tools Directories: Embracing The Future", + "page_from_status_code": 200, + "first_seen": "2023-11-18 07:27:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 07:27:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "3.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aitoolkit&utm_medium=marketplace&utm_campaign=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-10-06 01:16:57 +00:00", + "prev_seen": "2023-10-06 01:16:57 +00:00", + "last_seen": "2023-11-18 07:22:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/openmata.org", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1221136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of openmata.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 06:46:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 06:46:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ja/%E6%95%99%E5%AE%A4%E3%81%AB%E9%9D%A9%E5%91%BD%E3%82%92%E8%B5%B7%E3%81%93%E3%81%99-AI-%E5%BC%B7%E5%8C%96%E5%AD%A6%E7%BF%92%E3%81%AE%E6%96%B0%E6%99%82%E4%BB%A3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 139, + "page_from_size": 146847, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "教室に革命を起こす: AI 強化学習の新時代 - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-15 09:30:41 +00:00", + "prev_seen": "2023-10-15 09:30:41 +00:00", + "last_seen": "2023-11-18 05:30:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "バーチャル家庭教師", + "text_pre": "教育におけるAIは着実に前進しています。 聞いたことはありますか", + "text_post": "? これらは単なるビデオ録画やインタラクティブなレッスンではなく、人間の家庭教師の指導スタイルを模倣できる高度に洗練された AI 駆動のプラットフォームです。 彼らはあなたの学習パターンを分析し、あなたの弱点を理解し、概念があなたにとって明確であることを保証するために指導スタイルを適応させます。", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=6pedia.com&utm_medium=directory&utm_campaign=6pedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191418, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-11-18 04:24:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 04:24:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@Senf@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 372, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 48, + "page_from_internal_links": 207, + "page_from_size": 326842, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - Senf - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-09-26 11:35:17 +00:00", + "prev_seen": "2023-09-26 11:35:17 +00:00", + "last_seen": "2023-11-18 04:15:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/facehub.live?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1219804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of facehub.live in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-18 01:00:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-18 01:00:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hacker-news.penportal.net", + "url_from": "https://hacker-news.penportal.net/item/38234073", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Children's-story-generator", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 29, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.84.90", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 6, + "page_from_size": 9016, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hacker News", + "page_from_status_code": 200, + "first_seen": "2023-11-17 23:46:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 23:46:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Children's-story-generator", + "text_pre": "FYI List of some (likely not all) competitors in this space:", + "text_post": "https://theresanaiforthat.com/story-writing/", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/logopond.com?page=8", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 354, + "page_from_size": 1225408, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of logopond.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 23:05:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 23:05:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=thaka-io&utm_medium=marketplace&utm_campaign=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191410, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-11-17 22:37:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 22:37:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/tidio.com?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222906, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of tidio.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 22:27:10 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 22:27:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/detector-conteudo-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 132, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 37, + "page_from_size": 190203, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Detector de IA e Detector de Chat GPT - 100% Preciso", + "page_from_status_code": 200, + "first_seen": "2023-08-29 19:07:52 +00:00", + "prev_seen": "2023-08-29 19:07:52 +00:00", + "last_seen": "2023-11-17 20:05:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ai-hunter.io&utm_medium=ai-hunter.io&utm_campaign=ai-hunter.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 61, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-08-24 06:24:45 +00:00", + "prev_seen": "2023-08-24 06:24:45 +00:00", + "last_seen": "2023-11-17 17:32:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.callakinglit.com", + "url_from": "https://www.callakinglit.com/random-tattoo-generator-download", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/tattoojenney-com.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.24.215", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 23757, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Mary oasis hard to please dynasty Waterfront Productivity random tattoo generator download - callakinglit.com", + "page_from_status_code": 200, + "first_seen": "2023-09-24 15:26:37 +00:00", + "prev_seen": "2023-09-24 15:26:37 +00:00", + "last_seen": "2023-11-17 16:29:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "shocking Dizziness castle 60 Best Tattoo idea generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.abdelrahman-academy.com", + "url_from": "https://www.abdelrahman-academy.com/2023/06/AI-Helper-Bot.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-sql-helper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.23.115", + "domain_from_country": "WW", + "page_from_external_links": 18, + "page_from_internal_links": 43, + "page_from_size": 259036, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "AI Helper Bot مساعدك الذكي في عالم التكنولوجيا", + "page_from_status_code": 200, + "first_seen": "2023-10-10 22:44:09 +00:00", + "prev_seen": "2023-10-10 22:44:09 +00:00", + "last_seen": "2023-11-17 15:28:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "من هنا", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-11-17 14:31:07 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 14:31:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jhrogue.blogspot.com", + "url_from": "https://jhrogue.blogspot.com/2023/02/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 230, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.33", + "domain_from_country": null, + "page_from_external_links": 758, + "page_from_internal_links": 250, + "page_from_size": 265926, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "컴퓨터 vs 책: 2월 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:33:56 +00:00", + "prev_seen": "2023-10-16 22:33:56 +00:00", + "last_seen": "2023-11-17 13:48:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Find & Save the best AI tools Everyday", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techvangart.com", + "url_from": "https://techvangart.com/2023/05/07/ai-notjust-for-fun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/infiniteconversation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 171, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.141", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 46, + "page_from_size": 267849, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-(not)Just for Fun ... - TechvangArt", + "page_from_status_code": 200, + "first_seen": "2023-10-11 22:10:13 +00:00", + "prev_seen": "2023-10-11 22:10:13 +00:00", + "last_seen": "2023-11-17 13:14:36 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/infiniteconversation", + "text_pre": "Infiniteconversation", + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/hexofy.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1220214, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of hexofy.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 12:58:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 12:58:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 124, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 214438, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-05-21 03:56:51 +00:00", + "prev_seen": "2023-09-01 12:15:21 +00:00", + "last_seen": "2023-11-17 12:53:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.toolsは、850のツールを含むAIツールディレクトリで、RSSが利用可能です。", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 124, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 268435, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:34:52 +00:00", + "prev_seen": "2023-09-01 12:08:00 +00:00", + "last_seen": "2023-11-17 12:36:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: AIツールのノイズをふるいにかけるAI検索を構築した", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/favicon-generator.org?page=2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1222522, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of favicon-generator.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 11:51:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 11:51:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/limbiks.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1220274, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of limbiks.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:54:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:54:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/wisdolia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 136, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1219596, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of wisdolia.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:47:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:47:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 174, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:47:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:47:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "histre.com", + "url_from": "https://histre.com/public/notes/huangjingyun/note/yhgm9sbu/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.46", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 16, + "page_from_size": 18748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Note: TopAi.tools目录 | histre", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:38:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:38:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "ugc", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools目录", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/nl/een-revolutie-teweegbrengen-in-het-klaslokaal%2C-het-nieuwe-tijdperk-van-ai-verbeterd-leren/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 131798, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Een revolutie in het klaslokaal: het nieuwe tijdperk van AI-ondersteund leren - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-17 10:31:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 10:31:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuele docenten", + "text_pre": "AI in het onderwijs zet gestaag stappen vooruit. Heb je ooit gehoord van", + "text_post": "? Dit zijn niet louter video-opnamen of interactieve lessen, maar zeer geavanceerde AI-gestuurde platforms die de lesstijl van een menselijke docent kunnen nabootsen. Ze analyseren uw leerpatronen, begrijpen", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 260140, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:49:36 +00:00", + "prev_seen": "2023-08-30 22:07:48 +00:00", + "last_seen": "2023-11-17 08:38:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一个人工智能搜索,以筛选出人工智能工具的噪音", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 114, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 210929, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周歸檔(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-11 03:06:00 +00:00", + "prev_seen": "2023-08-30 13:33:53 +00:00", + "last_seen": "2023-11-17 08:04:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 114, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 263484, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周歸檔(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-11 03:08:26 +00:00", + "prev_seen": "2023-08-30 13:29:51 +00:00", + "last_seen": "2023-11-17 08:04:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "it.home-theater-designers.com", + "url_from": "https://it.home-theater-designers.com/6-directory-online-di-strumenti-di-intelligenza-artificiale-per-scoprire-o-cercare-la-migliore-app-di-intelligenza-artificiale", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "IT", + "page_from_external_links": 68, + "page_from_internal_links": 320, + "page_from_size": 67618, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "6 directory online di strumenti di intelligenza artificiale per scoprire o cercare la migliore app di intelligenza artificiale - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 14:53:59 +00:00", + "prev_seen": "2023-08-23 05:40:50 +00:00", + "last_seen": "2023-11-17 06:43:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): scopri gli strumenti di intelligenza artificiale e crea ed esporta elenchi", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?=aihubpro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-17 06:41:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 06:41:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sownai.com", + "url_from": "https://sownai.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 45, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 272, + "page_from_internal_links": 283, + "page_from_size": 564456, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "SownAI | 高效的 AI 工具与资源导航网站", + "page_from_status_code": 200, + "first_seen": "2023-10-04 00:19:25 +00:00", + "prev_seen": "2023-10-04 00:19:25 +00:00", + "last_seen": "2023-11-17 05:57:26 +00:00", + "item_type": "anchor", + "attributes": ["external", "nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.social", + "url_from": "https://kbin.social/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 662, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.91", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 186, + "page_from_size": 181781, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Oinks - kbin.social", + "page_from_status_code": 200, + "first_seen": "2023-11-17 04:55:35 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 04:55:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 128, + "page_from_size": 156660, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - kosh - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-10-07 07:33:18 +00:00", + "prev_seen": "2023-10-07 07:33:18 +00:00", + "last_seen": "2023-11-17 04:42:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 49, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 147, + "page_from_size": 102264, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "One Schoolhouse - Open Doors Blog", + "page_from_status_code": 200, + "first_seen": "2023-11-17 03:10:48 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 03:10:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog/archives/11-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 32, + "page_from_internal_links": 144, + "page_from_size": 90593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Open Doors Blog - One Schoolhouse", + "page_from_status_code": 200, + "first_seen": "2023-11-17 03:04:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 03:04:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog/from-apprehension-to-empowerment-the-importance-of-collaboration-when-learning-about-generative-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 141, + "page_from_size": 77695, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Open Doors Blog - One Schoolhouse", + "page_from_status_code": 200, + "first_seen": "2023-11-17 02:48:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 02:48:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oneschoolhouse.org", + "url_from": "https://www.oneschoolhouse.org/open-doors-blog/category/all", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.47", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 147, + "page_from_size": 102169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Open Doors Blog - One Schoolhouse", + "page_from_status_code": 200, + "first_seen": "2023-11-17 02:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 02:44:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 96795, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT Demo", + "page_from_status_code": 200, + "first_seen": "2023-11-17 02:10:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-17 02:10:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/html-editor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 133490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Online HTML Editor: Simplify Text Formatting", + "page_from_status_code": 200, + "first_seen": "2023-11-16 20:43:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 20:43:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pomodore.ro", + "url_from": "https://www.pomodore.ro/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.78.131", + "domain_from_country": "RO", + "page_from_external_links": 26, + "page_from_internal_links": 15, + "page_from_size": 20745, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Trivial restaurant Disturb Incite water the flower The Hotel download convertor text - pomodore.ro", + "page_from_status_code": 200, + "first_seen": "2023-11-16 19:49:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 19:49:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "idiom nephew puzzle 60 Best Text to audio converter AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-16 17:46:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 17:46:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "notes.zachmanson.com", + "url_from": "https://notes.zachmanson.com/prompt-resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 80, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 67, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.199.108.153", + "domain_from_country": null, + "page_from_external_links": 228, + "page_from_internal_links": 9, + "page_from_size": 31060, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "notes: prompt resources", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:48:43 +00:00", + "prev_seen": "2023-10-14 20:48:43 +00:00", + "last_seen": "2023-11-16 17:44:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/item-removal", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 46, + "domain_from_rank": 264, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 11, + "page_from_size": 129539, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Object Remover | Real Estate AI Item Removal - AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-16 13:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 13:09:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/ecchibot.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1219315, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of ecchibot.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 12:27:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 12:27:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/videoleapapp.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223252, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of videoleapapp.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:22:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:22:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aihomedesign.com", + "url_from": "https://aihomedesign.com/day-to-dusk", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-homedesign?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 264, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 11, + "page_from_size": 126432, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AI Day to Dusk | Virtual Twilight- AI HomeDesign", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:10:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:10:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI HomeDesign Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summarybox.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 75, + "page_from_internal_links": 292, + "page_from_size": 926672, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summarybox.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:06:27 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:06:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/metatext.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222296, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of metatext.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:05:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:05:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/hyperwriteai.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222907, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of hyperwriteai.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:04:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:04:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summarizebot.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220094, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summarizebot.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:04:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:04:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/glarity.app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220032, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of glarity.app in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:04:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:04:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summari.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1219686, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summari.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:03:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:03:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/image-map.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1221129, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of image-map.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 09:02:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 09:02:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.marketplace.aiia.tech", + "url_from": "https://www.marketplace.aiia.tech/items/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "tech", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 212, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 1, + "page_from_size": 748478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAI.tools", + "page_from_status_code": 200, + "first_seen": "2023-11-16 06:21:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 06:21:47 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://dsfilesharedatalake.blob.core.windows.net/logo/topAI.tools.jpeg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "klajosw.blogspot.com", + "url_from": "https://klajosw.blogspot.com/2023/05/bingimagecreate-mintak.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 54, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.33", + "domain_from_country": null, + "page_from_external_links": 97, + "page_from_internal_links": 206, + "page_from_size": 191806, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "AI-Mi mintaképek", + "page_from_status_code": 200, + "first_seen": "2023-10-11 21:54:55 +00:00", + "prev_seen": "2023-10-11 21:54:55 +00:00", + "last_seen": "2023-11-16 03:13:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "https://dreamstudio.ai/generatehttps://supertools.therundown.ai/", + "text_post": "https://www.insidr.ai/ai-tools/https://app.leonardo.ai/", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.18.19", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132412, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-06 23:10:32 +00:00", + "prev_seen": "2023-10-06 23:10:32 +00:00", + "last_seen": "2023-11-16 02:25:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.upwithtech.com", + "url_from": "https://www.upwithtech.com/post/enhancing-education-with-doctrina-ai-website-latest-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 54, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 51, + "page_from_size": 998164, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Doctrina AI Website: Guide to Empowering Education in 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-29 19:31:54 +00:00", + "prev_seen": "2023-10-29 19:31:54 +00:00", + "last_seen": "2023-11-16 02:16:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-16 01:16:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 01:16:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-11-16 00:43:54 +00:00", + "prev_seen": null, + "last_seen": "2023-11-16 00:43:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=Tech-Behemoths&utm_medium=Profile&utm_campaign=viewprofile", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51459, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Grow your business online with Metrotechs - We Keep You Connected", + "page_from_status_code": 200, + "first_seen": "2023-11-15 23:58:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 23:58:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.diseaseslist.info", + "url_from": "https://www.diseaseslist.info/prayer-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-prayer-generator", + "url_to_https": true, + "tld_from": "info", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 109, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.157.144", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 50, + "page_from_size": 35709, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Prayer Generator Health", + "page_from_status_code": 200, + "first_seen": "2023-11-15 22:57:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 22:57:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Go Now", + "text_pre": "› Url: https://topai.tools/s/AI-prayer-generator", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/detecteur-contenu-ai/?source=redacteur-com-blog&utm_source=redacteur-com-blog", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 37, + "page_from_size": 171444, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Détecteur ChatGPT Gratuit : Détection Précise de l'IA à 100%", + "page_from_status_code": 200, + "first_seen": "2023-11-15 22:01:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 22:01:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 295694, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周歸檔(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-05-14 04:13:48 +00:00", + "prev_seen": "2023-08-24 08:00:25 +00:00", + "last_seen": "2023-11-15 21:32:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 238475, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周歸檔(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-05-14 03:43:55 +00:00", + "prev_seen": "2023-08-24 07:55:15 +00:00", + "last_seen": "2023-11-15 21:32:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/?ref=taaft&utm_source=taaft&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 174, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-15 21:09:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 21:09:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aify.tech&utm_medium=marketplace&utm_campaign=aify.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191506, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-10-04 14:38:24 +00:00", + "prev_seen": "2023-10-04 14:38:24 +00:00", + "last_seen": "2023-11-15 18:24:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4755329", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11932, + "page_from_internal_links": 44, + "page_from_size": 1721184, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-15 18:12:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 18:12:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4742930", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11935, + "page_from_internal_links": 46, + "page_from_size": 1726541, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-15 18:12:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 18:12:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4721343", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11951, + "page_from_internal_links": 59, + "page_from_size": 1763335, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:24 +00:00", + "prev_seen": "2023-11-11 19:30:24 +00:00", + "last_seen": "2023-11-15 18:12:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4741949", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11936, + "page_from_internal_links": 48, + "page_from_size": 1731566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-15 18:12:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 18:12:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "spymetrics.beehiiv.com", + "url_from": "https://spymetrics.beehiiv.com/p/podsqueeze", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podsqueeze?utm_source=spymetrics.beehiiv.com&utm_medium=referral&utm_campaign=podsqueeze-com-made-14-300-in-revenue-last-month", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 556, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 4, + "page_from_size": 161328, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Case Study: Podsqueeze made $14,300 in Revenue Last Month", + "page_from_status_code": 200, + "first_seen": "2023-11-15 17:01:55 +00:00", + "prev_seen": "2023-11-15 17:01:55 +00:00", + "last_seen": "2023-11-15 17:02:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 365, + "page_from_size": 255298, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:47:22 +00:00", + "prev_seen": "2023-08-20 15:50:12 +00:00", + "last_seen": "2023-11-15 14:19:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dealntech.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224691, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dealntech.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 13:10:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 13:10:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.duplimaster.co.uk", + "url_from": "https://www.duplimaster.co.uk/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-ghostwriter.webp", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.187.71", + "domain_from_country": "GB", + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 22424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Achievable Overtake yesterday blanket Vandalize concept generate automated articles on wordpress site - duplimaster.co.uk", + "page_from_status_code": 200, + "first_seen": "2023-10-05 14:15:48 +00:00", + "prev_seen": "2023-10-05 14:15:48 +00:00", + "last_seen": "2023-11-15 13:10:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Becks Induce complete 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.duplimaster.co.uk", + "url_from": "https://www.duplimaster.co.uk/generate-automated-articles-on-wordpress-site", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/gptpress.webp", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.187.71", + "domain_from_country": "GB", + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 22424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Achievable Overtake yesterday blanket Vandalize concept generate automated articles on wordpress site - duplimaster.co.uk", + "page_from_status_code": 200, + "first_seen": "2023-10-05 14:15:48 +00:00", + "prev_seen": "2023-10-05 14:15:48 +00:00", + "last_seen": "2023-11-15 13:10:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Becks Induce complete 60 Best Wordpress content automation AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dragon-pets.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1221804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dragon-pets.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 12:51:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 12:51:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/thecartoonist.me", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1224481, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of thecartoonist.me in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 10:27:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 10:27:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/analyticsindiamag.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1225597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of analyticsindiamag.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:57:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:57:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/live3d.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1220607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of live3d.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:56:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:56:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aitoolhunt.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222378, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aitoolhunt.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aitoolmall.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aitoolmall.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:51 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/metaroids.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of metaroids.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:47 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/theinsaneapp.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223686, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of theinsaneapp.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1221834, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of topai.tools in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:55:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:55:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "nav", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dezgo.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 353, + "page_from_size": 1221298, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dezgo.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:54:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:54:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aimojo.pro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222386, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aimojo.pro in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:54:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:54:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/dataconomy.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224506, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of dataconomy.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:51:58 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:51:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/whatsthebigdata.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223490, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of whatsthebigdata.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:50:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:50:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/appsforstartup.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1226521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of appsforstartup.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 07:37:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 07:37:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/smmry.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 349, + "page_from_size": 1220778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of smmry.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 05:36:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 05:36:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/summarizingtool.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220389, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of summarizingtool.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 05:36:16 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 05:36:16 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aifinder", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-15 04:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 04:09:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/producthunt.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223839, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of producthunt.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-15 04:00:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-15 04:00:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/tag/side-hustles/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 284, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": "EC", + "page_from_external_links": 33, + "page_from_internal_links": 41, + "page_from_size": 144213, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Side Hustles Archives | AmeliaAndJP.com", + "page_from_status_code": 200, + "first_seen": "2023-05-07 17:09:56 +00:00", + "prev_seen": "2023-09-06 15:02:12 +00:00", + "last_seen": "2023-11-14 23:18:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "prompt guides", + "text_pre": "You can also download some free", + "text_post": "to speed up your learning process.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/7-easy-side-hustle-ideas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 284, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": "EC", + "page_from_external_links": 40, + "page_from_internal_links": 47, + "page_from_size": 167577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Easy Side Hustle Ideas for 2023 | AmeliaAndJP.com", + "page_from_status_code": 200, + "first_seen": "2023-05-07 17:08:50 +00:00", + "prev_seen": "2023-09-06 14:41:25 +00:00", + "last_seen": "2023-11-14 23:16:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "prompt guides", + "text_pre": "You can also download some free", + "text_post": "to speed up your learning process.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ejaj&utm_medium=marketplace&utm_campaign=ejaj", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 37, + "page_from_size": 191500, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "English & Tagalog Grammar Checker: Plus 31 More Languages", + "page_from_status_code": 200, + "first_seen": "2023-10-08 03:01:53 +00:00", + "prev_seen": "2023-10-08 03:01:53 +00:00", + "last_seen": "2023-11-14 20:59:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 90, + "page_from_size": 254380, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:40:58 +00:00", + "prev_seen": "2023-08-19 15:57:56 +00:00", + "last_seen": "2023-11-14 18:07:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "има доста такива. Но можете да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.", + "text_post": "Например в сферата на музиката.https://topai.tools/filter?t=musicПрепоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "eu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 170, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 90, + "page_from_size": 254380, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:40:58 +00:00", + "prev_seen": "2023-08-19 15:57:56 +00:00", + "last_seen": "2023-11-14 18:07:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=music", + "text_pre": "да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.https://topai.tools Например в сферата на музиката.", + "text_post": "Препоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате да имате теми за разговори с внуците си когато преминат пубертета.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/saasgenius.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223943, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of saasgenius.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 14:49:00 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 14:49:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/es/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 210316, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Directorios en línea de herramientas de IA para descubrir o buscar la mejor aplicación de IA | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-14 14:31:56 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 14:31:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Principales herramientas de IA", + "text_pre": "Incluye", + "text_post": "contiene una colección de más de 3800 herramientas impulsadas por IA en su directorio en varias categorías, como descubrimiento de IA, arte, audio, avatares, negocios, chat, capacitación, análisis de", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tl.home-theater-designers.com", + "url_from": "https://tl.home-theater-designers.com/6-online-na-direktoryo-ng-ai-tools-upang-tuklasin-o-maghanap-para-sa-pinakamahusay-na-ai-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "TL", + "page_from_external_links": 68, + "page_from_internal_links": 300, + "page_from_size": 63867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 Online na Direktoryo ng AI Tools upang Tuklasin o Maghanap para sa Pinakamahusay na AI App - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 13:55:00 +00:00", + "prev_seen": "2023-08-23 07:46:15 +00:00", + "last_seen": "2023-11-14 13:39:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Tuklasin ang AI Tools, at Gumawa at Mag-export ng Mga Shortlist", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/funkyimagetools.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1221730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of funkyimagetools.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 12:39:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 12:39:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/imagetosketch.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220971, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of imagetosketch.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 12:39:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 12:39:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "et.home-theater-designers.com", + "url_from": "https://et.home-theater-designers.com/6-ai-tooriistade-veebikataloogi-parima-ai-rakenduse-avastamiseks-voi-otsimiseks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "ET", + "page_from_external_links": 68, + "page_from_internal_links": 299, + "page_from_size": 60914, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 AI tööriistade veebikataloogi parima AI rakenduse avastamiseks või otsimiseks - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 06:20:02 +00:00", + "prev_seen": "2023-08-23 06:09:18 +00:00", + "last_seen": "2023-11-14 11:23:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tööriistad", + "text_pre": "2.", + "text_post": "(Veeb): avastage tehisintellekti tööriistu ning looge ja eksportige valikuid", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/simplified.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of simplified.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 11:11:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 11:11:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/fotor.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of fotor.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 11:11:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 11:11:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pt.home-theater-designers.com", + "url_from": "https://pt.home-theater-designers.com/6-diretorios-online-de-ferramentas-de-ia-para-descobrir-ou-procurar-o-melhor-aplicativo-de-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "PT", + "page_from_external_links": 68, + "page_from_internal_links": 306, + "page_from_size": 63963, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "6 diretórios online de ferramentas de IA para descobrir ou procurar o melhor aplicativo de IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 18:56:38 +00:00", + "prev_seen": "2023-08-23 05:56:01 +00:00", + "last_seen": "2023-11-14 10:09:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): descubra ferramentas de IA e crie e exporte listas restritas", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "be10x.in", + "url_from": "https://be10x.in/blog/use-ai-for-personal-branding/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/news-aggregator", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 155, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.88", + "domain_from_country": "IN", + "page_from_external_links": 16, + "page_from_internal_links": 35, + "page_from_size": 232974, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use AI To Improve Your Personal Brand? - Be10X", + "page_from_status_code": 200, + "first_seen": "2023-11-14 09:55:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 09:55:24 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI-powered news aggregation systems", + "text_pre": "4. Staying Aware: AI aids you in staying aware of the latest trends and advancements in your industry. ", + "text_post": ", for example, can guide you in identifying and reading relevant articles and blog entries.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/geekflare.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224587, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of geekflare.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 09:38:46 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 09:38:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-14 09:20:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 09:20:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ru.home-theater-designers.com", + "url_from": "https://ru.home-theater-designers.com/6-onlajn-katalogov-instrumentov-ii-dla-obnaruzenia-ili-poiska-lucsego-prilozenia-ii", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "RU", + "page_from_external_links": 68, + "page_from_internal_links": 333, + "page_from_size": 80438, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "6 онлайн-каталогов инструментов ИИ для обнаружения или поиска лучшего приложения ИИ - |Интернет|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 03:11:18 +00:00", + "prev_seen": "2023-08-23 07:33:54 +00:00", + "last_seen": "2023-11-14 07:06:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Интернет): Откройте для себя инструменты искусственного интеллекта, а также создайте и экспортируйте короткие списки", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/opus.pro", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1220583, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of opus.pro in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 06:13:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 06:13:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pl.home-theater-designers.com", + "url_from": "https://pl.home-theater-designers.com/6-internetowych-katalogow-narzedzi-ai-do-odkrycia-lub-wyszukania-najlepszej-aplikacji-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "PL", + "page_from_external_links": 68, + "page_from_internal_links": 335, + "page_from_size": 66842, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "6 internetowych katalogów narzędzi AI do odkrycia lub wyszukania najlepszej aplikacji AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 02:11:56 +00:00", + "prev_seen": "2023-08-23 06:45:21 +00:00", + "last_seen": "2023-11-14 05:56:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Internet): Odkryj narzędzia AI oraz twórz i eksportuj krótkie listy", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "semanaemai.com.br", + "url_from": "https://semanaemai.com.br/p/inteligencia-artificial-resumo-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com.br", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.40.87", + "domain_from_country": "BR", + "page_from_external_links": 27, + "page_from_internal_links": 4, + "page_from_size": 256741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Inteligência Artificial: Resumo de 2023 - by Bissuh", + "page_from_status_code": 200, + "first_seen": "2023-10-10 05:20:25 +00:00", + "prev_seen": "2023-10-10 05:20:25 +00:00", + "last_seen": "2023-11-14 05:55:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Todas as ferramentas com AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/perchance.org", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224994, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of perchance.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-14 05:41:32 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 05:41:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 300, + "page_from_size": 206960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-03-17 20:16:26 +00:00", + "prev_seen": "2023-07-31 08:20:46 +00:00", + "last_seen": "2023-11-14 05:22:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webby.pages.dev", + "url_from": "https://webby.pages.dev/21/vaHqsKFeqd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 25, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.47.97", + "domain_from_country": null, + "page_from_external_links": 10003, + "page_from_internal_links": 1, + "page_from_size": 1075396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Top Global Websites Directory", + "page_from_status_code": 200, + "first_seen": "2023-11-14 04:08:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 04:08:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "rentcontractor.tools 💎 singularia.tools 💎 tamtam.tools 💎 wimkle.tools 💎 amazingseo.tools 💎 arx.tools 💎 awesomeai.tools 💎 firefighter.tools 💎 points.tools 💎 promptly.tools 💎 sfadmin.tools 💎 sod.tools 💎", + "text_post": "💎 whistle.tools 💎 aitsys-infra.tools 💎 boyingnet.tools 💎 framed.tools 💎 greta.tools 💎 labdiamond.tools 💎 onlinedev.tools 💎 relyea.tools 💎 schemamarkup.tools 💎 seven-media.tools 💎 stocker.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cs.home-theater-designers.com", + "url_from": "https://cs.home-theater-designers.com/6-online-adresaru-nastroju-ai-k-objevovani-nebo-hledani-nejlepsi-aplikace-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 306, + "page_from_size": 62298, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 online adresářů nástrojů AI k objevování nebo hledání nejlepší aplikace AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-06-30 14:40:28 +00:00", + "prev_seen": "2023-08-23 03:59:48 +00:00", + "last_seen": "2023-11-14 02:58:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Objevte nástroje AI a vytvářejte a exportujte užší seznamy", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "global-website.pages.dev", + "url_from": "https://global-website.pages.dev/21/vaHqsKFeqd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.47.126", + "domain_from_country": null, + "page_from_external_links": 10003, + "page_from_internal_links": 1, + "page_from_size": 1075396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Top Global Websites Directory", + "page_from_status_code": 200, + "first_seen": "2023-11-14 01:57:48 +00:00", + "prev_seen": null, + "last_seen": "2023-11-14 01:57:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "rentcontractor.tools 💎 singularia.tools 💎 tamtam.tools 💎 wimkle.tools 💎 amazingseo.tools 💎 arx.tools 💎 awesomeai.tools 💎 firefighter.tools 💎 points.tools 💎 promptly.tools 💎 sfadmin.tools 💎 sod.tools 💎", + "text_post": "💎 whistle.tools 💎 aitsys-infra.tools 💎 boyingnet.tools 💎 framed.tools 💎 greta.tools 💎 labdiamond.tools 💎 onlinedev.tools 💎 relyea.tools 💎 schemamarkup.tools 💎 seven-media.tools 💎 stocker.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ja/genmo-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 7, + "page_from_internal_links": 32, + "page_from_size": 154028, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "Genmo AI Review: Create Videos and Connect with Videographers", + "page_from_status_code": 200, + "first_seen": "2023-10-12 18:46:10 +00:00", + "prev_seen": "2023-10-12 18:46:10 +00:00", + "last_seen": "2023-11-14 01:06:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ジェンリー", + "text_pre": "1.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 40, + "domain_from_rank": 298, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 29, + "page_from_size": 266990, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 16:57:24 +00:00", + "prev_seen": "2023-09-14 23:26:51 +00:00", + "last_seen": "2023-11-14 01:02:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ja/find-your-next-book-ai-review/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-bookstore", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 161364, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "Find Your Next Book AI Review: A Perfect AI Librarian for Book Lovers", + "page_from_status_code": 200, + "first_seen": "2023-10-12 18:32:39 +00:00", + "prev_seen": "2023-10-12 18:32:39 +00:00", + "last_seen": "2023-11-14 00:55:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI書店", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "de.home-theater-designers.com", + "url_from": "https://de.home-theater-designers.com/6-online-verzeichnisse-mit-ki-tools-zum-entdecken-oder-suchen-nach-der-besten-ki-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "DE", + "page_from_external_links": 68, + "page_from_internal_links": 303, + "page_from_size": 62764, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "6 Online-Verzeichnisse mit KI-Tools zum Entdecken oder Suchen nach der besten KI-App - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-03 02:47:17 +00:00", + "prev_seen": "2023-08-23 06:27:17 +00:00", + "last_seen": "2023-11-13 23:13:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Entdecken Sie KI-Tools und erstellen und exportieren Sie Auswahllisten", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 22:26:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 22:26:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/videozeus.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 348, + "page_from_size": 1224368, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of videozeus.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 21:52:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 21:52:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ta.home-theater-designers.com", + "url_from": "https://ta.home-theater-designers.com/ciranta-ai-payanpattaik-kantariya-allatu-teta-ai-karuvikalin-6-anlain-koppakankal", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 307, + "page_from_size": 93361, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "சிறந்த AI பயன்பாட்டைக் கண்டறிய அல்லது தேட AI கருவிகளின் 6 ஆன்லைன் கோப்பகங்கள் - |இன்டர்நெட்|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 15:35:56 +00:00", + "prev_seen": "2023-08-23 08:17:34 +00:00", + "last_seen": "2023-11-13 21:26:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(இணையம்): AI கருவிகளைக் கண்டறியவும் மற்றும் குறுகிய பட்டியல்களை உருவாக்கி ஏற்றுமதி செய்யவும்", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-08 02:08:29 +00:00", + "prev_seen": "2023-10-08 02:08:29 +00:00", + "last_seen": "2023-11-13 20:58:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "raindrop.io", + "url_from": "https://raindrop.io/bergaman9/faydali-linkler-30286314", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 491, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.10.217", + "domain_from_country": "IO", + "page_from_external_links": 30, + "page_from_internal_links": 40, + "page_from_size": 117237, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Faydalı Linkler", + "page_from_status_code": 200, + "first_seen": "2023-11-13 20:37:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 20:37:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Best AI tools and Services list", + "text_pre": "Services listAI tools directory and search engine, Discover the best AI tools,apps and services list and take your business to the next level. Don't be a robot, be a productivity machine.·topai.tools·Jun 11, 2023", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/author/paul-keegan/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 182, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 31, + "page_from_internal_links": 25, + "page_from_size": 90981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Paul Keegan, Author at Bright", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:25:36 +00:00", + "prev_seen": "2023-10-04 02:25:36 +00:00", + "last_seen": "2023-11-13 19:04:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/ignite-your-knowledge-the-ultimate-ai-adventure-begins/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 182, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 25, + "page_from_internal_links": 28, + "page_from_size": 49428, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ignite your knowledge: The ultimate AI adventure begins - Bright", + "page_from_status_code": 200, + "first_seen": "2023-10-04 03:39:21 +00:00", + "prev_seen": "2023-10-04 03:39:21 +00:00", + "last_seen": "2023-11-13 19:03:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/el/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 221656, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ηλεκτρονικοί κατάλογοι εργαλείων AI για να ανακαλύψετε ή να αναζητήσετε την καλύτερη εφαρμογή AI | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-13 19:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 19:03:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "εργαλεία TopAI", + "text_pre": "Περιλαμβάνει", + "text_post": "περιέχει μια συλλογή από πάνω από 3800 εργαλεία με τεχνητή νοημοσύνη στον κατάλογό της σε διάφορες κατηγορίες όπως AI Discovery, Art, Audio, Avatars, Business, Chat, Training, Data Analysis, Design &", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fi.home-theater-designers.com", + "url_from": "https://fi.home-theater-designers.com/6-online-hakemistoa-tekoalytyokaluista-parhaan-tekoalysovelluksen-loytamiseen-tai-etsimiseen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "FI", + "page_from_external_links": 68, + "page_from_internal_links": 301, + "page_from_size": 62655, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "6 online-hakemistoa tekoälytyökaluista parhaan tekoälysovelluksen löytämiseen tai etsimiseen - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 07:06:07 +00:00", + "prev_seen": "2023-08-23 06:50:07 +00:00", + "last_seen": "2023-11-13 16:45:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Tutustu tekoälytyökaluihin ja luo ja vie suosikkeja", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=6pedia.com&utm_medium=directory&utm_campaign=6pedia.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-03 00:05:03 +00:00", + "prev_seen": "2023-08-12 03:05:21 +00:00", + "last_seen": "2023-11-13 15:22:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=aitoolkit", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-05 13:03:07 +00:00", + "prev_seen": "2023-10-05 13:03:07 +00:00", + "last_seen": "2023-11-13 15:15:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ro.home-theater-designers.com", + "url_from": "https://ro.home-theater-designers.com/6-directoare-online-de-instrumente-ai-pentru-a-descoperi-sau-a-cauta-cea-mai-buna-aplicatie-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "RO", + "page_from_external_links": 68, + "page_from_internal_links": 300, + "page_from_size": 63401, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "6 directoare online de instrumente AI pentru a descoperi sau a căuta cea mai bună aplicație AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 06:08:37 +00:00", + "prev_seen": "2023-08-23 08:19:46 +00:00", + "last_seen": "2023-11-13 14:51:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.instrumente", + "text_pre": "2.", + "text_post": "(Web): Descoperiți instrumentele AI și creați și exportați liste scurte", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.top-kids.ro", + "url_from": "https://www.top-kids.ro/create-avatar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/photoshot.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 184, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.145.47", + "domain_from_country": "RO", + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 18780, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "create avatar generator - top-kids.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-05 10:13:05 +00:00", + "prev_seen": "2023-10-05 10:13:05 +00:00", + "last_seen": "2023-11-13 13:31:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Powerful notification Counting insects Photoshot - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=inouts.com&ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-05 02:24:41 +00:00", + "prev_seen": "2023-09-05 02:24:41 +00:00", + "last_seen": "2023-11-13 13:11:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clepti.pics", + "url_from": "https://clepti.pics/articles/does-caramel-need-to-be-refrigerated", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "pics", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 338, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.55.38", + "domain_from_country": null, + "page_from_external_links": 237, + "page_from_internal_links": 23, + "page_from_size": 181586, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Does caramel need to be refrigerated? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-11-13 12:21:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 12:21:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/flirting-AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.243", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132559, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-11-13 12:18:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 12:18:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/face.dance", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 347, + "page_from_size": 1220414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of face.dance in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 11:56:26 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 11:56:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nl.home-theater-designers.com", + "url_from": "https://nl.home-theater-designers.com/6-online-directories-met-ai-tools-om-de-beste-ai-app-te-ontdekken-of-te-zoeken", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "NL", + "page_from_external_links": 68, + "page_from_internal_links": 312, + "page_from_size": 62254, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "6 online directories met AI-tools om de beste AI-app te ontdekken of te zoeken - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 00:08:53 +00:00", + "prev_seen": "2023-08-23 06:30:14 +00:00", + "last_seen": "2023-11-13 11:44:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): ontdek AI-tools en maak en exporteer shortlists", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "husnaintech.com", + "url_from": "https://husnaintech.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.220.110.91", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 30, + "page_from_size": 365406, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying -", + "page_from_status_code": 200, + "first_seen": "2023-11-13 11:38:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 11:38:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These aren’t mere video recordings or interactive classes however extremely subtle AI-driven platforms able to mimicking the educating type of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "histre.com", + "url_from": "https://histre.com/public/notes/huangjingyun/tag/%25E5%25AF%25BC%25E8%2588%25AA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.46", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 48, + "page_from_size": 81890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Public Notes\n by huangjingyun\n Tagged #%E5%AF%BC%E8%88%AA\n | histre", + "page_from_status_code": 200, + "first_seen": "2023-08-01 09:56:58 +00:00", + "prev_seen": "2023-08-01 09:56:58 +00:00", + "last_seen": "2023-11-13 11:36:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "ugc", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools目录", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hn.kyoto.codes", + "url_from": "https://hn.kyoto.codes/story/38228672", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Children's-story-generator", + "url_to_https": true, + "tld_from": "codes", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 79, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.8", + "domain_from_country": "HN", + "page_from_external_links": 8, + "page_from_internal_links": 6, + "page_from_size": 33109, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Show HN: Stories for Kids Using AI - Hacker News", + "page_from_status_code": 200, + "first_seen": "2023-11-13 09:42:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 09:42:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Children's-story-generator", + "text_pre": "FYI List of some (likely not all) competitors in this space:", + "text_post": "https://theresanaiforthat.com/story-writing/", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=inouts.com&ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 09:04:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 09:04:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-are-the-features-of-ai-girlfriend-apps-18833", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 3, + "page_from_size": 75565, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the features of AI girlfriend apps?", + "page_from_status_code": 200, + "first_seen": "2023-09-22 12:06:06 +00:00", + "prev_seen": "2023-09-22 12:06:06 +00:00", + "last_seen": "2023-11-13 08:49:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-are-some-key-features-of-anima-charm-18841", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 3, + "page_from_size": 69739, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are some key features of Anima Charm?", + "page_from_status_code": 200, + "first_seen": "2023-09-22 12:02:19 +00:00", + "prev_seen": "2023-09-22 12:02:19 +00:00", + "last_seen": "2023-11-13 08:48:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-is-the-main-motive-of-the-dream-girlfriend-ai-girlfriend-app-18837", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 3, + "page_from_size": 73995, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is the main motive of the Dream Girlfriend AI...", + "page_from_status_code": 200, + "first_seen": "2023-09-22 12:04:20 +00:00", + "prev_seen": "2023-09-22 12:04:20 +00:00", + "last_seen": "2023-11-13 08:48:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "searcher.com", + "url_from": "https://searcher.com/r/the-rise-of-ai-girlfriend-apps-144/what-are-some-key-features-of-romantic-ai-18845", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.235.131.34", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 3, + "page_from_size": 74956, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are some key features of Romantic AI?", + "page_from_status_code": 200, + "first_seen": "2023-09-22 11:59:43 +00:00", + "prev_seen": "2023-09-22 11:59:43 +00:00", + "last_seen": "2023-11-13 08:48:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "28 Best Ai girlfriend AI tools", + "text_pre": null, + "text_post": "topai.tools", + "semantic_location": "main", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ar.home-theater-designers.com", + "url_from": "https://ar.home-theater-designers.com/6-adlt-ly-alantrnt-ladwat-aldhka-alastna-y-laktshaf-aw-albhth-n-afdl-ttbyq-lldhka-alastna-y", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "AR", + "page_from_external_links": 68, + "page_from_internal_links": 342, + "page_from_size": 75243, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 أدلة على الإنترنت لأدوات الذكاء الاصطناعي لاكتشاف أو البحث عن أفضل تطبيق للذكاء الاصطناعي - | الإنترنت |", + "page_from_status_code": 200, + "first_seen": "2023-06-30 18:57:20 +00:00", + "prev_seen": "2023-08-23 05:40:44 +00:00", + "last_seen": "2023-11-13 08:08:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(الويب): اكتشف أدوات الذكاء الاصطناعي ، وقم بإنشاء قوائم مختصرة وتصديرها", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tocxten.com", + "url_from": "https://tocxten.com/index.php/useful-generative-ai-tools-for-teachers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-for-slides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 137, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.106.124.96", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 15, + "page_from_size": 84759, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Generative AI tools for Teachers – Context Innovations Lab", + "page_from_status_code": 200, + "first_seen": "2023-07-23 17:06:55 +00:00", + "prev_seen": "2023-07-23 17:06:55 +00:00", + "last_seen": "2023-11-13 07:49:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPT for slides", + "text_pre": "Examples : Magic Slides, Tome, Slides AI,", + "text_post": ", MotionIt AI.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.resourcepile.com", + "url_from": "https://www.resourcepile.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.127", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 27999, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Passerby President dance Rusty Site line Prisoner niche meme account name generator - resourcepile.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 18:06:39 +00:00", + "prev_seen": "2023-09-22 18:06:39 +00:00", + "last_seen": "2023-11-13 07:46:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "shape plans Rose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/namelix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.resourcepile.com", + "url_from": "https://www.resourcepile.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.127", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 27999, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Passerby President dance Rusty Site line Prisoner niche meme account name generator - resourcepile.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 18:06:39 +00:00", + "prev_seen": "2023-09-22 18:06:39 +00:00", + "last_seen": "2023-11-13 07:46:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "shape plans Rose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/techiexpert.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1223333, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of techiexpert.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 07:26:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 07:26:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 61, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-05 02:24:40 +00:00", + "prev_seen": "2023-09-05 02:24:40 +00:00", + "last_seen": "2023-11-13 07:13:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=inouts.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 57, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 07:12:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 07:12:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tr.home-theater-designers.com", + "url_from": "https://tr.home-theater-designers.com/en-iyi-yapay-zeka-uygulamasini-kesfetmek-veya-aramak-icin-yapay-zeka-araclarinin-6-cevrimici-dizini", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "TR", + "page_from_external_links": 68, + "page_from_internal_links": 304, + "page_from_size": 63827, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "En İyi Yapay Zeka Uygulamasını Keşfetmek veya Aramak İçin Yapay Zeka Araçlarının 6 Çevrimiçi Dizini - |İnternet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 12:48:38 +00:00", + "prev_seen": "2023-08-23 06:59:18 +00:00", + "last_seen": "2023-11-13 05:12:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.araçlar", + "text_pre": "2.", + "text_post": "(Web): AI Araçlarını Keşfedin ve Kısa Listeler Oluşturun ve Dışa Aktarın", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/taskade.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1220857, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of taskade.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 04:49:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 04:49:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/huggingface.co", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222998, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of huggingface.co in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 04:41:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 04:41:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kray-design.com", + "url_from": "https://www.kray-design.com/social-media-marketing-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/simplified-ai-writer.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 248, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.150.97", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 20843, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "social media marketing generator - kray-design.com", + "page_from_status_code": 200, + "first_seen": "2023-09-25 18:55:02 +00:00", + "prev_seen": "2023-10-30 13:54:20 +00:00", + "last_seen": "2023-11-13 04:38:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "shower Sheet life 60 Best Social media content creator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/synthesia.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1221758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of synthesia.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 04:14:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 04:14:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/slashdot.org", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1225097, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of slashdot.org in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 03:55:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 03:55:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "freewares-tutos.blogspot.com", + "url_from": "https://freewares-tutos.blogspot.com/2023/02/9-annuaires-doutils-dia-intelligence.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.16.129", + "domain_from_country": "FR", + "page_from_external_links": 56, + "page_from_internal_links": 212, + "page_from_size": 462623, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "9 annuaires d'outils d'IA (intelligence artificielle) à découvrir absolument !", + "page_from_status_code": 200, + "first_seen": "2023-10-12 01:02:56 +00:00", + "prev_seen": "2023-10-12 01:02:56 +00:00", + "last_seen": "2023-11-13 03:52:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/aivocalremover.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 345, + "page_from_size": 1220429, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of aivocalremover.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-13 02:36:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 02:36:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=ejaj.cz&utm_medium=marketplace&utm_campaign=ejaj.cz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 331, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-13 01:41:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-13 01:41:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=ToolsPedia.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-19 01:02:58 +00:00", + "prev_seen": "2023-08-19 01:02:58 +00:00", + "last_seen": "2023-11-12 22:56:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sl.home-theater-designers.com", + "url_from": "https://sl.home-theater-designers.com/6-spletnih-imenikov-orodij-ai-za-odkrivanje-ali-iskanje-najboljse-aplikacije-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SL", + "page_from_external_links": 68, + "page_from_internal_links": 297, + "page_from_size": 60229, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 spletnih imenikov orodij AI za odkrivanje ali iskanje najboljše aplikacije AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 16:39:04 +00:00", + "prev_seen": "2023-08-23 07:09:42 +00:00", + "last_seen": "2023-11-12 22:54:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.orodja", + "text_pre": "2.", + "text_post": "(Splet): Odkrijte orodja AI ter ustvarite in izvozite ožje sezname", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webandtraffic.com", + "url_from": "https://webandtraffic.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "185.212.71.114", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 671159, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - Web and Traffic", + "page_from_status_code": 200, + "first_seen": "2023-11-12 22:45:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 22:45:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These usually are not mere video recordings or interactive classes however extremely subtle AI-driven platforms able to mimicking the educating model of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "es.home-theater-designers.com", + "url_from": "https://es.home-theater-designers.com/6-directorios-en-linea-de-herramientas-de-ia-para-descubrir-o-buscar-la-mejor-aplicacion-de-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "ES", + "page_from_external_links": 68, + "page_from_internal_links": 309, + "page_from_size": 65078, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "6 directorios en línea de herramientas de IA para descubrir o buscar la mejor aplicación de IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 06:30:17 +00:00", + "prev_seen": "2023-08-23 05:36:31 +00:00", + "last_seen": "2023-11-12 21:05:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): descubra las herramientas de IA y cree y exporte listas cortas", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.mindspark.org", + "url_from": "https://www.mindspark.org/blog/2023/11/9/leading-the-way-embracing-responsible-ai-in-education", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/to-teach", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.49.23.144", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 107134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Leading the Way: Embracing Responsible AI in Education — MindSpark", + "page_from_status_code": 200, + "first_seen": "2023-11-12 21:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 21:03:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "To Teach", + "text_pre": "learning: AI-driven platforms adapt content and pacing to the needs of each student, ensuring a more tailored and effective learning experience. Personalized learning can be created with tools like", + "text_post": "- providing teachers with AI-generated adapted teaching materials. ", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/futuretools.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222655, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of futuretools.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 20:26:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 20:26:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lt.home-theater-designers.com", + "url_from": "https://lt.home-theater-designers.com/6-internetiniai-ai-irankiu-katalogai-skirti-atrasti-arba-ieskoti-geriausios-ai-programos", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "LT", + "page_from_external_links": 68, + "page_from_internal_links": 304, + "page_from_size": 64129, + "page_from_encoding": "utf-8", + "page_from_language": "lt", + "page_from_title": "6 internetiniai AI įrankių katalogai, skirti atrasti arba ieškoti geriausios AI programos - |internetas|", + "page_from_status_code": 200, + "first_seen": "2023-07-05 00:10:08 +00:00", + "prev_seen": "2023-08-23 06:59:51 +00:00", + "last_seen": "2023-11-12 19:45:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(žiniatinklis): atraskite AI įrankius ir kurkite bei eksportuokite trumpuosius sąrašus", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "slayterdev.github.io", + "url_from": "https://slayterdev.github.io/tracker-radar-wiki/domains/gstatic.com.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/", + "url_to_https": false, + "tld_from": "github.io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 186, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.199.108.153", + "domain_from_country": "IO", + "page_from_external_links": 24382, + "page_from_internal_links": 15, + "page_from_size": 5063151, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tracker Radar Wiki - gstatic.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:21:51 +00:00", + "prev_seen": "2023-10-04 06:21:51 +00:00", + "last_seen": "2023-11-12 19:32:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 301, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/" + }, + { + "type": "backlink", + "domain_from": "www.datanearme.co", + "url_from": "https://www.datanearme.co/p/best-places-find-ai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?utm_source=www.datanearme.co&utm_medium=referral&utm_campaign=the-best-places-to-find-ai-tools", + "url_to_https": true, + "tld_from": "co", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "CO", + "page_from_external_links": 30, + "page_from_internal_links": 5, + "page_from_size": 248033, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best places to find AI tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 19:02:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 19:02:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/04/ildebrando-pizzetti-parman-pianomystikko.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 63, + "page_from_size": 74987, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Ildebrando Pizzetti – Parman pianomystikko", + "page_from_status_code": 200, + "first_seen": "2023-10-11 06:36:38 +00:00", + "prev_seen": "2023-10-11 06:36:38 +00:00", + "last_seen": "2023-11-12 18:59:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/01/marc-heikki-ja-muutoksen-tuulet.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 63, + "page_from_size": 106507, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Marc, Heikki ja muutoksen tuulet", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:59:03 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:59:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/09/introvertin-paivitys.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 68168, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Introvertin päivitys", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/04/spotifyn-tuolla-puolen.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 103754, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Spotifyn tuolla puolen", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/03/musakirjastonhoitajan-tyopaiva-1132014.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 63, + "page_from_size": 121609, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Musakirjastonhoitajan työpäivä 11.3.2014", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:41:17 +00:00", + "prev_seen": "2023-10-11 12:41:17 +00:00", + "last_seen": "2023-11-12 18:58:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/09/humanismin-roviolla.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 89304, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Humanismin roviolla", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2017/10/placido-domingo-ja-ensilumi.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 63, + "page_from_size": 78757, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Plácido Domingo ja ensilumi", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:58:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:58:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/02/musiikkia-etsimassa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 63, + "page_from_size": 87324, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Musiikkia etsimässä", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:29:48 +00:00", + "prev_seen": "2023-10-11 12:29:48 +00:00", + "last_seen": "2023-11-12 18:58:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/03/ballerinat-kansakuntaa-pelastamassa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 63, + "page_from_size": 76136, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Ballerinat kansakuntaa pelastamassa", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:21:12 +00:00", + "prev_seen": "2023-10-11 12:21:12 +00:00", + "last_seen": "2023-11-12 18:58:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/07/sadekauden-alkaessa-hellittaa-ilmestyi.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 63, + "page_from_size": 82953, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Yön koulun lapset", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:57:45 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:57:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/08/soittimet-konservatorion_25.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 63, + "page_from_size": 111232, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Soittimet konservatorion kirjastotoiminnassa", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:57:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:57:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/11/mita-maailman-lukutaitoisimmalle.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 70325, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Mitä maailman lukutaitoisimmalle kansalle tapahtuu?", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:39:38 +00:00", + "prev_seen": "2023-10-11 11:39:38 +00:00", + "last_seen": "2023-11-12 18:57:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/01/rswx-dave-ja-mina.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 82092, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: RSWX, Dave ja minä", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:38:33 +00:00", + "prev_seen": "2023-10-11 11:38:33 +00:00", + "last_seen": "2023-11-12 18:57:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/06/liukas-monitahokas-jota.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 79925, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Liukas monitahokas, jota populaarikulttuuriksi kutsutaan", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:57:07 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:57:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/07/vanhojen-nuottipainosten.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 70, + "page_from_internal_links": 63, + "page_from_size": 174302, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Vanhojen nuottipainosten keräilyharrastuksesta", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:56:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:56:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/05/muuton-jalkeista-elamaa-kirjastossa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.161", + "domain_from_country": null, + "page_from_external_links": 55, + "page_from_internal_links": 63, + "page_from_size": 80874, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Muuton jälkeistä elämää kirjastossa", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:55:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:55:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/03/terveiset-musiikkiyhdistyksen-muki2018.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 86679, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Terveiset musiikkiyhdistyksen MUKI2018 -seminaariin", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:55:23 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:55:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/03/kirjastojen-aineistojen-vaikuttavuuden.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 65, + "page_from_size": 69361, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Kirjastojen aineistojen vaikuttavuuden arvioinnin vaikeudesta", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:55:05 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:55:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2017/07/kesaisen-heinakuun-laitumilta.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 63, + "page_from_size": 80329, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Kesäisen heinäkuun laitumilta", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/01/hanhet-ja-marsilaiset-etologiaa-sivuava.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 63, + "page_from_size": 78998, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Hanhet ja marsilaiset: etologiaa sivuava kirjoitusmatka ihmisten maailmasta eläinten maailmaan.", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:43 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/02/bob-tule-takaisin.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 63, + "page_from_size": 76759, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Bob tule takaisin!", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:34 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/03/momopou-saveltava-katalaani-pariisissa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 86280, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Momopou – Pariisin säveltävä katalaani", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2013/11/hallittua-kaaoksen-jasentamista.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 94842, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Hallittua kaaoksen jäsentämistä", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:54:10 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:54:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/06/sosiaalisesti-mediassa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 67033, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Sosiaalisesti mediassa", + "page_from_status_code": 200, + "first_seen": "2023-11-12 18:52:19 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:52:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/09/gift-mystiikkaa-maan-povesta.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.193", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 63, + "page_from_size": 72719, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Gift - mystiikkaa maan povesta", + "page_from_status_code": 200, + "first_seen": "2023-08-21 12:10:22 +00:00", + "prev_seen": "2023-08-21 12:10:22 +00:00", + "last_seen": "2023-11-12 18:51:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.presshook.com", + "url_from": "https://www.presshook.com/analytics/click/pressarticle/11634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/ai-girlfriend", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 343, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "34.36.253.208", + "domain_from_country": "US", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-11-12 18:05:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 18:05:17 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/sztuczna-inteligencja-leczy-raka-pomaga-pocztkujcym-pracownikom-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=sztuczna-inteligencja-leczy-raka-i-pomaga-poczatkujacym-pracownikom-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 198617, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Sztuczna Inteligencja leczy raka i pomaga początkującym pracownikom - AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:20:14 +00:00", + "prev_seen": "2023-09-17 12:20:14 +00:00", + "last_seen": "2023-11-12 17:29:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/openai-tworzy-zesp-aby-zapobiec-przejciu-kontroli-nad-spoeczestwem-przez-sztuczn-inteligencj-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=zespol-ktory-ma-zapobiec-przejeciu-kontroli-nad-spoleczenstwem-przez-sztuczna-inteligencje-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 199134, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Zespół który ma Zapobiec Przejęciu Kontroli Nad Społeczeństwem Przez Sztuczną Inteligencję - AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:19:14 +00:00", + "prev_seen": "2023-09-17 12:19:14 +00:00", + "last_seen": "2023-11-12 17:28:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/ai-pokonuje-99-ludzi-w-tecie-oryginalnoci-sztuczna-inteligencja-rozpozna-twoj-twarz-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=ai-pokonuje-99-ludzi-w-tescie-oryginalnosci-sztuczna-inteligencja-rozpozna-twoja-twarz-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 201920, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 AI pokonuje 99% ludzi w teście oryginalności | Sztuczna Inteligencja rozpozna Twoją twarz - AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:19:50 +00:00", + "prev_seen": "2023-09-17 12:19:50 +00:00", + "last_seen": "2023-11-12 17:27:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sv.home-theater-designers.com", + "url_from": "https://sv.home-theater-designers.com/6-onlinekataloger-med-ai-verktyg-for-att-upptacka-eller-soka-efter-den-basta-ai-appen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SV", + "page_from_external_links": 68, + "page_from_internal_links": 300, + "page_from_size": 61436, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 onlinekataloger med AI-verktyg för att upptäcka eller söka efter den bästa AI-appen - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-05 04:25:01 +00:00", + "prev_seen": "2023-08-23 07:03:59 +00:00", + "last_seen": "2023-11-12 17:26:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Webb): Upptäck AI-verktyg och skapa och exportera kortlistor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/elon-musk-oglosil-xai-bezposredniego-rywala-chatgpt-causaly-platforma-do-odkrywania-lekow-ai-buzz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=elon-musk-oglosil-xai-bezposredniego-rywala-chatgpt-platforma-do-odkrywania-lekow-causaly-ai-buzz", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 19, + "page_from_internal_links": 6, + "page_from_size": 199647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Elon Musk ogłosił xAI - bezpośredniego rywala ChatGPT | Platforma do odkrywania leków Causaly- AI Buzz", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:20:34 +00:00", + "prev_seen": "2023-09-17 12:20:34 +00:00", + "last_seen": "2023-11-12 17:24:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aibuzz.pl", + "url_from": "https://www.aibuzz.pl/p/google-wkracza-do-swiata-medycyny-z-narzedziem-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mirrorthink?utm_source=www.aibuzz.pl&utm_medium=referral&utm_campaign=google-wkracza-do-swiata-medycyny-z-narzedziem-ai-szpitale-testuja-chatbota-med-palm-2-ktory-zmienia-reguly-gry-w-medycynie", + "url_to_https": true, + "tld_from": "pl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 7, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "PL", + "page_from_external_links": 17, + "page_from_internal_links": 6, + "page_from_size": 190841, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Google wkracza do świata medycyny z narzędziem AI. Szpitale testują chatbota Med-PaLM 2, który zmienia reguły gry w medycynie", + "page_from_status_code": 200, + "first_seen": "2023-09-17 12:17:35 +00:00", + "prev_seen": "2023-09-17 12:17:35 +00:00", + "last_seen": "2023-11-12 17:19:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mirrorthink", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vi.home-theater-designers.com", + "url_from": "https://vi.home-theater-designers.com/6-danh-muc-truc-tuyen-ve-cac-cong-cu-ai-de-kham-pha-hoac-tim-kiem-ung-dung-ai-tot-nhat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "VI", + "page_from_external_links": 68, + "page_from_internal_links": 312, + "page_from_size": 67518, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 danh mục trực tuyến về các công cụ AI để khám phá hoặc tìm kiếm ứng dụng AI tốt nhất - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 22:24:22 +00:00", + "prev_seen": "2023-08-23 06:06:47 +00:00", + "last_seen": "2023-11-12 17:02:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Khám phá các công cụ AI, tạo và xuất danh sách rút gọn", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aify.tech&utm_medium=marketplace&utm_campaign=aify.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:32:40 +00:00", + "prev_seen": "2023-10-04 02:32:40 +00:00", + "last_seen": "2023-11-12 17:00:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kaye-zapateria.es", + "url_from": "https://www.kaye-zapateria.es/how-to-take-the-instrumental-out-of-a-song", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/vocalremover.png", + "url_to_https": true, + "tld_from": "es", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.60", + "domain_from_country": "ES", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 30924, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "filosofía tortura Torpe lanzamiento desinfectante Motivación how to take the instrumental out of a song - kaye-zapateria.es", + "page_from_status_code": 200, + "first_seen": "2023-08-30 17:41:04 +00:00", + "prev_seen": "2023-08-30 17:41:04 +00:00", + "last_seen": "2023-11-12 16:55:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "lealtad Parpadeo máscara Vocalremover - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/png/vocalremover.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.altiqnia.com", + "url_from": "https://www.altiqnia.com/2023/06/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 43, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.243", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 113466, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مكتبة لأدوات الذكاء الاصطناعي في مختلف المجالات topai", + "page_from_status_code": 200, + "first_seen": "2023-10-11 03:26:29 +00:00", + "prev_seen": "2023-10-11 03:26:29 +00:00", + "last_seen": "2023-11-12 16:25:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "إذا كنت ترغب في معرفة المزيد عن هذه الأدوات، يمكنك زيارة الموقع الإلكتروني", + "text_post": "والاطلاع على المزيد من المعلومات. قم بتحديد المجال الذي تريد البحث فيه وستظهر لك قائمة بالأدوات المناسبة. توفر هذه المكتبة معلومات قيّمة للباحثين عن الذكاء الاصطناعي في مختلف المجالات.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/rilevatore-contenuti-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 128, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 35, + "page_from_size": 169275, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Chat GPT Detector & AI Detector Italiano - 100% Accurato", + "page_from_status_code": 200, + "first_seen": "2023-09-02 17:50:14 +00:00", + "prev_seen": "2023-09-02 17:50:14 +00:00", + "last_seen": "2023-11-12 15:41:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aify.tech", + "url_from": "https://aify.tech/ai-asset-management-tool-faces-data-challenges/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Personalized-investment-reports", + "url_to_https": true, + "tld_from": "tech", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 254, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 28, + "page_from_size": 167419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Asset Management Tool Faces Data Challenges | aify.tech", + "page_from_status_code": 200, + "first_seen": "2023-10-02 23:53:59 +00:00", + "prev_seen": "2023-10-02 23:53:59 +00:00", + "last_seen": "2023-11-12 15:01:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI to help with investing strategies", + "text_pre": "Arabesque’s Aether is one of many tools that may be described as using", + "text_post": ". This category of products has attracted the attention of the US Securities and Exchange Commission (SEC). In a July press release, the SEC proposed new rules for AI-driven investment engines. The use", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?source=aisupersmart.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 77, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 20:32:59 +00:00", + "prev_seen": "2023-10-03 20:32:59 +00:00", + "last_seen": "2023-11-12 14:23:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aibusinesstool.com&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 88, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-14 22:44:23 +00:00", + "prev_seen": "2023-09-14 22:44:23 +00:00", + "last_seen": "2023-11-12 14:23:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gombwe.ai", + "url_from": "https://gombwe.ai/index.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/topai.tools.gif", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.101.2.157", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 4, + "page_from_size": 67787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Gombwe AI | An AI-powered tool that integrates with WhatsApp", + "page_from_status_code": 200, + "first_seen": "2023-11-12 14:20:31 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 14:20:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Launched seamlessly on WhatsApp, Africa's most beloved messenger platform, it brought the future of AI into the hands of thousands, right...", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/mpost.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1222291, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of mpost.io in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 13:44:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 13:44:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-05 03:46:39 +00:00", + "prev_seen": "2023-10-05 03:46:39 +00:00", + "last_seen": "2023-11-12 13:36:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "moridomdigital.com", + "url_from": "https://moridomdigital.com/what-is-find-your-next-book-ai-and-why-you-should-try-it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-bookstore", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "198.54.120.176", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 19, + "page_from_size": 115645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What is Find Your Next Book AI and Why You Should Try it – Moridom Digital Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-12 13:20:57 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 13:20:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Bookstore", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "id.home-theater-designers.com", + "url_from": "https://id.home-theater-designers.com/6-direktori-online-alat-ai-untuk-menemukan-atau-mencari-aplikasi-ai-terbaik", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "ID", + "page_from_external_links": 68, + "page_from_internal_links": 304, + "page_from_size": 60720, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "6 Direktori Online Alat AI untuk Menemukan atau Mencari Aplikasi AI Terbaik - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 18:40:48 +00:00", + "prev_seen": "2023-08-23 06:25:51 +00:00", + "last_seen": "2023-11-12 13:19:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Temukan Alat AI, dan Buat dan Ekspor Daftar Pilihan", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/makeappicon.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 346, + "page_from_size": 1220793, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of makeappicon.com in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 13:12:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 13:12:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aimojo.pro", + "url_from": "https://aimojo.pro/tools/goalsgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goalsgpt", + "url_to_https": true, + "tld_from": "pro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 39, + "page_from_size": 122369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GoalsGPT Review, Pricing, Features and Alternatives - Oct 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:15:27 +00:00", + "prev_seen": "2023-10-03 11:15:27 +00:00", + "last_seen": "2023-11-12 12:55:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Efficient Integration: Seamlessly integrate with other apps for data synchronization and goal creation", + "text_post": ".", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_source=HumanAlternative&utm_medium=marketplace", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:41:00 +00:00", + "prev_seen": "2023-10-10 16:41:00 +00:00", + "last_seen": "2023-11-12 12:46:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pomodore.ro", + "url_from": "https://www.pomodore.ro/create-avatar-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/photoshot.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 72, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.78.131", + "domain_from_country": "RO", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 21427, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "glass hydrogen Arrange computer Ciro spring create avatar generator - pomodore.ro", + "page_from_status_code": 200, + "first_seen": "2023-11-12 12:36:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 12:36:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Pastries Beware Corporation Photoshot - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/es/pornografia/ai-novia-sexo-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 118475, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Los 10 mejores sitios de chatbot sexuales con novias con IA de 2023 | fansscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-11-12 11:32:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 11:32:59 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "PicanteChat.ai", + "text_pre": "¿Por qué elegir?", + "text_post": ", ¿usted pregunta?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aitoptools&utm_medium=marketplace&utm_campaign=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-04 12:36:41 +00:00", + "prev_seen": "2023-10-09 12:17:29 +00:00", + "last_seen": "2023-11-12 11:29:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/fr/porno/ai-petite-amie-sexe-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 120256, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Top 10 des sites de chatbot sexuel IA Girlfriend les plus chauds de 2023 | fansscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-11-12 11:13:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 11:13:01 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Pourquoi choisir", + "text_post": ", tu demandes?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.243", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132563, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-07 22:28:12 +00:00", + "prev_seen": "2023-10-07 22:28:12 +00:00", + "last_seen": "2023-11-12 11:11:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.zhengwenfeng.com", + "url_from": "https://www.zhengwenfeng.com/pages/e255aa/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.22", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 36876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "学习周刊-第02期-第08周 | 郑文峰的博客", + "page_from_status_code": 200, + "first_seen": "2023-10-03 12:08:56 +00:00", + "prev_seen": "2023-10-03 12:08:56 +00:00", + "last_seen": "2023-11-12 10:15:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai (opens new window)", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/de/porno/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 118865, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Top 10 der heißesten KI-Girlfriend-Sex-Chatbot-Seiten des Jahres 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:48:50 +00:00", + "prev_seen": "2023-10-04 08:48:50 +00:00", + "last_seen": "2023-11-12 08:26:09 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Warum wählen?", + "text_post": ", du fragst?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/it/porno/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 118651, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "I 10 migliori siti di chatbot sessuali per ragazze con intelligenza artificiale del 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 04:06:07 +00:00", + "prev_seen": "2023-10-04 04:06:07 +00:00", + "last_seen": "2023-11-12 08:11:36 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Perché scegliere", + "text_post": ", tu chiedi?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "competitorsites.com", + "url_from": "https://competitorsites.com/country/us/domain/analyticsinsight.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.233.86.10", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 355, + "page_from_size": 1224988, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Similar sites of analyticsinsight.net in us | Competitor Keywords Sites Checking SEO Tools", + "page_from_status_code": 200, + "first_seen": "2023-11-12 06:42:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 06:42:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "topai.tools", + "image_url": "https://static.competitorsites.com/img/competitor/visit_website.png", + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-12 04:35:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 04:35:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "quera.org", + "url_from": "https://quera.org/blog/14-ways-to-make-money-with-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 370, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.143.233.61", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 45, + "page_from_size": 188390, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "راه های کسب درآمد از هوش مصنوعی - ۱۴ راه برای مبتدی‌ها و حرفه‌ای‌ها - کوئرا‌بلاگ", + "page_from_status_code": 200, + "first_seen": "2023-10-04 09:15:40 +00:00", + "prev_seen": "2023-10-04 09:15:40 +00:00", + "last_seen": "2023-11-12 04:11:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "LucidPic", + "text_pre": "برخی از بهترین ابزارها: Jasper ،StockimgAI ،", + "text_post": "،Fotor و DALL-E 2", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolsclub.com", + "url_from": "https://www.aitoolsclub.com/bookwiz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-book-finder?ref=aitoolsclub.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 28, + "page_from_size": 49263, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bookwiz (AI-Powered eBook Creator)", + "page_from_status_code": 200, + "first_seen": "2023-10-03 05:03:13 +00:00", + "prev_seen": "2023-10-03 05:03:13 +00:00", + "last_seen": "2023-11-12 04:04:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "4", + "text_pre": "Step-by-Step Instructions: Bookwiz.io provides step-by-step instructions and examples to help writers improve their writing**3", + "text_post": "**.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolsclub.com", + "url_from": "https://www.aitoolsclub.com/bookwiz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/automated-book-writer?ref=aitoolsclub.com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 28, + "page_from_size": 49263, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bookwiz (AI-Powered eBook Creator)", + "page_from_status_code": 200, + "first_seen": "2023-10-03 05:03:13 +00:00", + "prev_seen": "2023-10-03 05:03:13 +00:00", + "last_seen": "2023-11-12 04:04:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Step-by-Step Instructions: Bookwiz.io provides step-by-step instructions and examples to help writers improve their writing**", + "text_post": "4**.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aitoptools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-12 03:36:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 03:36:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tetbekat.com", + "url_from": "https://www.tetbekat.com/2023/05/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": "DZ", + "page_from_external_links": 21, + "page_from_internal_links": 52, + "page_from_size": 285846, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "موقع TopAI آلاف الأدوات القائمة على الذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-10-03 21:43:07 +00:00", + "prev_seen": "2023-10-03 21:43:07 +00:00", + "last_seen": "2023-11-12 02:58:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "موقع TopAI.tools", + "text_pre": "بادئ ذي بدء، يجب أن نذكر أن", + "text_post": "لا يتضمن أي خدمات داخلية؛ بل هو المكان الوحيد لتسجيل المعلومات المتعلقة بخدمات الذكاء الاصطناعي. يمكن للمطورين النقر فوق خيار إرسال أداة في أعلى الصفحة بعد الدخول إلى الصفحة الرئيسية للموقع لإضافة", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=gptdemo.net&utm_medium=marketplace&utm_campaign=gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 255, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-16 01:11:37 +00:00", + "prev_seen": "2023-09-16 01:11:37 +00:00", + "last_seen": "2023-11-12 02:12:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "contlo.com", + "url_from": "https://contlo.com/listings/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brand-ai-model", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "67.205.50.71", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 29, + "page_from_size": 215489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Listings - Contlo", + "page_from_status_code": 200, + "first_seen": "2023-09-20 00:33:05 +00:00", + "prev_seen": "2023-09-20 00:33:05 +00:00", + "last_seen": "2023-11-12 02:08:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "superpcparts.com", + "url_from": "https://superpcparts.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "45.84.206.236", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 29, + "page_from_size": 94174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - superpcparts.com", + "page_from_status_code": 200, + "first_seen": "2023-11-12 01:52:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-12 01:52:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These usually are not mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing fashion of a human tutor. They analyze your studying", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/futuretools.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 95181, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:40:36 +00:00", + "prev_seen": "2023-10-22 22:27:13 +00:00", + "last_seen": "2023-11-12 01:47:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?via=dangai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-16 14:45:13 +00:00", + "prev_seen": "2023-09-16 14:45:13 +00:00", + "last_seen": "2023-11-11 23:54:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dz-techs.com", + "url_from": "https://www.dz-techs.com/ru/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.73.55", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 54, + "page_from_size": 223211, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Интернет-каталоги инструментов искусственного интеллекта для обнаружения или поиска лучшего приложения искусственного интеллекта | Dz Techs", + "page_from_status_code": 200, + "first_seen": "2023-11-11 23:53:10 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 23:53:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Инструменты TopAI.", + "text_pre": "Включает", + "text_post": "содержит коллекцию из более чем 3800 инструментов на основе ИИ в своем каталоге в нескольких категориях, таких как открытие ИИ, искусство, аудио, аватары, бизнес, чат, обучение, анализ данных, дизайн", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 149, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-11 23:49:14 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 23:49:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 153, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-20 14:35:24 +00:00", + "prev_seen": "2023-11-01 06:02:23 +00:00", + "last_seen": "2023-11-11 23:19:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/about/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 22, + "page_from_internal_links": 19, + "page_from_size": 64590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing Agency in Dallas/Fort Worth TX", + "page_from_status_code": 200, + "first_seen": "2023-07-23 16:26:40 +00:00", + "prev_seen": "2023-10-04 02:41:10 +00:00", + "last_seen": "2023-11-11 23:18:43 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 28, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-11 23:17:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 23:17:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 20, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132455, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-10 15:59:13 +00:00", + "prev_seen": "2023-10-10 15:59:13 +00:00", + "last_seen": "2023-11-11 23:14:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/porn/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 176, + "domain_from_platform_type": ["cms", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 61, + "page_from_size": 108699, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 Hottest AI Girlfriend Sex Chatbot Sites of 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:28:51 +00:00", + "prev_seen": "2023-09-22 10:28:51 +00:00", + "last_seen": "2023-11-11 20:35:58 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Why pick", + "text_post": ", you ask?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-114-voyagez_en_toute_tranquillite_lia_ne_prend_pas_de_vacances_.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summer-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 294, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 35696, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Voyagez en toute tranquillité : l’IA ne prend pas de vacances !", + "page_from_status_code": 200, + "first_seen": "2023-07-23 19:05:33 +00:00", + "prev_seen": "2023-08-25 12:00:06 +00:00", + "last_seen": "2023-11-11 20:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Summer AI", + "text_pre": "[14]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-114-voyagez_en_toute_tranquillite_lia_ne_prend_pas_de_vacances_.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Travel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 294, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 35696, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Voyagez en toute tranquillité : l’IA ne prend pas de vacances !", + "page_from_status_code": 200, + "first_seen": "2023-07-23 19:05:33 +00:00", + "prev_seen": "2023-08-25 12:00:06 +00:00", + "last_seen": "2023-11-11 20:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - recherche des applications pour le voyage", + "text_pre": "[16]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-114-voyagez_en_toute_tranquillite_lia_ne_prend_pas_de_vacances_.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mighty-travels", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 294, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 35696, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Voyagez en toute tranquillité : l’IA ne prend pas de vacances !", + "page_from_status_code": 200, + "first_seen": "2023-07-23 19:05:33 +00:00", + "prev_seen": "2023-08-25 12:00:06 +00:00", + "last_seen": "2023-11-11 20:21:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Mighty Travels", + "text_pre": "[12]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4713903", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11927, + "page_from_internal_links": 51, + "page_from_size": 1738921, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4648207", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11954, + "page_from_internal_links": 82, + "page_from_size": 1819343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:50 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4655239", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11941, + "page_from_internal_links": 78, + "page_from_size": 1807942, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:30 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4665206", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11940, + "page_from_internal_links": 76, + "page_from_size": 1802893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:30:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:30:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4696869", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11930, + "page_from_internal_links": 61, + "page_from_size": 1764806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4735268", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11922, + "page_from_internal_links": 42, + "page_from_size": 1712987, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:29 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4671484", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11936, + "page_from_internal_links": 69, + "page_from_size": 1787191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4702971", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11929, + "page_from_internal_links": 59, + "page_from_size": 1759694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4649269", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11946, + "page_from_internal_links": 80, + "page_from_size": 1813539, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:29:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:29:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/welcome", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 102, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132464, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:39:44 +00:00", + "prev_seen": "2023-10-10 16:39:44 +00:00", + "last_seen": "2023-11-11 19:28:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4676891", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11934, + "page_from_internal_links": 65, + "page_from_size": 1775117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:59 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4739477", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11911, + "page_from_internal_links": 38, + "page_from_size": 1702083, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:52 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4721687", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11924, + "page_from_internal_links": 46, + "page_from_size": 1723613, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:46 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4693356", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11932, + "page_from_internal_links": 63, + "page_from_size": 1769991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:42 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4738391", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11912, + "page_from_internal_links": 40, + "page_from_size": 1707135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:40 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4732240", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11922, + "page_from_internal_links": 42, + "page_from_size": 1712987, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4665325", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11936, + "page_from_internal_links": 72, + "page_from_size": 1792483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_campaign=thaka-io&utm_medium=marketplace&utm_source=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 64, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132650, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4665311", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11937, + "page_from_internal_links": 74, + "page_from_size": 1797614, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4711973", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11928, + "page_from_internal_links": 53, + "page_from_size": 1744007, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:15 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4642624", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11957, + "page_from_internal_links": 88, + "page_from_size": 1834790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4672395", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 11935, + "page_from_internal_links": 67, + "page_from_size": 1781940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-11 19:27:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-11 19:27:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4703319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11920, + "page_from_internal_links": 62, + "page_from_size": 1752688, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:39 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4721632", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11917, + "page_from_internal_links": 52, + "page_from_size": 1727096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:36 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4704436", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11920, + "page_from_internal_links": 61, + "page_from_size": 1747572, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:34 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4647720", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11948, + "page_from_internal_links": 91, + "page_from_size": 1827765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:24 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4739792", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11903, + "page_from_internal_links": 43, + "page_from_size": 1700392, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:22 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4642718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11949, + "page_from_internal_links": 93, + "page_from_size": 1833036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:20 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4727350", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11914, + "page_from_internal_links": 47, + "page_from_size": 1711296, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:18 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4661898", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11933, + "page_from_internal_links": 83, + "page_from_size": 1806247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:06 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gist.github.com", + "url_from": "https://gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856?permalink_comment_id=4725150", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 889, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.3", + "domain_from_country": "US", + "page_from_external_links": 11915, + "page_from_internal_links": 49, + "page_from_size": 1716584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-05 10:18:02 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 10:18:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "asapteadimensiune.ro", + "url_from": "https://asapteadimensiune.ro/6-directoare-online-cu-instrumente-ai-artificial-intelligence-inteligenta-artificiala-pentru-a-descoperi-cea-mai-buna-aplicatie-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 99, + "domain_from_rank": 291, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "193.203.204.169", + "domain_from_country": "RO", + "page_from_external_links": 20, + "page_from_internal_links": 83, + "page_from_size": 45984, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "A șaptea dimensiune » 6 directoare online cu instrumente AI (Artificial Intelligence – Inteligenţă Artificială) pentru a descoperi cea mai bună aplicație AI", + "page_from_status_code": 200, + "first_seen": "2023-07-24 19:55:57 +00:00", + "prev_seen": "2023-10-04 15:29:51 +00:00", + "last_seen": "2023-11-05 08:50:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bg.home-theater-designers.com", + "url_from": "https://bg.home-theater-designers.com/6-onlajn-direktorii-s-ai-instrumenti-za-otkrivane-ili-t-rsene-na-naj-dobroto-ai-prilozenie", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "BG", + "page_from_external_links": 68, + "page_from_internal_links": 294, + "page_from_size": 74859, + "page_from_encoding": "utf-8", + "page_from_language": "bg", + "page_from_title": "6 онлайн директории с AI инструменти за откриване или търсене на най-доброто AI приложение - |Интернет|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 02:07:59 +00:00", + "prev_seen": "2023-08-23 06:08:55 +00:00", + "last_seen": "2023-11-05 07:40:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.инструменти", + "text_pre": "2.", + "text_post": "(Уеб): Открийте AI инструменти и създайте и експортирайте кратки списъци", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/find-your-next-book-ai-review/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-bookstore", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 156765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find Your Next Book AI Review: A Perfect AI Librarian for Book Lovers", + "page_from_status_code": 200, + "first_seen": "2023-09-25 06:15:39 +00:00", + "prev_seen": "2023-09-25 06:15:39 +00:00", + "last_seen": "2023-11-05 06:57:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Bookstore", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lawmate.ai", + "url_from": "https://lawmate.ai/prices/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lawmate-ai?ref=embed", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.190", + "domain_from_country": "AI", + "page_from_external_links": 11, + "page_from_internal_links": 7, + "page_from_size": 179799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LawMate Price List", + "page_from_status_code": 200, + "first_seen": "2023-09-20 01:26:40 +00:00", + "prev_seen": "2023-10-05 07:28:39 +00:00", + "last_seen": "2023-11-05 06:50:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LawMate AI Featured on topAI.tools", + "image_url": "https://i0.wp.com/topai.tools/assets/img/topai.tools.gif?w=1200&ssl=1", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jhrogue.blogspot.com", + "url_from": "https://jhrogue.blogspot.com/2023/02/b-2-4.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 230, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 225, + "page_from_internal_links": 248, + "page_from_size": 161501, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "컴퓨터 vs 책: [B급 프로그래머] 2월 4주 소식(빅데이터/인공지능, 하드웨어/블록체인, 읽을거리 부문)", + "page_from_status_code": 200, + "first_seen": "2023-11-05 06:47:38 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 06:47:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Find & Save the best AI tools Everyday", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.3rbaway.com", + "url_from": "https://www.3rbaway.com/2023/06/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 308, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.179", + "domain_from_country": "EG", + "page_from_external_links": 55, + "page_from_internal_links": 41, + "page_from_size": 243610, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مكتبة لأدوات الذكاء الاصطناعي في مختلف المجالات topai", + "page_from_status_code": 200, + "first_seen": "2023-10-03 02:54:09 +00:00", + "prev_seen": "2023-10-03 02:54:09 +00:00", + "last_seen": "2023-11-05 06:16:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "إذا كنت ترغب في معرفة المزيد عن هذه الأدوات، يمكنك زيارة الموقع الإلكتروني", + "text_post": "والاطلاع على المزيد من المعلومات. قم بتحديد المجال الذي تريد البحث فيه وستظهر لك قائمة بالأدوات المناسبة. توفر هذه المكتبة معلومات قيّمة للباحثين عن الذكاء الاصطناعي في مختلف المجالات.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aitools.fyi&utm_source=aitools.fyi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 50, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-05 05:31:11 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 05:31:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.thaiwiki.net", + "url_from": "https://www.thaiwiki.net/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 186, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.65.63", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 15, + "page_from_size": 29971, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "niche meme account name generator - thaiwiki.net", + "page_from_status_code": 200, + "first_seen": "2023-11-05 03:33:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 03:33:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Rest exit the purpose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.thaiwiki.net", + "url_from": "https://www.thaiwiki.net/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 186, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.65.63", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 15, + "page_from_size": 29971, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "niche meme account name generator - thaiwiki.net", + "page_from_status_code": 200, + "first_seen": "2023-11-05 03:33:49 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 03:33:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Rest exit the purpose 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/namelix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "da.home-theater-designers.com", + "url_from": "https://da.home-theater-designers.com/6-onlinefortegnelser-over-ai-vaerktojer-til-at-opdage-eller-soge-efter-den-bedste-ai-app", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 292, + "page_from_size": 60657, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 onlinefortegnelser over AI-værktøjer til at opdage eller søge efter den bedste AI-app - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:13:48 +00:00", + "prev_seen": "2023-08-23 08:12:03 +00:00", + "last_seen": "2023-11-05 02:46:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.værktøjer", + "text_pre": "2.", + "text_post": "(Web): Opdag AI-værktøjer, og opret og eksporter shortlister", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lv.home-theater-designers.com", + "url_from": "https://lv.home-theater-designers.com/6-tiessaistes-ai-riku-katalogi-lai-atklatu-vai-mekletu-labako-ai-lietotni", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "LV", + "page_from_external_links": 68, + "page_from_internal_links": 292, + "page_from_size": 61001, + "page_from_encoding": "utf-8", + "page_from_language": "lv", + "page_from_title": "6 tiešsaistes AI rīku katalogi, lai atklātu vai meklētu labāko AI lietotni - |Internets|", + "page_from_status_code": 200, + "first_seen": "2023-07-05 20:07:31 +00:00", + "prev_seen": "2023-08-23 07:35:25 +00:00", + "last_seen": "2023-11-05 02:34:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Tīmeklis): atklājiet AI rīkus un izveidojiet un eksportējiet izlases sarakstus", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=thaka-io&utm_medium=marketplace&utm_campaign=thaka-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-11-05 00:41:53 +00:00", + "prev_seen": null, + "last_seen": "2023-11-05 00:41:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/fr/r%C3%A9volutionner-la-salle-de-classe-la-nouvelle-%C3%A8re-de-l%27apprentissage-am%C3%A9lior%C3%A9-par-l%27IA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 135376, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Révolutionner la salle de classe : la nouvelle ère de l'apprentissage amélioré par l'IA - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-04 21:09:01 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 21:09:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tuteurs virtuels", + "text_pre": "L’IA dans l’éducation progresse progressivement. Avez-vous déjà entendu parler de", + "text_post": "? Il ne s’agit pas de simples enregistrements vidéo ou de leçons interactives, mais de plates-formes hautement sophistiquées basées sur l’IA, capables d’imiter le style d’enseignement d’un tuteur humain.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rentry.co", + "url_from": "https://rentry.co/FMHYAI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 257, + "domain_from_rank": 582, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.132.58.105", + "domain_from_country": "CO", + "page_from_external_links": 467, + "page_from_internal_links": 9, + "page_from_size": 57177, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "► AI Chatbots", + "page_from_status_code": 200, + "first_seen": "2023-04-02 14:08:05 +00:00", + "prev_seen": "2023-09-23 02:38:13 +00:00", + "last_seen": "2023-11-04 21:08:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolhunt.io", + "url_from": "https://toolhunt.io/jeffrey-celavie/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45723, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "JEFFREY CELAVIE AI ASTROLOGY", + "page_from_status_code": 200, + "first_seen": "2023-11-04 20:55:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 20:55:41 +00:00", + "item_type": "canonical", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "el.home-theater-designers.com", + "url_from": "https://el.home-theater-designers.com/6-elektronikoi-katalogoi-ergaleion-ai-gia-na-anakalypsete-e-na-anazetesete-ten-kalytere-epharmoge-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 296, + "page_from_size": 78476, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 Ηλεκτρονικοί κατάλογοι εργαλείων AI για να ανακαλύψετε ή να αναζητήσετε την καλύτερη εφαρμογή AI - |Διαδίκτυο|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 10:50:38 +00:00", + "prev_seen": "2023-08-23 07:50:05 +00:00", + "last_seen": "2023-11-04 20:20:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.εργαλεία", + "text_pre": "2.", + "text_post": "(Ιστός): Ανακαλύψτε Εργαλεία τεχνητής νοημοσύνης και δημιουργήστε και εξάγετε σύντομες λίστες", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ms.home-theater-designers.com", + "url_from": "https://ms.home-theater-designers.com/6-direktori-alat-ai-dalam-talian-untuk-temui-atau-cari-apl-ai-terbaik", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "MS", + "page_from_external_links": 68, + "page_from_internal_links": 291, + "page_from_size": 59929, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 Direktori Alat AI Dalam Talian untuk Temui atau Cari Apl AI Terbaik - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 19:51:25 +00:00", + "prev_seen": "2023-08-23 07:06:51 +00:00", + "last_seen": "2023-11-04 19:02:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Temui Alat AI, dan Cipta serta Eksport Senarai Pendek", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-15 18:46:24 +00:00", + "prev_seen": "2023-09-15 18:46:24 +00:00", + "last_seen": "2023-11-04 18:17:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ca.home-theater-designers.com", + "url_from": "https://ca.home-theater-designers.com/6-directoris-en-linia-d-eines-d-ia-per-descobrir-o-cercar-la-millor-aplicacio-d-ia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "CA", + "page_from_external_links": 68, + "page_from_internal_links": 293, + "page_from_size": 61871, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 directoris en línia d'eines d'IA per descobrir o cercar la millor aplicació d'IA - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 12:50:35 +00:00", + "prev_seen": "2023-08-23 05:47:26 +00:00", + "last_seen": "2023-11-04 17:41:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Descobriu les eines d'IA i creeu i exporteu llistes preses", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "alternativeto.net", + "url_from": "https://alternativeto.net/software/topai-tools/about/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.40.84", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 32, + "page_from_size": 56393, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools: Reviews, Features, Pricing & Download | AlternativeTo", + "page_from_status_code": 200, + "first_seen": "2023-03-23 03:12:04 +00:00", + "prev_seen": "2023-08-01 01:28:06 +00:00", + "last_seen": "2023-11-04 17:10:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Official Websitetopai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ro/revolu%C8%9Bion%C3%A2nd-sala-de-clas%C4%83-noua-era-a-%C3%AEnv%C4%83%C8%9B%C4%83rii-%C3%AEmbun%C4%83t%C4%83%C8%9Bite-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 134837, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Revoluționând sala de clasă: noua eră a învățării îmbunătățite prin inteligență artificială - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-11-04 16:23:35 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 16:23:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutori virtuali", + "text_pre": "AI în educație face pașii înainte. Ai auzit vreodată de", + "text_post": "? Acestea nu sunt simple înregistrări video sau lecții interactive, ci platforme extrem de sofisticate bazate pe inteligență artificială, capabile să imite stilul de predare al unui tutor uman. Ei analizează", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.submitchecklist.com", + "url_from": "https://www.submitchecklist.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 23, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": null, + "page_from_external_links": 104, + "page_from_internal_links": 1, + "page_from_size": 364756, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "+100 Startup Directories | Submit Checklist", + "page_from_status_code": 200, + "first_seen": "2023-10-03 22:55:40 +00:00", + "prev_seen": "2023-10-03 22:55:40 +00:00", + "last_seen": "2023-11-04 15:50:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Save", + "text_pre": "Save", + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.submitchecklist.com", + "url_from": "https://www.submitchecklist.com/?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 86, + "domain_from_rank": 23, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": null, + "page_from_external_links": 104, + "page_from_internal_links": 1, + "page_from_size": 364756, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "+100 Startup Directories | Submit Checklist", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:15:54 +00:00", + "prev_seen": "2023-10-03 06:15:54 +00:00", + "last_seen": "2023-11-04 15:40:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Save", + "text_pre": "Save", + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lokalebasen.dk", + "url_from": "https://www.lokalebasen.dk/nyheder/9-gratis-ai-vaerktoejer-dine-nyttige-alternativer-til-chatgpt-2901", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-like-chatbot", + "url_to_https": true, + "tld_from": "dk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 426, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.89.196.205", + "domain_from_country": "DK", + "page_from_external_links": 43, + "page_from_internal_links": 55, + "page_from_size": 100834, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "ChatGPT alternativer | NINEtoFIVE oktober 23", + "page_from_status_code": 200, + "first_seen": "2023-10-07 03:39:26 +00:00", + "prev_seen": "2023-10-07 03:39:26 +00:00", + "last_seen": "2023-11-04 14:25:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools: 60 Top AI ChatGPT like chatbot tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "normbondmarkets.com", + "url_from": "https://normbondmarkets.com/101-chatgpt-and-ai-resources-for-entrepreneurs-and-brands/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-resource-repository", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 126, + "domain_from_rank": 351, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "162.240.210.31", + "domain_from_country": null, + "page_from_external_links": 124, + "page_from_internal_links": 38, + "page_from_size": 227938, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "101 ChatGPT and AI Resources for Entrepreneurs and Brands", + "page_from_status_code": 200, + "first_seen": "2023-11-04 12:56:28 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 12:56:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI ChatGPT Repository Tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thetubepro.com", + "url_from": "https://thetubepro.com/2023/08/20/top-10-ai-tool-directory-websites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 149, + "page_from_size": 202155, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 AI Tool Directory Websites | TubePro", + "page_from_status_code": 200, + "first_seen": "2023-10-04 01:16:38 +00:00", + "prev_seen": "2023-10-04 01:16:38 +00:00", + "last_seen": "2023-11-04 09:42:12 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "Visit TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/et/klassiruumi-murranguliseks-muutmiseks-uus-ajastu-t%C3%A4iustatud-%C3%B5ppet%C3%B6%C3%B6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 140, + "page_from_size": 131302, + "page_from_encoding": "utf-8", + "page_from_language": "et", + "page_from_title": "Klassiruumi muutmine: tehisintellektiga täiustatud õppimise uus ajastu – Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-04 13:19:16 +00:00", + "prev_seen": "2023-10-04 13:19:16 +00:00", + "last_seen": "2023-11-04 09:27:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "virtuaalsed juhendajad", + "text_pre": "AI hariduses astub pidevalt oma samme edasi. Kas olete kunagi kuulnud", + "text_post": "? Need ei ole pelgalt videosalvestised ega interaktiivsed õppetunnid, vaid ülimalt keerukad AI-põhised platvormid, mis on võimelised jäljendama juhendaja õpetamisstiili. Nad analüüsivad teie õppimismustreid,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "supportfiles.scribeseo.com", + "url_from": "http://supportfiles.scribeseo.com/post-internal-links.aspx?kwds=Confidence&url=gist.github.com/taskylizard/5ba73bf97dccf159316edcf4c6520856", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 75, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 329, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.215.78.13", + "domain_from_country": null, + "page_from_external_links": 11940, + "page_from_internal_links": 71, + "page_from_size": 1843286, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "/r/freemediaheckyeah, in one single file (view raw) · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-11-04 08:09:12 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 08:09:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/post/78706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 580, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 86, + "page_from_size": 26825, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-07-27 12:05:21 +00:00", + "prev_seen": "2023-07-27 12:05:21 +00:00", + "last_seen": "2023-11-04 02:56:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=visualobjects.com&utm_medium=referral&utm_campaign=directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-04 02:49:37 +00:00", + "prev_seen": null, + "last_seen": "2023-11-04 02:49:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for writing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools directory", + "text_pre": "topAI.tools is an", + "text_post": "and apps that launch in the market every day. On topAi.tools you can find and discover the tools that you need to boost and grow your business.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools search engine", + "text_pre": "You can also use the", + "text_post": "to find any tool to help you do any task.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=marketing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for marketing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.instadeel.com", + "url_from": "https://www.instadeel.com/sps/277", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=startup%20tools", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 28, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 25991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find and Discover AI tools for business", + "page_from_status_code": 200, + "first_seen": "2023-11-03 21:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 21:43:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for startups", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 147, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.74.211", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132520, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-04 20:40:08 +00:00", + "prev_seen": "2023-10-04 20:40:08 +00:00", + "last_seen": "2023-11-03 20:41:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.spoke.ai", + "url_from": "https://www.spoke.ai/blog/ai-in-startup-workflows", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/", + "url_to_https": false, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 262, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.17.119.105", + "domain_from_country": "AI", + "page_from_external_links": 26, + "page_from_internal_links": 13, + "page_from_size": 29766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spoke.ai Blog | AI in Startup Workflows", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:22:56 +00:00", + "prev_seen": "2023-10-04 05:22:56 +00:00", + "last_seen": "2023-11-03 20:26:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 301, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/" + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-03 20:18:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 20:18:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "m.okjike.com", + "url_from": "https://m.okjike.com/originalPosts/64f3d1a2c70326f2eb32a8ef", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 304, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.99.112.78", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 2, + "page_from_size": 102156, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍, - 即刻App", + "page_from_status_code": 200, + "first_seen": "2023-10-03 09:24:27 +00:00", + "prev_seen": "2023-10-03 09:24:27 +00:00", + "last_seen": "2023-11-03 16:54:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍,PS: 附上了从Similarweb查询到的访问量😎www.producthunt.com 5.8Mtheresanaiforthat.com 4.7Mwww.futuretools.io 3.5Mwww.futurepedia.io 2.4Measywithai.com 1.5M", + "text_post": "1.3Mgpte.ai 1.0Maitoolmall.com 764.1kgpt3demo.com 668.9kaitoptools.com 608.4kwww.toools.design 374.4kwww.insidr.ai 327.1kdomore.ai 266.6kchatgptdemo.com 253.7ksupertools.therundown.ai 197.3kwww.aitoolsclub.com", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-126-imagen-stable-diffusion-background-prompts/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/stable-diffusion-prompt-generator.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.29.95", + "domain_from_country": "VN", + "page_from_external_links": 120, + "page_from_internal_links": 20, + "page_from_size": 262660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 126+ imagen stable diffusion background prompts - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-11-03 15:44:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 15:44:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de aviso de difusión estable", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de aviso de difusión estable Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-126-imagen-stable-diffusion-background-prompts/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/stable-diffusion-online.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.29.95", + "domain_from_country": "VN", + "page_from_external_links": 120, + "page_from_internal_links": 20, + "page_from_size": 262660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 126+ imagen stable diffusion background prompts - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-11-03 15:44:41 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 15:44:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Difusión estable en línea", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Difusión estable en línea Background", + "semantic_location": "figure", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=topapps&utm_medium=marketplace&utm_campaign=topapps", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 126, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-11-03 15:41:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 15:41:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/post/502422", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 103, + "page_from_size": 33438, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-23 08:40:27 +00:00", + "prev_seen": "2023-09-23 08:40:27 +00:00", + "last_seen": "2023-11-03 15:34:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=listedai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 254, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 03:53:37 +00:00", + "prev_seen": "2023-10-03 03:53:37 +00:00", + "last_seen": "2023-11-03 14:10:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-204-imagem-background-eraser-app-for-mac/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/erase-bg.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.29.95", + "domain_from_country": "VN", + "page_from_external_links": 205, + "page_from_internal_links": 21, + "page_from_size": 319706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 204+ imagem background eraser app for mac - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-11-03 13:18:17 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 13:18:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Las mejores herramientas de IA para borrar fondos", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Las mejores herramientas de IA para borrar fondos Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/es/revolucionando-el-aula-la-nueva-era-del-aprendizaje-mejorado-con-IA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 132609, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Revolucionando el aula: la nueva era del aprendizaje mejorado con IA - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-24 15:46:35 +00:00", + "prev_seen": "2023-09-24 15:46:35 +00:00", + "last_seen": "2023-11-03 08:41:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "tutores virtuales", + "text_pre": "La IA en la educación avanza constantemente. Alguna vez has oído hablar de", + "text_post": "? No se trata de meras grabaciones de vídeo o lecciones interactivas, sino de plataformas altamente sofisticadas impulsadas por IA capaces de imitar el estilo de enseñanza de un tutor humano. Analizan", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.celestialchronicle.com", + "url_from": "https://www.celestialchronicle.com/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-celestial-chronicle/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.214.80.161", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 69, + "page_from_size": 184855, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing The Classroom: The New Era Of AI-Enhanced Learning - Celestial Chronicle", + "page_from_status_code": 200, + "first_seen": "2023-11-03 07:52:08 +00:00", + "prev_seen": null, + "last_seen": "2023-11-03 07:52:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.dbzer0.com", + "url_from": "https://old.lemmy.dbzer0.com/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 592, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "87.98.149.143", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 68, + "page_from_size": 28267, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-09-28 08:50:20 +00:00", + "prev_seen": "2023-09-28 08:50:20 +00:00", + "last_seen": "2023-11-03 07:01:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai4k.eu", + "url_from": "https://ai4k.eu/index-of-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 333, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.137.9", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 55, + "page_from_size": 715157, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Index of AI Tools » ai4k", + "page_from_status_code": 200, + "first_seen": "2023-08-06 07:53:58 +00:00", + "prev_seen": "2023-10-17 20:21:14 +00:00", + "last_seen": "2023-11-03 02:05:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "is a big index of AI tools with more than 4072 and counting.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/de/Revolutionierung-des-Klassenzimmers-%E2%80%93-die-neue-%C3%84ra-des-KI-gest%C3%BCtzten-Lernens/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 131360, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Revolutionierung des Klassenzimmers: Die neue Ära des KI-gestützten Lernens – Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-22 16:37:38 +00:00", + "prev_seen": "2023-09-22 16:37:38 +00:00", + "last_seen": "2023-11-03 02:02:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "virtuelle Nachhilfelehrer", + "text_pre": "KI in der Bildung schreitet stetig voran. Hast du jemals gehört von", + "text_post": "? Hierbei handelt es sich nicht nur um Videoaufzeichnungen oder interaktive Unterrichtsstunden, sondern um hochentwickelte KI-gesteuerte Plattformen, die den Unterrichtsstil eines menschlichen Tutors nachahmen", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sema-media.com", + "url_from": "https://sema-media.com/%D9%85%D9%88%D9%82%D8%B9-topai-tools-%D8%A3%D8%AF%D9%88%D8%A7%D8%AA-%D8%A7%D9%84%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D9%84%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.106.228", + "domain_from_country": "WW", + "page_from_external_links": 6, + "page_from_internal_links": 40, + "page_from_size": 104970, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "موقع TopAI tools يضم أفضل أدوات الذكاء الاصطناعي بموقع واحد", + "page_from_status_code": 200, + "first_seen": "2023-11-02 22:32:04 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 22:32:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "رابط موقع TopAI tools للعثور على أفضل أدوات الذكاء الاصطناعي", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.prceg.com", + "url_from": "https://www.prceg.com/2023/09/best-ai-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 276, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.51", + "domain_from_country": "WW", + "page_from_external_links": 25, + "page_from_internal_links": 23, + "page_from_size": 277964, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "79 من أفضل مواقع الذكاء الاصطناعي المجانية (لتسهيل حياتك)", + "page_from_status_code": 200, + "first_seen": "2023-10-08 03:33:53 +00:00", + "prev_seen": "2023-10-08 03:33:53 +00:00", + "last_seen": "2023-11-02 19:31:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "رابط الموقع", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apkca.best", + "url_from": "https://apkca.best/article/chatgpt-vs-bing-chat-which-ai-chatbot-is-better-for-you", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Question-answering-software", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 323, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.71.3", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 56, + "page_from_size": 103650, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ChatGPT vs. Bing Chat: Which AI chatbot is better for you? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-11-02 15:11:00 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 15:11:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Question-answering-software", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.bionyt.dk", + "url_from": "https://blog.bionyt.dk/news2023march05-articles/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "dk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 317, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "195.8.222.25", + "domain_from_country": "DK", + "page_from_external_links": 632, + "page_from_internal_links": 109, + "page_from_size": 1096958, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "News2023March05-Articles - bionyt.dk", + "page_from_status_code": 200, + "first_seen": "2023-09-02 00:22:41 +00:00", + "prev_seen": "2023-09-02 00:22:41 +00:00", + "last_seen": "2023-11-02 12:14:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "[link]", + "text_pre": "submitted by /u/Linkology", + "text_post": "[comments]", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reddit.com", + "url_from": "https://www.reddit.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 210, + "domain_from_rank": 814, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.140", + "domain_from_country": "US", + "page_from_external_links": 232, + "page_from_internal_links": 246, + "page_from_size": 320416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-06-18 10:44:05 +00:00", + "prev_seen": "2023-09-27 14:03:07 +00:00", + "last_seen": "2023-11-02 11:14:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pattentitle.com", + "url_from": "https://pattentitle.com/blog-posts/chatgpt-and-your-real-estate-business/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Real%20estate", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.184.22.231", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 42, + "page_from_size": 1181249, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ChatGPT and Your Real Estate Business - Patten Title Company", + "page_from_status_code": 200, + "first_seen": "2023-11-02 10:35:21 +00:00", + "prev_seen": null, + "last_seen": "2023-11-02 10:35:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI virtual assistants", + "text_pre": "AI-powered virtual assistants can help you keep your schedule organized, avoid double-booking, and maximize your overall efficiency. A handful of", + "text_post": "are out there, a few of which are designed specifically for real estate agents.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 366, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 115, + "page_from_size": 110101, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - Oinks - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-11-01 11:27:55 +00:00", + "prev_seen": null, + "last_seen": "2023-11-01 11:27:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "th.home-theater-designers.com", + "url_from": "https://th.home-theater-designers.com/6-direkthxri-xxnlin-khxng-kheruxng-mux-ai-pheux-khn-phb-hrux-khn-ha-xaeph-ai-thi-di-thisud", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "TH", + "page_from_external_links": 68, + "page_from_internal_links": 326, + "page_from_size": 88037, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "6 ไดเร็กทอรีออนไลน์ของเครื่องมือ AI เพื่อค้นพบหรือค้นหาแอป AI ที่ดีที่สุด - |อินเทอร์เน็ต|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 21:53:08 +00:00", + "prev_seen": "2023-08-23 07:04:46 +00:00", + "last_seen": "2023-11-01 10:27:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(เว็บ): ค้นพบเครื่องมือ AI และสร้างและส่งออกรายการโปรด", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/th/%E0%B8%9B%E0%B8%8F%E0%B8%B4%E0%B8%A7%E0%B8%B1%E0%B8%95%E0%B8%B4%E0%B8%AB%E0%B9%89%E0%B8%AD%E0%B8%87%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A2%E0%B8%B8%E0%B8%84%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B9%81%E0%B8%9A%E0%B8%9A%E0%B8%9B%E0%B8%A3%E0%B8%B1%E0%B8%9A%E0%B8%9B%E0%B8%A3%E0%B8%B8%E0%B8%87%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-AI/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 184567, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "การปฏิวัติห้องเรียน: ยุคใหม่ของการเรียนรู้ที่ปรับปรุงด้วย AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:09:10 +00:00", + "prev_seen": "2023-09-27 04:09:10 +00:00", + "last_seen": "2023-11-01 07:18:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ผู้สอนเสมือน", + "text_pre": "AI ในด้านการศึกษากำลังก้าวไปข้างหน้าอย่างต่อเนื่อง คุณเคยได้ยินเกี่ยวกับ", + "text_post": "? สิ่งเหล่านี้ไม่ใช่เพียงการบันทึกวิดีโอหรือบทเรียนเชิงโต้ตอบ แต่เป็นแพลตฟอร์มที่ขับเคลื่อนด้วย AI ที่มีความซับซ้อนสูง ซึ่งสามารถเลียนแบบรูปแบบการสอนของครูสอนพิเศษที่เป็นมนุษย์ได้ พวกเขาวิเคราะห์รูปแบบการเรียนรู้ของคุณ", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ur.home-theater-designers.com", + "url_from": "https://ur.home-theater-designers.com/b-tryn-ai-ayp-kw-dryaft-krn-ya-tlash-krn-k-ly-ai-wlz-ky-6-an-layn-ayryk-ryz", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 294, + "page_from_size": 68835, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "بہترین AI ایپ کو دریافت کرنے یا تلاش کرنے کے لیے AI ٹولز کی 6 آن لائن ڈائریکٹریز - |انٹرنیٹ|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 10:37:21 +00:00", + "prev_seen": "2023-08-23 06:43:47 +00:00", + "last_seen": "2023-11-01 05:18:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(ویب): AI ٹولز دریافت کریں، اور شارٹ لسٹ بنائیں اور برآمد کریں۔", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/slack.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 19190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slack | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:50:37 +00:00", + "prev_seen": "2023-08-28 23:16:07 +00:00", + "last_seen": "2023-11-01 04:53:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/cheat-sheet.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 19704, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Excel Cheat Sheet | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-06-27 02:51:52 +00:00", + "prev_seen": "2023-08-28 23:27:57 +00:00", + "last_seen": "2023-11-01 04:53:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/calculator.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 217, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 23498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Calculator | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:58:20 +00:00", + "prev_seen": "2023-08-28 23:16:58 +00:00", + "last_seen": "2023-11-01 04:51:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.cloudbooklet.com", + "url_from": "https://www.cloudbooklet.com/ai-product-photography-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-photography-AI", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 277, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": "US", + "page_from_external_links": 20, + "page_from_internal_links": 35, + "page_from_size": 188385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "7 Best AI Product Photography Tools and Services in 2023 - Cloudbooklet", + "page_from_status_code": 200, + "first_seen": "2023-11-01 03:10:25 +00:00", + "prev_seen": null, + "last_seen": "2023-11-01 03:10:25 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ZEG", + "text_pre": null, + "text_post": "is an AI product photography tool that helps you create studio-like product photos and videos easily. You just need to upload a video of your product in motion, and ZEG will automatically extract the", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bn.home-theater-designers.com", + "url_from": "https://bn.home-theater-designers.com/sera-e-a-i-a-yapa-abiskara-ba-anusandhana-karara-jan-ya-ai-tulera-6ti-anala-ina-direktari", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "BN", + "page_from_external_links": 68, + "page_from_internal_links": 293, + "page_from_size": 86994, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "সেরা এআই অ্যাপ আবিষ্কার বা অনুসন্ধান করার জন্য AI টুলের 6টি অনলাইন ডিরেক্টরি - |ইন্টারনেট|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 19:29:28 +00:00", + "prev_seen": "2023-08-23 08:24:50 +00:00", + "last_seen": "2023-11-01 02:42:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(ওয়েব): এআই টুলস আবিষ্কার করুন এবং শর্টলিস্ট তৈরি করুন এবং রপ্তানি করুন", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hi.home-theater-designers.com", + "url_from": "https://hi.home-theater-designers.com/sarvasrestha-e-a-i-aipa-khojane-ya-khojane-ke-li-e-e-a-i-tulsa-ki-6-onala-ina-nirdesika-em", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 319, + "page_from_size": 87297, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "सर्वश्रेष्ठ एआई ऐप खोजने या खोजने के लिए एआई टूल्स की 6 ऑनलाइन निर्देशिकाएं - |इंटरनेट|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 22:26:13 +00:00", + "prev_seen": "2023-08-23 08:39:32 +00:00", + "last_seen": "2023-11-01 01:20:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(वेब): एआई टूल्स की खोज करें, और शॉर्टलिस्ट बनाएं और निर्यात करें", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ko.home-theater-designers.com", + "url_from": "https://ko.home-theater-designers.com/choegoui-ai-aeb-eul-balgyeonhageona-geomsaeghagi-wihan-6gaeui-ai-dogu-onlain-dilegtoli", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 320, + "page_from_size": 64211, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "최고의 AI 앱을 발견하거나 검색하기 위한 6개의 AI 도구 온라인 디렉토리 - |인터넷|", + "page_from_status_code": 200, + "first_seen": "2023-07-01 02:55:02 +00:00", + "prev_seen": "2023-08-23 05:44:35 +00:00", + "last_seen": "2023-11-01 00:34:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(웹): AI 도구 탐색 및 후보 목록 생성 및 내보내기", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "no.home-theater-designers.com", + "url_from": "https://no.home-theater-designers.com/6-online-kataloger-over-ai-verktoy-for-a-oppdage-eller-soke-etter-den-beste-ai-appen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "NO", + "page_from_external_links": 68, + "page_from_internal_links": 284, + "page_from_size": 59573, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 online kataloger over AI-verktøy for å oppdage eller søke etter den beste AI-appen - |Internett|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 20:38:44 +00:00", + "prev_seen": "2023-08-23 08:00:39 +00:00", + "last_seen": "2023-10-31 22:56:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Nett): Oppdag AI-verktøy og opprett og eksporter kortlister", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.kamroideas.com", + "url_from": "https://www.kamroideas.com/2023/08/topai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.181.243", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 34, + "page_from_size": 441652, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "أفضل مواقع الذكاء الاصطناعي المدفوعة و المجانية في مكان واحد", + "page_from_status_code": 200, + "first_seen": "2023-10-31 21:53:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 21:53:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "بضغطة زر واحدة هنا ستكون في الموقع الرسمي Top Ai Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 164, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 363, + "page_from_size": 292040, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 15:14:36 +00:00", + "prev_seen": "2023-07-27 10:25:32 +00:00", + "last_seen": "2023-10-31 17:00:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: 建立了一个人工智能搜索,以筛选出人工智能工具的噪音", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nextbigwhat.com", + "url_from": "https://nextbigwhat.com/web-stories/top-5-ai-tools-for-job-search/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Job%20Search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 430, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.170", + "domain_from_country": "IN", + "page_from_external_links": 1, + "page_from_internal_links": 3, + "page_from_size": 53836, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 AI Tools for Job Search", + "page_from_status_code": 200, + "first_seen": "2023-09-17 20:50:28 +00:00", + "prev_seen": "2023-09-17 20:50:28 +00:00", + "last_seen": "2023-10-31 11:06:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Via", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/it/rivoluzionando-l'aula-la-nuova-era-dell'apprendimento-potenziato/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 132887, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Rivoluzionare la classe: la nuova era dell'apprendimento potenziato dall'intelligenza artificiale - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-31 08:16:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 08:16:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutor virtuali", + "text_pre": "L’intelligenza artificiale nell’istruzione sta facendo costantemente passi avanti. Ne hai mai sentito parlare", + "text_post": "? Non si tratta di semplici registrazioni video o lezioni interattive, ma di piattaforme altamente sofisticate basate sull'intelligenza artificiale in grado di imitare lo stile di insegnamento di un tutor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 668, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 69, + "page_from_size": 28697, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-09-07 19:58:34 +00:00", + "prev_seen": "2023-09-07 19:58:34 +00:00", + "last_seen": "2023-10-31 07:59:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webbx.nu", + "url_from": "https://webbx.nu/openai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nu", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 162, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.150", + "domain_from_country": "NU", + "page_from_external_links": 110, + "page_from_internal_links": 10, + "page_from_size": 136196, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "OpenAI - WebbX", + "page_from_status_code": 200, + "first_seen": "2023-09-02 20:58:51 +00:00", + "prev_seen": "2023-10-08 19:37:08 +00:00", + "last_seen": "2023-10-31 07:11:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "– AI Tools", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pathofex.com", + "url_from": "https://pathofex.com/disney-pixar-dog-trend/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Image-pixelizer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 351, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.41", + "domain_from_country": "US", + "page_from_external_links": 7, + "page_from_internal_links": 41, + "page_from_size": 224839, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to do The Disney Pixar Dog Trend With Microsoft’s Bing Image Creator?", + "page_from_status_code": 200, + "first_seen": "2023-10-31 06:02:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 06:02:37 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pixelizer", + "text_pre": "1. Select a Disney Pixar dog image. 2. Import the chosen image into", + "text_post": ". This web-based tool simplifies the process of transforming images into a Disney Pixar-style format. 3. Customize the settings to your preferences. You have the flexibility to modify parameters like pixel", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mobillegends.net", + "url_from": "https://mobillegends.net/steam-community-guide-development-feedback", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-roguelite?discover=1", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.146.49", + "domain_from_country": "ID", + "page_from_external_links": 58, + "page_from_internal_links": 35, + "page_from_size": 42970, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Steam Community Guide Development Feedback - Mobile Legends", + "page_from_status_code": 200, + "first_seen": "2023-10-31 05:19:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 05:19:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Source:", + "text_post": "Visit Web", + "semantic_location": "figcaption", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mobillegends.net", + "url_from": "https://mobillegends.net/steam-community-guide-development-feedback", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-roguelite.webp", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 385, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.146.49", + "domain_from_country": "ID", + "page_from_external_links": 58, + "page_from_internal_links": 35, + "page_from_size": 42970, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Steam Community Guide Development Feedback - Mobile Legends", + "page_from_status_code": 200, + "first_seen": "2023-10-31 05:19:59 +00:00", + "prev_seen": null, + "last_seen": "2023-10-31 05:19:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TopAI tools: AI Roguelite", + "image_url": "https://mobillegends.net/assets/img/loader.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mightyunderdogs.newzenler.com", + "url_from": "https://mightyunderdogs.newzenler.com/blog/business-ai-tools-you-can-use", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.204.183.147", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 8, + "page_from_size": 52751, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Business AI Tools You Can Use", + "page_from_status_code": 200, + "first_seen": "2023-08-18 23:41:20 +00:00", + "prev_seen": "2023-08-18 23:41:20 +00:00", + "last_seen": "2023-10-31 03:04:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Tripnotes", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hello-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Hello AI", + "image_url": "https://topai.tools/assets/img/tools/hello-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chat%20bot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat bot", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botify-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Botify.AI", + "image_url": "https://topai.tools/assets/img/tools/botify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/easychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "EasyChat AI", + "image_url": "https://topai.tools/assets/img/tools/easychat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WhatGPT", + "image_url": "https://topai.tools/assets/img/tools/whatgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Design", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Design", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=No-code", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "No-code", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Marketing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Marketing", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/android-ai-assistant-widget", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Android AI Assistant Widget", + "image_url": "https://topai.tools/assets/img/tools/android-ai-assistant-widget.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=AI%20assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/woebot-health", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Woebot Health", + "image_url": "https://topai.tools/assets/img/tools/woebot-health.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Email", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Email", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/telechat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Telechat", + "image_url": "https://topai.tools/assets/img/tools/telechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Quickchat AI", + "image_url": "https://topai.tools/assets/img/tools/quickchat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Meeting%20Assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Meeting Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatfai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatFAI", + "image_url": "https://topai.tools/assets/img/tools/chatfai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heyinternet", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "HeyInternet", + "image_url": "https://topai.tools/assets/img/tools/heyinternet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ebi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Ebi.Ai", + "image_url": "https://topai.tools/assets/img/tools/ebi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bottr-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "bottr.me", + "image_url": "https://topai.tools/assets/img/tools/bottr-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/geppettochat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Geppettochat", + "image_url": "https://topai.tools/assets/img/tools/geppettochat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AiBert", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbotkit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatBotKit", + "image_url": "https://topai.tools/assets/img/tools/chatbotkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/god-in-a-box", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "God In A Box", + "image_url": "https://topai.tools/assets/img/tools/god-in-a-box.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Audio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Audio", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WAGPT", + "image_url": "https://topai.tools/assets/img/tools/wagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=ChatGPT", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ChatGPT", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Sales", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Sales", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "TalkAI", + "image_url": "https://topai.tools/assets/img/tools/talkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Finance", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Finance", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatfuel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chatfuel AI", + "image_url": "https://topai.tools/assets/img/tools/chatfuel-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatwp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatWP", + "image_url": "https://topai.tools/assets/img/tools/chatwp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20generation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Image generation", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Customer%20support", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Customer support", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Document Search", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chatgpt", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wonderchat", + "image_url": "https://topai.tools/assets/img/tools/wonderchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sidekick-by-jigso", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Sidekick by Jigso", + "image_url": "https://topai.tools/assets/img/tools/sidekick-by-jigso.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatshape", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatShape", + "image_url": "https://topai.tools/assets/img/tools/chatshape.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bff", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "BFF", + "image_url": "https://topai.tools/assets/img/tools/bff.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Business", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Business", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zev", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Zev", + "image_url": "https://topai.tools/assets/img/tools/zev.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yourfriends-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Yourfriends.ai", + "image_url": "https://topai.tools/assets/img/tools/yourfriends-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Customer%20Support", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Customer Support", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Research", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Research", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/guru", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Guru", + "image_url": "https://topai.tools/assets/img/tools/guru.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-thing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chat Thing", + "image_url": "https://topai.tools/assets/img/tools/chat-thing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/buo-chat-with-ai-brain", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Buo - Chat with AI Brain", + "image_url": "https://topai.tools/assets/img/tools/buo-chat-with-ai-brain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatGPT APP", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/whisperbot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WhisperBot", + "image_url": "https://topai.tools/assets/img/tools/whisperbot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ariana-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Ariana AI", + "image_url": "https://topai.tools/assets/img/tools/ariana-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Prompt%20guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Prompt guides", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graphic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Graphic AI", + "image_url": "https://topai.tools/assets/img/tools/graphic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbase", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chatbase", + "image_url": "https://topai.tools/assets/img/tools/chatbase.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatbots-in-messengers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AI Chatbots in Messengers", + "image_url": "https://topai.tools/assets/img/tools/ai-chatbots-in-messengers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Health", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Health", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wizai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "WizAI", + "image_url": "https://topai.tools/assets/img/tools/wizai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Speech-to-Text", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Speech-to-Text", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/login", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "CREATE MY ACCOUNT 👌", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 10, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chat-bestie", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AI Chat Bestie", + "image_url": "https://topai.tools/assets/img/tools/ai-chat-bestie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Telegram", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Telegram", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "MagicChat", + "image_url": "https://topai.tools/assets/img/tools/magicchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Life%20Assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Life Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Askrobi", + "image_url": "https://topai.tools/assets/img/tools/askrobi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "AI ChatLab", + "image_url": "https://topai.tools/assets/img/tools/ai-chatlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisebot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wisebot", + "image_url": "https://topai.tools/assets/img/tools/wisebot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Translation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Translation", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=AI%20Assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Assistant", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Quickchat", + "image_url": "https://topai.tools/assets/img/tools/quickchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-bling", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chat Bling", + "image_url": "https://topai.tools/assets/img/tools/chat-bling.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-mate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Magic Mate", + "image_url": "https://topai.tools/assets/img/tools/magic-mate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/messagegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "MessageGPT", + "image_url": "https://topai.tools/assets/img/tools/messagegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Voice", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Voice", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 19, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Customer%20Service", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Customer Service", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Images", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Images", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-buddy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatGPT Buddy", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-buddy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wallu", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wallu", + "image_url": "https://topai.tools/assets/img/tools/wallu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Chatbots", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chatbots", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 21, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/water", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Water", + "image_url": "https://topai.tools/assets/img/tools/water.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/handyai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "HandyAI", + "image_url": "https://topai.tools/assets/img/tools/handyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Whatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Whatsapp", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/babs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Babs", + "image_url": "https://topai.tools/assets/img/tools/babs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgenius", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatGenius", + "image_url": "https://topai.tools/assets/img/tools/chatgenius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Wiz.chat", + "image_url": "https://topai.tools/assets/img/tools/wiz-chat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zipchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Zipchat", + "image_url": "https://topai.tools/assets/img/tools/zipchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Education", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Education", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Fun", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Fun", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatty-cat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Chatty Cat", + "image_url": "https://topai.tools/assets/img/tools/chatty-cat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpthotline", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "GPTHotline", + "image_url": "https://topai.tools/assets/img/tools/gpthotline.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dropchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Dropchat", + "image_url": "https://topai.tools/assets/img/tools/dropchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/itagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ItaGPT", + "image_url": "https://topai.tools/assets/img/tools/itagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Productivity", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Productivity", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatsApp", + "image_url": "https://topai.tools/assets/img/tools/chatsapp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "ChatAI", + "image_url": "https://topai.tools/assets/img/tools/chatai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fivergigpromotion.elitedesignsofficial.com", + "url_from": "https://fivergigpromotion.elitedesignsofficial.com/2023/09/04/top-ai-whatsapp-chatbot-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instabot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 16, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "109.70.148.68", + "domain_from_country": null, + "page_from_external_links": 105, + "page_from_internal_links": 14, + "page_from_size": 313828, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI WhatsApp Chatbot Tools - Fiverr Gig Promotion", + "page_from_status_code": 200, + "first_seen": "2023-09-05 04:17:57 +00:00", + "prev_seen": "2023-09-05 04:17:57 +00:00", + "last_seen": "2023-10-30 21:58:45 +00:00", + "item_type": "image", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": "Instabot", + "image_url": "https://topai.tools/assets/img/tools/instabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 150, + "domain_from_rank": 196, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 298, + "page_from_size": 207785, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:44:29 +00:00", + "prev_seen": "2023-08-25 13:54:06 +00:00", + "last_seen": "2023-10-30 15:32:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "apkat.best", + "url_from": "https://apkat.best/article/10-beste-ai-ai-kunsttools-in-2023-275", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Question-answering-software", + "url_to_https": true, + "tld_from": "best", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 324, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.82", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 78711, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "10 Beste AI AI -kunsttools in 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 21:28:22 +00:00", + "prev_seen": "2023-08-23 21:28:22 +00:00", + "last_seen": "2023-10-30 15:22:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Question-answering-software", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=topaitool_1s", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 143, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131920, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-30 13:27:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-30 13:27:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/st/ho-fetola-phaposi-ea-borutelo-mehla-e-mecha-ea-thuto-e-matlafalitsoeng/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 137, + "page_from_size": 132313, + "page_from_encoding": "utf-8", + "page_from_language": "st", + "page_from_title": "Phetoho ea Phaposi ea Phaposi: Nako e Ncha ea Thuto e Ntlafetseng ea AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-30 12:25:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-30 12:25:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "batataisi ba sebele", + "text_pre": "AI thutong e ntse e hatela pele ka mokhoa o tsitsitseng. Na u kile ua utloa ka", + "text_post": "? Tsena ha se lirekoto tsa video feela kapa lithuto tse sebetsanang le batho, empa ke lipolanete tse tsoetseng pele tse tsamaisoang ke AI tse khonang ho etsisa mokhoa oa ho ruta oa motataisi oa motho.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/vi/c%C3%A1ch-m%E1%BA%A1ng-h%C3%B3a-l%E1%BB%9Bp-h%E1%BB%8Dc-k%E1%BB%B7-nguy%C3%AAn-m%E1%BB%9Bi-c%E1%BB%A7a-vi%E1%BB%87c-h%E1%BB%8Dc-t%E1%BA%ADp-n%C3%A2ng-cao-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 140530, + "page_from_encoding": "utf-8", + "page_from_language": "vi", + "page_from_title": "Cách mạng hóa lớp học: Kỷ nguyên mới của việc học tập nâng cao bằng AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-30 11:15:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-30 11:15:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "gia sư ảo", + "text_pre": "AI trong giáo dục đang dần có những bước tiến về phía trước. Bạn đã bao giờ nghe nói về", + "text_post": "? Đây không chỉ là những bản ghi video hay bài học tương tác mà là những nền tảng được điều khiển bằng AI rất tinh vi có khả năng bắt chước phong cách giảng dạy của một gia sư là con người. Họ phân tích", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "te.home-theater-designers.com", + "url_from": "https://te.home-theater-designers.com/uttama-ai-yap-nu-kanugonadaniki-leda-sodhincadaniki-ai-sadhanala-yokka-6-an-lain-dairektarilu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 295, + "page_from_size": 89218, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ఉత్తమ AI యాప్‌ను కనుగొనడానికి లేదా శోధించడానికి AI సాధనాల యొక్క 6 ఆన్‌లైన్ డైరెక్టరీలు - |ఇంటర్నెట్|", + "page_from_status_code": 200, + "first_seen": "2023-07-09 10:56:01 +00:00", + "prev_seen": "2023-08-23 08:17:46 +00:00", + "last_seen": "2023-10-30 06:42:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.టూల్స్", + "text_pre": "2.", + "text_post": "(వెబ్): AI సాధనాలను కనుగొనండి మరియు షార్ట్‌లిస్ట్‌లను సృష్టించండి మరియు ఎగుమతి చేయండి", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "greystream.net", + "url_from": "https://greystream.net/links/webtools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 187, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.36.44", + "domain_from_country": null, + "page_from_external_links": 102, + "page_from_internal_links": 7, + "page_from_size": 148619, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Web Based Tools - Digital Things", + "page_from_status_code": 200, + "first_seen": "2023-06-20 20:57:45 +00:00", + "prev_seen": "2023-09-19 04:08:53 +00:00", + "last_seen": "2023-10-30 05:59:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infopro.blog", + "url_from": "https://infopro.blog/herramientas-inteligencia-artificial-para-editar-imagenes-y-fotos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/change-style-ai", + "url_to_https": true, + "tld_from": "blog", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "75.102.22.119", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 31, + "page_from_size": 133923, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "▷ Herramientas Inteligencia Artificial Para Editar Imágenes y Fotos.", + "page_from_status_code": 200, + "first_seen": "2023-09-16 06:52:29 +00:00", + "prev_seen": "2023-09-16 06:52:29 +00:00", + "last_seen": "2023-10-30 03:41:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://changestyleai.com/", + "text_pre": null, + "text_post": "Change Style AI es una herramienta creativa basada en inteligencia artificial para cambiar el estilo de las imágenes. Esta herramienta ofrece una amplia gama de filtros y estilos artísticos para transformar", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "smartlinks.org", + "url_from": "https://smartlinks.org/BigTech.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 173, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "74.208.236.127", + "domain_from_country": null, + "page_from_external_links": 422, + "page_from_internal_links": 13, + "page_from_size": 171104, + "page_from_encoding": "us-ascii", + "page_from_language": "en", + "page_from_title": "SmartLinks.org - BigTech Directory", + "page_from_status_code": 200, + "first_seen": "2023-06-20 14:36:38 +00:00", + "prev_seen": "2023-08-18 18:18:50 +00:00", + "last_seen": "2023-10-30 00:12:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Best and top AI \r\n\t\t\ttools and Services list", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clepti.pics", + "url_from": "https://clepti.pics/articles/can-character-ai-chats-be-seen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/flirting-AI", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.55.38", + "domain_from_country": null, + "page_from_external_links": 206, + "page_from_internal_links": 23, + "page_from_size": 181148, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Can character ai chats be seen? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-01 09:47:18 +00:00", + "prev_seen": "2023-09-16 11:27:53 +00:00", + "last_seen": "2023-10-29 23:16:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aientrepreneurs.standout.digital", + "url_from": "https://aientrepreneurs.standout.digital/p/chatgpt-accounts-get-breached", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rebeccai?utm_source=aientrepreneurs.standout.digital&utm_medium=referral&utm_campaign=over-100k-chatgpt-accounts-breached", + "url_to_https": true, + "tld_from": "digital", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 5, + "page_from_size": 192517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🔓 Over 100K ChatGPT accounts breached!", + "page_from_status_code": 200, + "first_seen": "2023-09-17 09:38:56 +00:00", + "prev_seen": "2023-09-17 09:38:56 +00:00", + "last_seen": "2023-10-29 22:31:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "RebeccAi", + "text_pre": null, + "text_post": "is an AI-powered idea evaluation tool designed to fast-track the process of evaluating, assessing, and improving business ideas.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fitnessmerchantservices.com", + "url_from": "https://fitnessmerchantservices.com/2023/10/20/fitness-business-opportunities/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/type-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 13, + "page_from_size": 86465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hot Fitness Business Opportunities in 2023 - Fitness Credit Card Processing", + "page_from_status_code": 200, + "first_seen": "2023-10-29 22:02:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-29 22:02:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Type Studio", + "text_pre": "for Riverside. Other noteworthy resources include Transistor.fm, an all-in-one solution. It gives the option for podcast hosting, creation, distribution, and monetization. It is a user-friendly podcast audio editor.", + "text_post": "offers an innovative text-based podcast editing suite that runs directly in your browser.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6MTAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoibGl2ZSIsImluY2x1ZGVfc3ViZG9tYWlucyI6dHJ1ZSwiaW50ZXJuYWxfbGlzdF9saW1pdCI6MTAsIm1vZGUiOiJhc19pcyIsImFpZCI6NjYzNzZ9LCJTZWFyY2hBZnRlckRhdGEiOnsiVmVyc2lvbiI6MSwiU2VhcmNoQWZ0ZXJWYWx1ZXMiOnsicmFuayI6MCwibGFzdF9zZWVuIjoiMjAyMy0xMC0yOVQyMjowMjoxMCswMDowMCJ9LCJUb2tlblJlYWxPZmZzZXQiOjIwMDB9fQ==" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-live-backlinks/3.json b/resources/data/dfs/backlinks/topaitools-live-backlinks/3.json new file mode 100644 index 0000000..ecc9548 --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-live-backlinks/3.json @@ -0,0 +1,46032 @@ +{ + "id": "11241533-6637-0269-0000-cb75691b3904", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1267 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "live", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 2000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 4890, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logopony-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "LogoPony", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copilot2trip-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Copilot2trip.com", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/myshell", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "MyShell", + "image_url": "https://topai.tools/assets/img/tools/myshell.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lightly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Lightly", + "text_pre": null, + "text_post": "Subscription", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictales", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "PicTales", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spheroid", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Spheroid", + "text_pre": null, + "text_post": "Contact", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waitlyst", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Layerbrain", + "text_pre": null, + "text_post": "Waitlist", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-with-data", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat With Data", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-storm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Prompt Storm", + "text_pre": null, + "text_post": "Subscription", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everbility", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Everbility", + "image_url": "https://topai.tools/assets/img/tools/everbility.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recast", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Recast", + "image_url": "https://topai.tools/assets/img/tools/recast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat2csv", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Chat2CSV", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fathom-lexicon", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Fathom Lexicon", + "text_pre": null, + "text_post": "Unknown", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/machined-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Machined.ai", + "image_url": "https://topai.tools/assets/img/tools/machined-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hubspot-campaign-assistant", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "HubSpot Campaign Assistant", + "image_url": "https://topai.tools/assets/img/tools/hubspot-campaign-assistant.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/object-remover-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ObjectRemover", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mano-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Mano AI", + "image_url": "https://topai.tools/assets/img/tools/mano-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mst-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "mst.ai", + "image_url": "https://topai.tools/assets/img/tools/mst-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/interviewai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "InterviewAI", + "image_url": "https://topai.tools/assets/img/tools/interviewai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/b2brocket-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "B2BRocket", + "text_pre": null, + "text_post": "Subscription", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-gpt-wizard", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "My GPT Wizard", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wpturbo-dev", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "WPTurbo", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gliglish", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Gliglish", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixai-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "PixAI.ART", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kome", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Kome", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imagica", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Imagica", + "image_url": "https://topai.tools/assets/img/tools/imagica.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brainypdf", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "BrainyPDF", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/released", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Released", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/argil", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Argil", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textlayer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TextLayer", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptgo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GPTGO", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zentask", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": "Zentask", + "image_url": "https://topai.tools/assets/img/tools/zentask.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rizemail-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "RizeMail", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/proai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ProAI Image Generator", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/memeswift", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "MemeSwift", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/beforesunset-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "BeforeSunset AI", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/coginiti-co", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Coginiti", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heylibby-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "HeyLibby", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/echofox", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "EchoFox", + "text_pre": null, + "text_post": "Freemium", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/songr", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "SongR", + "text_pre": null, + "text_post": "Free", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalstories.com", + "url_from": "https://internationalstories.com/what-is-careerflow-25-ai-top-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genixgpt-travel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 5, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.149.70", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 50, + "page_from_size": 216597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Careerflow? 25.ai - Top AI Tools » International Stories", + "page_from_status_code": 200, + "first_seen": "2023-08-21 17:15:05 +00:00", + "prev_seen": "2023-09-26 02:12:24 +00:00", + "last_seen": "2023-10-29 22:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "GenixGPT – Travel AI", + "text_pre": null, + "text_post": "Free trial", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.front-mind.com", + "url_from": "https://blog.front-mind.com/ai-curation-services/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.73.149.50", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 41, + "page_from_size": 584089, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "(10選まとめ) AI 系サービス・ツール等のキュレーションサイト【ChatGPT/AI】 - AutoThink", + "page_from_status_code": 200, + "first_seen": "2023-10-29 20:14:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-29 20:14:22 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://blog.front-mind.com/wp-content/uploads/cocoon-resources/blog-card-cache/1b5090b297573f2c9bbd1acb4213f0b6.png", + "anchor": "TopAi.tools DirectoryUnlock the AI potential for your business and life, Discover the best productivity-boosting AI tools and take your business to the next level. Don't be a robot,...topai.tools", + "text_pre": "3などの人工知能に関する様々なツールを収集・紹介するウェブサイトです。3000以上のAIツールやプロンプト、ポッドキャストを網羅しており、新しいAI製品が日々追加されています。また、無料ツールと有料ツールがあり、様々なカテゴリーに分類されています。コピーライティングやデザイン、音声編集など、様々な用途に応じたAIツールが掲載されているので、AIを活用して作業効率を上げたい人には必見のサイトです。TopAi.tools Directory", + "text_post": "TopAi.toolsは、世界中のAIツールを収集し、分類したオンラインプラットフォームです。ビジネス、教育、デザイン、開発、マーケティング、音声、ビデオ、ライティング、その他の分野において、10倍以上の生産性を実現するためのAIツールが提供されています。サイトには、フリーから有料まで、様々な価格帯のAIツールが紹介され、ユーザーはアカウントを作成してツールを保存し、週に1回のダイジェストでトップツールを受け取ることができます。また、A", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "scottfenstermaker.com", + "url_from": "https://scottfenstermaker.com/ai-marketing-strategies-startups/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Startup%20tools", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.26", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 87182, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Marketing for Startups: Strategies & Insights", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:03:50 +00:00", + "prev_seen": "2023-07-31 08:04:29 +00:00", + "last_seen": "2023-10-29 17:35:27 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools", + "text_pre": "Choose the Right", + "text_post": ": There are numerous AI tools available in the market, each with its own strengths and weaknesses. It is essential to choose the right AI tools that are tailored to your business needs. Look for AI tools", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ostadsaeed.com", + "url_from": "https://ostadsaeed.com/26906/introduce-youglish-site/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 173, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "157.90.195.65", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 44, + "page_from_size": 335289, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "یوگلیش، یادگیری تلفظ و کالوکیشن - آموزشگاه آنلاین استاد سعید", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:53:18 +00:00", + "prev_seen": "2023-10-29 15:59:48 +00:00", + "last_seen": "2023-10-29 16:22:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "هوش مصنوعی", + "text_pre": null, + "text_post": "(", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolsfine.com", + "url_from": "https://toolsfine.com/Tools/3784.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/circleback-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 44, + "page_from_size": 104448, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Circleback – AI-driven platform that aims to enhance meeting productivity by providing automated meeting notes, action items, and transcription services | ToolsFine", + "page_from_status_code": 200, + "first_seen": "2023-10-28 22:13:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 22:13:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Circleback.ai – Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolsfine.com", + "url_from": "https://toolsfine.com/Tools/3826.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkio-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 44, + "page_from_size": 101808, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Talkio AI-Language Training App with AI Technology | ToolsFine", + "page_from_status_code": 200, + "first_seen": "2023-10-28 22:05:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 22:05:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Talkio AI – top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 288, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.95", + "domain_from_country": "DE", + "page_from_external_links": 7, + "page_from_internal_links": 76, + "page_from_size": 60460, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Oinks - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-09-17 13:14:56 +00:00", + "prev_seen": "2023-09-17 13:14:56 +00:00", + "last_seen": "2023-10-28 21:04:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hu.home-theater-designers.com", + "url_from": "https://hu.home-theater-designers.com/6-ai-eszkozok-online-konyvtara-a-legjobb-ai-alkalmazas-felfedezesehez-vagy-keresesehez", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "HU", + "page_from_external_links": 68, + "page_from_internal_links": 288, + "page_from_size": 62194, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "6 AI-eszközök online könyvtára a legjobb AI-alkalmazás felfedezéséhez vagy kereséséhez - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-08 16:56:43 +00:00", + "prev_seen": "2023-08-23 08:02:03 +00:00", + "last_seen": "2023-10-28 17:39:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Fedezze fel az AI-eszközöket, és hozzon létre és exportáljon szűkített listákat", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.abdelrahman-academy.com", + "url_from": "https://www.abdelrahman-academy.com/2023/05/Feedback-AI.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/feedbackai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 235, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": "WW", + "page_from_external_links": 18, + "page_from_internal_links": 43, + "page_from_size": 257645, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "اهم أدوات الذكاء الاصطناعى FeedbackAI مجانا", + "page_from_status_code": 200, + "first_seen": "2023-10-28 17:37:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 17:37:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "من هنا", + "text_pre": ": [", + "text_post": "](وهنا ).", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "newsdiarios.com.br", + "url_from": "https://newsdiarios.com.br/revolutionizing-the-lecture-room-the-new-technology-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com.br", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "108.179.252.174", + "domain_from_country": "BR", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 45073, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Revolutionizing the Lecture room: The New Technology of AI-Enhanced Studying – News Diarios", + "page_from_status_code": 200, + "first_seen": "2023-09-26 01:55:17 +00:00", + "prev_seen": "2023-09-26 01:55:17 +00:00", + "last_seen": "2023-10-28 17:15:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is regularly taking its steps ahead. Have you ever ever heard of", + "text_post": "? Those don’t seem to be mere video recordings or interactive classes however extremely subtle AI-driven platforms in a position to mimicking the educating taste of a human tutor. They analyze your", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.quetab.com", + "url_from": "https://www.quetab.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quetab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 327, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 28, + "page_from_size": 43104, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quetab", + "page_from_status_code": 200, + "first_seen": "2023-10-28 11:34:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 11:34:34 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://www.quetab.com/images/external/topaitools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@KiofKi@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 288, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.95", + "domain_from_country": "DE", + "page_from_external_links": 50, + "page_from_internal_links": 212, + "page_from_size": 303511, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - KiofKi - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-10-06 13:06:05 +00:00", + "prev_seen": "2023-10-06 13:06:05 +00:00", + "last_seen": "2023-10-28 11:02:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fmhy.net", + "url_from": "https://fmhy.net/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 156, + "domain_from_rank": 427, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 466, + "page_from_internal_links": 24, + "page_from_size": 172702, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-28 10:31:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 10:31:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.quetab.com", + "url_from": "https://www.quetab.com/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quetab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 28, + "page_from_size": 43218, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quetab", + "page_from_status_code": 200, + "first_seen": "2023-10-28 09:55:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 09:55:25 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://www.quetab.com/images/external/topaitools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=aitoolforge.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 334, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-28 09:38:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 09:38:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fmhy.pages.dev", + "url_from": "https://fmhy.pages.dev/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 173, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": null, + "page_from_external_links": 475, + "page_from_internal_links": 6, + "page_from_size": 86453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence | FreeMediaHeckYeah", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:55:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:55:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blogroll.org", + "url_from": "https://blogroll.org/?link_library_rss_preview=1&keepThis=true&linkid=4518&previewcount=3height%3D700&width=900&xpath", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 423, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "108.61.192.200", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 0, + "page_from_size": 403839, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "RSS_PHP", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:39:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:39:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": "・A great resource for discovering new AI tools and apps, of which there are thousands to choose from. A site that will stay in my bookmarks for a while.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "existences.online", + "url_from": "https://existences.online/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-unite-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "online", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "69.163.165.242", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 11, + "page_from_size": 51857, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - Unite.AI - Breaking News", + "page_from_status_code": 200, + "first_seen": "2023-10-28 08:19:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 08:19:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "projects to life. Technology is no longer an optional add-on; it is a necessity. The question is: Are we tapping into its full potential?AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ja/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 283, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 29, + "page_from_size": 271653, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023年、次の冒険を計画するためのAIトラベルプランナー7選", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:09:05 +00:00", + "prev_seen": "2023-09-25 13:25:15 +00:00", + "last_seen": "2023-10-28 04:47:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "トリップノートAI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "expressjs.ir", + "url_from": "https://expressjs.ir/2023/10/21/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 150, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.215.126", + "domain_from_country": "IR", + "page_from_external_links": 49, + "page_from_internal_links": 16, + "page_from_size": 156210, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – EXPRESSJS – مجله تکنولوژی نرم افزار و سخت افزار", + "page_from_status_code": 200, + "first_seen": "2023-10-28 03:28:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 03:28:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-06-29 15:22:41 +00:00", + "prev_seen": "2023-09-17 16:03:26 +00:00", + "last_seen": "2023-10-28 03:27:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-28 02:07:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-28 02:07:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=paxi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 20, + "page_from_size": 51528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-27 22:45:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 22:45:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ecokhabari.com", + "url_from": "https://ecokhabari.com/2023/10/22/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 394, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.18.149", + "domain_from_country": null, + "page_from_external_links": 49, + "page_from_internal_links": 14, + "page_from_size": 205956, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – اخبار اقتصادی ایران – اکو نیوز", + "page_from_status_code": 200, + "first_seen": "2023-10-27 22:14:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 22:14:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ai-content-detector/?expand_article=1", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 166530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Detector and Chat GPT Checker Free - #1 AI Checker 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-27 17:36:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 17:36:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "finalfu.com", + "url_from": "https://finalfu.com/articles/42926", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/physics-chatbot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 331, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.36.18", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 23, + "page_from_size": 147747, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "แอพใดที่ฉันสามารถรับชมสดได้? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 09:21:53 +00:00", + "prev_seen": "2023-09-27 09:21:53 +00:00", + "last_seen": "2023-10-27 15:05:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "รายการเพิ่มเติม...", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/tishi.top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 339, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 95589, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI提示语", + "page_from_status_code": 200, + "first_seen": "2023-10-27 14:07:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 14:07:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kokoc.com", + "url_from": "https://kokoc.com/blog/nejroseti/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 436, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.19.18", + "domain_from_country": "UA", + "page_from_external_links": 18, + "page_from_internal_links": 98, + "page_from_size": 284234, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Нейросети: что это + как работают, примеры, 10 лучших нейросетей", + "page_from_status_code": 200, + "first_seen": "2023-09-24 12:24:08 +00:00", + "prev_seen": "2023-09-24 12:24:08 +00:00", + "last_seen": "2023-10-27 13:16:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "интересный сервис TopAI.tools", + "text_pre": "И дополнительно скажу еще про один", + "text_post": "— здесь можно искать нейросети под ваши задачи.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolsandtrends.com", + "url_from": "https://aitoolsandtrends.com/listing/topai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "141.193.213.10", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 17, + "page_from_size": 100425, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "topAI.tools | Aggregators AI software | Artificial Intelligence Software Tools %", + "page_from_status_code": 200, + "first_seen": "2023-10-27 12:32:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 12:32:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Visit Website", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sk/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 176, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 179856, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "Kontrola Pravopisu a Korektor Gramatiky (Bezplatne)", + "page_from_status_code": 200, + "first_seen": "2023-08-26 21:08:52 +00:00", + "prev_seen": "2023-08-26 21:08:52 +00:00", + "last_seen": "2023-10-27 08:18:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Hodnotiť na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-106-imagem-photo-background-burner-online-free-3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/background-remover-from-photo-by-hitpaw.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 106, + "page_from_internal_links": 21, + "page_from_size": 223139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 106+ imagem photo background burner online free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-27 08:17:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 08:17:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminador de fondo de la foto de Hitpaw", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminador de fondo de la foto de Hitpaw Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-66-imagen-background-music-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/texttomusic.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 67, + "page_from_internal_links": 20, + "page_from_size": 182060, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 66+ imagen background music generator - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-27 08:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-27 08:00:49 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Texto a musica", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Texto a musica Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "theinsightpost.com", + "url_from": "https://theinsightpost.com/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 321, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.252.239", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 94, + "page_from_size": 217639, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – The Insight Post", + "page_from_status_code": 200, + "first_seen": "2023-08-11 05:42:31 +00:00", + "prev_seen": "2023-09-20 03:38:17 +00:00", + "last_seen": "2023-10-27 03:12:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 362, + "page_from_size": 300171, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:36:13 +00:00", + "prev_seen": "2023-09-16 03:03:13 +00:00", + "last_seen": "2023-10-26 23:03:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: AIツールのノイズをふるいにかけるAI検索を構築した", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ar/%D8%AB%D9%88%D8%B1%D8%A9-%D9%81%D9%8A-%D8%A7%D9%84%D9%81%D8%B5%D9%88%D9%84-%D8%A7%D9%84%D8%AF%D8%B1%D8%A7%D8%B3%D9%8A%D8%A9:-%D8%B9%D8%B5%D8%B1-%D8%AC%D8%AF%D9%8A%D8%AF-%D9%85%D9%86-%D8%A7%D9%84%D8%AA%D8%B9%D9%84%D9%85-%D8%A7%D9%84%D9%85%D8%B9%D8%B2%D8%B2-%D8%A8%D8%A7%D9%84%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D9%84%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 155780, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "إحداث ثورة في الفصل الدراسي: العصر الجديد للتعلم المعزز بالذكاء الاصطناعي - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-17 06:56:40 +00:00", + "prev_seen": "2023-09-17 06:56:40 +00:00", + "last_seen": "2023-10-26 13:54:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "المعلمين الظاهري", + "text_pre": "يتقدم الذكاء الاصطناعي في التعليم بخطوات ثابتة إلى الأمام. هل سمعت من قبل", + "text_post": "؟ هذه ليست مجرد تسجيلات فيديو أو دروس تفاعلية، ولكنها منصات متطورة للغاية تعتمد على الذكاء الاصطناعي وقادرة على محاكاة أسلوب التدريس للمعلم البشري. يقومون بتحليل أنماط التعلم الخاصة بك، وفهم نقاط الضعف", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tobolds.blogspot.com", + "url_from": "http://tobolds.blogspot.com/?utm_source=feedspot", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-girlfriend", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 64, + "page_from_internal_links": 15, + "page_from_size": 92545, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tobold's Blog", + "page_from_status_code": 200, + "first_seen": "2023-10-26 09:24:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-26 09:24:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "many others", + "text_pre": "this year, then partially backpedalled that decision in August. Kupid.ai is less conflicted and will happily sell you the option of your virtual girlfriend sending you nude photos. But these are just examples among", + "text_post": ". It is easy to treat that subject as something of a joke, especially if you are in a stable relationship yourself. But the trend for this sort of application is not just a sign of technical possibilities", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=trackbes&utm_medium=marketplace&utm_campaign=trackbes", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 34, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185193, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-14 22:36:58 +00:00", + "prev_seen": "2023-09-14 22:36:58 +00:00", + "last_seen": "2023-10-25 23:26:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "dslxcommunity.com", + "url_from": "https://dslxcommunity.com/ne-tolko-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 203, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.155.60.8", + "domain_from_country": "UA", + "page_from_external_links": 55, + "page_from_internal_links": 16, + "page_from_size": 124314, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Инструменты на базе ИИ для обучения", + "page_from_status_code": 200, + "first_seen": "2023-10-07 18:36:57 +00:00", + "prev_seen": "2023-10-07 18:36:57 +00:00", + "last_seen": "2023-10-25 16:35:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "и инструментов, полезных для людей с дислексией. Конечно, и самих инструментов, и способов их применения гораздо больше. Можно искать на специальных ресурсах вроде Opentools.ai или", + "text_post": " — здесь есть удобная сортировка по функциям и чат-бот, который подбирает инструменты под конкретный запрос.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-25 09:37:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 09:37:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=foundr.ai&utm_source=foundr.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-25 08:07:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 08:07:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "resource.fyi", + "url_from": "https://resource.fyi/@wonlinebiz617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 10, + "page_from_size": 140855, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Clear eative's profile on Resource.fyi | Resource.fyi", + "page_from_status_code": 200, + "first_seen": "2023-10-25 06:16:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 06:16:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Visit Site", + "text_pre": "Upvote1", + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.quetab.com", + "url_from": "https://www.quetab.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quetab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.3", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 28, + "page_from_size": 43183, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Quetab", + "page_from_status_code": 200, + "first_seen": "2023-10-25 04:36:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-25 04:36:07 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://www.quetab.com/images/external/topaitools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "resource.fyi", + "url_from": "https://resource.fyi/products/topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "fyi", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 177, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.21", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 12, + "page_from_size": 559735, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools - Discover the best AI tools everyday | Resource.fyi", + "page_from_status_code": 200, + "first_seen": "2023-10-03 13:03:37 +00:00", + "prev_seen": "2023-10-03 13:03:37 +00:00", + "last_seen": "2023-10-25 03:50:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit Site", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-images/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/hentai-art-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 58, + "page_from_internal_links": 23, + "page_from_size": 315253, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Images - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:41:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:41:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Hentai art generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/deepswap/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/deepswap-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193724, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "deepswap - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "32 Alternatives", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/namelix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "25 Alternatives", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/homeworkify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "22 HomeWorkify Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/headlinesai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "HeadlinesAI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/112/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/headlinesai-vs-qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 23, + "page_from_size": 281893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:40:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:40:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "HeadlinesAI vs Qlip.ai Comparison – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/kajiwoto-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kajiwoto-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194155, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "kajiwoto ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:38:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:38:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "67 kajiwoto.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/kupid-ai-alternative/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kupid-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 195534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "kupid ai alternative - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:38:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:38:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "58 Kupid.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-images/page/7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 22, + "page_from_size": 321085, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Images - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:38:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:38:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Ai image search engine AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/ai-image-search/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-search-engine", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 193188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai image search - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:37:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:37:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Ai image search engine AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AskTheE", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "1 Best Askthee AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askthee", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AskThee", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/bearly-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bearly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194748, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "bearly ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bearly.ai – top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/pickup-line-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 192797, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "23 Best Pickup line generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pickup-lines", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 192797, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:36 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pickup Lines", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/113/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/deepswap-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 22, + "page_from_size": 273811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "32 Alternatives", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kupid-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 23, + "page_from_size": 302833, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "58 Kupid.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kajiwoto-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 23, + "page_from_size": 302833, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:36:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:36:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "67 kajiwoto.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kupid-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 22, + "page_from_size": 302115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - Page 3 of 122 - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:35:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:35:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "58 Kupid.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/kajiwoto-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 22, + "page_from_size": 302115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - Page 3 of 122 - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:35:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:35:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "67 kajiwoto.ai Alternatives – AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/spicychar-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194623, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "spicychar ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:35:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:35:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/pickup-line-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "23 Best Pickup line generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askthee", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AskThee", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bearly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bearly.ai – top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AskTheE", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "1 Best Askthee AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/114/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pickup-lines", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 91, + "page_from_internal_links": 20, + "page_from_size": 268442, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pickup Lines", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 100, + "page_from_internal_links": 22, + "page_from_size": 292873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:34:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:34:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 100, + "page_from_internal_links": 21, + "page_from_size": 292173, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - Page 2 of 122 - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:33:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:33:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/what-is-kuki-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kuki-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 193259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "what is kuki ai - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:33:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:33:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Kuki Ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/best-ai-voice-detectors/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-voice-authenticity-detector?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 194046, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "best ai voice detectors - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:32:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:32:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Ai voice authenticity detector AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/category/ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kuki-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 97, + "page_from_internal_links": 22, + "page_from_size": 289447, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Tools - AI Toolzs", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:31:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:31:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Kuki Ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolzs.com", + "url_from": "https://aitoolzs.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kuki-ai?via=aitoolzs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "173.236.198.118", + "domain_from_country": null, + "page_from_external_links": 97, + "page_from_internal_links": 21, + "page_from_size": 288916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolzs - AI Tools, Endless Possibilities", + "page_from_status_code": 200, + "first_seen": "2023-10-24 22:31:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 22:31:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Kuki Ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tnnoa.org", + "url_from": "https://www.tnnoa.org/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 113, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.163.129", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 20977, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "download convertor text - tnnoa.org", + "page_from_status_code": 200, + "first_seen": "2023-10-24 17:42:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 17:42:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "lay off wrist Warning 60 Best Text to audio converter AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/zh-CN/%E5%8F%98%E9%9D%A9%E8%AF%BE%E5%A0%82-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E5%A2%9E%E5%BC%BA%E5%AD%A6%E4%B9%A0%E6%96%B0%E6%97%B6%E4%BB%A3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 135845, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "彻底改变课堂:人工智能增强学习的新时代 - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-22 11:37:46 +00:00", + "prev_seen": "2023-09-22 11:37:46 +00:00", + "last_seen": "2023-10-24 11:57:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "虚拟导师", + "text_pre": "人工智能在教育领域正稳步向前迈进。 你可曾听说", + "text_post": "? 这些不仅仅是视频录制或互动课程,而是高度复杂的人工智能驱动平台,能够模仿人类导师的教学风格。 他们分析您的学习模式,了解您的弱点,并调整他们的教学风格,以确保您清楚这些概念。", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=aibrb.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:22 +00:00", + "prev_seen": "2023-09-22 10:11:22 +00:00", + "last_seen": "2023-10-24 11:55:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "researchstudio.ai", + "url_from": "https://researchstudio.ai/about", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/research-studio-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 223, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "52.223.52.2", + "domain_from_country": "AI", + "page_from_external_links": 21, + "page_from_internal_links": 9, + "page_from_size": 273388, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Research Studio - About Us", + "page_from_status_code": 200, + "first_seen": "2023-10-24 11:53:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 11:53:57 +00:00", + "item_type": "image", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": "TopAI.tools logo image", + "image_url": "https://framerusercontent.com/images/2ZEVE7pAd7xuggMj5fqqP90f6NE.png", + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_medium=aishowcase-page&utm_source=aishowcase.io&utm_campaign=aishowcase-page", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-24 11:29:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 11:29:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=theresanaiforthat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-07-25 22:29:25 +00:00", + "prev_seen": "2023-08-25 02:02:41 +00:00", + "last_seen": "2023-10-24 09:40:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/pl/rewolucjonizuje-klas%C4%99,-now%C4%85-er%C4%99-uczenia-si%C4%99-wzmocnionego-sztuczn%C4%85-inteligencj%C4%85/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 131619, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Rewolucjonizacja w klasie: nowa era uczenia się wspomaganego sztuczną inteligencją – Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-24 08:07:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 08:07:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "wirtualni nauczyciele", + "text_pre": "Sztuczna inteligencja w edukacji stale postępuje naprzód. Czy kiedykolwiek słyszałeś o", + "text_post": "? Nie są to zwykłe nagrania wideo czy interaktywne lekcje, ale wysoce wyrafinowane platformy oparte na sztucznej inteligencji, które są w stanie naśladować styl nauczania ludzkiego nauczyciela. Analizują", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "alexander-freihoff.de", + "url_from": "https://alexander-freihoff.de/de/blog/ki/ki-in-der-praxis/lovegpt-nutzt-openai-sprachmodelle-zur-automatisierung-von-catfishing-im-online-dating/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/chatbot-boyfriend", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "212.227.209.120", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 23, + "page_from_size": 480423, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "LoveGPT nutzt OpenAI-Sprachmodelle zur Automatisierung von Catfishing im Online-Dating - Alexander Freihoff", + "page_from_status_code": 200, + "first_seen": "2023-10-24 08:03:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 08:03:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Chatbot boyfriend AI tools", + "text_pre": null, + "text_post": ": Diese Seite führt eine Reihe von KI-gestützten Chat-Tools auf, die Nutzern beim Online-Dating helfen können. Sie erwähnt auch Hotconvo, ein kostenloses KI-gesteuertes Chat-Tool, das lustige und sexy", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "alexander-freihoff.de", + "url_from": "https://alexander-freihoff.de/en/blog/ai/ai-in-practice/lovegpt-uses-openai-language-models-to-automate-catfishing-in-online-dating/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/chatbot-boyfriend", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "212.227.209.120", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 23, + "page_from_size": 476873, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "LoveGPT uses OpenAI language models to automate catfishing in online dating - Alexander Freihoff", + "page_from_status_code": 200, + "first_seen": "2023-10-24 07:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 07:54:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Chatbot boyfriend AI tools", + "text_pre": null, + "text_post": ": This page lists a number of AI-powered chat tools that can help users with online dating. It also mentions Hotconvo, a free AI-powered chat tool that suggests funny and sexy conversation starters for", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cochem.pics", + "url_from": "https://cochem.pics/article/how-easy-is-it-to-fool-a-i-detection-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/humanize-writing", + "url_to_https": true, + "tld_from": "pics", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 327, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.43.68", + "domain_from_country": null, + "page_from_external_links": 78, + "page_from_internal_links": 135, + "page_from_size": 262179, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "How Easy Is It to Fool A.I.-Detection Tools? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-06-28 12:51:57 +00:00", + "prev_seen": "2023-08-24 18:18:56 +00:00", + "last_seen": "2023-10-24 01:39:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/id/merevolusi-ruang-kelas-era-baru-pembelajaran-yang-ditingkatkan-AI/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 414, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 128270, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Merevolusi Ruang Kelas: Era Baru Pembelajaran yang Disempurnakan AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-24 00:08:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-24 00:08:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutor virtual", + "text_pre": "AI di bidang pendidikan terus mengambil langkah maju. Pernahkah Anda mendengarnya", + "text_post": "? Ini bukan sekadar rekaman video atau pelajaran interaktif, melainkan platform berbasis AI yang sangat canggih yang mampu meniru gaya mengajar seorang tutor manusia. Mereka menganalisis pola belajar Anda,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sr.home-theater-designers.com", + "url_from": "https://sr.home-theater-designers.com/6-onlajn-kataloga-ai-alata-za-otkrivane-ili-trazene-najbole-ai-aplikacije", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SR", + "page_from_external_links": 68, + "page_from_internal_links": 293, + "page_from_size": 72752, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 онлајн каталога АИ алата за откривање или тражење најбоље АИ апликације - |Интернет|", + "page_from_status_code": 200, + "first_seen": "2023-07-04 04:19:07 +00:00", + "prev_seen": "2023-08-23 06:41:10 +00:00", + "last_seen": "2023-10-23 23:45:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "ТопАИ.тоолс", + "text_pre": "2.", + "text_post": "(Веб): Откријте АИ алате и креирајте и извезите уже листе", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ameliaandjp.com", + "url_from": "https://ameliaandjp.com/category/fire/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 284, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.174.159.141", + "domain_from_country": "EC", + "page_from_external_links": 77, + "page_from_internal_links": 74, + "page_from_size": 377570, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FIRE Archives | AmeliaAndJP.com", + "page_from_status_code": 200, + "first_seen": "2023-08-24 23:29:28 +00:00", + "prev_seen": "2023-09-06 15:01:23 +00:00", + "last_seen": "2023-10-23 22:36:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "prompt guides", + "text_pre": "You can also download some free", + "text_post": "to speed up your learning process.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=overview&utm_medium=resourcepage&utm_id=aitooltracker&ref=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 82, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-14 23:45:40 +00:00", + "prev_seen": "2023-09-14 23:45:40 +00:00", + "last_seen": "2023-10-23 21:50:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=overview&utm_medium=resourcepage&utm_id=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 82, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-14 23:44:26 +00:00", + "prev_seen": "2023-09-14 23:44:26 +00:00", + "last_seen": "2023-10-23 21:50:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=aitooltracker&utm_campaign=aitooltracker&utm_id=aitooltracker&ref=aitooltracker", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-23 21:06:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 21:06:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.fmhy.tk", + "url_from": "https://www.fmhy.tk/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "tk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 93, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.169.13", + "domain_from_country": "TK", + "page_from_external_links": 466, + "page_from_internal_links": 24, + "page_from_size": 172817, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-23 20:55:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 20:55:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sk.home-theater-designers.com", + "url_from": "https://sk.home-theater-designers.com/6-online-adresarov-nastrojov-ai-na-objavovanie-alebo-vyhladavanie-najlepsej-aplikacie-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "SK", + "page_from_external_links": 68, + "page_from_internal_links": 285, + "page_from_size": 61347, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "6 online adresárov nástrojov AI na objavovanie alebo vyhľadávanie najlepšej aplikácie AI - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 23:04:09 +00:00", + "prev_seen": "2023-08-23 06:37:29 +00:00", + "last_seen": "2023-10-23 14:05:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Objavte nástroje AI a vytvorte a exportujte užšie zoznamy", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reddit.com", + "url_from": "https://www.reddit.com/r/SideProject/comments/11mtoji/im_creating_an_ai_tool_for_managing_reddit_saved/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 815, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.140", + "domain_from_country": "US", + "page_from_external_links": 16, + "page_from_internal_links": 100, + "page_from_size": 58374, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I'm creating an AI tool for managing Reddit saved posts! : SideProject", + "page_from_status_code": 200, + "first_seen": "2023-10-23 13:13:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 13:13:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai tools directory", + "text_pre": "This is a nice idea, first of it's kind according my knowledge coming from having 1300 tools in our", + "text_post": "right now.i haven't seen it before.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 350, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-23 11:54:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 11:54:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 63, + "domain_from_rank": 141, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.83", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131962, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-08-23 03:49:08 +00:00", + "prev_seen": "2023-08-23 03:49:08 +00:00", + "last_seen": "2023-10-23 11:04:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-23 10:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 10:52:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=vteam.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 23, + "domain_from_rank": 305, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185193, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-23 08:47:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-23 08:47:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=ai-hunter.io&utm_medium=ai-hunter.io&utm_campaign=ai-hunter.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 60, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-24 07:11:08 +00:00", + "prev_seen": "2023-10-03 20:31:47 +00:00", + "last_seen": "2023-10-23 06:55:14 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "outsourceai.io", + "url_from": "https://outsourceai.io/go/assisterr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "64.176.198.14", + "domain_from_country": "IO", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 307, + "first_seen": "2023-10-22 17:34:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 17:34:48 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tuning-convergence-stability-scalability-and-nsf-part-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 40334, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:45:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:45:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page - BGP Security - BGP in the Data Center - What is BGP 4-byte AS number?", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/bgp-performance-tuning-convergence-stability-scalability-and-nsf-part-3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 40334, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "BGP performance tuning - Convergence, Stability, Scalability and NSF (Part 3)", + "page_from_status_code": 200, + "first_seen": "2023-10-22 14:45:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 14:45:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 162, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 296, + "page_from_size": 235031, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-05 09:42:27 +00:00", + "prev_seen": "2023-09-14 22:56:36 +00:00", + "last_seen": "2023-10-22 05:34:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "viraje.ir", + "url_from": "https://viraje.ir/2023/10/21/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85%D8%9F-%D8%A7%D8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 351, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.60.6", + "domain_from_country": "IR", + "page_from_external_links": 49, + "page_from_internal_links": 13, + "page_from_size": 169568, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – ویراژ", + "page_from_status_code": 200, + "first_seen": "2023-10-22 04:16:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-22 04:16:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aigems.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 250, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-19 12:59:11 +00:00", + "prev_seen": "2023-08-19 12:59:11 +00:00", + "last_seen": "2023-10-22 01:33:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 304, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185462, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 17:54:06 +00:00", + "prev_seen": "2023-08-23 17:54:06 +00:00", + "last_seen": "2023-10-22 00:56:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.forbes.ru", + "url_from": "https://www.forbes.ru/forbeslife/496540-zamuz-za-robota-kak-pridumannye-v-kino-tehnologii-uze-stali-real-nost-u", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Relationships", + "url_to_https": true, + "tld_from": "ru", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 529, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "178.248.232.187", + "domain_from_country": "RU", + "page_from_external_links": 31, + "page_from_internal_links": 17, + "page_from_size": 319269, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Замуж за робота: как придуманные в кино технологии уже стали реальностью | Forbes Life", + "page_from_status_code": 200, + "first_seen": "2023-09-19 21:21:44 +00:00", + "prev_seen": "2023-09-19 21:21:44 +00:00", + "last_seen": "2023-10-21 20:39:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "захватывающий", + "text_pre": "Виртуальный партнер — тренд последних лет,", + "text_post": "рынок США. Технология развивается в сторону создания  внешности партнера, синтеза голоса и генерации фото и видео. Уже известна история жительницы США Розанны Рамос, которая не только создала себе чат-бот", + "semantic_location": "figcaption", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "technomean.com", + "url_from": "https://technomean.com/how-to-use-chatgpt-to-write-an-essay/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 145, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "66.235.200.147", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 38, + "page_from_size": 433540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Use ChatGPT To Write An Essay? - Techno Mean", + "page_from_status_code": 200, + "first_seen": "2023-10-21 00:52:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-21 00:52:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Textero.ai", + "text_pre": null, + "text_post": "is a new AI writing tool that helps you to create content that easily fits the style of academic writing. It helps you to generate ideas and bring unique content about your topic. It is an AI-based writing", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "careersurf.info", + "url_from": "http://careersurf.info/ai-trip-planner/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-trip-planner.png", + "url_to_https": true, + "tld_from": "info", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.247.8.53", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 38, + "page_from_size": 141078, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Trip Planner - Career Surf", + "page_from_status_code": 200, + "first_seen": "2023-10-20 23:50:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 23:50:10 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Trip Planner", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/tag/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 23, + "page_from_internal_links": 26, + "page_from_size": 71766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:29:21 +00:00", + "prev_seen": "2023-10-03 23:29:21 +00:00", + "last_seen": "2023-10-20 16:07:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/category/marketing-effectivness/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 41, + "page_from_internal_links": 46, + "page_from_size": 137772, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Marketing Effectivness Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:23:24 +00:00", + "prev_seen": "2023-10-04 01:28:08 +00:00", + "last_seen": "2023-10-20 16:07:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/category/marketing-strategy/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 25, + "page_from_internal_links": 45, + "page_from_size": 155292, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Marketing Strategy Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:08:53 +00:00", + "prev_seen": "2023-10-04 01:25:50 +00:00", + "last_seen": "2023-10-20 16:07:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/blog-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 35, + "page_from_internal_links": 44, + "page_from_size": 157565, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:34:37 +00:00", + "prev_seen": "2023-10-03 23:50:14 +00:00", + "last_seen": "2023-10-20 16:05:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theautomated.co", + "url_from": "https://www.theautomated.co/p/100-influential-people-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flot-ai?utm_source=www.theautomated.co&utm_medium=referral&utm_campaign=here-are-the-100-most-influential-people-in-ai", + "url_to_https": true, + "tld_from": "co", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.19.156.23", + "domain_from_country": "CO", + "page_from_external_links": 28, + "page_from_internal_links": 6, + "page_from_size": 168973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Here are the 100 most influential people in AI", + "page_from_status_code": 200, + "first_seen": "2023-10-20 15:20:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 15:20:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Flot AI:", + "text_pre": null, + "text_post": "Your AI copilot for all apps and websites.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.faradars.org", + "url_from": "https://blog.faradars.org/%DA%86%DA%AF%D9%88%D9%86%D9%87-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%DA%A9%D9%86%DB%8C%D9%85/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textero-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 590, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.190.39.142", + "domain_from_country": "WW", + "page_from_external_links": 123, + "page_from_internal_links": 144, + "page_from_size": 299953, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "چگونه از هوش مصنوعی استفاده کنیم؟ – از صفر تا صد – فرادرس - مجله‌", + "page_from_status_code": 200, + "first_seen": "2023-10-20 07:31:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-20 07:31:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "+", + "text_pre": "چت جی پی تی، بینگ مایکروسافت، سایت Textero.AI [", + "text_post": "]، سایت هوش مصنوعی Jasper AI [+]، سایت Copy AI [+] و سایت AI Writer [+] ابزارهای هوشمندی را برای تولید محتوای متنی در اختیار کاربران قرار می‌دهند که به‌سادگی می‌توان از آن‌ها استفاده کرد.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webdirectorycenter.com", + "url_from": "https://webdirectorycenter.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/submit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 88, + "domain_from_rank": 32, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.105.117.186", + "domain_from_country": null, + "page_from_external_links": 212, + "page_from_internal_links": 1, + "page_from_size": 594058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Web Directory Center", + "page_from_status_code": 200, + "first_seen": "2023-09-14 21:49:49 +00:00", + "prev_seen": "2023-09-14 21:49:49 +00:00", + "last_seen": "2023-10-20 04:58:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Click to submit", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "webdirectorycenter.com", + "url_from": "https://webdirectorycenter.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 88, + "domain_from_rank": 32, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.105.117.186", + "domain_from_country": null, + "page_from_external_links": 212, + "page_from_internal_links": 1, + "page_from_size": 594058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Web Directory Center", + "page_from_status_code": 200, + "first_seen": "2023-09-14 21:49:49 +00:00", + "prev_seen": "2023-09-14 21:49:49 +00:00", + "last_seen": "2023-10-20 04:58:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": "IO", + "page_from_external_links": 22, + "page_from_internal_links": 155, + "page_from_size": 150994, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - kosh - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-10-19 15:50:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 15:50:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.147", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131955, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-19 15:37:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 15:37:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=futureen", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-19 12:03:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-19 12:03:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.businessofapps.com", + "url_from": "https://www.businessofapps.com/insights/fantasy-sports-apps-in-affiliate-marketing-how-to-score-big-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-sports-prediction", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 428, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.130.145.116", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 108, + "page_from_size": 146426, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Fantasy sports apps in affiliate marketing: How to score big in 2023 - Business of Apps", + "page_from_status_code": 200, + "first_seen": "2023-09-06 21:43:59 +00:00", + "prev_seen": "2023-09-06 21:43:59 +00:00", + "last_seen": "2023-10-18 22:02:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI data-driven forecasts", + "text_pre": "of AI as another big worldwide trend has provided fantasy players with a wide variety of tools to help players, ensuring a lower barrier to entry. Predictions have become much easier with free Fantasy Team Analyzers or", + "text_post": ", so the game is getting massive adoption worldwide.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.bardeen.ai", + "url_from": "https://www.bardeen.ai/posts/create-business-ai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=finance", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 133, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.32.99.22", + "domain_from_country": "AI", + "page_from_external_links": 34, + "page_from_internal_links": 86, + "page_from_size": 86671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Creating a business from scratch with only AI tools | Bardeen.ai", + "page_from_status_code": 200, + "first_seen": "2023-06-28 04:32:16 +00:00", + "prev_seen": "2023-09-03 09:59:50 +00:00", + "last_seen": "2023-10-18 21:09:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi", + "text_pre": "help you automate your fundraising workflow. TaxGPT will help you file your taxes while maximizing deductions. AvanazAI will analyze complex financial data. For more such AI finance tools, you can check Futurepedia and", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "colthands.dev", + "url_from": "https://colthands.dev/blog/articles/5-best-ai-tools-for-developers", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 8, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.9", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 2, + "page_from_size": 51146, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "5 Best AI tools for developers", + "page_from_status_code": 200, + "first_seen": "2023-10-18 20:41:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 20:41:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools section for writing", + "text_pre": "There are so many AI-powered writing assistants available on the market, just have a look at", + "text_post": ". But Notion AI has a bunch of different features built in: summaries, translations, explanations, action points, grammar and spelling checks, and more. The most significant advantage and a drawback is", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sos-informatique13.com", + "url_from": "https://www.sos-informatique13.com/astuces/divers/annuaires-de-generateurs-dintelligence-artificielle", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 316, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.246.46.93", + "domain_from_country": "FR", + "page_from_external_links": 24, + "page_from_internal_links": 37, + "page_from_size": 149811, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Annuaires de générateurs d'intelligence artificielle - SOS Informatique", + "page_from_status_code": 200, + "first_seen": "2023-05-02 09:46:20 +00:00", + "prev_seen": "2023-10-03 01:11:56 +00:00", + "last_seen": "2023-10-18 19:55:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Annuaire de générateurs d'IA, triés par catégories", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tmcgeedesign.com", + "url_from": "https://tmcgeedesign.com/search/easiest-way-to-use-chatgpt.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/youtube-summary-with-chatgpt.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.126.82.92", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 13, + "page_from_size": 28769, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "0 Result Images of Easiest Way To Use Chatgpt - PNG Image Collection", + "page_from_status_code": 200, + "first_seen": "2023-10-18 19:20:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 19:20:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "YouTube Summary with ChatGPT gambar png", + "image_url": "https://tse4.mm.bing.net/th?id=OIP.NrIOWkMDvYe98ROfy-tb2QHaEK&pid=15.1", + "anchor": "YouTube Summary with ChatGPT", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ilib-ai-directory", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 304, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 185195, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-18 17:00:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 17:00:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wpbakery.com", + "url_from": "https://wpbakery.com/blog/potential-of-ai-for-wordpress/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=wordpress", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 393, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.64.172.16", + "domain_from_country": "WW", + "page_from_external_links": 23, + "page_from_internal_links": 39, + "page_from_size": 53407, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Potential of AI for WordPress Websites - WPBakery Page Builder", + "page_from_status_code": 200, + "first_seen": "2023-09-19 19:14:16 +00:00", + "prev_seen": "2023-09-19 19:14:16 +00:00", + "last_seen": "2023-10-18 16:21:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools list", + "text_pre": "are tons of developers experimenting with AI, so we can look forward to seeing more cool tools coming soon. You can keep track of both existing and emerging innovations through resources such as the WPFront list, the", + "text_post": ", and the official WordPress plugin repository.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jwsearch.jword.jp", + "url_from": "https://jwsearch.jword.jp/search?q=https+%2Fchat.openai.com%2Fauth%2Flogin+deutsch&act=image&pvs=search-top&inec=utf-8&per_page=11", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "url_to_https": true, + "tld_from": "jp", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 468, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.95.184.106", + "domain_from_country": "JP", + "page_from_external_links": 29, + "page_from_internal_links": 14, + "page_from_size": 33184, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "https /chat.openai.com/auth/login deutsch- JWord サーチ", + "page_from_status_code": 200, + "first_seen": "2023-10-18 15:26:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 15:26:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "250 Best Chat AI tools", + "image_url": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/welcome?utm_source=www.aiwithvibes.com&utm_medium=referral&utm_campaign=amazon-chatgpt-rival-google-ai-detector", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.179", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 132113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-18 07:23:31 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 07:23:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@treagod@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": "IO", + "page_from_external_links": 48, + "page_from_internal_links": 245, + "page_from_size": 283962, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - treagod - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-10-18 04:55:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-18 04:55:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "deep-dive.fr", + "url_from": "https://deep-dive.fr/10-annuaires-dintelligence-artificielle/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fr", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 334, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.160", + "domain_from_country": "FR", + "page_from_external_links": 19, + "page_from_internal_links": 85, + "page_from_size": 195646, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "10 annuaires d'intelligence Artificielle - DeepDive Communication et Formation", + "page_from_status_code": 200, + "first_seen": "2023-03-20 12:24:00 +00:00", + "prev_seen": "2023-06-22 12:37:01 +00:00", + "last_seen": "2023-10-17 19:00:55 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": "Une interface à la Google avec un moteur e recherche mis en avant. Vous pouvez exploiter les tags,ou les Quick lists classées par thématiques.", + "text_post": " ", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "newcovenantnetwork.net", + "url_from": "https://newcovenantnetwork.net/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 315, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.215.120.208", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 49, + "page_from_size": 69375, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force | New Covenant Network News", + "page_from_status_code": 200, + "first_seen": "2023-08-11 12:06:02 +00:00", + "prev_seen": "2023-08-11 12:06:02 +00:00", + "last_seen": "2023-10-17 16:17:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "buddyxtheme.com", + "url_from": "https://buddyxtheme.com/best-ai-tools-for-creators/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autodraw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 470, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 73, + "page_from_internal_links": 23, + "page_from_size": 189845, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Tools for Creators - BuddyX Theme - Best Community Theme for BuddyPress", + "page_from_status_code": 200, + "first_seen": "2023-10-03 01:38:00 +00:00", + "prev_seen": "2023-10-03 01:38:00 +00:00", + "last_seen": "2023-10-17 02:56:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AutoDraw", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21973/%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D9%8A%D8%AF%D8%B9%D9%85-%D8%A7%D9%84%D9%84%D8%BA%D8%A9-%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9-5-%D9%85%D9%88%D8%A7%D9%82/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 36, + "page_from_size": 207641, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "ذكاء اصطناعي يدعم اللغة العربية | 5 مواقع مفيدة ومهمة لك. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:32:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:32:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "وت Askrobi واتساب للدردشة", + "text_pre": "٢-ب", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21900/%D9%88%D8%A7%D8%AA%D8%B3%D8%A7%D8%A8-%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D8%A8%D9%88%D8%AA%D8%A7%D8%AA-%D8%AF%D8%B1%D8%AF%D8%B4%D8%A9-%D9%A2%D9%A0%D9%A2%D9%A3-%D9%87/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-bling", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 33, + "page_from_size": 206192, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "واتساب ذكاء اصطناعي | بوتات دردشة ٢٠٢٣ هنستفيد. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:29:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:29:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "وت Chat Bling", + "text_pre": "٣-ب", + "text_post": ".واتساب ذكاء اصطناعي", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21913/%D9%85%D9%88%D8%A7%D9%82%D8%B9-%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D9%85%D8%AC%D8%A7%D9%86%D9%8A%D8%A9/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-bling", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 39, + "page_from_size": 209300, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مواقع ذكاء اصطناعي مجانية مختلف المجالات ٢٠٢٣ هنستفيد. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:05:51 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:05:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "بوت Chat Bling", + "text_pre": "–", + "text_post": ".", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nastafed.com", + "url_from": "https://nastafed.com/21881/%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A-%D9%8A%D8%AD%D9%88%D9%84-%D8%A7%D9%84%D8%B5%D9%88%D8%B1-%D9%84%D8%A7%D9%86%D9%85%D9%8A-%D9%A4-%D9%85%D9%88%D8%A7%D9%82%D8%B9/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.47", + "domain_from_country": null, + "page_from_external_links": 6, + "page_from_internal_links": 36, + "page_from_size": 206844, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "ذكاء اصطناعي يحول الصور لانمي | ٤ مواقع تساعدك ٢٠٢٣. - موقع نستفيد", + "page_from_status_code": 200, + "first_seen": "2023-10-16 22:00:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 22:00:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "موقع Hotpot.ai.", + "text_pre": "٤-", + "text_post": "مواقع ذكاء اصطناعي يحول الصور لانمي", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/compartir-137-imagen-remove-background-with-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/removal-ai.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 138, + "page_from_internal_links": 20, + "page_from_size": 246599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Compartir 137+ imagen remove background with ai - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-16 05:33:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 05:33:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminación.ai", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminación.ai Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ionutmobdesign.ro", + "url_from": "https://www.ionutmobdesign.ro/auto-generate-backlink-articles", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/backlinkgpt.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.53", + "domain_from_country": "RO", + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 27820, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Pebble Cusco ice cream pension physically Slime auto generate backlink articles - ionutmobdesign.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-16 02:14:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 02:14:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Search engine marketing disconnected Soviet 60 Best Backlink generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/backlinkgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/top-106-imagem-photo-background-burner-online-free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/background-remover-from-photo-by-hitpaw.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 106, + "page_from_internal_links": 21, + "page_from_size": 219986, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 106+ imagem photo background burner online free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-16 00:47:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-16 00:47:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminador de fondo de la foto de Hitpaw", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminador de fondo de la foto de Hitpaw Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=gptdemo.net&utm_medium=marketplace&utm_campaign=gptdemo.net", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-15 17:30:39 +00:00", + "prev_seen": "2023-09-15 17:30:39 +00:00", + "last_seen": "2023-10-15 18:59:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "moridomdigital.com", + "url_from": "https://moridomdigital.com/what-is-genmo-ai-and-why-you-should-try-it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 102, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.54.120.176", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 17, + "page_from_size": 147823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What Is Genmo AI and Why You Should Try It - Moridom Digital Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-15 14:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 14:06:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Genly", + "text_pre": "1.", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/actualizar-215-imagen-message-background-music-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-voice-detector.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 210, + "page_from_internal_links": 21, + "page_from_size": 358332, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Actualizar 215+ imagen message background music - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-15 12:36:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 12:36:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Detector de voz AI", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Detector de voz AI Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "adurec.best", + "url_from": "https://adurec.best/article/character-ai-nsfw-filter-bypass-iqchat", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 148, + "domain_from_rank": 330, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.152.1", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 53, + "page_from_size": 98934, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Character ai nsfw filter bypass- IQChat (2023)", + "page_from_status_code": 200, + "first_seen": "2023-10-15 10:53:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 10:53:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/genmo-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 279, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 7, + "page_from_internal_links": 32, + "page_from_size": 149794, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Genmo AI Review: Create Videos and Connect with Videographers", + "page_from_status_code": 200, + "first_seen": "2023-10-15 08:38:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 08:38:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Genly", + "text_pre": "1.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-90-images-ai-replace-background/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/removal-ai.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 91, + "page_from_internal_links": 21, + "page_from_size": 200550, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 90+ images ai replace background - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-15 02:49:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 02:49:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminación.ai", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminación.ai Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-90-images-ai-replace-background/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/clipdrop-replace-background.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 91, + "page_from_internal_links": 21, + "page_from_size": 200550, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 90+ images ai replace background - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-15 02:49:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 02:49:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ClipDrop Reemplazar fondo", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "ClipDrop Reemplazar fondo Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@Oinks@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 251, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 94, + "page_from_size": 93660, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Oinks - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-10-15 01:16:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-15 01:16:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=aitoolhouse.com&utm_medium=marketplace&utm_campaign=aitoolhouse.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 249, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-14 23:33:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 23:33:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.nettsz.com", + "url_from": "https://www.nettsz.com/5904.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 226, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "111.229.16.118", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 57, + "page_from_size": 180177, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "13个优秀的人工智能工具软件AI导航网站推荐 – 网络探索者", + "page_from_status_code": 200, + "first_seen": "2023-04-02 00:55:35 +00:00", + "prev_seen": "2023-08-13 00:33:25 +00:00", + "last_seen": "2023-10-14 22:37:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?utm_source=aitoolhouse.com&utm_medium=marketplace&utm_campaign=aitoolhouse.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 342, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-14 22:09:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 22:09:32 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=ailetter.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 67, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-14 21:13:05 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 21:13:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aitoolhouse.com&utm_medium=marketplace&utm_campaign=aitoolhouse.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184959, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-14 21:02:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 21:02:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "puca.pages.dev", + "url_from": "https://puca.pages.dev/19/vaHqsKFeqd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.47.29", + "domain_from_country": null, + "page_from_external_links": 10003, + "page_from_internal_links": 1, + "page_from_size": 1075396, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Top Global Websites Directory", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:35:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 20:35:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "rentcontractor.tools 💎 singularia.tools 💎 tamtam.tools 💎 wimkle.tools 💎 amazingseo.tools 💎 arx.tools 💎 awesomeai.tools 💎 firefighter.tools 💎 points.tools 💎 promptly.tools 💎 sfadmin.tools 💎 sod.tools 💎", + "text_post": "💎 whistle.tools 💎 aitsys-infra.tools 💎 boyingnet.tools 💎 framed.tools 💎 greta.tools 💎 labdiamond.tools 💎 onlinedev.tools 💎 relyea.tools 💎 schemamarkup.tools 💎 seven-media.tools 💎 stocker.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "metrotechs.io", + "url_from": "https://metrotechs.io/?ref=ailetter.tech", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/metrotechs?ref=embed", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 79, + "domain_from_rank": 342, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.22.221.101", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 20, + "page_from_size": 51119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Powered Digital Marketing | Internet Marketing Agency", + "page_from_status_code": 200, + "first_seen": "2023-10-14 20:11:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 20:11:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Metrotechs Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fedia.io", + "url_from": "https://fedia.io/u/@neavts@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 499, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "148.251.192.177", + "domain_from_country": "IO", + "page_from_external_links": 32, + "page_from_internal_links": 195, + "page_from_size": 205501, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - neavts - Fedia", + "page_from_status_code": 200, + "first_seen": "2023-10-14 17:55:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 17:55:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/434572_koboldai-api-url", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 117, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 20020, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Koboldai Api Url - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-10-14 12:44:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 12:44:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/nsfw-chatbot", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.acilkepenktamircisi.com", + "url_from": "https://www.acilkepenktamircisi.com/generare-lista-figuri-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/fuups.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 124, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 27514, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Miss left front margin chop genius generare lista figuri word - acilkepenktamircisi.com", + "page_from_status_code": 200, + "first_seen": "2023-10-14 12:07:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 12:07:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FALSE preface Earliest Fuups", + "image_url": "https://topai.tools/assets/img/tools/png/fuups.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/pricing.html?ref=domore.ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 26904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pricing | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-10-14 01:18:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-14 01:18:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lexology.com", + "url_from": "https://www.lexology.com/library/detail.aspx?g=3dcc6eda-2a73-4fd2-b853-24fb7a3cfe4c", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Legal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.12.102", + "domain_from_country": "US", + "page_from_external_links": 40, + "page_from_internal_links": 92, + "page_from_size": 135029, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Generative AI Is Here and Ready to Disrupt - Lexology", + "page_from_status_code": 200, + "first_seen": "2023-10-13 20:05:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 20:05:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "grows", + "text_pre": "Overy’s Markets Innovation Group said the technology application “deliver[ed] unprecedented efficiency and intelligence.” These are just a smattering examples; the list of AI applications for law", + "text_post": "every day.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.incredibuild.cn", + "url_from": "https://www.incredibuild.cn/blog/artificial-intelligence-in-game-development-the-top-6-ai-tools-you-need-now", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leonardo-ai", + "url_to_https": true, + "tld_from": "cn", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 353, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.129.226.3", + "domain_from_country": "CN", + "page_from_external_links": 22, + "page_from_internal_links": 41, + "page_from_size": 144646, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "人工智能在游戏开发中的应用:你目前所需的 6 大 AI 工具 - Incredibuild", + "page_from_status_code": 200, + "first_seen": "2023-07-27 22:24:54 +00:00", + "prev_seen": "2023-08-31 04:09:17 +00:00", + "last_seen": "2023-10-13 10:23:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Leonardo.ai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/pricing.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 215, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 26904, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Pricing | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:44:03 +00:00", + "prev_seen": "2023-08-28 23:22:51 +00:00", + "last_seen": "2023-10-13 09:28:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "happyimages.my.id", + "url_from": "http://happyimages.my.id/ai-hairstyle/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/hairstyle-ai.png", + "url_to_https": true, + "tld_from": "my.id", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "45.13.255.143", + "domain_from_country": "ID", + "page_from_external_links": 54, + "page_from_internal_links": 37, + "page_from_size": 100422, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Hairstyle - Happy images", + "page_from_status_code": 200, + "first_seen": "2023-10-13 08:11:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 08:11:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hairstyle AI top AI tools", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "146.190.97.246", + "url_from": "https://146.190.97.246/ai-trip-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-trip-planner.png", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "146.190.97.246", + "domain_from_country": null, + "page_from_external_links": 76, + "page_from_internal_links": 37, + "page_from_size": 134985, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Trip Planner - Amuted", + "page_from_status_code": 200, + "first_seen": "2023-10-13 05:22:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 05:22:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Trip Planner", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.incredibuild.com", + "url_from": "https://www.incredibuild.com/blog/artificial-intelligence-in-game-development-the-top-6-ai-tools-you-need-now", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leonardo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 40, + "domain_from_rank": 453, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.40.19", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 51, + "page_from_size": 178638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence in Game Development: The Top 6 AI Tools You Need Now - Incredibuild", + "page_from_status_code": 200, + "first_seen": "2023-07-07 21:11:59 +00:00", + "prev_seen": "2023-08-11 03:53:25 +00:00", + "last_seen": "2023-10-13 03:46:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Leonardo.ai", + "text_pre": "Similar to Scenario,", + "text_post": "also creates in-game assets and graphics.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/sv/revolutionerar-klassrummet-den-nya-eran-av-ai-f%C3%B6rb%C3%A4ttrat-l%C3%A4rande/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 129331, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Revolutionera klassrummet: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-13 01:19:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-13 01:19:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuella handledare", + "text_pre": "AI inom utbildning tar stadigt sina steg framåt. Har du någonsin hört talas om", + "text_post": "? Dessa är inte bara videoinspelningar eller interaktiva lektioner utan mycket sofistikerade AI-drivna plattformar som kan efterlikna undervisningsstilen hos en mänsklig handledare. De analyserar dina", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 194, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 295, + "page_from_size": 241194, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-04-10 13:35:53 +00:00", + "prev_seen": "2023-09-15 16:06:37 +00:00", + "last_seen": "2023-10-13 00:01:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.toolsは、850のツールを含むAIツールディレクトリで、RSSが利用可能です。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.istanbul-halalmarket.com", + "url_from": "https://www.istanbul-halalmarket.com/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.221", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 16, + "page_from_size": 19851, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Engager farvestof Rædsel Rundt om Produktionscenter Vice bard top - istanbul-halalmarket.com", + "page_from_status_code": 200, + "first_seen": "2023-10-12 20:41:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 20:41:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "udtryk Bøde serviet Google Bard - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.callcenterappuntamenti.com", + "url_from": "https://www.callcenterappuntamenti.com/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 119, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.78.37", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 26622, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "download convertor text - callcenterappuntamenti.com", + "page_from_status_code": 200, + "first_seen": "2023-10-12 19:47:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 19:47:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "clue Idol Often spoken 60 Best Text to audio converter AI tools", + "image_url": "https://topai.tools/assets/img/tools/freetts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/actualizar-72-imagem-vtuber-background-maker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/live3d-anime-generator.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 141, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 73, + "page_from_internal_links": 20, + "page_from_size": 187196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Actualizar 72+ imagem vtuber background maker - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-12 16:56:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 16:56:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de anime Live3d", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de anime Live3d Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "onxshadow.com", + "url_from": "https://onxshadow.com/websites-like-homeworkify/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tutormind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 29, + "page_from_size": 133231, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "11+ Finest Websites Like Homeworkify", + "page_from_status_code": 200, + "first_seen": "2023-10-12 16:39:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 16:39:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tutor Mind", + "text_pre": "With features like lesson planning, essay proofreading, question production, and plagiarism detection for teachers,", + "text_post": "is an AI-powered platform that makes teaching easier. It reduces teacher effort and saves time while delivering high-quality instruction.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sites.ipaddress.com", + "url_from": "https://sites.ipaddress.com/futuretools.io/alternatives/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.31.11", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 33, + "page_from_size": 118541, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "18 Similar Sites Like futuretools.io", + "page_from_status_code": 200, + "first_seen": "2023-10-12 13:33:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 13:33:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "topai.tools", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sites.ipaddress.com", + "url_from": "https://sites.ipaddress.com/topai.tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.31.11", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 35, + "page_from_size": 135598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Topai.tools - Best AI tools and Services", + "page_from_status_code": 200, + "first_seen": "2023-10-12 13:10:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 13:10:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "https://topai.tools", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sites.ipaddress.com", + "url_from": "https://sites.ipaddress.com/theresanaiforthat.com/alternatives/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.31.11", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 42, + "page_from_size": 128819, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "25 Similar Sites Like theresanaiforthat.com", + "page_from_status_code": 200, + "first_seen": "2023-10-12 13:09:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 13:09:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "topai.tools", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 132, + "page_from_internal_links": 70, + "page_from_size": 230440, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:40:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:40:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 77646, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2016", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:37:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:37:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/08/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 63, + "page_from_size": 111390, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: elokuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:34:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:34:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/06/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 63, + "page_from_size": 96699, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: kesäkuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:30:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:30:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/01/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 58, + "page_from_internal_links": 64, + "page_from_size": 103202, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: tammikuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:28:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:28:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 63, + "page_from_size": 66987, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:25:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:25:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/04/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 57, + "page_from_internal_links": 64, + "page_from_size": 83771, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: huhtikuuta 2021", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:22:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:22:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 63, + "page_from_size": 77216, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2019", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:21:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:21:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.65", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 64, + "page_from_size": 106035, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:18:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:18:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/04/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 72630, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: huhtikuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:11:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:11:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/10/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 64, + "page_from_size": 102650, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: lokakuuta 2015", + "page_from_status_code": 200, + "first_seen": "2023-10-12 09:10:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 09:10:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/01/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 49, + "page_from_internal_links": 62, + "page_from_size": 116063, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: tammikuuta 2022", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:26:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:26:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/07/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 62, + "page_from_size": 108263, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: heinäkuuta 2022", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:09:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:09:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/10/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 75889, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: lokakuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:08:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:08:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 68937, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2019", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:06:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:06:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/01/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 40, + "page_from_internal_links": 63, + "page_from_size": 105209, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: tammikuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:05:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:05:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2017/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 64, + "page_from_size": 97526, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2017", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:03:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:03:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/09/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 62, + "page_from_size": 70743, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: syyskuuta 2021", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:03:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:03:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/07/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 64, + "page_from_size": 125273, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: heinäkuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:01:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:01:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/05/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 63, + "page_from_size": 75443, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: toukokuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:00:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:00:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 63, + "page_from_size": 81506, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2021", + "page_from_status_code": 200, + "first_seen": "2023-10-12 08:00:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 08:00:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/03/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 63, + "page_from_size": 119625, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: maaliskuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:59:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:59:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/06/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 40, + "page_from_internal_links": 63, + "page_from_size": 66292, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: kesäkuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:58:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:58:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/11/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 75, + "page_from_internal_links": 63, + "page_from_size": 88162, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: marraskuuta 2016", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:57:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:57:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2016/10/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 37, + "page_from_internal_links": 63, + "page_from_size": 108104, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: lokakuuta 2016", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:56:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:56:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 61, + "page_from_internal_links": 66, + "page_from_size": 160304, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2015", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:55:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:55:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 63, + "page_from_size": 166735, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: 2018", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:52:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:52:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2019/02/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 75622, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: helmikuuta 2019", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:42:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:42:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/12/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 87338, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: joulukuuta 2020", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:35:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:35:23 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/05/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 46, + "page_from_internal_links": 63, + "page_from_size": 72661, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: toukokuuta 2014", + "page_from_status_code": 200, + "first_seen": "2023-10-12 07:30:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 07:30:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/%D0%B0%D0%BD%D1%82%D0%B8%D0%BF%D0%BB%D0%B0%D0%B3%D0%B8%D0%B0%D1%82-%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 185067, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Проверка на плагиат онлайн (Нет загрузки)", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:08:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:08:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/%D0%B4%D0%B5%D1%82%D0%B5%D0%BA%D1%82%D0%BE%D1%80-%D0%BA%D0%BE%D0%BD%D1%82%D0%B5%D0%BD%D1%82%D0%B0-%D0%B8%D0%B8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 170581, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Бесплатный детектор контента ИИ - Найти ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:08:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:08:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/%D0%BF%D0%B5%D1%80%D0%B5%D0%B2%D0%BE%D0%B4%D1%87%D0%B8%D0%BA-%D0%B0%D0%B7%D0%B1%D1%83%D0%BA%D0%B8-%D0%BC%D0%BE%D1%80%D0%B7%D0%B5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 105, + "domain_from_rank": 301, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 163748, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Азбука морзе переводчик (бесплатно)", + "page_from_status_code": 200, + "first_seen": "2023-10-12 06:07:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 06:07:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/werterzz/interesting-site-for-developer", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 8, + "page_from_internal_links": 67, + "page_from_size": 193150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GitHub - werterzz/interesting-site-for-developer: the list of developer interesting website", + "page_from_status_code": 200, + "first_seen": "2023-10-12 03:49:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 03:49:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": "- list of top ai tools in market", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "natokonline.com", + "url_from": "https://natokonline.com/article/8-best-t-shirt-design-software-in-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/customizable-t-shirt-design-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 202, + "domain_from_rank": 306, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.44.131", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 61, + "page_from_size": 115888, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "8 Best T-Shirt Design Software in 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-10-12 00:09:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-12 00:09:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/08/musiikki-informaation-applikaatiot.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 63, + "page_from_size": 112689, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Musiikki-informaation applikaatiot", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:50:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:50:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/03/east-bay-ray-punk-kitaristi-san.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 64, + "page_from_size": 75613, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: East Bay Ray - punk-kitaristi San Franciscosta", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:46:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:46:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/06/humanistin-uudet-haasteet.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 49, + "page_from_internal_links": 63, + "page_from_size": 98747, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Humanistin uudet haasteet", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:44:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:44:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2020/05/jordi-savall-vanhan-musiikin-mestari.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 51, + "page_from_internal_links": 63, + "page_from_size": 77436, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Jordi Savall – vanhan musiikin mestari", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:42:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:42:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2021/04/kevat-ja-puutarhamuusiikki.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 63, + "page_from_size": 72493, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Kevät ja puutarhamuusiikki", + "page_from_status_code": 200, + "first_seen": "2023-10-11 12:10:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 12:10:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2015/10/vain-muutos-on-ikuista.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 36, + "page_from_internal_links": 63, + "page_from_size": 90542, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Vain muutos on ikuista", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:33:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:33:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/05/tuhannen-pahvilaatikon-tarinat.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 47, + "page_from_internal_links": 63, + "page_from_size": 74927, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Tuhannen pahvilaatikon tarinat - kirjaston muutto. Osa 2.", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:31:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:31:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2018/03/sivistyksen-kompassin-itanapa-kateissa.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.193", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 63, + "page_from_size": 80647, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Sivistyksen kompassin itänapa kateissa", + "page_from_status_code": 200, + "first_seen": "2023-10-11 11:26:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 11:26:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/actualizar-215-imagen-message-background-music-3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-voice-detector.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 141, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 210, + "page_from_internal_links": 20, + "page_from_size": 361599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Actualizar 215+ imagen message background music - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-11 10:30:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 10:30:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Detector de voz AI", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Detector de voz AI Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=arktan.com&utm_medium=referral", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 301, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-11 08:24:44 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 08:24:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2014/04/tuhannen-pahvilaatikon-tarinat.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.18.1", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 63, + "page_from_size": 74641, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Tuhannen pahvilaatikon tarinat - kirjaston muutto. Osa 1.", + "page_from_status_code": 200, + "first_seen": "2023-10-11 08:14:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 08:14:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2023/04/diktaattorin-oppikirjan-lehdilta.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.33", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 62, + "page_from_size": 72765, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Diktaattorin oppikirjan lehdiltä", + "page_from_status_code": 200, + "first_seen": "2023-08-29 07:37:56 +00:00", + "prev_seen": "2023-08-29 07:37:56 +00:00", + "last_seen": "2023-10-11 08:01:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@kosh@feddit.de/threads", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 88, + "page_from_size": 88050, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Threads - kosh - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-10-11 07:15:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 07:15:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uacmovingcompanycalifornia.com", + "url_from": "https://www.uacmovingcompanycalifornia.com/short-ted-talks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ted-smrzr.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.93.152", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 20243, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Godkendelse Munk Legitimationsoplysninger nikkel Sygeplejeskole klæde sig ud short ted talks - uacmovingcompanycalifornia.com", + "page_from_status_code": 200, + "first_seen": "2023-10-11 07:06:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 07:06:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Analytisk lade tilbagemeldinger TED SMRZR - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.strategicstudyindia.com", + "url_from": "https://www.strategicstudyindia.com/2023/08/the-pentagon-just-launched-generative.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.115", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 3673, + "page_from_size": 1282260, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Indian Strategic Studies: The Pentagon just launched a generative AI task force", + "page_from_status_code": 200, + "first_seen": "2023-10-11 06:21:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 06:21:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/recolectar-144-imagem-magic-eraser-background-editor-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/bg-eraser.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 145, + "page_from_internal_links": 20, + "page_from_size": 263507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recolectar 144+ imagem magic eraser background editor online - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-11 05:33:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 05:33:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Bg.Borrador", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Bg.Borrador Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/recolectar-144-imagem-magic-eraser-background-editor-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/erase-bg.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 145, + "page_from_internal_links": 20, + "page_from_size": 263507, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recolectar 144+ imagem magic eraser background editor online - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-11 05:33:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 05:33:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Las mejores herramientas de IA para borrar fondos", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Las mejores herramientas de IA para borrar fondos Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.alteroai.com", + "url_from": "https://www.alteroai.com/reports/futuretools.io-research-report-aug-2023-p7hddtm9wzle", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/futuretools-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.45", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 5, + "page_from_size": 124450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Research Report - Aug 2023 - Altero AI Research", + "page_from_status_code": 200, + "first_seen": "2023-09-15 01:30:44 +00:00", + "prev_seen": "2023-09-23 15:31:50 +00:00", + "last_seen": "2023-10-11 02:16:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools - FutureTools.io Alternatives", + "text_pre": null, + "text_post": "↩ ↩2", + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.alteroai.com", + "url_from": "https://www.alteroai.com/reports/futuretools.io-research-report-aug-2023-p7hddtm9wzle", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/futuretools-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.45", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 5, + "page_from_size": 124450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Research Report - Aug 2023 - Altero AI Research", + "page_from_status_code": 200, + "first_seen": "2023-10-11 02:16:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 02:16:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/futuretools-io", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.alteroai.com", + "url_from": "https://www.alteroai.com/reports/futuretools.io-research-report-aug-2023-p7hddtm9wzle", + "url_from_https": true, + "domain_to": "www.topai.tools", + "url_to": "https://www.topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.131.45", + "domain_from_country": null, + "page_from_external_links": 77, + "page_from_internal_links": 5, + "page_from_size": 124450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Research Report - Aug 2023 - Altero AI Research", + "page_from_status_code": 200, + "first_seen": "2023-09-15 01:30:44 +00:00", + "prev_seen": "2023-09-23 15:31:50 +00:00", + "last_seen": "2023-10-11 02:16:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Link", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "video wave", + "image_url": "https://topai.tools/assets/img/tools/wave-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/project-blink", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Blink Project", + "image_url": "https://topai.tools/assets/img/tools/project-blink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/invideo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Companion to the video", + "image_url": "https://topai.tools/assets/img/tools/invideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eclipse", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/maverick", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Maverick", + "image_url": "https://topai.tools/assets/img/tools/maverick.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designed-with-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Designed with artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/designed-with-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Isaac", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-thumbnails", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic thumbnails", + "image_url": "https://topai.tools/assets/img/tools/magic-thumbnails.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidby", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "feed", + "image_url": "https://topai.tools/assets/img/tools/vidby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yepic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Yepic AI", + "image_url": "https://topai.tools/assets/img/tools/yepic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/targum-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Targum video", + "image_url": "https://topai.tools/assets/img/tools/targum-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/akool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I eat", + "image_url": "https://topai.tools/assets/img/tools/akool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flexclip", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "flex clip", + "image_url": "https://topai.tools/assets/img/tools/flexclip.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumiere3d", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lumiere3d", + "image_url": "https://topai.tools/assets/img/tools/lumiere3d.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/twelve-labs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Twelve laboratories", + "image_url": "https://topai.tools/assets/img/tools/twelve-labs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/topaz-video-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Topaz Video AI", + "image_url": "https://topai.tools/assets/img/tools/topaz-video-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clips-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI clips", + "image_url": "https://topai.tools/assets/img/tools/clips-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/2short-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "2 short", + "image_url": "https://topai.tools/assets/img/tools/2short-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/windsor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Windsor", + "image_url": "https://topai.tools/assets/img/tools/windsor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waymark", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Way Mark", + "image_url": "https://topai.tools/assets/img/tools/waymark.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video generator from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leiapix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LeiaPix", + "image_url": "https://topai.tools/assets/img/tools/leiapix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sumly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "smily", + "image_url": "https://topai.tools/assets/img/tools/sumly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xpression-camera", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "xpression camera", + "image_url": "https://topai.tools/assets/img/tools/xpression-camera.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "D-ID Creative Reality", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genmo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Genmo", + "image_url": "https://topai.tools/assets/img/tools/genmo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perfectly-clear-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Crystal clear video", + "image_url": "https://topai.tools/assets/img/tools/perfectly-clear-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-studios", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Studios", + "image_url": "https://topai.tools/assets/img/tools/ai-studios.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/playphrase-me", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PlayPhrase.me", + "image_url": "https://topai.tools/assets/img/tools/playphrase-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/movio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "movieu", + "image_url": "https://topai.tools/assets/img/tools/movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wavel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wavell AI", + "image_url": "https://topai.tools/assets/img/tools/wavel-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shuffll", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "random", + "image_url": "https://topai.tools/assets/img/tools/shuffll.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/green-screen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI green screen", + "image_url": "https://topai.tools/assets/img/tools/green-screen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editair", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "air liberation", + "image_url": "https://topai.tools/assets/img/tools/editair.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "D-ID Creative Reality Studio", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moises-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Moises application", + "image_url": "https://topai.tools/assets/img/tools/moises-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runwayml", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "runway", + "image_url": "https://topai.tools/assets/img/tools/runwayml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ebsynth", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ipsenth", + "image_url": "https://topai.tools/assets/img/tools/ebsynth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booltool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Boltol", + "image_url": "https://topai.tools/assets/img/tools/booltool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LiveReacting", + "image_url": "https://topai.tools/assets/img/tools/livereacting.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "shredder", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deciphr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Deciphr AI", + "image_url": "https://topai.tools/assets/img/tools/deciphr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/film", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "film", + "image_url": "https://topai.tools/assets/img/tools/film.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatorml", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "CreatorML", + "image_url": "https://topai.tools/assets/img/tools/creatorml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/videoleap", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "video", + "image_url": "https://topai.tools/assets/img/tools/videoleap.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/raw-shorts", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "raw pants", + "image_url": "https://topai.tools/assets/img/tools/raw-shorts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cloudinary", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cloud", + "image_url": "https://topai.tools/assets/img/tools/cloudinary.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lalal-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "lalal", + "image_url": "https://topai.tools/assets/img/tools/lalal-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prequel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "prefix", + "image_url": "https://topai.tools/assets/img/tools/prequel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wowto", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "WowTo", + "image_url": "https://topai.tools/assets/img/tools/wowto.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visla", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wisla", + "image_url": "https://topai.tools/assets/img/tools/visla.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "video", + "image_url": "https://topai.tools/assets/img/tools/vidyo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/papercup", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Paper cup", + "image_url": "https://topai.tools/assets/img/tools/papercup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/steve-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Steve A.I", + "image_url": "https://topai.tools/assets/img/tools/steve-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mind-grasp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "understand the mind", + "image_url": "https://topai.tools/assets/img/tools/mind-grasp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bhuman", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "b human", + "image_url": "https://topai.tools/assets/img/tools/bhuman.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisecut", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "wise", + "image_url": "https://topai.tools/assets/img/tools/wisecut.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Supercreator.ai", + "image_url": "https://topai.tools/assets/img/tools/supercreator-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/elai-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Elai.io", + "image_url": "https://topai.tools/assets/img/tools/elai-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heygen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hey Gen", + "image_url": "https://topai.tools/assets/img/tools/heygen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/light", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "a light", + "image_url": "https://topai.tools/assets/img/tools/light.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionit-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MotionIt AI", + "image_url": "https://topai.tools/assets/img/tools/motionit-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-shot-talking-face", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "One shot face talking", + "image_url": "https://topai.tools/assets/img/tools/one-shot-talking-face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colourlab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Colorlab", + "image_url": "https://topai.tools/assets/img/tools/colourlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixop", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "pixob", + "image_url": "https://topai.tools/assets/img/tools/pixop.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reachout-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Reachout. ai", + "image_url": "https://topai.tools/assets/img/tools/reachout-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/boolvideo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Bolvido", + "image_url": "https://topai.tools/assets/img/tools/boolvideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-object-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Remove the object from the image with HitPaw", + "image_url": "https://topai.tools/assets/img/tools/remove-object-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nuro-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Nuru Video", + "image_url": "https://topai.tools/assets/img/tools/nuro-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video. ai", + "image_url": "https://topai.tools/assets/img/tools/vidyo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/muse-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Musa", + "image_url": "https://topai.tools/assets/img/tools/muse-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sonix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sonex", + "image_url": "https://topai.tools/assets/img/tools/sonix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bigmp4", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "bigmp4", + "image_url": "https://topai.tools/assets/img/tools/bigmp4.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runway-gen-2", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Gen-2 runway", + "image_url": "https://topai.tools/assets/img/tools/runway-gen-2.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/woxo-vidgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "WOXO VidGPT", + "image_url": "https://topai.tools/assets/img/tools/woxo-vidgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finecam", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Fineshare FineCam", + "image_url": "https://topai.tools/assets/img/tools/finecam.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kive", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cave", + "image_url": "https://topai.tools/assets/img/tools/kive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cre8tiveai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cre8tive", + "image_url": "https://topai.tools/assets/img/tools/cre8tiveai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/descript", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "the description", + "image_url": "https://topai.tools/assets/img/tools/descript.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vizard", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Processor", + "image_url": "https://topai.tools/assets/img/tools/vizard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-online-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HitPaw Online Video Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-online-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "scriva", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flawless-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Flawless artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/flawless-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/play-ht", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Play. ht", + "image_url": "https://topai.tools/assets/img/tools/play-ht.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contenda", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Contents", + "image_url": "https://topai.tools/assets/img/tools/contenda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/explore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Discover artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/explore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictory", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Photographer", + "image_url": "https://topai.tools/assets/img/tools/pictory.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/generated-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Pictures are born", + "image_url": "https://topai.tools/assets/img/tools/generated-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/translate-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video translation", + "image_url": "https://topai.tools/assets/img/tools/translate-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kaiber", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kyber", + "image_url": "https://topai.tools/assets/img/tools/kaiber.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "oxolo", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cascadeur", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cascidor", + "image_url": "https://topai.tools/assets/img/tools/cascadeur.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tavus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Taphos", + "image_url": "https://topai.tools/assets/img/tools/tavus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designs-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "designs", + "image_url": "https://topai.tools/assets/img/tools/designs-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fliki", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Flaky", + "image_url": "https://topai.tools/assets/img/tools/fliki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deep-art-effects", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Deep artistic influences", + "image_url": "https://topai.tools/assets/img/tools/deep-art-effects.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/omniverse-audio2face", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Omniverse Audio2Face", + "image_url": "https://topai.tools/assets/img/tools/omniverse-audio2face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "supernatural", + "image_url": "https://topai.tools/assets/img/tools/supercreator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossyan", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Colossians", + "image_url": "https://topai.tools/assets/img/tools/colossyan.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HitPaw Video Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubverse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "dubverse", + "image_url": "https://topai.tools/assets/img/tools/dubverse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unscreen-com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Unscreen.com", + "image_url": "https://topai.tools/assets/img/tools/unscreen-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cognitivemill", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cognitive tendency", + "image_url": "https://topai.tools/assets/img/tools/cognitivemill.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicepods", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Voicepods", + "image_url": "https://topai.tools/assets/img/tools/voicepods.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-more-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "More artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/one-more-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumen5", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lumen 5", + "image_url": "https://topai.tools/assets/img/tools/lumen5.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-to-video", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tweet the video", + "image_url": "https://topai.tools/assets/img/tools/tweet-to-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablematic", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stable", + "image_url": "https://topai.tools/assets/img/tools/stablematic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gling", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "gling", + "image_url": "https://topai.tools/assets/img/tools/gling.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "simplified", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clippah", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Clippah", + "image_url": "https://topai.tools/assets/img/tools/clippah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blur-on", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blur run", + "image_url": "https://topai.tools/assets/img/tools/blur-on.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/background-remover-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Background remover from Hitpaw image", + "image_url": "https://topai.tools/assets/img/tools/background-remover-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opus-pro", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Opus Pro", + "image_url": "https://topai.tools/assets/img/tools/opus-pro.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synthesia", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Synthesia", + "image_url": "https://topai.tools/assets/img/tools/synthesia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/polarr-copilots", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Polar co-pilot", + "image_url": "https://topai.tools/assets/img/tools/polarr-copilots.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipmaker", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ClipMaker", + "image_url": "https://topai.tools/assets/img/tools/clipmaker.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booth-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "booth", + "image_url": "https://topai.tools/assets/img/tools/booth-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/timz-flowers", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Thames flowers", + "image_url": "https://topai.tools/assets/img/tools/timz-flowers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rotor-videos", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Vertigo video", + "image_url": "https://topai.tools/assets/img/tools/rotor-videos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "talk", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captions", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "captions", + "image_url": "https://topai.tools/assets/img/tools/captions.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pix2pix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Pix2Pix", + "image_url": "https://topai.tools/assets/img/tools/pix2pix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/latte", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Latiya", + "image_url": "https://topai.tools/assets/img/tools/latte.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/character-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPT character", + "image_url": "https://topai.tools/assets/img/tools/character-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video editor from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "nervous love", + "image_url": "https://topai.tools/assets/img/tools/neural-love.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonder-dynamics", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wonderland Dynamics", + "image_url": "https://topai.tools/assets/img/tools/wonder-dynamics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/phenaki", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Venaki", + "image_url": "https://topai.tools/assets/img/tools/phenaki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/decoherence", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "decoherence", + "image_url": "https://topai.tools/assets/img/tools/decoherence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hourone", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Huron", + "image_url": "https://topai.tools/assets/img/tools/hourone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-ai-video-editing-and-montage.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marketingblocks-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 146, + "page_from_internal_links": 42, + "page_from_size": 478730, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI video editing and montage tools", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:38:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:38:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MarketingBlocks AI", + "image_url": "https://topai.tools/assets/img/tools/marketingblocks-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Automated reply", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tagsgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "tags", + "image_url": "https://topai.tools/assets/img/tools/tagsgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-social-media-post-writerby-socialblu", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Social Media Post Writerby Socialblu", + "image_url": "https://topai.tools/assets/img/tools/ai-social-media-post-writerby-socialblu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/effluence", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stream", + "image_url": "https://topai.tools/assets/img/tools/effluence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/posed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "subtracted", + "image_url": "https://topai.tools/assets/img/tools/posed.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/siteexplainer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Site description", + "image_url": "https://topai.tools/assets/img/tools/siteexplainer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "magai", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "eclipse", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everylead-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Everylead.ai", + "image_url": "https://topai.tools/assets/img/tools/everylead-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replix", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Re-installation", + "image_url": "https://topai.tools/assets/img/tools/replix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magical artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speedy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "fast", + "image_url": "https://topai.tools/assets/img/tools/speedy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lek", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "for you", + "image_url": "https://topai.tools/assets/img/tools/lek.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writeai-tech", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "WriteAI. Tech", + "image_url": "https://topai.tools/assets/img/tools/writeai-tech.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Brain Pod AI - Image Generator", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/retrato", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "painting", + "image_url": "https://topai.tools/assets/img/tools/retrato.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Isaac", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/memejourney-chatgpt-for-memes", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Memejourney - ChatGPT for memes", + "image_url": "https://topai.tools/assets/img/tools/memejourney-chatgpt-for-memes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/texta", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Text messages", + "image_url": "https://topai.tools/assets/img/tools/texta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sv-master-by-startupvisors", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SV Master by Startupvisors", + "image_url": "https://topai.tools/assets/img/tools/sv-master-by-startupvisors.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "goats", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-product-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI product images", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-product-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/affable-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Affable. ai", + "image_url": "https://topai.tools/assets/img/tools/affable-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/followr", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "continued", + "image_url": "https://topai.tools/assets/img/tools/followr.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/write-panda", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Type panda", + "image_url": "https://topai.tools/assets/img/tools/write-panda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ultrabrainstomer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "UltraBrainstomer", + "image_url": "https://topai.tools/assets/img/tools/ultrabrainstomer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vana-portrait", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I am a portrait", + "image_url": "https://topai.tools/assets/img/tools/vana-portrait.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lovelines", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "love", + "image_url": "https://topai.tools/assets/img/tools/lovelines.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelhunter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Pixelhunter", + "image_url": "https://topai.tools/assets/img/tools/pixelhunter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiart-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "aiart.fm", + "image_url": "https://topai.tools/assets/img/tools/aiart-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/resoume", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "biography", + "image_url": "https://topai.tools/assets/img/tools/resoume.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/extractify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "extraction", + "image_url": "https://topai.tools/assets/img/tools/extractify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/legacies", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Legacies", + "image_url": "https://topai.tools/assets/img/tools/legacies.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video generator from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hushl", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cripple", + "image_url": "https://topai.tools/assets/img/tools/hushl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copilotly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Co-pilot", + "image_url": "https://topai.tools/assets/img/tools/copilotly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/syllaby", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "section", + "image_url": "https://topai.tools/assets/img/tools/syllaby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aragon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Aragon AI", + "image_url": "https://topai.tools/assets/img/tools/aragon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lately-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Recently AI", + "image_url": "https://topai.tools/assets/img/tools/lately-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instasalesai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "InstaSalesAI", + "image_url": "https://topai.tools/assets/img/tools/instasalesai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/digimarkai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "DigiMarkAI", + "image_url": "https://topai.tools/assets/img/tools/digimarkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daydrm", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Diaderm", + "image_url": "https://topai.tools/assets/img/tools/daydrm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peachly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Peachy Ai", + "image_url": "https://topai.tools/assets/img/tools/peachly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfake", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Really fake", + "image_url": "https://topai.tools/assets/img/tools/realfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ezai-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "EZAi AI", + "image_url": "https://topai.tools/assets/img/tools/ezai-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/not-a-person", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Not a person", + "image_url": "https://topai.tools/assets/img/tools/not-a-person.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blend", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "mixes", + "image_url": "https://topai.tools/assets/img/tools/blend.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Intelligence", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/toks", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "This is amazing", + "image_url": "https://topai.tools/assets/img/tools/toks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recontent-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ReContent. AI", + "image_url": "https://topai.tools/assets/img/tools/recontent-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/engage-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Engage artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/engage-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chopcast", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chopcast", + "image_url": "https://topai.tools/assets/img/tools/chopcast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Google Colab", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "shredder", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-avatars", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic Avatars", + "image_url": "https://topai.tools/assets/img/tools/magic-avatars.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/post-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "After AI", + "image_url": "https://topai.tools/assets/img/tools/post-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/caricaturer-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cartooner.io", + "image_url": "https://topai.tools/assets/img/tools/caricaturer-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dux-soup", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doux soup", + "image_url": "https://topai.tools/assets/img/tools/dux-soup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Where's the social", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logoscapes", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "logoscapes", + "image_url": "https://topai.tools/assets/img/tools/logoscapes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lebesgue", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lebesgue", + "image_url": "https://topai.tools/assets/img/tools/lebesgue.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spot-a-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "bot spot", + "image_url": "https://topai.tools/assets/img/tools/spot-a-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photor-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI photos", + "image_url": "https://topai.tools/assets/img/tools/photor-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/epicavatar", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Avatar saga", + "image_url": "https://topai.tools/assets/img/tools/epicavatar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clip-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FM clip", + "image_url": "https://topai.tools/assets/img/tools/clip-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swell-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ai bulge", + "image_url": "https://topai.tools/assets/img/tools/swell-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/test-start", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Test and start", + "image_url": "https://topai.tools/assets/img/tools/test-start.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/animakers-subtitle-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Animaker's Translation Generator", + "image_url": "https://topai.tools/assets/img/tools/animakers-subtitle-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-magic-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic AI Writer", + "image_url": "https://topai.tools/assets/img/tools/ai-magic-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stable-attribution", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stable attribution", + "image_url": "https://topai.tools/assets/img/tools/stable-attribution.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/salee", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sally", + "image_url": "https://topai.tools/assets/img/tools/salee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flight-path", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Itinerary", + "image_url": "https://topai.tools/assets/img/tools/flight-path.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkingphoto-by-movio", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TalkingPhoto from Movio", + "image_url": "https://topai.tools/assets/img/tools/talkingphoto-by-movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-writer-by-picsart", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Writer from Picsart", + "image_url": "https://topai.tools/assets/img/tools/ai-writer-by-picsart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/collab-com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Collab.com", + "image_url": "https://topai.tools/assets/img/tools/collab-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/right-blogger", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Blogger right", + "image_url": "https://topai.tools/assets/img/tools/right-blogger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shopia", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shopia", + "image_url": "https://topai.tools/assets/img/tools/shopia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Grampot Plus", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/founderassist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Co-founder", + "image_url": "https://topai.tools/assets/img/tools/founderassist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lemonrecruiter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LemonRecruiter", + "image_url": "https://topai.tools/assets/img/tools/lemonrecruiter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/superchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SuperChat", + "image_url": "https://topai.tools/assets/img/tools/superchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sticker-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Label prompt generator", + "image_url": "https://topai.tools/assets/img/tools/sticker-prompt-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rewritewise", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Rewrite", + "image_url": "https://topai.tools/assets/img/tools/rewritewise.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-cycle", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Twitter cycle", + "image_url": "https://topai.tools/assets/img/tools/tweet-cycle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typistai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "printers", + "image_url": "https://topai.tools/assets/img/tools/typistai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandbastion-lite", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FireBastion Lite", + "image_url": "https://topai.tools/assets/img/tools/brandbastion-lite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Another generator powered by artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/painted-saintly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I painted a saint", + "image_url": "https://topai.tools/assets/img/tools/painted-saintly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aisixteen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AiSixteen", + "image_url": "https://topai.tools/assets/img/tools/aisixteen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/viral-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Viral mail generator", + "image_url": "https://topai.tools/assets/img/tools/viral-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bladerunner", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blade runner", + "image_url": "https://topai.tools/assets/img/tools/bladerunner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graham-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Graham AI", + "image_url": "https://topai.tools/assets/img/tools/graham-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/every-anyone", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "everyone", + "image_url": "https://topai.tools/assets/img/tools/every-anyone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kardow", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Cardo", + "image_url": "https://topai.tools/assets/img/tools/kardow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getbetterpics", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GetBetterPics", + "image_url": "https://topai.tools/assets/img/tools/getbetterpics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-jd-by-pangea", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ai: JD from Pangea", + "image_url": "https://topai.tools/assets/img/tools/ai-jd-by-pangea.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/carousel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "circular", + "image_url": "https://topai.tools/assets/img/tools/carousel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/content-company", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "content company", + "image_url": "https://topai.tools/assets/img/tools/content-company.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finalscout", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FinalScout", + "image_url": "https://topai.tools/assets/img/tools/finalscout.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copylime", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "kopecks", + "image_url": "https://topai.tools/assets/img/tools/copylime.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/analisa-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Analisa.io", + "image_url": "https://topai.tools/assets/img/tools/analisa-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/double", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Double", + "image_url": "https://topai.tools/assets/img/tools/double.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/casper", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kasper", + "image_url": "https://topai.tools/assets/img/tools/casper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shakespeare", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shakespeare", + "image_url": "https://topai.tools/assets/img/tools/shakespeare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postanza", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Al Bustanza", + "image_url": "https://topai.tools/assets/img/tools/postanza.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptweet", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPTweet", + "image_url": "https://topai.tools/assets/img/tools/gptweet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shello-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shello. ai", + "image_url": "https://topai.tools/assets/img/tools/shello-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetspear", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "tweetspire", + "image_url": "https://topai.tools/assets/img/tools/tweetspear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "creature", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flamel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "flamel", + "image_url": "https://topai.tools/assets/img/tools/flamel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ellisense", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Elysence", + "image_url": "https://topai.tools/assets/img/tools/ellisense.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photoleaf", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "photolife", + "image_url": "https://topai.tools/assets/img/tools/photoleaf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/castpush", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Castpush", + "image_url": "https://topai.tools/assets/img/tools/castpush.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/outline-ninja", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ninja outline", + "image_url": "https://topai.tools/assets/img/tools/outline-ninja.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/evoliaprotocol", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Evoliaprotocol", + "image_url": "https://topai.tools/assets/img/tools/evoliaprotocol.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "He writes", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/littlecook", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Littlecock", + "image_url": "https://topai.tools/assets/img/tools/littlecook.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetify-it", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tweetify", + "image_url": "https://topai.tools/assets/img/tools/tweetify-it.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/feedhive", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FeedHive", + "image_url": "https://topai.tools/assets/img/tools/feedhive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/this-model-does-not-exist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "This form does not exist", + "image_url": "https://topai.tools/assets/img/tools/this-model-does-not-exist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-cafe", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Prompt. Cafe", + "image_url": "https://topai.tools/assets/img/tools/prompt-cafe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ideacadabra", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ideacadabra", + "image_url": "https://topai.tools/assets/img/tools/ideacadabra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/weezy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Weezy", + "image_url": "https://topai.tools/assets/img/tools/weezy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logo-mockup", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "logo mockup", + "image_url": "https://topai.tools/assets/img/tools/logo-mockup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snapshotai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Shot", + "image_url": "https://topai.tools/assets/img/tools/snapshotai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linked-xp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "XP linked", + "image_url": "https://topai.tools/assets/img/tools/linked-xp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summarisethis", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Summarize this", + "image_url": "https://topai.tools/assets/img/tools/summarisethis.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autowrite", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Auto write", + "image_url": "https://topai.tools/assets/img/tools/autowrite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postperfect", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PostPerfect", + "image_url": "https://topai.tools/assets/img/tools/postperfect.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Philly", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sorry", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "you have pal", + "image_url": "https://topai.tools/assets/img/tools/ai-pal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jaeves", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jayvis", + "image_url": "https://topai.tools/assets/img/tools/jaeves.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/redacta-me", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Redacta.me", + "image_url": "https://topai.tools/assets/img/tools/redacta-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clevr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "you are smart", + "image_url": "https://topai.tools/assets/img/tools/clevr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aigraphics", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AIGraphics", + "image_url": "https://topai.tools/assets/img/tools/aigraphics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sales-ai-message-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI message generator for sales", + "image_url": "https://topai.tools/assets/img/tools/sales-ai-message-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/freelino", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Free line", + "image_url": "https://topai.tools/assets/img/tools/freelino.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/usp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "USP", + "image_url": "https://topai.tools/assets/img/tools/usp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordmax", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "wordmax", + "image_url": "https://topai.tools/assets/img/tools/wordmax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetfox", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "tweetfox", + "image_url": "https://topai.tools/assets/img/tools/tweetfox.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/altera-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI mods", + "image_url": "https://topai.tools/assets/img/tools/altera-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/audiolabs", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "audiolabs", + "image_url": "https://topai.tools/assets/img/tools/audiolabs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirepeople", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "hire people", + "image_url": "https://topai.tools/assets/img/tools/hirepeople.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-cowriter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Cowriter", + "image_url": "https://topai.tools/assets/img/tools/ai-cowriter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/beb-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Beb.ai", + "image_url": "https://topai.tools/assets/img/tools/beb-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jibewith", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "JibeWith", + "image_url": "https://topai.tools/assets/img/tools/jibewith.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelforge", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PixelForge", + "image_url": "https://topai.tools/assets/img/tools/pixelforge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/powerbrain", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Bowerbrin", + "image_url": "https://topai.tools/assets/img/tools/powerbrain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-posts-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Linkedin post creator", + "image_url": "https://topai.tools/assets/img/tools/linkedin-posts-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podcast-marketing-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Marketing Podcast", + "image_url": "https://topai.tools/assets/img/tools/podcast-marketing-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embolden", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "dare", + "image_url": "https://topai.tools/assets/img/tools/embolden.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/durable", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "solid", + "image_url": "https://topai.tools/assets/img/tools/durable.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubb", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stud", + "image_url": "https://topai.tools/assets/img/tools/dubb.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/galactical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Galactic artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/galactical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gerwin", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jeroen", + "image_url": "https://topai.tools/assets/img/tools/gerwin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/federai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "FederAI", + "image_url": "https://topai.tools/assets/img/tools/federai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "simplified", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hacksocial", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "HackSocial", + "image_url": "https://topai.tools/assets/img/tools/hacksocial.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/super-prompt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "super prompt", + "image_url": "https://topai.tools/assets/img/tools/super-prompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editby", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Release", + "image_url": "https://topai.tools/assets/img/tools/editby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/primeprofile", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Profile personly", + "image_url": "https://topai.tools/assets/img/tools/primeprofile.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aistote", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eastott", + "image_url": "https://topai.tools/assets/img/tools/aistote.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/glowup-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Glowup AI", + "image_url": "https://topai.tools/assets/img/tools/glowup-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/preppally-resume-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Preppally - AI Resume", + "image_url": "https://topai.tools/assets/img/tools/preppally-resume-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionbear", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Motion Bear", + "image_url": "https://topai.tools/assets/img/tools/motionbear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creasquare", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "creates a square", + "image_url": "https://topai.tools/assets/img/tools/creasquare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chord-ooo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chord. ooo", + "image_url": "https://topai.tools/assets/img/tools/chord-ooo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordkraft", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wordkraft", + "image_url": "https://topai.tools/assets/img/tools/wordkraft.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI designer", + "image_url": "https://topai.tools/assets/img/tools/ai-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-manager", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Linkedin manager", + "image_url": "https://topai.tools/assets/img/tools/linkedin-manager.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brand-buzz", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Buzz brand", + "image_url": "https://topai.tools/assets/img/tools/brand-buzz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lindy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lindy", + "image_url": "https://topai.tools/assets/img/tools/lindy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-type-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI magic type", + "image_url": "https://topai.tools/assets/img/tools/magic-type-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scrip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I write ai", + "image_url": "https://topai.tools/assets/img/tools/scrip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marmof", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "prestigious", + "image_url": "https://topai.tools/assets/img/tools/marmof.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "talk", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flowjin", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Fluogen", + "image_url": "https://topai.tools/assets/img/tools/flowjin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jounce-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jounce AI", + "image_url": "https://topai.tools/assets/img/tools/jounce-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unreal-meal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Unreal meal", + "image_url": "https://topai.tools/assets/img/tools/unreal-meal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-suggests", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI suggests", + "image_url": "https://topai.tools/assets/img/tools/ai-suggests.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ProMind", + "image_url": "https://topai.tools/assets/img/tools/promind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zyng-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "zyng AI", + "image_url": "https://topai.tools/assets/img/tools/zyng-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Microsoft Designer", + "image_url": "https://topai.tools/assets/img/tools/microsoft-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aissistify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "assistive", + "image_url": "https://topai.tools/assets/img/tools/aissistify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkoai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Connect AI", + "image_url": "https://topai.tools/assets/img/tools/linkoai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wrytr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wrytr AI", + "image_url": "https://topai.tools/assets/img/tools/wrytr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entar-io", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Entar.io", + "image_url": "https://topai.tools/assets/img/tools/entar-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sayhi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SayHi", + "image_url": "https://topai.tools/assets/img/tools/sayhi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/devi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Dave", + "image_url": "https://topai.tools/assets/img/tools/devi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/suit-me-up", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "works for me", + "image_url": "https://topai.tools/assets/img/tools/suit-me-up.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandmate-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Brandmate AI", + "image_url": "https://topai.tools/assets/img/tools/brandmate-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Video editor from Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/commenter", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Commentator", + "image_url": "https://topai.tools/assets/img/tools/commenter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/the-best-artificial-intelligence-tools.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prettysmart-co", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 210, + "page_from_internal_links": 42, + "page_from_size": 532280, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best artificial intelligence tools and websites for social media celebrities", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:32:48 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:32:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Prettysmart.co", + "image_url": "https://topai.tools/assets/img/tools/prettysmart-co.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Automated reply", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sale-whale", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "sell a whale", + "image_url": "https://topai.tools/assets/img/tools/sale-whale.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spiritme", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Spirit Me", + "image_url": "https://topai.tools/assets/img/tools/spiritme.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inworld-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Inworld AI", + "image_url": "https://topai.tools/assets/img/tools/inworld-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replika", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "An exact copy of the original", + "image_url": "https://topai.tools/assets/img/tools/replika.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "magai", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/android-ai-assistant-widget", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Android AI Assistant tool", + "image_url": "https://topai.tools/assets/img/tools/android-ai-assistant-widget.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magical artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stork-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Stork. ai", + "image_url": "https://topai.tools/assets/img/tools/stork-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aicogni", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ikogni", + "image_url": "https://topai.tools/assets/img/tools/aicogni.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsonic", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chatsonic", + "image_url": "https://topai.tools/assets/img/tools/chatsonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "goats", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknotion", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AskNotion", + "image_url": "https://topai.tools/assets/img/tools/asknotion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Quick Chat AI", + "image_url": "https://topai.tools/assets/img/tools/quickchat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mikeai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mike A.I", + "image_url": "https://topai.tools/assets/img/tools/mikeai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/myanima-ai-companion", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MyAnima AI Companion", + "image_url": "https://topai.tools/assets/img/tools/myanima-ai-companion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marcus-aurelius-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Marcus Aurelius AI", + "image_url": "https://topai.tools/assets/img/tools/marcus-aurelius-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scott-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Scott", + "image_url": "https://topai.tools/assets/img/tools/scott-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kore. ai", + "image_url": "https://topai.tools/assets/img/tools/kore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-prompt-tuner", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPT prompt tuner", + "image_url": "https://topai.tools/assets/img/tools/gpt-prompt-tuner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/halist-browser-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Halist AI Browser", + "image_url": "https://topai.tools/assets/img/tools/halist-browser-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lyze", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AILYZE", + "image_url": "https://topai.tools/assets/img/tools/ai-lyze.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/watermelon-pulse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Watermelon pulse", + "image_url": "https://topai.tools/assets/img/tools/watermelon-pulse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/showgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ShowGPT", + "image_url": "https://topai.tools/assets/img/tools/showgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tolygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "toligit", + "image_url": "https://topai.tools/assets/img/tools/tolygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-prompt-genius", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Genius prompt chat", + "image_url": "https://topai.tools/assets/img/tools/chat-prompt-genius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/poised", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "balanced", + "image_url": "https://topai.tools/assets/img/tools/poised.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-email-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Amnesty International Email Writer", + "image_url": "https://topai.tools/assets/img/tools/ai-email-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-sumo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask Sumo", + "image_url": "https://topai.tools/assets/img/tools/ask-sumo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/anywebsite", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "any site", + "image_url": "https://topai.tools/assets/img/tools/anywebsite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ebert", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captiongen", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "caption", + "image_url": "https://topai.tools/assets/img/tools/captiongen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ecommerce-prompts", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "E-commerce claims", + "image_url": "https://topai.tools/assets/img/tools/ecommerce-prompts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chunky", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chunky", + "image_url": "https://topai.tools/assets/img/tools/chunky.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/frank-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Frank AI", + "image_url": "https://topai.tools/assets/img/tools/frank-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbotkit", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatBotKit", + "image_url": "https://topai.tools/assets/img/tools/chatbotkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rolemodel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "A role model in artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/rolemodel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fashionai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI fashion", + "image_url": "https://topai.tools/assets/img/tools/fashionai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paxton", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Paxton", + "image_url": "https://topai.tools/assets/img/tools/paxton.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/groupthink", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "groupthink", + "image_url": "https://topai.tools/assets/img/tools/groupthink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chessgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chess", + "image_url": "https://topai.tools/assets/img/tools/chessgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/landbot-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Landbot AI", + "image_url": "https://topai.tools/assets/img/tools/landbot-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossalchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ColossalChat", + "image_url": "https://topai.tools/assets/img/tools/colossalchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ivy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ivy. ai", + "image_url": "https://topai.tools/assets/img/tools/ivy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Intelligence", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicform", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "magicform", + "image_url": "https://topai.tools/assets/img/tools/magicform.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-chrome", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Chrome", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-chrome.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TalkAI", + "image_url": "https://topai.tools/assets/img/tools/talkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/crabo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "crab", + "image_url": "https://topai.tools/assets/img/tools/crabo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Google Colab", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quaffle", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "jerk", + "image_url": "https://topai.tools/assets/img/tools/quaffle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Where's the social", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lunabot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lunabot", + "image_url": "https://topai.tools/assets/img/tools/lunabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-openai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT (OpenAI)", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-openai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/convai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "confy", + "image_url": "https://topai.tools/assets/img/tools/convai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatwp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatWP", + "image_url": "https://topai.tools/assets/img/tools/chatwp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/careergpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Occupation", + "image_url": "https://topai.tools/assets/img/tools/careergpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/louply", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "luble", + "image_url": "https://topai.tools/assets/img/tools/louply.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opensight", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "OpenSight", + "image_url": "https://topai.tools/assets/img/tools/opensight.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-with-jinnah", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chat with a suite", + "image_url": "https://topai.tools/assets/img/tools/chat-with-jinnah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-bing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Microsoft Bing", + "image_url": "https://topai.tools/assets/img/tools/microsoft-bing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "wonderchat", + "image_url": "https://topai.tools/assets/img/tools/wonderchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/auri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Auri. AI", + "image_url": "https://topai.tools/assets/img/tools/auri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfeedback", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "RealFeedback", + "image_url": "https://topai.tools/assets/img/tools/realfeedback.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-on-your-terminal", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chatGPT on your terminal", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-on-your-terminal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/customgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "CustomGPT", + "image_url": "https://topai.tools/assets/img/tools/customgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatshape", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat", + "image_url": "https://topai.tools/assets/img/tools/chatshape.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bff", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "bf", + "image_url": "https://topai.tools/assets/img/tools/bff.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zev", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "falsity", + "image_url": "https://topai.tools/assets/img/tools/zev.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/upstream-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Upstream AI", + "image_url": "https://topai.tools/assets/img/tools/upstream-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/google-bard", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "cool google", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatpdf", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat", + "image_url": "https://topai.tools/assets/img/tools/chatpdf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-assist-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tweet Assist app", + "image_url": "https://topai.tools/assets/img/tools/tweet-assist-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/intellibar", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "IntelliBar", + "image_url": "https://topai.tools/assets/img/tools/intellibar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-corpora", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask Corpora", + "image_url": "https://topai.tools/assets/img/tools/ask-corpora.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/googpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GooGPT", + "image_url": "https://topai.tools/assets/img/tools/googpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peopleai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "the people", + "image_url": "https://topai.tools/assets/img/tools/peopleai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/humata-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Humata AI", + "image_url": "https://topai.tools/assets/img/tools/humata-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/guru", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Teacher", + "image_url": "https://topai.tools/assets/img/tools/guru.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptfy", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPTfy", + "image_url": "https://topai.tools/assets/img/tools/gptfy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-thing", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat thing", + "image_url": "https://topai.tools/assets/img/tools/chat-thing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blubi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blubi. ai", + "image_url": "https://topai.tools/assets/img/tools/blubi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknow", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask now", + "image_url": "https://topai.tools/assets/img/tools/asknow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT application", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ariana-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ariana AI", + "image_url": "https://topai.tools/assets/img/tools/ariana-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/juji", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Foolish", + "image_url": "https://topai.tools/assets/img/tools/juji.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embra", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Umbra", + "image_url": "https://topai.tools/assets/img/tools/embra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/storiesbyai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "stories", + "image_url": "https://topai.tools/assets/img/tools/storiesbyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getanswer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GetAnswer", + "image_url": "https://topai.tools/assets/img/tools/getanswer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bloony", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "blooney", + "image_url": "https://topai.tools/assets/img/tools/bloony.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unschooler", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "non-scholastic", + "image_url": "https://topai.tools/assets/img/tools/unschooler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbase", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chat base", + "image_url": "https://topai.tools/assets/img/tools/chatbase.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Grampot Plus", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/seashoreai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "seaside", + "image_url": "https://topai.tools/assets/img/tools/seashoreai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/context", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "context", + "image_url": "https://topai.tools/assets/img/tools/context.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatbots-in-messengers", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Chatbots in Messengers", + "image_url": "https://topai.tools/assets/img/tools/ai-chatbots-in-messengers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zerotax-al", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ZeroTax al", + "image_url": "https://topai.tools/assets/img/tools/zerotax-al.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zenen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "zenen. ai", + "image_url": "https://topai.tools/assets/img/tools/zenen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "VoiceGPT", + "image_url": "https://topai.tools/assets/img/tools/voicegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/certainly", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "certainly", + "image_url": "https://topai.tools/assets/img/tools/certainly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fini", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "finish", + "image_url": "https://topai.tools/assets/img/tools/fini.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chat-bestie", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Chat Beast", + "image_url": "https://topai.tools/assets/img/tools/ai-chat-bestie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Another generator powered by artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/norby-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Norby AI", + "image_url": "https://topai.tools/assets/img/tools/norby-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Magic Chat", + "image_url": "https://topai.tools/assets/img/tools/magicchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swiftgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SwiftGet", + "image_url": "https://topai.tools/assets/img/tools/swiftgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/filechat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Filechat", + "image_url": "https://topai.tools/assets/img/tools/filechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirex-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hirex.ai", + "image_url": "https://topai.tools/assets/img/tools/hirex-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tiledesk", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tile office", + "image_url": "https://topai.tools/assets/img/tools/tiledesk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bahasa", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "language", + "image_url": "https://topai.tools/assets/img/tools/bahasa.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marvin", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Marvin", + "image_url": "https://topai.tools/assets/img/tools/marvin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ingestai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "IngestAi", + "image_url": "https://topai.tools/assets/img/tools/ingestai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pdf-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PDF.ai", + "image_url": "https://topai.tools/assets/img/tools/pdf-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mightygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MightyGPT", + "image_url": "https://topai.tools/assets/img/tools/mightygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "MyGPT", + "image_url": "https://topai.tools/assets/img/tools/mygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/algo", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "something", + "image_url": "https://topai.tools/assets/img/tools/algo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/easyprompt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "EasyPrompt", + "image_url": "https://topai.tools/assets/img/tools/easyprompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ascrobye", + "image_url": "https://topai.tools/assets/img/tools/askrobi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI ChatLab", + "image_url": "https://topai.tools/assets/img/tools/ai-chatlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisebot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wisebot", + "image_url": "https://topai.tools/assets/img/tools/wisebot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "creature", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moveworks", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "moforex", + "image_url": "https://topai.tools/assets/img/tools/moveworks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heybot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Hipot", + "image_url": "https://topai.tools/assets/img/tools/heybot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/querygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Query", + "image_url": "https://topai.tools/assets/img/tools/querygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botify", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Botify", + "image_url": "https://topai.tools/assets/img/tools/botify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/case-study-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Case study writer", + "image_url": "https://topai.tools/assets/img/tools/case-study-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/thekeys", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "keys", + "image_url": "https://topai.tools/assets/img/tools/thekeys.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tekst", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "text", + "image_url": "https://topai.tools/assets/img/tools/tekst.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Quick chat", + "image_url": "https://topai.tools/assets/img/tools/quickchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vacation-travel-chat-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Vacation and travel chat (GPT)", + "image_url": "https://topai.tools/assets/img/tools/vacation-travel-chat-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mottle", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "mottle", + "image_url": "https://topai.tools/assets/img/tools/mottle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/komo-search", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Enter search", + "image_url": "https://topai.tools/assets/img/tools/komo-search.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/meyagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mayor", + "image_url": "https://topai.tools/assets/img/tools/meyagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "everyone", + "image_url": "https://topai.tools/assets/img/tools/visus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ansy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ansy.ai", + "image_url": "https://topai.tools/assets/img/tools/ansy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "GPT text", + "image_url": "https://topai.tools/assets/img/tools/text-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/messagegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "message", + "image_url": "https://topai.tools/assets/img/tools/messagegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lili", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I Lily", + "image_url": "https://topai.tools/assets/img/tools/ai-lili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voiceflow", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "voiceflow", + "image_url": "https://topai.tools/assets/img/tools/voiceflow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Philly", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/purplebuddy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "PurpleBuddy-AI", + "image_url": "https://topai.tools/assets/img/tools/purplebuddy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dost", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Adequate", + "image_url": "https://topai.tools/assets/img/tools/dost.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatGPT for Google", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contlo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "control there", + "image_url": "https://topai.tools/assets/img/tools/contlo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wallu", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Walo", + "image_url": "https://topai.tools/assets/img/tools/wallu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sitegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SiteGPT", + "image_url": "https://topai.tools/assets/img/tools/sitegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatdoc", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat doc", + "image_url": "https://topai.tools/assets/img/tools/chatdoc.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wetune", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "his body", + "image_url": "https://topai.tools/assets/img/tools/wetune.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typingmind", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mind", + "image_url": "https://topai.tools/assets/img/tools/typingmind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kwirk", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Quirk", + "image_url": "https://topai.tools/assets/img/tools/kwirk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/onesta", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "honesty", + "image_url": "https://topai.tools/assets/img/tools/onesta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/samurai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "SamurAi", + "image_url": "https://topai.tools/assets/img/tools/samurai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jarvis-tel", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "jarvis tel", + "image_url": "https://topai.tools/assets/img/tools/jarvis-tel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/water", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "water", + "image_url": "https://topai.tools/assets/img/tools/water.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kili", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Kelly", + "image_url": "https://topai.tools/assets/img/tools/kili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mia-chatgpt-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Mya - ChatGPT AI", + "image_url": "https://topai.tools/assets/img/tools/mia-chatgpt-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/question-base", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Question base", + "image_url": "https://topai.tools/assets/img/tools/question-base.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writesonic", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "written", + "image_url": "https://topai.tools/assets/img/tools/writesonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-theater", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Text theatre", + "image_url": "https://topai.tools/assets/img/tools/text-theater.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-helpers", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI assistants", + "image_url": "https://topai.tools/assets/img/tools/ai-helpers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgenius", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "chat", + "image_url": "https://topai.tools/assets/img/tools/chatgenius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/insertchatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Insert ChatGet", + "image_url": "https://topai.tools/assets/img/tools/insertchatgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Neon AI", + "image_url": "https://topai.tools/assets/img/tools/neon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatonai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Chat on AI", + "image_url": "https://topai.tools/assets/img/tools/chatonai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wiz. chat", + "image_url": "https://topai.tools/assets/img/tools/wiz-chat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/you-com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "You.com", + "image_url": "https://topai.tools/assets/img/tools/you-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zipchat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "zipchat", + "image_url": "https://topai.tools/assets/img/tools/zipchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/parallelgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "parallel", + "image_url": "https://topai.tools/assets/img/tools/parallelgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aidev-codes", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AIDev. Codes", + "image_url": "https://topai.tools/assets/img/tools/aidev-codes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gita-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Jetta GPT", + "image_url": "https://topai.tools/assets/img/tools/gita-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-ask-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Ask the AI", + "image_url": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xata", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "He steals", + "image_url": "https://topai.tools/assets/img/tools/xata.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/conversai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Converse A", + "image_url": "https://topai.tools/assets/img/tools/conversai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lxi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Lxi AI", + "image_url": "https://topai.tools/assets/img/tools/lxi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/somi", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Finns", + "image_url": "https://topai.tools/assets/img/tools/somi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/track-my-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Track my bots", + "image_url": "https://topai.tools/assets/img/tools/track-my-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/berri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "New artificial intelligence", + "image_url": "https://topai.tools/assets/img/tools/berri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatspot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatSpot", + "image_url": "https://topai.tools/assets/img/tools/chatspot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sidechat", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Sidechat", + "image_url": "https://topai.tools/assets/img/tools/sidechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-text-classifier", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI text classifier", + "image_url": "https://topai.tools/assets/img/tools/ai-text-classifier.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ChatApp", + "image_url": "https://topai.tools/assets/img/tools/chatsapp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paper-brain", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Paper brain", + "image_url": "https://topai.tools/assets/img/tools/paper-brain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fin-by-intercom", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Intercom fin", + "image_url": "https://topai.tools/assets/img/tools/fin-by-intercom.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbenta", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "invention", + "image_url": "https://topai.tools/assets/img/tools/inbenta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/albus", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Wear", + "image_url": "https://topai.tools/assets/img/tools/albus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tactful-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Tactful. ai", + "image_url": "https://topai.tools/assets/img/tools/tactful-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.golden1plus.com", + "url_from": "https://www.golden1plus.com/2023/06/best-ai-conversational-tools-and.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instabot", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 244, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.147", + "domain_from_country": null, + "page_from_external_links": 209, + "page_from_internal_links": 42, + "page_from_size": 532114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Conversational Tools and Websites", + "page_from_status_code": 200, + "first_seen": "2023-10-11 01:28:55 +00:00", + "prev_seen": null, + "last_seen": "2023-10-11 01:28:55 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "instabot", + "image_url": "https://topai.tools/assets/img/tools/instabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "m.okjike.com", + "url_from": "https://m.okjike.com/originalPosts/64f3d1a2c70326f2eb32a8ef?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 309, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.99.112.78", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 2, + "page_from_size": 102153, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍, - 即刻App", + "page_from_status_code": 200, + "first_seen": "2023-09-04 17:24:41 +00:00", + "prev_seen": "2023-09-04 17:24:41 +00:00", + "last_seen": "2023-10-11 00:30:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "AI工具出海第一步,可以先把这些AI英文导航站通通提交一遍,PS: 附上了从Similarweb查询到的访问量😎www.producthunt.com 5.8Mtheresanaiforthat.com 4.7Mwww.futuretools.io 3.5Mwww.futurepedia.io 2.4Measywithai.com 1.5M", + "text_post": "1.3Mgpte.ai 1.0Maitoolmall.com 764.1kgpt3demo.com 668.9kaitoptools.com 608.4kwww.toools.design 374.4kwww.insidr.ai 327.1kdomore.ai 266.6kchatgptdemo.com 253.7ksupertools.therundown.ai 197.3kwww.aitoolsclub.com", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/descubrir-85-imagen-background-music-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/texttomusic.webp", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 86, + "page_from_internal_links": 20, + "page_from_size": 210772, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Descubrir 85+ imagen background music ai - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-10 22:15:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 22:15:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Texto a musica", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Texto a musica Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.dpo.com.ng", + "url_from": "http://www.dpo.com.ng/p/important-ict-links.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse?pricing=free", + "url_to_https": true, + "tld_from": "com.ng", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 80, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 206, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.23.115", + "domain_from_country": "NG", + "page_from_external_links": 439, + "page_from_internal_links": 4, + "page_from_size": 463805, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "IMPORTANT ICT LINKS", + "page_from_status_code": 200, + "first_seen": "2023-10-10 21:37:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 21:37:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI TOOLS DATABASE", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aimojo.pro", + "url_from": "https://aimojo.pro/tools/dreampress-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreampress", + "url_to_https": true, + "tld_from": "pro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 39, + "page_from_size": 123081, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DreamPress AI Review, Pricing, Features and Alternatives - Oct 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-10 20:00:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 20:00:18 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Content Creation: Generate personalized stories for entertainment or as content for social media or blogs", + "text_post": ".", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.retete-de-mancare.ro", + "url_from": "https://www.retete-de-mancare.ro/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 83, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.16", + "domain_from_country": "RO", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 28577, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "download convertor text - retete-de-mancare.ro", + "page_from_status_code": 200, + "first_seen": "2023-10-10 19:49:03 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 19:49:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "end point Unsatisfactory Fall 60 Best Text to audio converter AI tools", + "image_url": "https://topai.tools/assets/img/tools/freetts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/arriba-142-imagen-background-remover-free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/background-remover-from-photo-by-hitpaw.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 139, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 141, + "page_from_internal_links": 21, + "page_from_size": 258930, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arriba 142+ imagen background remover free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-10 17:57:12 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 17:57:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminador de fondo de la foto de Hitpaw", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminador de fondo de la foto de Hitpaw Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Podcastl היא פלטפורמה המופעלת על ידי AI ליצירה ועריכה של פודקאסטים של אודיו ווידאו באיכות גבוהה. הוא מציע יכולות הקלטה ועריכה חלקות, כולל ראיונות מרחוק באיכות אולפן, או…רשימה קצרה", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kreado-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Izwe.ai היא פלטפורמת טכנולוגיה רב-לשונית שהופכת נתוני אודיו, וידאו וטקסט לכיתובים וכתוביות בשפה המקומית. הוא מציע תמלול, תרגום, סיווג טקסט.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oi-avatar", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Taption הוא כלי בינה מלאכותית שיכול ליצור תמלילים אוטומטית ולתרגם כתוביות ב-40+ שפות. הוא מציע גם תיוג רמקולים, תכונות שיתוף פעולה ויכולת עריכה וייצוא.\\", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/taption", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "KreadoAI היא פלטפורמת יצירת וידאו בינה מלאכותית המאפשרת למשתמשים ליצור סרטונים אנושיים דיגיטליים במהירות ובקלות. עם מגוון רחב של תמונות אנושיות דיגיטליות בגילאים, צבעים ומקצועות שונים, Krea.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podcastle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "AVA הוא כלי המופעל על ידי AI בינה מלאכותית המספק כתוביות בזמן אמת לאנשים חירשים או כבדי שמיעה. הוא זמין להורדה במחשבים שולחניים ובמכשירים ניידים וניתן להשתמש בו בהגדרות שונות.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/izwe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Vidby הוא שירות מבוסס AI המציע תרגום מהיר ואוטומטי ודיבוב של סרטונים בלמעלה מעשרות שפות. ישנם למעלה מ-750 קולות AI מ-70 שפות, ותוכלו לבחור העדפות ..רשימה קצרה", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/papercup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Digital Surface הוא כלי בינה מלאכותית המאפשר למשתמשים להמיר סרטוני YouTube לפוסטים בבלוג. הוא מציע חמש המרות בחינם ויש לו מודל תמחור מנויים. המשתמשים יכולים ליצור סרטונים קצרים, ליצור בלוגים.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Dubb הוא כלי AI שעוזר למשתמשים לייצר תוכן שוק לפודקאסטים שלהם. זה יכול להפוך פרקי פודקאסט להערות תוכנית, פוסטים במדיה חברתית, תוכן ניוזלטר ותמלילים. הכלי קל-.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ubiai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "OI Avatar היא פלטפורמה מבוססת אינטרנט המאפשרת למשתמשים ליצור אווטאר דיגיטלי בסביבה וירטואלית כדי לתרגל דיבור אנגלית בביטחון. הכלי יוצר סרטון פרו-לוק תוך דקות ותומך .", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/audo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "הפלטפורמה נועדה לעזור למשתמשים לתייג ולהוסיף הערות לטקסט או למסמכים לשימוש בפרויקטים של עיבוד שפה טבעית (NLP). הוא מציע מגוון תכונות, כולל ממשק ידידותי למשתמש.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "pakoes.com", + "url_from": "https://pakoes.com/2023/07/24/40-%D7%9B%D7%9C%D7%99%D7%9D-%D7%9E%D7%95%D7%91%D7%99%D7%9C%D7%99%D7%9D-%D7%9C%D7%A4%D7%9C%D7%98%D7%A4%D7%95%D7%A8%D7%9E%D7%AA-%D7%93%D7%99%D7%91%D7%95%D7%91-%D7%A7%D7%95%D7%9C%D7%99-%D7%95%D7%A1/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sonix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.146", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 28, + "page_from_size": 142671, + "page_from_encoding": "utf-8", + "page_from_language": "he", + "page_from_title": "40 + כלים מובילים לפלטפורמת דיבוב קולי וסרטונים ב- בינה מלאכותית AI - PaKoes", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:13:20 +00:00", + "prev_seen": "2023-08-24 20:13:20 +00:00", + "last_seen": "2023-10-10 17:48:50 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "היא פלטפורמה מקוונת המאפשרת למשתמשים ליצור אווטרים וסרטונים בתלת מימד המופעלים על ידי AI בינה מלאכותית, המאפשרת למשתמשים ליצור במהירות אווטרים מדברים, סרטונים ועוד. הפלטפורמה כוללת גם .", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.preicfes-gratis.com", + "url_from": "https://www.preicfes-gratis.com/pregunta-tus-dudas-de-las-respuestas-del-icfes-saber-11", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 85, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.18.19", + "domain_from_country": null, + "page_from_external_links": 272, + "page_from_internal_links": 32, + "page_from_size": 388268, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PREICFES GRATIS VIRTUAL ICFES SABER 11° 2024 - ChatGPT - PREGUNTA TUS DUDAS", + "page_from_status_code": 200, + "first_seen": "2023-10-10 16:21:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 16:21:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/brain-pod-ai-image-generator", + "text_pre": "15. 60 best AI for behaviour prediction: https://topai.tools/s/behavior-prediction-software 16. Brain Pod AI - Image Generator:", + "text_post": "and", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/landing-ai", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/landing-ai", + "text_pre": "Фальсификация по упаковке", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbcg", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/chatbcg", + "text_pre": "ChatBCG possible use cases:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.uneua.net", + "url_from": "https://www.uneua.net/ai-manupulate-human-behavior", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/behavior-prediction-software", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.87.45", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 42, + "page_from_size": 735400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI manupulate human behavior | Viktor Fersht", + "page_from_status_code": 200, + "first_seen": "2023-10-10 09:54:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-10 09:54:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/behavior-prediction-software", + "text_pre": "15. 60 best AI for behaviour prediction:", + "text_post": "16. Brain Pod AI - Image Generator: https://topai.tools/t/brain-pod-ai-image-generator and", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.profiq.com", + "url_from": "https://www.profiq.com/empowering-users-with-advanced-question-answering-systems/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.144.1", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 83, + "page_from_size": 62278, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Empowering Users with Advanced Question-Answering Systems » profiq", + "page_from_status_code": 200, + "first_seen": "2023-07-01 11:05:04 +00:00", + "prev_seen": "2023-08-10 13:57:41 +00:00", + "last_seen": "2023-10-10 08:23:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "this list", + "text_pre": "ChatNode is a good representation of all question-answering chatbot solutions we’ve examined; both in terms of features and limitations. If you are interested in exploring other services yourself,", + "text_post": "of AI tools for document search is a good starting point.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.oth-aw.de", + "url_from": "https://www.oth-aw.de/neumann/tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 420, + "domain_from_platform_type": ["cms"], + "domain_from_is_ip": false, + "domain_from_ip": "195.37.42.173", + "domain_from_country": "DE", + "page_from_external_links": 447, + "page_from_internal_links": 164, + "page_from_size": 232997, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Abschlussarbeit-Werkzeuge | Prof. Dr.-Ing. Christoph P. Neumann", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:03:53 +00:00", + "prev_seen": "2023-08-09 20:06:36 +00:00", + "last_seen": "2023-10-10 07:27:00 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": "Weiterführende Quellen:", + "text_post": "| Prompt-Werkzeug-Liste auf reddit", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.maquillajeanamartin.com", + "url_from": "https://www.maquillajeanamartin.com/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 6, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.6.156", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 17483, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "bard top, Bard top is for real : - maquillajeanamartin.com", + "page_from_status_code": 200, + "first_seen": "2023-08-26 00:44:50 +00:00", + "prev_seen": "2023-08-26 00:44:50 +00:00", + "last_seen": "2023-10-09 23:19:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Google Bard - AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=futurepedia&utm_medium=marketplace&utm_campaign=futurepedia", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 213, + "domain_from_rank": 301, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184965, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-09 19:56:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 19:56:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/ja/showhn/posts/2023/11/en_hn_2023_03_16__35189813/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 69, + "page_from_size": 28383, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "Show HN: AIツールのノイズをふるいにかけるAI検索を構築した - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-10-09 12:39:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 12:39:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: AIツールのノイズをふるいにかけるAI検索を構築した", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 21, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.184.243", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131805, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-09-06 15:42:51 +00:00", + "prev_seen": "2023-09-06 15:42:51 +00:00", + "last_seen": "2023-10-09 12:27:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=aaiiiiref='aaiiii.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.217.16.211", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131875, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-09 12:26:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 12:26:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/total-49-imagem-ai-photo-background-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-background-generator-by-photoroom.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 134, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 50, + "page_from_internal_links": 20, + "page_from_size": 168062, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Total 49+ imagem ai photo background generator - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-09 09:48:45 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 09:48:45 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de fondo AI por PhotoRoom", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de fondo AI por PhotoRoom Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jpfellpipeband.org", + "url_from": "https://www.jpfellpipeband.org/make-an-ai-to-design-hats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/logoai.png", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.56.118", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 34361, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "bjærgning frill transmission Når som helst Faderlig vaskepulver make an ai to design hats - jpfellpipeband.org", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:59:49 +00:00", + "prev_seen": "2023-08-13 09:57:48 +00:00", + "last_seen": "2023-10-09 09:21:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "tælle forudsætning grænse LogoAI", + "image_url": "https://topai.tools/assets/img/tools/png/logoai.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "natokonline.com", + "url_from": "https://natokonline.com/article/the-best-t-shirt-design-software-adobe-illustrator-review", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/customizable-t-shirt-design-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 304, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.44.131", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 57, + "page_from_size": 114366, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "The Best T Shirt Design Software: Adobe Illustrator Review (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 03:49:14 +00:00", + "prev_seen": "2023-09-01 03:49:14 +00:00", + "last_seen": "2023-10-09 06:00:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "futechie.com", + "url_from": "https://futechie.com/an-ai-asset-management-tool-has-a-familiar-problem-poor-data/146495/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Personalized-investment-reports", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "208.109.215.104", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 22, + "page_from_size": 64830, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "An AI asset management tool has a familiar problem: poor data – Futechie.com", + "page_from_status_code": 200, + "first_seen": "2023-10-09 04:57:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 04:57:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI to help with investing strategies", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rodafinos.weebly.com", + "url_from": "https://rodafinos.weebly.com/9-new-technologies.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=finance", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 707, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.53", + "domain_from_country": null, + "page_from_external_links": 56, + "page_from_internal_links": 69, + "page_from_size": 159854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New technologies - ANGELOS RODAFINOS, PHD", + "page_from_status_code": 200, + "first_seen": "2023-07-11 11:34:23 +00:00", + "prev_seen": "2023-08-22 07:18:02 +00:00", + "last_seen": "2023-10-09 03:32:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "8", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rodafinos.weebly.com", + "url_from": "https://rodafinos.weebly.com/9-new-technologies.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Legal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 707, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.34.228.53", + "domain_from_country": null, + "page_from_external_links": 56, + "page_from_internal_links": 69, + "page_from_size": 159854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "New technologies - ANGELOS RODAFINOS, PHD", + "page_from_status_code": 200, + "first_seen": "2023-07-11 11:34:23 +00:00", + "prev_seen": "2023-08-22 07:18:02 +00:00", + "last_seen": "2023-10-09 03:32:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "7", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/m/de_edv@feddit.de/t/2270/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 110, + "page_from_size": 145867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - de_edv - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-07-30 21:25:03 +00:00", + "prev_seen": "2023-07-30 21:25:03 +00:00", + "last_seen": "2023-10-09 03:15:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/m/de_edv@feddit.de/t/2270/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol/votes/up", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 68, + "page_from_size": 57118, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Boosts - Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-07-30 21:39:53 +00:00", + "prev_seen": "2023-07-30 21:39:53 +00:00", + "last_seen": "2023-10-09 03:14:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/compartir-135-imagen-remove-background-image-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/removal-ai.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 134, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 135, + "page_from_internal_links": 21, + "page_from_size": 249269, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Compartir 135+ imagen remove background image ai - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-09 03:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 03:06:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Eliminación.ai", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Eliminación.ai Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.resourcepile.com", + "url_from": "https://www.resourcepile.com/download-convertor-text", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.127", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 15, + "page_from_size": 29734, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "grade clear Amuse Seraph sugar taste download convertor text - resourcepile.com", + "page_from_status_code": 200, + "first_seen": "2023-10-09 01:17:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-09 01:17:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "legal game booklet 60 Best Text to audio converter AI tools", + "image_url": "https://topai.tools/assets/img/tools/freetts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aiklaslokaal.nl", + "url_from": "https://aiklaslokaal.nl/handige-sites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "185.107.113.0", + "domain_from_country": "NL", + "page_from_external_links": 83, + "page_from_internal_links": 39, + "page_from_size": 76166, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Handige sites – AI KLASLOKAAL", + "page_from_status_code": 200, + "first_seen": "2023-08-27 17:52:01 +00:00", + "prev_seen": "2023-08-27 17:52:01 +00:00", + "last_seen": "2023-10-09 01:07:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.Tools", + "text_pre": "FuturetoolsFuturepediaAI Tools ArenaAI Tools.nlAI Educator Tools", + "text_post": "ToolScoutiLibAICyclopediaAI InfinityChatGPTdemoOpentoolsEthiekBegeleidingsethiekEthiek en AI – Zeven Methoden", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@KiofKi@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 100, + "page_from_internal_links": 347, + "page_from_size": 572317, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - KiofKi - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-09-04 12:12:59 +00:00", + "prev_seen": "2023-09-04 12:12:59 +00:00", + "last_seen": "2023-10-08 23:08:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bantersa.com", + "url_from": "https://bantersa.com/unleashing-the-power-of-ai-how-learning-and-understanding-artificial-intelligence-benefits-digital-marketing-agencies/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/task-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.19.169", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 44, + "page_from_size": 97973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence Benefits Digital Marketing Agencies | Banter Digital", + "page_from_status_code": 200, + "first_seen": "2023-08-26 07:04:48 +00:00", + "prev_seen": "2023-08-31 02:13:57 +00:00", + "last_seen": "2023-10-08 20:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI automation", + "text_pre": "Digital marketing involves numerous repetitive tasks such as data entry, report generation, and campaign optimization. By leveraging", + "text_post": ", agencies can significantly reduce the time spent on these mundane activities. With the assistance of AI-powered tools and algorithms, agencies can streamline workflows, improve efficiency, and allocate", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "oculen.best", + "url_from": "https://oculen.best/article/the-best-10-qualitative-data-analysis-software-platforms-in-2023-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Excel", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 177, + "domain_from_rank": 332, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.24.62", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 59, + "page_from_size": 127379, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "The Best 10 Qualitative Data Analysis Software Platforms in 2023 (2023)", + "page_from_status_code": 200, + "first_seen": "2023-10-08 18:11:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 18:11:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "More items...", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.darklab.sh", + "url_from": "https://r.darklab.sh/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "sh", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 122, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.23.193.4", + "domain_from_country": "SH", + "page_from_external_links": 461, + "page_from_internal_links": 14, + "page_from_size": 55966, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-10-08 18:00:19 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 18:00:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/lite/showhn/archive/2023/11/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 70, + "domain_from_rank": 193, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 623, + "page_from_internal_links": 67, + "page_from_size": 193494, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 11 周归档(03.13 - 03.20) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-07-04 12:21:04 +00:00", + "prev_seen": "2023-08-21 09:29:43 +00:00", + "last_seen": "2023-10-08 17:04:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "112. Show HN: Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "raindrop.io", + "url_from": "https://raindrop.io/mydjtl/slow-down-and-write-better-emails-20934939", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draftlab", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 492, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.10.217", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 22, + "page_from_size": 143592, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slow Down and Write Better Emails", + "page_from_status_code": 200, + "first_seen": "2023-10-08 16:30:00 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 16:30:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "DraftLab - top AI tools", + "text_pre": "DraftLab - top AI tools#ai·topai.tools·Aug 9, 2023", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gamasgamas.com", + "url_from": "https://gamasgamas.com/%D8%AF%D8%A7%DB%8C%D8%B1%DA%A9%D8%AA%D9%88%D8%B1%DB%8C-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C-topai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 97, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "195.28.10.98", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 33, + "page_from_size": 226948, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دایرکتوری ابزارهای هوش مصنوعی TopAi - گاماس‌گاماس", + "page_from_status_code": 200, + "first_seen": "2023-08-27 19:10:57 +00:00", + "prev_seen": "2023-08-27 19:10:57 +00:00", + "last_seen": "2023-10-08 11:52:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "سایت", + "text_post": "یکی دیگر از دایرکتوری های ابزارهای هوش مصنوعی است که می‌توانید در قسمت جستجو نام و یا نوع سرویس و کاری که موردنظرتان است را وارد کرده تا ابزارهای مرتبط را نمایش دهد. و همینطور براساس دسته بندی ها نیز", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmy.sdf.org", + "url_from": "https://old.lemmy.sdf.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 575, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "209.160.32.197", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 64, + "page_from_size": 24896, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-01 08:39:51 +00:00", + "prev_seen": "2023-08-01 08:39:51 +00:00", + "last_seen": "2023-10-08 10:59:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "notabug.org", + "url_from": "https://notabug.org/nbatman/freemediaheckyeah/wiki/%F0%9F%A4%96+Artificial+Intelligence", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.9.105.58", + "domain_from_country": "US", + "page_from_external_links": 468, + "page_from_internal_links": 46, + "page_from_size": 63616, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "🤖 Artificial Intelligence - NotABug.org: Free code hosting", + "page_from_status_code": 200, + "first_seen": "2023-07-03 12:40:44 +00:00", + "prev_seen": "2023-08-25 11:27:51 +00:00", + "last_seen": "2023-10-08 04:09:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 345, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 98, + "page_from_size": 101874, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Übersicht - kosh - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-10-08 03:03:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-08 03:03:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": null, + "text_post": "(AI tool directory)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI video tools", + "text_pre": "Video Generation: AI can generate videos by predicting and generating subsequent frames based on an initial frame or set of frames. Examples: Synthesia,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=audio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI audio tools", + "text_pre": "Speech Synthesis: AI models can generate human-like speech, which is useful for applications like virtual assistants, audio books, and voice-overs. Examples: Google Text to Speech, Murf,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI music tools", + "text_pre": "Music Generation: AI models can generate musical compositions and even imitate the style of specific composers or genres. Examples: Aiva, Soundful,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "zu.libguides.com", + "url_from": "https://zu.libguides.com/ai/getting-started", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=3D", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 656, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.85.246.96", + "domain_from_country": "WW", + "page_from_external_links": 30, + "page_from_internal_links": 32, + "page_from_size": 37369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Getting Started with AI - Artificial Intelligence - LibGuides at Zayed University", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:22:34 +00:00", + "prev_seen": "2023-09-01 20:22:34 +00:00", + "last_seen": "2023-10-08 02:49:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "other AI 3D tools", + "text_pre": "Object Generation: AI can generate three-dimensional objects and models, which can be used in fields like gaming, virtual reality, and product design. Examples: Masterpiece Studio, Meshcapade, Mochi,", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thcshoanghoatham-badinh.edu.vn", + "url_from": "https://thcshoanghoatham-badinh.edu.vn/recolectar-191-imagen-vtuber-background-room-free/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/live3d-anime-generator.png", + "url_to_https": true, + "tld_from": "edu.vn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 133, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "103.118.28.253", + "domain_from_country": "VN", + "page_from_external_links": 190, + "page_from_internal_links": 20, + "page_from_size": 333516, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Recolectar 191+ imagen vtuber background room free - Thcshoanghoatham-badinh.edu.vn", + "page_from_status_code": 200, + "first_seen": "2023-10-07 21:52:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 21:52:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Generador de anime Live3d", + "image_url": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "anchor": null, + "text_pre": null, + "text_post": "Generador de anime Live3d Background", + "semantic_location": "figure", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teacup.social", + "url_from": "https://teacup.social/u/@Senf@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 224, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.51.35", + "domain_from_country": null, + "page_from_external_links": 54, + "page_from_internal_links": 204, + "page_from_size": 310945, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - Senf - Teacup Social", + "page_from_status_code": 200, + "first_seen": "2023-08-28 01:02:19 +00:00", + "prev_seen": "2023-08-28 01:02:19 +00:00", + "last_seen": "2023-10-07 20:59:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-13 11:01:41 +00:00", + "prev_seen": "2023-08-13 11:01:41 +00:00", + "last_seen": "2023-10-07 16:17:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hypersonix.ai", + "url_from": "https://hypersonix.ai/blog/11-genai-tools-no-ecommerce-retailer-can-do-without/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "188.114.96.9", + "domain_from_country": "AI", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 101187, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "11 GenAI Tools No eCommerce Retailer Can Do Without | Hypersonix", + "page_from_status_code": 200, + "first_seen": "2023-10-07 15:15:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 15:15:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Image Source", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=nabih.ai&utm_medium=marketplace&utm_campaign=nabih", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 299, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 184965, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-07 14:58:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 14:58:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ai-content-Detector/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 299, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 166257, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Detector and Chat GPT Checker Free - #1 AI Checker 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-07 13:05:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 13:05:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.10words.io", + "url_from": "https://click.10words.io/click?appIdentifier=750bcf3e-65a5-4977-a623-d6aad07d0fc0&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-13", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=10words&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-13", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 264, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "13.32.27.25", + "domain_from_country": "IO", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 118, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-10-07 11:28:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 11:28:07 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ja.home-theater-designers.com", + "url_from": "https://ja.home-theater-designers.com/zui-shina-ai-apuriwo-fa-jianmataha-jian-suosurutameno-ai-tsuruno-6-tsunoonrain-direkutori", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 283, + "page_from_size": 66109, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "最適な AI アプリを発見または検索するための AI ツールの 6 つのオンライン ディレクトリ - |インターネット|", + "page_from_status_code": 200, + "first_seen": "2023-06-30 22:26:05 +00:00", + "prev_seen": "2023-08-05 22:58:20 +00:00", + "last_seen": "2023-10-07 08:30:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "トップAI.ツール", + "text_pre": "2.", + "text_post": "(Web): AI ツールを発見し、候補リストを作成してエクスポートする", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.10words.io", + "url_from": "https://click.10words.io/click?appIdentifier=750bcf3e-65a5-4977-a623-d6aad07d0fc0&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-16", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=10words&utm_source=10words&utm_medium=email&utm_campaign=newsletter-2023-06-16", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 264, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "13.32.27.25", + "domain_from_country": "IO", + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 118, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-10-07 06:50:38 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 06:50:38 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hr.home-theater-designers.com", + "url_from": "https://hr.home-theater-designers.com/6-online-imenika-ai-alata-za-otkrivanje-ili-trazenje-najbolje-ai-aplikacije", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": "HR", + "page_from_external_links": 68, + "page_from_internal_links": 276, + "page_from_size": 58192, + "page_from_encoding": "utf-8", + "page_from_language": "hr", + "page_from_title": "6 online imenika AI alata za otkrivanje ili traženje najbolje AI aplikacije - |Internet|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 13:39:51 +00:00", + "prev_seen": "2023-08-06 00:57:58 +00:00", + "last_seen": "2023-10-07 06:49:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.alati", + "text_pre": "2.", + "text_post": "(Web): Otkrijte AI alate i izradite i izvezite uži izbor", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.portlandtheotherjamaica.com", + "url_from": "https://www.portlandtheotherjamaica.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 105, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.157.43", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 16, + "page_from_size": 23030, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Hen vertex forecast Perceptual Decrepit George Hanbury niche meme account name generator - portlandtheotherjamaica.com", + "page_from_status_code": 200, + "first_seen": "2023-09-24 18:33:50 +00:00", + "prev_seen": "2023-09-24 18:33:50 +00:00", + "last_seen": "2023-10-07 05:27:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Susteen Premature Pride 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/namelix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.portlandtheotherjamaica.com", + "url_from": "https://www.portlandtheotherjamaica.com/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 105, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.157.43", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 16, + "page_from_size": 23030, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Hen vertex forecast Perceptual Decrepit George Hanbury niche meme account name generator - portlandtheotherjamaica.com", + "page_from_status_code": 200, + "first_seen": "2023-09-24 18:33:50 +00:00", + "prev_seen": "2023-09-24 18:33:50 +00:00", + "last_seen": "2023-10-07 05:27:33 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Susteen Premature Pride 60 Best Domain name generator AI tools", + "image_url": "https://topai.tools/assets/img/tools/name-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.let-o.com", + "url_from": "https://www.let-o.com/hama-website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 185, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.21.70", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 20085, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "kampioen maandag krassen hartstochtelijk bemanning Reiziger hama website - let-o.com", + "page_from_status_code": 200, + "first_seen": "2023-10-07 05:24:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-07 05:24:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "kern Groene bonen domesticeren Hama - Image Editing - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolsexplorer.com", + "url_from": "https://aitoolsexplorer.com/ai-online/ai-directory-websites/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "http://topai.tools/?via=AIToolsExplorer.com", + "url_to_https": false, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 128, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.80.2.120", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 27, + "page_from_size": 83370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Directory Websites - AI Tools Explorer", + "page_from_status_code": 200, + "first_seen": "2023-07-26 02:00:45 +00:00", + "prev_seen": "2023-09-19 18:00:03 +00:00", + "last_seen": "2023-10-07 05:19:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "theresanaiforthat.comfuturetools.iofuturepedia.io", + "text_post": "easywithai.comaitoolmall.comaitoptools.comopentools.ai toolfinder.coaitoolsarena.com", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 301, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/?via=AIToolsExplorer.com" + }, + { + "type": "backlink", + "domain_from": "iw.home-theater-designers.com", + "url_from": "https://iw.home-theater-designers.com/6-sprywt-mqwwnwt-sl-kly-bynh-ml-kwtyt-lgylwy-w-hypws-hr-plyqzyyt-hbynh-hml-kwtyt-htwbh-bywtr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 194, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.141.172", + "domain_from_country": null, + "page_from_external_links": 68, + "page_from_internal_links": 292, + "page_from_size": 66998, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "6 ספריות מקוונות של כלי בינה מלאכותית לגילוי או חיפוש אחר אפליקציית הבינה המלאכותית הטובה ביותר - |אינטרנט|", + "page_from_status_code": 200, + "first_seen": "2023-07-02 09:30:48 +00:00", + "prev_seen": "2023-08-06 02:18:12 +00:00", + "last_seen": "2023-10-07 02:03:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(אינטרנט): גלה את כלי הבינה המלאכותית, וצור וייצא רשימות קצרות", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aiyjs.com", + "url_from": "https://www.aiyjs.com/30595.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "8.218.90.222", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 116, + "page_from_size": 107777, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "国外英文AIGC工具导航汇总 – AI研究所", + "page_from_status_code": 200, + "first_seen": "2023-06-16 15:27:50 +00:00", + "prev_seen": "2023-09-06 16:24:26 +00:00", + "last_seen": "2023-10-06 23:26:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "TopAi.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/u/kosh@feddit.de?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 665, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 66, + "page_from_size": 27381, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-10-06 12:20:21 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 12:20:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/chat-gpt-pdf-summary/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 1107546, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can You Get a Chat GPT PDF Summary? It’s Easy With Mindgrasp!", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:39:47 +00:00", + "prev_seen": "2023-09-22 09:39:47 +00:00", + "last_seen": "2023-10-06 11:07:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "Mindgrasp has firmly positioned itself at the cutting edge of AI-driven content comprehension as reported by", + "text_post": "by offering a suite of features that outshine traditional tools like Chat GPT. While many wonder “how to upload a PDF to Chat GPT” or ask “can Chat GPT read a PDF”, Mindgrasp simplifies", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mindgrasp.ai", + "url_from": "https://mindgrasp.ai/chat-gpt-pdf-summary/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mindgrasp", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.139", + "domain_from_country": "AI", + "page_from_external_links": 10, + "page_from_internal_links": 18, + "page_from_size": 1107546, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Can You Get a Chat GPT PDF Summary? It’s Easy With Mindgrasp!", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:39:47 +00:00", + "prev_seen": "2023-09-22 09:39:47 +00:00", + "last_seen": "2023-10-06 11:07:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "the cutting edge of AI-driven content comprehension", + "text_pre": "Mindgrasp has firmly positioned itself at", + "text_post": "as reported by TopAI.tools by offering a suite of features that outshine traditional tools like Chat GPT. While many wonder “how to upload a PDF to Chat GPT” or ask “can Chat GPT read", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "cash-ai.news", + "url_from": "https://cash-ai.news/2023/09/28/how-to-use-todays-ai-with-your-own-data-by-adam-nemeth-sep-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/chatbase", + "url_to_https": true, + "tld_from": "news", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "198.54.126.139", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 29, + "page_from_size": 108153, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to use today’s AI with your own data | by Adam Nemeth | Sep, 2023 - Cash AI", + "page_from_status_code": 200, + "first_seen": "2023-10-06 07:41:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-06 07:41:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "ugc", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tools", + "text_pre": "By now, there are a lot of", + "text_post": ", for which can grab a website, or a bunch of files, and you can ask about them ChatGPT-style. Let’s say you add your company handbook and a new employee asks for vacation policies, the bot can answer", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.convertkit-mail4.com", + "url_from": "https://click.convertkit-mail4.com/v8udn54zlvfrhxnmok0sw/dpheh0h0z9x5znam/aHR0cHM6Ly90b3BhaS50b29scw==", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 373, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "3.21.67.48", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 85, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-04-07 21:56:41 +00:00", + "prev_seen": "2023-07-26 06:05:40 +00:00", + "last_seen": "2023-10-05 23:54:43 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.outreachbee.com", + "url_from": "https://www.outreachbee.com/link-building-strategies-for-a-gaming-website/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Infographic-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 219, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.75.5", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 39, + "page_from_size": 159473, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Link Building Strategies for a Gaming Website", + "page_from_status_code": 200, + "first_seen": "2023-08-31 19:55:43 +00:00", + "prev_seen": "2023-08-31 19:55:43 +00:00", + "last_seen": "2023-10-05 21:08:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI infographic generator tools", + "text_pre": "Incorporate different forms of visual content in your gaming website. A lot of readers love informative infographics, which increases the likelihood of them sharing your content. There are plenty of", + "text_post": "on the internet to help you create professional-looking infographics.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/cookies/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 299, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 10, + "page_from_size": 108213, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Cookie Policy (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 17:17:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 17:17:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/privacy-policy/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 105, + "domain_from_rank": 299, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 10, + "page_from_size": 103246, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Privacy Policy (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 17:15:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 17:15:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lbkconsulting.fr", + "url_from": "https://lbkconsulting.fr/2023/09/11/le-comment-du-pourquoi-133-extrait/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/podcast-summary-generator", + "url_to_https": true, + "tld_from": "fr", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 164, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.0.78.162", + "domain_from_country": "FR", + "page_from_external_links": 48, + "page_from_internal_links": 18, + "page_from_size": 131060, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Le Comment Du Pourquoi #133 (extrait) - LBk Consulting", + "page_from_status_code": 200, + "first_seen": "2023-10-05 12:28:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 12:28:43 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "source", + "text_pre": "IA répondant à un cas d’usage, et un seul, c’est clair que tous ne survivront pas. L’acquisition tourne à plein, mais côté rétention ? Pour exemple, 60 outils qui permettent de résumer un podcast. (", + "text_post": " 🇺🇸) ", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "leap.emids.com", + "url_from": "https://leap.emids.com/genai-leverage-your-new-virtual-buddy-at-work/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Data%20Analysis", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "54.72.115.229", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 213941, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GenAI – leverage your new virtual buddy at work – LeAP", + "page_from_status_code": 200, + "first_seen": "2023-10-05 11:52:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 11:52:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "75 tools", + "text_pre": "through heaps of data to find answers can be a daunting task. With the aid of GenAI, you can simply upload the data, then ask questions about it, gain insights, and find trends. There are almost", + "text_post": "including free ones like Graphy and Census GPT to help you understand data in simpler, faster ways and make better decisions. But do remember, the quality and accuracy of the data used will affect the", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bigtopcatalog.com", + "url_from": "https://bigtopcatalog.com/product-catalog-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-catalog-management-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.35.12", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 73, + "page_from_size": 44022, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find your favorite Product Catalog Ai Catalogs from brand-name merchants specializing", + "page_from_status_code": 200, + "first_seen": "2023-10-05 10:21:56 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 10:21:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show details", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hughkice.com", + "url_from": "https://www.hughkice.com/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 38, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.3.101", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 22, + "page_from_size": 22821, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Sway Tjen Tempel Ruckus lige ud Føde top nsfw - hughkice.com", + "page_from_status_code": 200, + "first_seen": "2023-10-05 07:51:07 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 07:51:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "kaldenavn forklædt Skeptisk 60 Best Nsfw chatbot AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.tinmog.org.uk", + "url_from": "https://www.tinmog.org.uk/generare-lista-figuri-word", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/fuups.png", + "url_to_https": true, + "tld_from": "org.uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 72, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.95.188", + "domain_from_country": "GB", + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 22093, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "generare lista figuri word - tinmog.org.uk", + "page_from_status_code": 200, + "first_seen": "2023-10-05 04:55:33 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 04:55:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "talent ancestor aisle Fuups", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/lb/revolution%C3%A9iert-de-Klassesall-d%C3%A9i-nei-%C3%84ra-vun-engem-verst%C3%A4erkte-L%C3%A9ieren/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 129867, + "page_from_encoding": "utf-8", + "page_from_language": "lb", + "page_from_title": "Revolutioun vum Klassesall: Déi nei Ära vum AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-05 02:36:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 02:36:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuell Tuteuren", + "text_pre": "AI an der Educatioun mécht stänneg seng Schrëtt no vir. Hutt Dir schons vun héieren", + "text_post": "? Dëst sinn net nëmme Videoopnamen oder interaktiv Lektioune mee héich raffinéiert AI-gedriwwen Plattformen déi fäeg sinn den Léierstil vun engem mënschlechen Tuteur ze mimikéieren. Si analyséieren Är", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=ai-search.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 298, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 189220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-05 02:36:09 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 02:36:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bigtopcatalog.com", + "url_from": "https://bigtopcatalog.com/catalog-management-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-catalog-management-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.35.12", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 73, + "page_from_size": 42018, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find your favorite Catalog Management Tool Catalogs from brand-name merchants specializing", + "page_from_status_code": 200, + "first_seen": "2023-10-05 00:27:32 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 00:27:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show details", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fcatalogue.com", + "url_from": "https://fcatalogue.com/ai-to-create-catalogue/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Product-catalog-management-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.195.1", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 77, + "page_from_size": 46557, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Find your favorite Ai To Create Catalogue. Browse our catalogs to find the perfect products or services for your needs", + "page_from_status_code": 200, + "first_seen": "2023-10-05 00:01:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-05 00:01:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show details", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai-review.com", + "url_from": "https://ai-review.com/productivity/maester/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/maester-app", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "191.96.63.105", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 14, + "page_from_size": 426206, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "⋙ Maester: Price, Pros & Cons, Alternatives, App Reviews", + "page_from_status_code": 200, + "first_seen": "2023-10-04 21:33:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 21:33:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "of the platform’s features, such as customizable templates and history management, you will need to sign in with a user account. Maester.app is a free service, making it accessible to a wide range of users [", + "text_post": "].", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolboard.com", + "url_from": "https://aitoolboard.com/blog/post-e37b48ef-2578-4ea8-8dcb-e6a53dc0782b", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 62, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 133, + "page_from_size": 64136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 AI Tools Directories | AI ToolBoard", + "page_from_status_code": 200, + "first_seen": "2023-10-04 21:30:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 21:30:27 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "5. Top AI Tools (", + "text_post": ")", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=xplorai.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 243, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-04 19:18:27 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 19:18:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 126, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.51", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131794, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-08-30 00:39:17 +00:00", + "prev_seen": "2023-08-30 00:39:17 +00:00", + "last_seen": "2023-10-04 15:47:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/pt/revolucionando-a-sala-de-aula-a-nova-era-de-aprendizagem-aprimorada-de-IA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 131452, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Revolucionando a sala de aula: a nova era da aprendizagem aprimorada por IA - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-10-04 14:27:49 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 14:27:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "tutores virtuais", + "text_pre": "A IA na educação está avançando constantemente. Você já ouviu falar", + "text_post": "? Estas não são meras gravações de vídeo ou aulas interativas, mas plataformas altamente sofisticadas baseadas em IA, capazes de imitar o estilo de ensino de um tutor humano. Eles analisam seus padrões", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "search.ai.wiki", + "url_from": "https://search.ai.wiki/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "wiki", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "162.246.254.135", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 14, + "page_from_size": 67299, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning – Search.AI.Wiki", + "page_from_status_code": 200, + "first_seen": "2023-10-04 13:48:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 13:48:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "search.ai.wiki", + "url_from": "https://search.ai.wiki/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "wiki", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "162.246.254.135", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 14, + "page_from_size": 75005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning – Search.AI.Wiki", + "page_from_status_code": 200, + "first_seen": "2023-10-04 13:34:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 13:34:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sk/stiahnite-si/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 128050, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "Stiahnite si (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:41:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:41:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Hodnotiť na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nl/downloaden/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 128014, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Downloaden (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:40:26 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:40:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beoordelen op Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/tentang-kami/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 36, + "page_from_size": 135438, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Tentang Kami (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:39:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:39:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sk/o-nas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 127562, + "page_from_encoding": "utf-8", + "page_from_language": "sk", + "page_from_title": "O Náš (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:39:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:39:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Hodnotiť na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nl/over-ons/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 32, + "page_from_size": 134456, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Ontmoet ons Team (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:37:57 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:37:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beoordelen op Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/ekibimizle-tanisin/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 35, + "page_from_size": 136433, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Hakkımızda (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:37:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:37:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/penghitung-kata/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 145374, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Penghitung Kata dan Penghitung Karakter (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:35:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:35:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ca/descarregar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 33, + "page_from_size": 128044, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "Descarregar (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:34:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:34:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valorar a Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/ai-detektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 29, + "page_from_size": 171186, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "AI Detector Dansk & Chat GPT Detector (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:32:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:32:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/ai-icerik-tespit-edici/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 158912, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Ai Detector Türkçe Ve Yapay Zeka Dedektörü (Ücretsiz)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:31:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:31:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ca/nostre-equip/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 32, + "page_from_size": 134729, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "Nostre Equip (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:30:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:30:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valorar a Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 128875, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:29:02 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:29:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/indir/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 129407, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "İndir (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:28:25 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:28:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 128074, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:27:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:27:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/skachat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 130377, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Скачать (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:25:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:25:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 34, + "page_from_size": 128834, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "다운로드 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 08:24:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 08:24:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.toad.city", + "url_from": "https://git.toad.city/toad_city/FMHY/wiki/%F0%9F%A4%96-Artificial-Intelligence", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "city", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 228, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "75.132.230.154", + "domain_from_country": null, + "page_from_external_links": 469, + "page_from_internal_links": 38, + "page_from_size": 82635, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "🤖 Artificial Intelligence - FMHY - Gitoad", + "page_from_status_code": 200, + "first_seen": "2023-08-19 12:01:32 +00:00", + "prev_seen": "2023-08-19 12:01:32 +00:00", + "last_seen": "2023-10-04 07:53:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/antyplagiat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 156587, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Antyplagiat Online Darmowy (Bez Pobierania)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:53:50 +00:00", + "prev_seen": "2023-09-05 07:53:50 +00:00", + "last_seen": "2023-10-04 07:35:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/nossa-equipe/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 36, + "page_from_size": 136268, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Nossa Equipe (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:35:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:35:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/compteur-de-mots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 147914, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Compteur de mots et compteur de caractères (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 22:11:08 +00:00", + "prev_seen": "2023-08-23 22:11:08 +00:00", + "last_seen": "2023-10-04 07:34:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/traducator-cod-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 147271, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Codul Morse Translator și Decodor Cod Morse (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:19:54 +00:00", + "prev_seen": "2023-09-05 07:19:54 +00:00", + "last_seen": "2023-10-04 07:31:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/word-counter/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 145136, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Word and Character Counter Tool (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:31:17 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:31:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/morsecode-uebersetzer/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 147620, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Morsecode Übersetzer Und Morsecode-Decoder (Kostenlos)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:03:40 +00:00", + "prev_seen": "2023-09-05 07:03:40 +00:00", + "last_seen": "2023-10-04 07:30:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/verificare-plagiat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 164667, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Program Antiplagiat Gratuit (Fără Descărcare)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:22:14 +00:00", + "prev_seen": "2023-09-05 07:22:14 +00:00", + "last_seen": "2023-10-04 07:28:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/mot-vart-team/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 134316, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "Møt vårt Team   (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:28:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:28:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/conta-parole/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 147011, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Conta Parole e Conta Caratteri (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:26:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:26:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/plagiarism-checker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 160114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Online Plagiarism Checker With Percentage (No Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:53:58 +00:00", + "prev_seen": "2023-09-05 06:53:58 +00:00", + "last_seen": "2023-10-04 07:25:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/detector-de-plagio/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 163507, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Detector de Plagio Gratis Online (Sin Descarga)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:04:08 +00:00", + "prev_seen": "2023-09-05 07:04:08 +00:00", + "last_seen": "2023-10-04 07:24:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/om-oss/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 33, + "page_from_size": 134233, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Om Oss (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:22:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:22:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/plagiatspruefung-kostenlos/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 163292, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Plagiatsprüfung kostenlos Online (Kein Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:07:43 +00:00", + "prev_seen": "2023-09-05 07:07:43 +00:00", + "last_seen": "2023-10-04 07:21:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/pembilang-kata/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 149534, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Kira Patah Perkataan Online and Kira Aksara (Percuma)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 08:01:44 +00:00", + "prev_seen": "2023-09-05 08:01:44 +00:00", + "last_seen": "2023-10-04 07:19:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/chi-siamo/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 135381, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Chi Siamo (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:18:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:18:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/o-nas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 35, + "page_from_size": 138494, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "O Nas (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:16:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:16:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/about-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 135692, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "저희 팀을 만나보세요 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 02:02:41 +00:00", + "prev_seen": "2023-08-19 02:02:41 +00:00", + "last_seen": "2023-10-04 07:15:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/penyemak-plagiarism/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 164948, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Semak Plagiat Bahasa Melayu (Tak Perlu Muat Turun)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:54:50 +00:00", + "prev_seen": "2023-09-05 07:54:50 +00:00", + "last_seen": "2023-10-04 07:13:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/contador-de-palavras/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 150018, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Contador de Palavras e Contador de Caracteres (Grátis)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 04:28:11 +00:00", + "prev_seen": "2023-08-19 04:28:11 +00:00", + "last_seen": "2023-10-04 07:12:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/alfabet-morsea-tlumacz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 148593, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Alfabet Morse'a Tłumacz (Darmowe)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:58:28 +00:00", + "prev_seen": "2023-09-05 07:58:28 +00:00", + "last_seen": "2023-10-04 07:11:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/sobre-nosotros/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 93, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 136246, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Sobre Nosotros (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:10:10 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:10:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/tradutor-codigo-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 111, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 151579, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Código Morse Tradutor (Grátis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:56:13 +00:00", + "prev_seen": "2023-09-05 07:56:13 +00:00", + "last_seen": "2023-10-04 07:09:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/traduttore-codice-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 119, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 147859, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Traduttore Codice Morse Online e Decodificatore (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:07:34 +00:00", + "prev_seen": "2023-09-05 07:07:34 +00:00", + "last_seen": "2023-10-04 07:07:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/traductor-codigo-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 123, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 148733, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Codigo Morse Traductor y Decodificador (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:01:04 +00:00", + "prev_seen": "2023-09-05 07:01:04 +00:00", + "last_seen": "2023-10-04 07:05:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/morse-code-translator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 137, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 21, + "page_from_size": 145915, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Morse Code Translator and Morse Code Decoder (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:58:57 +00:00", + "prev_seen": "2023-09-05 06:58:57 +00:00", + "last_seen": "2023-10-04 07:04:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 159, + "domain_from_rank": 298, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 180010, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Corectarea Texte și Corector Gramatical Online (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-18 22:05:11 +00:00", + "prev_seen": "2023-08-18 22:05:11 +00:00", + "last_seen": "2023-10-04 07:03:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/el/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 184, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 215184, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ορθογραφικός Έλεγχος, Γραμματικός Έλεγχος (Δωρεάν)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 07:01:15 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 07:01:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Βαθμολογήστε στο Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 192, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 180697, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "Rettskriving Sjekk og Stavekontroll (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:57:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:57:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 194, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 182403, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Kielioppi Tarkistus ja Oikolukija (Vapaa)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 10:11:01 +00:00", + "prev_seen": "2023-09-01 10:11:01 +00:00", + "last_seen": "2023-10-04 06:56:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 200, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 33, + "page_from_size": 170666, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "中文拼写和语法检查器 (免费)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:33:44 +00:00", + "prev_seen": "2023-08-19 03:33:44 +00:00", + "last_seen": "2023-10-04 06:54:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/hu/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 201, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 185512, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "Szöveg Helyesírás Ellenőrző App (Ingyenes)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:52:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:52:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Értékelés a Top AI Tools-ön", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 206, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 177321, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Stavningskontroll och Grammatik Kontroll Svenska (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:51:39 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:51:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 207, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 188389, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Rechtschreibprüfung und Online-Rechtschreibung prüfen (Frei)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:48:20 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:48:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/es/pornografia/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 61, + "page_from_size": 117820, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Top 10 Hottest AI Girlfriend Sex Chatbot Sites of 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:45:06 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:45:06 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "external"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Why pick", + "text_post": ", you ask?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 208, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 189959, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Korektor Tekstu z Sprawdzanie Pisowni Online (Wolny)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:33:55 +00:00", + "prev_seen": "2023-08-19 03:33:55 +00:00", + "last_seen": "2023-10-04 06:44:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 208, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 181315, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Spellingscontrole en Grammatica Check (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 00:05:53 +00:00", + "prev_seen": "2023-08-19 00:05:53 +00:00", + "last_seen": "2023-10-04 06:42:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beoordelen op Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 210, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 180521, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Tatabahasa Checker dan Pembetulan Ayat Bahasa Melayu", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:36:30 +00:00", + "prev_seen": "2023-08-19 03:36:30 +00:00", + "last_seen": "2023-10-04 06:40:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 219, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 181866, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Stavekontrol, Grammatikkontrol og Tegnsætning (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:38:54 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:38:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 225, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 190367, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Corretor de Texto Online e Corretor Ortografico (Grátis)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 03:35:25 +00:00", + "prev_seen": "2023-08-19 03:35:25 +00:00", + "last_seen": "2023-10-04 06:36:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ca/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 221, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 31, + "page_from_size": 177929, + "page_from_encoding": "utf-8", + "page_from_language": "ca", + "page_from_title": "Corrector Catala y Corrector Ortografic Catala (Gratuït)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 11:31:06 +00:00", + "prev_seen": "2023-08-19 11:31:06 +00:00", + "last_seen": "2023-10-04 06:35:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Valorar a Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 226, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 33, + "page_from_size": 202098, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "영어 문법 검사기 및 문법 검사기 (무료)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 00:45:35 +00:00", + "prev_seen": "2023-08-19 00:45:35 +00:00", + "last_seen": "2023-10-04 06:33:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 231, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 218378, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "تصحيح املائي ومصحح لغوي (حر)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 13:54:53 +00:00", + "prev_seen": "2023-08-27 13:54:53 +00:00", + "last_seen": "2023-10-04 06:32:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 251, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 199401, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Correcteur orthographe et correcteur de texte (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 18:56:34 +00:00", + "prev_seen": "2023-08-27 18:56:34 +00:00", + "last_seen": "2023-10-04 06:30:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 249, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 32, + "page_from_size": 176869, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "文法チェックとスペルチェック (無料)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 06:33:18 +00:00", + "prev_seen": "2023-08-19 06:33:18 +00:00", + "last_seen": "2023-10-04 06:28:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ru/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 269, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 34, + "page_from_size": 201207, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "Проверка орфографии и проверка текста на ошибки", + "page_from_status_code": 200, + "first_seen": "2023-08-19 01:29:48 +00:00", + "prev_seen": "2023-08-19 01:29:48 +00:00", + "last_seen": "2023-10-04 06:26:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Оценить на Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 274, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 208987, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Corrector Castellano y Corrector Ortografico (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:23:43 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:23:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ai-content-detector/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 282, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 170548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Detector and Chat GPT Checker Free - #1 AI Checker 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:22:28 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:22:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 321, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 187889, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Correttore Grammaticale e Correttore Italiano (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:21:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:21:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 355, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 189218, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-24 16:03:05 +00:00", + "prev_seen": "2023-08-24 16:03:05 +00:00", + "last_seen": "2023-10-04 06:20:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=webhelpme&utm_medium=marketplace&utm_campaign=webhelpme", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 189218, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:18:08 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:18:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B8%95%E0%B8%B1%E0%B8%A7%E0%B8%99%E0%B8%B1%E0%B8%9A%E0%B8%84%E0%B8%B3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 188230, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "\"แอปนับคำ และ โปรแกรมนับตัวอักษร (ฟรี)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:17:13 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:17:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 36, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 180548, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Cek Grammar Gratis dan Koreksi Grammar (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:16:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:16:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 34, + "page_from_size": 128620, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "下载 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:15:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:15:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/muat-turun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 128841, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Muat Turun (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:13:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:13:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/mengenai-kami/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 135100, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Mengenai Kami (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:12:04 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:12:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/pengesan-kandungan-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 32, + "page_from_size": 166526, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Pengesan Kandungan AI Melayu (Percuma) - Kesan ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:09:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/o-nas/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 35, + "page_from_size": 135325, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "O nas (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:07:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:07:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pl/detektor-tresci-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 31, + "page_from_size": 164029, + "page_from_encoding": "utf-8", + "page_from_language": "pl", + "page_from_title": "Chat GPT Detector i Wykrywacz AI Polski (Bezpłatny)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:03:35 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:03:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Oceń na Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/descarcati/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 128831, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Descărcați (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:02:30 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:02:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/detector-continut-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 32, + "page_from_size": 159423, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "AI Detector Română & Chat GPT Detector (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 06:00:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 06:00:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/el/lipsi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 129608, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ληψη (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:57:40 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:57:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Βαθμολογήστε στο Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bausne.pw", + "url_from": "https://bausne.pw/article/the-best-artificial-intelligence-for-resume-creation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Resume-summary-generator", + "url_to_https": true, + "tld_from": "pw", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.179.93", + "domain_from_country": "PW", + "page_from_external_links": 27, + "page_from_internal_links": 47, + "page_from_size": 114574, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "The Best Artificial Intelligence for Resume Creation (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-31 04:33:55 +00:00", + "prev_seen": "2023-08-31 04:33:55 +00:00", + "last_seen": "2023-10-04 05:56:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Resume-summary-generator", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/hu/letoltes/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 32, + "page_from_size": 128111, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "Letöltés (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:55:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:55:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Értékelés a Top AI Tools-ön", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/detector-contenido-ia/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 181, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 177563, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Detector de IA & Detector de Chat GPT Español (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:54:46 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:54:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/es/descargar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 129173, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Descargar (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:53:52 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:53:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Calificar en Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/about-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 35, + "page_from_size": 144452, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "About us (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:51:23 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:51:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 128780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:49:16 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:49:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/nedlasting/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 128043, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "Nedlasting (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:47:41 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:47:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/ladda-ner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.69.213.60", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 128053, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "Ladda Ner (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-10-04 05:46:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 05:46:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thefuturisticminds.com", + "url_from": "https://thefuturisticminds.com/ai-education/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/socratic-by-google", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.106.228", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 38, + "page_from_size": 230288, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Education: Latest Trends, Projects, Tools, Future & More", + "page_from_status_code": 200, + "first_seen": "2023-10-04 04:10:18 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 04:10:18 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "Socratic is an AI-powered tutoring app that helps students with their homework. Socratic uses AI to identify student errors and provide step-by-step explanations.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-10-04 04:05:50 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 04:05:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bionyt.s807.sureserver.com", + "url_from": "http://bionyt.s807.sureserver.com/news2023march05-articles/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/discover", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 75, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 434, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "195.8.222.25", + "domain_from_country": "DK", + "page_from_external_links": 628, + "page_from_internal_links": 79, + "page_from_size": 1097001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "News2023March05-Articles - bionyt.dk", + "page_from_status_code": 200, + "first_seen": "2023-03-09 17:57:18 +00:00", + "prev_seen": "2023-04-10 03:51:44 +00:00", + "last_seen": "2023-10-04 03:54:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "[link]", + "text_pre": "submitted by /u/Linkology", + "text_post": "[comments]", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "space4peace.org", + "url_from": "https://space4peace.org/the-pentagon-just-launched-a-generative-ai-task-force/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 333, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "35.214.63.138", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 43, + "page_from_size": 53887, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force", + "page_from_status_code": 200, + "first_seen": "2023-08-30 09:28:35 +00:00", + "prev_seen": "2023-08-30 09:28:35 +00:00", + "last_seen": "2023-10-04 02:29:11 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fanscribers.com", + "url_from": "https://fanscribers.com/fr/porno/ai-girlfriend-sex-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spicychat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["cms", "blogs", "message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "154.49.142.95", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 61, + "page_from_size": 117881, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Top 10 Hottest AI Girlfriend Sex Chatbot Sites of 2023 | fanscribers.com", + "page_from_status_code": 200, + "first_seen": "2023-10-04 02:09:24 +00:00", + "prev_seen": null, + "last_seen": "2023-10-04 02:09:24 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "external"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "SpicyChat.ai", + "text_pre": "Why pick", + "text_post": ", you ask?", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.brightinnovation.co.uk", + "url_from": "https://www.brightinnovation.co.uk/tag/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co.uk", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 172, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.47.34", + "domain_from_country": "GB", + "page_from_external_links": 52, + "page_from_internal_links": 39, + "page_from_size": 185453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog Archives - Bright", + "page_from_status_code": 200, + "first_seen": "2023-09-24 19:10:34 +00:00", + "prev_seen": "2023-09-24 19:10:34 +00:00", + "last_seen": "2023-10-04 01:31:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "TopAI.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "genesisminds.com", + "url_from": "https://genesisminds.com/blog/how-to-optimize-your-website-for-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/competitor-analysis-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 133, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "34.149.120.3", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 36, + "page_from_size": 144086, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to Optimize your Website for AI?", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:49:53 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:49:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "external", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "60 Best Competitor analysis tool AI tools ", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.pagefelt.com", + "url_from": "https://www.pagefelt.com/?githubrepo", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pagefelt", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 125, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.58.206.51", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 4, + "page_from_size": 131770, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "hi i'm pagefelt - AI lifecoach", + "page_from_status_code": 200, + "first_seen": "2023-10-03 23:08:11 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 23:08:11 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=topappsai&utm_medium=marketplace&utm_campaign=topappsai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-10-03 20:31:37 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 20:31:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "fmhy.vercel.app", + "url_from": "https://fmhy.vercel.app/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "vercel.app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 127, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.9", + "domain_from_country": null, + "page_from_external_links": 462, + "page_from_internal_links": 25, + "page_from_size": 173535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Wiki | AI Tools", + "page_from_status_code": 200, + "first_seen": "2023-10-03 13:21:58 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 13:21:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 107, + "page_from_size": 186653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:47 +00:00", + "prev_seen": "2023-09-22 10:03:47 +00:00", + "last_seen": "2023-10-03 11:54:44 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/page/3/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 107, + "page_from_size": 186203, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:59 +00:00", + "prev_seen": "2023-09-22 10:04:59 +00:00", + "last_seen": "2023-10-03 11:53:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-deep-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 87, + "page_from_size": 115013, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:49:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:49:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mastering-creativity-a-profound-dive-into-variational-autoencoders-vae/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 104, + "page_from_size": 126606, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:47:47 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:47:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/how-generative-ai-is-transforming-analytics/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 110, + "page_from_size": 137638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:47:34 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:47:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/unlocking-the-potential-of-deep-learning-a-journey-into-ais-powerhouse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 130067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:47:22 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:47:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/content-creation/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 93, + "page_from_size": 131879, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:14 +00:00", + "prev_seen": "2023-09-22 09:59:14 +00:00", + "last_seen": "2023-10-03 11:47:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/affiliate-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 104630, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:56:32 +00:00", + "prev_seen": "2023-09-22 09:56:32 +00:00", + "last_seen": "2023-10-03 11:46:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/search-engine/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 104830, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:19 +00:00", + "prev_seen": "2023-09-22 09:59:19 +00:00", + "last_seen": "2023-10-03 11:46:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 105, + "page_from_size": 183180, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:42 +00:00", + "prev_seen": "2023-09-22 09:55:42 +00:00", + "last_seen": "2023-10-03 11:46:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/malware/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 104850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:02:08 +00:00", + "prev_seen": "2023-09-22 10:02:08 +00:00", + "last_seen": "2023-10-03 11:46:20 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-ad/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 87, + "page_from_size": 105254, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:12 +00:00", + "prev_seen": "2023-09-22 09:55:12 +00:00", + "last_seen": "2023-10-03 11:46:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 70, + "domain_from_rank": 78, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 88, + "page_from_size": 134177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:53:32 +00:00", + "prev_seen": "2023-09-22 09:53:32 +00:00", + "last_seen": "2023-10-03 11:43:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aimojo.pro", + "url_from": "https://aimojo.pro/tools/artistinterview/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/artistinterview", + "url_to_https": true, + "tld_from": "pro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.159.136.54", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 35, + "page_from_size": 119015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artistinterview Review, Pricing, Features and Alternatives - Oct 2023", + "page_from_status_code": 200, + "first_seen": "2023-10-03 11:10:01 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 11:10:01 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "3", + "text_pre": "Content Creation: Generate engaging interview content for blogs, podcasts, or other media platforms", + "text_post": ".", + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.doggiedashboard.com", + "url_from": "https://blog.doggiedashboard.com/blog/why-use-google-adwords-for-your-doggie-daycare-nbs", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/conversation-tracking-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 309, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "54.161.241.46", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 8, + "page_from_size": 16902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Why Use Google AdWords for Your Doggie Daycare & Boarding Kennel?", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:13:14 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:13:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "looking into conversion tracking", + "text_pre": "detailed reporting and analytics, so you can see exactly how your campaign is performing. This helps you make informed decisions about your advertising strategy. Once you get a feel for how AdWords works, you can start", + "text_post": ". This normally requires you to post a small snippet of code on the \"success\" page of your contact form. When someone clicks on your Google ads, they'll be taken to your landing page. On the landing page,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=wikigpt3.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 63, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-30 11:23:30 +00:00", + "prev_seen": "2023-08-30 11:23:30 +00:00", + "last_seen": "2023-10-03 06:08:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 424, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 76, + "page_from_internal_links": 128, + "page_from_size": 603302, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-10-03 06:06:42 +00:00", + "prev_seen": null, + "last_seen": "2023-10-03 06:06:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 111779, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-28 10:31:14 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 10:31:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6MjAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoibGl2ZSIsImluY2x1ZGVfc3ViZG9tYWlucyI6dHJ1ZSwiaW50ZXJuYWxfbGlzdF9saW1pdCI6MTAsIm1vZGUiOiJhc19pcyIsImFpZCI6NjYzNzZ9LCJTZWFyY2hBZnRlckRhdGEiOnsiVmVyc2lvbiI6MSwiU2VhcmNoQWZ0ZXJWYWx1ZXMiOnsicmFuayI6MCwibGFzdF9zZWVuIjoiMjAyMy0wOS0yOFQxMDozMToxNCswMDowMCJ9LCJUb2tlblJlYWxPZmZzZXQiOjMwMDB9fQ==" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-live-backlinks/4.json b/resources/data/dfs/backlinks/topaitools-live-backlinks/4.json new file mode 100644 index 0000000..6e96087 --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-live-backlinks/4.json @@ -0,0 +1,46032 @@ +{ + "id": "11241534-6637-0269-0000-462de9db9c02", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1231 sec.", + "cost": 0.05, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "live", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 3000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 4890, + "items_count": 1000, + "items": [ + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/it/software-antiplagio/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 149495, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "Software Antiplagio Gratis (Senza Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-28 10:31:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 10:31:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Valuta su Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/su/revolutionizing-kelas-era-anyar-bantuan-learning-ditingkatkeun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 131188, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-28 10:11:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 10:11:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/ku/%C5%9Fore%C5%9Fa-pol%C3%AA-serdema-n%C3%BB-ya-f%C3%AArb%C3%BBna-p%C3%AA%C5%9Fkeft%C3%AE/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 123823, + "page_from_encoding": "utf-8", + "page_from_language": "ku", + "page_from_title": "Şoreşa dersê: Serdema Nû ya Fêrbûna Pêşkeftî ya AI - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-28 07:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 07:18:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "mamosteyên virtual", + "text_pre": "AI di perwerdehiyê de bi domdarî gavên xwe pêş de diavêje. Ma we qet bihîstiye", + "text_post": "? Vana ne tenê tomarkirinên vîdyoyê an dersên înteraktîf in lê platformên pir sofîstîke yên AI-ê ne ku dikarin şêwaza hînkirina mamosteyek mirovî bişopînin. Ew qalibên fêrbûna we analîz dikin, xalên qels", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=findmyaitool&utm_medium=marketplace&utm_campaign=findmyaitool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 164711, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-28 06:26:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 06:26:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.producthunt.com", + "url_from": "https://www.producthunt.com/discussions/ai-newsletters", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-newsletter-list.html", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 624, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.230.83", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 57, + "page_from_size": 101249, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Newsletters? | Product Hunt", + "page_from_status_code": 200, + "first_seen": "2023-08-12 14:50:44 +00:00", + "prev_seen": "2023-08-12 14:50:44 +00:00", + "last_seen": "2023-09-28 04:04:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-new...", + "text_pre": "OK, A few more...", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/nl/een-revolutie-teweegbrengen-in-het-klaslokaal,-het-nieuwe-tijdperk-van-ai-verbeterd-leren/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 412, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 122040, + "page_from_encoding": "utf-8", + "page_from_language": "nl", + "page_from_title": "Een revolutie in het klaslokaal: het nieuwe tijdperk van AI-ondersteund leren - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-28 02:44:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 02:44:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuele docenten", + "text_pre": "AI in het onderwijs zet gestaag stappen vooruit. Heb je ooit gehoord van", + "text_post": "? Dit zijn niet louter video-opnamen of interactieve lessen, maar zeer geavanceerde AI-gestuurde platforms die de lesstijl van een menselijke docent kunnen nabootsen. Ze analyseren uw leerpatronen, begrijpen", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.windowssearch-exp.com", + "url_from": "https://www.windowssearch-exp.com/images/search?q=Narrator+PNG&qft=+filterui%3acolor2-FGcls_BLUE&FORM=IRIBIP", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbox-narrator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.107.5.86", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 182, + "page_from_size": 629117, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Narrator PNG - Bing images", + "page_from_status_code": 200, + "first_seen": "2023-09-28 02:25:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-28 02:25:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.windowssearch-exp.com", + "url_from": "https://www.windowssearch-exp.com/images/search?q=Narrator+PNG&qft=+filterui%3acolor2-FGcls_BLUE&FORM=IRMHIP", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbox-narrator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.107.5.86", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 182, + "page_from_size": 629690, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Narrator PNG - Bing images", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:35:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 21:35:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=topappsai&utm_medium=marketplace&utm_campaign=topappsai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 164817, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:16:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 21:16:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.windowssearch-exp.com", + "url_from": "https://www.windowssearch-exp.com/images/search?&q=Narrator+PNG&qft=+filterui:color2-FGcls_BLUE&FORM=IRFLTR", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbox-narrator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 518, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "13.107.5.86", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 182, + "page_from_size": 629690, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Narrator PNG - Bing images", + "page_from_status_code": 200, + "first_seen": "2023-09-27 21:04:32 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 21:04:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=doctrina&utm_medium=review&utm_campaign=academichelp_reviews&utm_id=academichelp", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 32, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-07-28 14:38:07 +00:00", + "prev_seen": "2023-08-20 22:44:16 +00:00", + "last_seen": "2023-09-27 16:00:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/herunterladen/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 35, + "page_from_size": 111777, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Herunterladen (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 15:48:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 15:48:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=topaitools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 297, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 169722, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 12:52:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 12:52:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nav.zhengwenfeng.com", + "url_from": "https://nav.zhengwenfeng.com/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 187, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "76.76.21.123", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 1, + "page_from_size": 25462, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "发现导航 - 精选实用导航网站", + "page_from_status_code": 200, + "first_seen": "2023-08-01 11:41:10 +00:00", + "prev_seen": "2023-08-01 11:41:10 +00:00", + "last_seen": "2023-09-27 08:23:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "免费chatgpt-chat355国内免费chatgptAI 法律助手AI 法律助手phind为开发者提供的AI搜索引擎,包含了gpt回答和网页搜索chatpdf通过上传pdf文档,可以询问它关于文档中的内容,帮你总结与快速搜索AI中文智能对话国内的一款对接chatgpt的服务,但是是收费的。官方chatgptAI问答saasaitoolsAI搜索工具aisearchtoolAI搜索工具topaiAI工具搜索", + "text_post": "AI工具发现导航 - 精选实用导航网站AI工具发现导航 - 精选实用导航网站实用工具发现导航 - 精选实用导航网站nav-zhengwenfeng本人的导航网站imyshare发现导航 - 精选实用导航网站cxy521导航发现导航 - 精选实用导航网站导航发现导航 - 精选实用导航网站信息发现导航 - 精选实用导航网站jetbrains插件官网jetbrains插件官网编辑器发现导航 - 精选实用导航网站", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/d/topai.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.161", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 80, + "page_from_size": 54580, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "topai.tools - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:33:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:33:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/u/@kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "77.22.29.161", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 72, + "page_from_size": 53312, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Overview - kosh - Flausch Kbin", + "page_from_status_code": 200, + "first_seen": "2023-09-17 13:45:33 +00:00", + "prev_seen": "2023-09-17 13:45:33 +00:00", + "last_seen": "2023-09-27 04:07:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "(", + "text_post": ")", + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/ai-tunnistin/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 29, + "page_from_size": 135367, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "AI Tunnistin & AI Detector Suomi (Vapaa) - #1 AI Detector", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:04:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:04:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/lataa/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 297, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "199.250.220.145", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 33, + "page_from_size": 86326, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Lataa (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-27 04:04:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 04:04:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/da/revolutionerer-klassev%C3%A6relset-den-nye-%C3%A6ra-af-ai-forbedret-l%C3%A6ring/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 411, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 121380, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Revolutionering af klasseværelset: The New Era of AI-Enhanced Learning - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-27 02:05:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-27 02:05:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuelle undervisere", + "text_pre": "AI i uddannelse tager støt sine skridt fremad. Har du nogensinde hørt om", + "text_post": "? Disse er ikke blot videooptagelser eller interaktive lektioner, men meget sofistikerede AI-drevne platforme, der er i stand til at efterligne en menneskelig vejleders undervisningsstil. De analyserer", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-futurepedia-io-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 64, + "page_from_size": 42152, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Futurepedia.io VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:15:35 +00:00", + "prev_seen": "2023-02-09 17:15:35 +00:00", + "last_seen": "2023-09-26 23:16:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-finder-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28248, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Finder Down? AI Finder status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 17:04:52 +00:00", + "prev_seen": "2023-08-23 16:25:54 +00:00", + "last_seen": "2023-09-26 21:37:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Finder", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-finder-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 23, + "page_from_internal_links": 91, + "page_from_size": 58482, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Finder Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-06-27 22:26:53 +00:00", + "prev_seen": "2023-08-23 16:05:11 +00:00", + "last_seen": "2023-09-26 21:27:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Finder", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/supertools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 25638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Supertools Down? Supertools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-26 20:24:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 20:24:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Supertools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-library-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28700, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Library Down? AI Library status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-26 20:08:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 20:08:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Library", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/supertools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 15, + "page_from_internal_links": 80, + "page_from_size": 46101, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Supertools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-26 19:47:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 19:47:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Supertools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-to-grow-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28344, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI to Grow Down? AI to Grow status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:22:25 +00:00", + "prev_seen": "2023-08-23 16:18:40 +00:00", + "last_seen": "2023-09-26 19:13:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI to Grow", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/6pedia-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28228, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6Pedia Down? 6Pedia status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-12 18:41:38 +00:00", + "prev_seen": "2023-08-12 18:41:38 +00:00", + "last_seen": "2023-09-26 17:24:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 6Pedia", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-software-directory-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 69, + "page_from_size": 52362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best Software Directory Software based on 197 factors (2023)", + "page_from_status_code": 200, + "first_seen": "2023-05-05 20:55:42 +00:00", + "prev_seen": "2023-08-23 15:41:16 +00:00", + "last_seen": "2023-09-26 17:14:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/6pedia-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 92, + "page_from_size": 59362, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6Pedia Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:32:30 +00:00", + "prev_seen": "2023-08-12 14:18:46 +00:00", + "last_seen": "2023-09-26 17:11:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 6Pedia", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 27226, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "løn George Bernard binær bodsøvelser hævn Først top nsfw - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-09-26 07:58:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 07:58:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "konvertering Brun bakke 60 Best Nsfw chatbot AI tools", + "image_url": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-software-discovery-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 67, + "page_from_size": 49049, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best Software Discovery Software based on 896 factors (2023)", + "page_from_status_code": 200, + "first_seen": "2023-03-10 11:02:53 +00:00", + "prev_seen": "2023-08-02 03:43:16 +00:00", + "last_seen": "2023-09-26 04:09:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "thesaler.ir", + "url_from": "https://thesaler.ir/%D9%85%D8%B9%D8%B1%D9%81%DB%8C-%D9%88%D8%A8%D8%B3%D8%A7%DB%8C%D8%AA-topai%D8%9B-%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D9%88-%D8%A2%D8%B3%D8%A7%D9%86-%D8%A8%D9%87/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 321, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "65.108.31.83", + "domain_from_country": "IR", + "page_from_external_links": 7, + "page_from_internal_links": 75, + "page_from_size": 175376, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "معرفی وب‌سایت TopAI؛ دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی – فروشگاه اینترنتی دیسلر", + "page_from_status_code": 200, + "first_seen": "2023-05-26 09:07:40 +00:00", + "prev_seen": "2023-07-24 08:30:46 +00:00", + "last_seen": "2023-09-26 01:15:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/uk/%D1%80%D0%B5%D0%B2%D0%BE%D0%BB%D1%8E%D1%86%D1%96%D0%BE%D0%BD%D1%96%D0%B7%D1%83%D1%8E%D1%87%D0%B8-%D0%BA%D0%BB%D0%B0%D1%81%D0%BD%D1%83-%D0%BA%D1%96%D0%BC%D0%BD%D0%B0%D1%82%D1%83,-%D0%BD%D0%BE%D0%B2%D0%B0-%D0%B5%D1%80%D0%B0-%D0%BF%D0%BE%D0%BA%D1%80%D0%B0%D1%89%D0%B5%D0%BD%D0%BE%D0%B3%D0%BE-%D0%BD%D0%B0%D0%B2%D1%87%D0%B0%D0%BD%D0%BD%D1%8F-%D0%A8%D0%86/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 411, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 138, + "page_from_size": 160691, + "page_from_encoding": "utf-8", + "page_from_language": "uk", + "page_from_title": "Революція в класі: нова ера навчання за допомогою ШІ - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-26 00:45:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-26 00:45:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "віртуальні репетитори", + "text_pre": "ШІ в освіті впевнено крокує вперед. Ви коли-небудь чули про", + "text_post": "? Це не просто відеозаписи чи інтерактивні уроки, а високоскладні платформи на основі штучного інтелекту, здатні імітувати стиль викладання людини-репетитора. Вони аналізують ваші моделі навчання, розуміють", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=aitoolnet.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 121, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-08-03 14:49:15 +00:00", + "prev_seen": "2023-08-21 13:30:17 +00:00", + "last_seen": "2023-09-25 20:42:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-scout-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 97, + "page_from_size": 58649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Scout Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 05:01:59 +00:00", + "prev_seen": "2023-08-01 05:01:59 +00:00", + "last_seen": "2023-09-25 17:46:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Scout", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/sheetai-app-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 18, + "page_from_internal_links": 72, + "page_from_size": 44265, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SheetAI App Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-25 17:34:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 17:34:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SheetAI App", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolhunt.io", + "url_from": "https://toolhunt.io/picaii/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45237, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PICAII", + "page_from_status_code": 200, + "first_seen": "2023-09-25 15:22:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 15:22:15 +00:00", + "item_type": "canonical", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "toolhunt.io", + "url_from": "https://toolhunt.io/tikai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tikai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "151.101.3.7", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 45961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TIKAI", + "page_from_status_code": 200, + "first_seen": "2023-09-25 15:22:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 15:22:15 +00:00", + "item_type": "canonical", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-news-hub-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 93, + "page_from_size": 60234, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai News Hub Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-05-15 05:37:46 +00:00", + "prev_seen": "2023-07-28 20:13:34 +00:00", + "last_seen": "2023-09-25 06:48:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Ai News Hub", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/discovertools-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28716, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discovertools.io Down? Discovertools.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:59:22 +00:00", + "prev_seen": "2023-08-04 01:59:22 +00:00", + "last_seen": "2023-09-25 06:47:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Discovertools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-ai-software-discovery-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 60, + "page_from_size": 44401, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI Software Discovery Software based on 2 factors", + "page_from_status_code": 200, + "first_seen": "2023-08-01 02:04:54 +00:00", + "prev_seen": "2023-08-01 02:04:54 +00:00", + "last_seen": "2023-09-25 06:11:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-ai-tools-list-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 60, + "page_from_size": 44305, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI Tools List Software based on 2 factors", + "page_from_status_code": 200, + "first_seen": "2023-08-01 02:02:59 +00:00", + "prev_seen": "2023-08-01 02:02:59 +00:00", + "last_seen": "2023-09-25 06:09:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gongju.one", + "url_from": "https://www.gongju.one/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 98, + "domain_from_rank": 41, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "35.208.61.46", + "domain_from_country": null, + "page_from_external_links": 99, + "page_from_internal_links": 15, + "page_from_size": 253986, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GongJu.One - 一个工具: AI/出海导航站的导航", + "page_from_status_code": 200, + "first_seen": "2023-09-25 06:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 06:00:33 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Top AI 工具导航", + "image_url": "https://www.gongju.one/wp-content/uploads/2022/12/topai.png", + "anchor": "Top AI 工具导航", + "text_pre": null, + "text_post": "170 Loading...", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unite.ai", + "url_from": "https://www.unite.ai/af/rewolusie-in-die-klaskamer-die-nuwe-era-van-ai-verbeterde-leer/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 411, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.10.120", + "domain_from_country": "AI", + "page_from_external_links": 12, + "page_from_internal_links": 108, + "page_from_size": 120617, + "page_from_encoding": "utf-8", + "page_from_language": "af", + "page_from_title": "Rewolusie van die klaskamer: die nuwe era van KI-verbeterde leer - Unite.AI", + "page_from_status_code": 200, + "first_seen": "2023-09-25 05:41:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 05:41:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtuele tutors", + "text_pre": "KI in die onderwys neem voortdurend sy stappe vorentoe. Het jy al ooit gehoor van", + "text_post": "? Dit is nie blote video-opnames of interaktiewe lesse nie, maar hoogs gesofistikeerde KI-gedrewe platforms wat in staat is om die onderrigstyl van 'n menslike tutor na te boots. Hulle ontleed jou leerpatrone,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bihairtai.com", + "url_from": "https://bihairtai.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.30.29", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 32, + "page_from_size": 365919, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - My blog", + "page_from_status_code": 200, + "first_seen": "2023-09-25 01:26:16 +00:00", + "prev_seen": null, + "last_seen": "2023-09-25 01:26:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These will not be mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing model of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/knowledge%20management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 389, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 92, + "page_from_size": 218232, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-10 15:11:38 +00:00", + "prev_seen": "2023-07-26 05:24:11 +00:00", + "last_seen": "2023-09-24 21:58:22 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.caloriesaliments.com", + "url_from": "https://www.caloriesaliments.com/voice-generator-to-mp3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/listnr.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 21, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.122", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 22, + "page_from_size": 21776, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "jord Konkurrencedygtige bodsøvelser Fjendtlig Lagring Tranquility voice generator to mp3 - caloriesaliments.com", + "page_from_status_code": 200, + "first_seen": "2023-08-05 01:19:21 +00:00", + "prev_seen": "2023-08-05 01:19:21 +00:00", + "last_seen": "2023-09-24 15:44:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "provokere Politik raid 37 Top AI tools for Text-to-Speech", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/trending-ai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 95, + "page_from_size": 61093, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TrendingAITools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 14:25:41 +00:00", + "prev_seen": "2023-09-04 06:59:24 +00:00", + "last_seen": "2023-09-24 08:53:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ TrendingAITools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/there-s-an-ai-for-that-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 29333, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "There's An AI For That Down? There's An AI For That status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-25 17:03:52 +00:00", + "prev_seen": "2023-09-16 17:48:49 +00:00", + "last_seen": "2023-09-24 08:50:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ There's An AI For That", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/trending-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26554, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TrendingAITools Down? TrendingAITools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 04:51:34 +00:00", + "prev_seen": "2023-08-01 04:51:34 +00:00", + "last_seen": "2023-09-24 08:48:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ TrendingAITools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/futuretools-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28782, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Down? FutureTools.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 22:36:59 +00:00", + "prev_seen": "2023-08-01 22:36:59 +00:00", + "last_seen": "2023-09-24 08:37:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ FutureTools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theaxen.com", + "url_from": "https://www.theaxen.com/how-to-make-money-with-ai-in-2023/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Finance", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 66, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.0.235.17", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 170577, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How To Make Money With AI in 2023? Best AI Tools To Make Money", + "page_from_status_code": 200, + "first_seen": "2023-09-24 08:27:29 +00:00", + "prev_seen": null, + "last_seen": "2023-09-24 08:27:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "external", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "financial advisory tools", + "text_pre": "Venturing beyond marketing, AI extends its reach to the realm of finance. AI-driven", + "text_post": "provide real-time insights for sound investment decisions. This smart guidance not only safeguards investments but also aids in growing wealth, ultimately creating more income streams.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitools-fyi-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 34, + "page_from_size": 28823, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aitools.fyi Down? aitools.fyi status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 13:22:54 +00:00", + "prev_seen": "2023-08-30 03:19:21 +00:00", + "last_seen": "2023-09-24 08:12:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aitools.fyi", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-12-i-have-been-playing-with-ai-tools-for-a-while-collected-900-of-them-and-made-an-1884979", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 56, + "page_from_size": 19424, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I have been playing with AI tools for a while, collected 900 of them and made an organized directory. Let me know your thoughts - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-22 00:40:53 +00:00", + "prev_seen": "2023-07-01 23:01:57 +00:00", + "last_seen": "2023-09-24 00:49:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/visual-chatgpt-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 94, + "page_from_size": 59681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Visual ChatGPT Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-16 17:29:50 +00:00", + "prev_seen": "2023-09-16 17:29:50 +00:00", + "last_seen": "2023-09-23 20:11:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Visual ChatGPT", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/openai-tube-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 94, + "page_from_size": 56850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openai.tube Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 20:09:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 20:09:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Openai.tube", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.blogging123.org", + "url_from": "https://www.blogging123.org/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/namelix.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 8, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.145.109", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 21510, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "mat Contempt leaf skirmish Migration Disparity niche meme account name generator - blogging123.org", + "page_from_status_code": 200, + "first_seen": "2023-09-23 19:20:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 19:20:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "response Adjustment jogger 60 Best Domain name generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.blogging123.org", + "url_from": "https://www.blogging123.org/niche-meme-account-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/name-generator.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 8, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.145.109", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 21510, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "mat Contempt leaf skirmish Migration Disparity niche meme account name generator - blogging123.org", + "page_from_status_code": 200, + "first_seen": "2023-09-23 19:20:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 19:20:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "response Adjustment jogger 60 Best Domain name generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/arktan-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arktan Down? Arktan status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 18:29:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 18:29:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Arktan", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/shopseller-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 15, + "page_from_internal_links": 71, + "page_from_size": 43660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Shopseller Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-05 08:55:16 +00:00", + "prev_seen": "2023-08-05 08:55:16 +00:00", + "last_seen": "2023-09-23 18:21:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Shopseller", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/arktan-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 29, + "page_from_internal_links": 94, + "page_from_size": 62743, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Arktan Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 18:14:44 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 18:14:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Arktan", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/taiwebs-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 69, + "page_from_size": 42196, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Taiwebs Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-02 13:46:00 +00:00", + "prev_seen": "2023-08-02 13:46:00 +00:00", + "last_seen": "2023-09-23 18:06:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Taiwebs", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tool-hunt-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 28, + "page_from_internal_links": 100, + "page_from_size": 67348, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool Hunt Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:57:54 +00:00", + "prev_seen": "2023-08-23 15:46:09 +00:00", + "last_seen": "2023-09-23 18:03:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tool Hunt", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-of-the-day-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 27, + "page_from_internal_links": 93, + "page_from_size": 63158, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI of The Day Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-05-27 07:18:39 +00:00", + "prev_seen": "2023-08-23 16:48:49 +00:00", + "last_seen": "2023-09-23 18:03:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI of The Day", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/saas-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS AI Tools Down? SaaS AI Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:58:02 +00:00", + "prev_seen": "2023-09-04 15:17:35 +00:00", + "last_seen": "2023-09-23 18:02:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SaaS AI Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/foundr-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 34, + "page_from_size": 28511, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Foundr Down? Foundr status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-04-07 13:18:31 +00:00", + "prev_seen": "2023-09-03 06:41:38 +00:00", + "last_seen": "2023-09-23 17:36:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Foundr", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "qz.com", + "url_from": "https://qz.com/a-new-ai-asset-management-tool-is-running-into-an-old-p-1850850387", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Personalized-investment-reports", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 66, + "domain_from_rank": 584, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.79", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 19, + "page_from_size": 298714, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "An AI asset management tool has a familiar problem: poor data", + "page_from_status_code": 200, + "first_seen": "2023-09-21 06:41:08 +00:00", + "prev_seen": "2023-09-21 06:41:08 +00:00", + "last_seen": "2023-09-23 17:27:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI to help with investing strategies", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-of-the-day-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI of The Day Down? AI of The Day status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:57:36 +00:00", + "prev_seen": "2023-08-04 01:57:36 +00:00", + "last_seen": "2023-09-23 16:25:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI of The Day", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/uneed-no-code-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Uneed - No Code Down? Uneed - No Code status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-23 15:37:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 15:37:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Uneed - No Code", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/uneed-no-code-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 95, + "page_from_size": 59931, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Uneed - No Code Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-27 01:48:11 +00:00", + "prev_seen": "2023-07-30 09:34:00 +00:00", + "last_seen": "2023-09-23 15:17:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Uneed - No Code", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?from=phpcms9.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-23 14:57:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 14:57:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/100-plus-ai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 28, + "page_from_internal_links": 101, + "page_from_size": 66051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI tools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:56:28 +00:00", + "prev_seen": "2023-09-03 06:17:27 +00:00", + "last_seen": "2023-09-23 14:33:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 100+ AI tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.beehaw.org", + "url_from": "https://old.beehaw.org/comment/144577", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 664, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "164.92.117.26", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 51, + "page_from_size": 12313, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-23 08:41:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 08:41:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "urlsphere.com", + "url_from": "https://urlsphere.com/topai.tools/overview/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.236.183.212", + "domain_from_country": null, + "page_from_external_links": 1, + "page_from_internal_links": 31, + "page_from_size": 51282, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Topai - topai.tools: SEO Overview - URLSphere Report of September 2023", + "page_from_status_code": 200, + "first_seen": "2023-09-23 04:07:45 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 04:07:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mdroidgames.com.br", + "url_from": "https://mdroidgames.com.br/2023/09/13/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com.br", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "108.179.252.174", + "domain_from_country": "BR", + "page_from_external_links": 18, + "page_from_internal_links": 16, + "page_from_size": 69674, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Revolutionizing the Lecture room: The New Technology of AI-Enhanced Finding out – mdroidgames", + "page_from_status_code": 200, + "first_seen": "2023-09-23 03:45:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 03:45:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-23 03:13:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-23 03:13:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "robotwritersai.com", + "url_from": "https://robotwritersai.com/2023/07/17/how-far-weve-come/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 212, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "74.220.219.240", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 122, + "page_from_size": 177287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We've Come - Robot Writers AI", + "page_from_status_code": 200, + "first_seen": "2023-07-25 06:53:41 +00:00", + "prev_seen": "2023-07-25 06:53:41 +00:00", + "last_seen": "2023-09-23 03:01:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/en/lite/showhn/archive/2023/6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 64, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 502, + "page_from_internal_links": 65, + "page_from_size": 156091, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023 年 第 6 周归档(02.06 - 02.13) - Show HN Lite", + "page_from_status_code": 200, + "first_seen": "2023-08-11 14:58:40 +00:00", + "prev_seen": "2023-08-11 14:58:40 +00:00", + "last_seen": "2023-09-23 01:55:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "73. Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available", + "text_pre": null, + "text_post": " ↑ 1 HN Points", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.gmkwebdesign.com", + "url_from": "https://www.gmkwebdesign.com/food-generator-ingredients", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 180, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.191.36", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 22, + "page_from_size": 22542, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "I udlandet Objector omdømme Tilbageholdelse greb glæde food generator ingredients - gmkwebdesign.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 10:08:28 +00:00", + "prev_seen": "2023-08-21 10:08:28 +00:00", + "last_seen": "2023-09-23 01:11:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Mistillid Sightseeing arkiv 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?ref=futurekit.io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 2, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-22 21:47:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 21:47:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 29455, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "virtuel Låne Afstå gyldige postkontor jord sparkz top - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-09-22 18:08:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 18:08:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "I mængde Alle slags strække Sparkz - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/sparkz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "theusablogs.com", + "url_from": "https://theusablogs.com/does-character-ai-allow-nsfw-find-out-here/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 98, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.201", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 7, + "page_from_size": 65661, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Does character.ai allow nsfw? Find out here | The USA Blogs", + "page_from_status_code": 200, + "first_seen": "2023-08-22 15:25:15 +00:00", + "prev_seen": "2023-08-22 15:25:15 +00:00", + "last_seen": "2023-09-22 16:37:34 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "Sources: mlyearning, openaimaster, cloudbooklet, dataconomy, ambcrypto,", + "text_post": ", piunikaweb, newvisiontheatres, stealthoptional, aitoolmall, hitc, alitaexperience", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.anai.fun", + "url_from": "https://www.anai.fun/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fun", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 230, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "182.254.208.72", + "domain_from_country": null, + "page_from_external_links": 71, + "page_from_internal_links": 0, + "page_from_size": 13407, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "极简精选AI网址导航:ChatGPT Midjourney Bart Stable Diffusion", + "page_from_status_code": 200, + "first_seen": "2023-09-22 13:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 13:00:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clanky.rvp.cz", + "url_from": "https://clanky.rvp.cz/clanek/23483/CHATGPT-VE-SKOLNI-PRAXI-DALSI-NASTROJE-VYUZIVAJICI-UMELOU-INTELIGENCI.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cz", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 516, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.113.77.133", + "domain_from_country": "CZ", + "page_from_external_links": 70, + "page_from_internal_links": 21, + "page_from_size": 83352, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Odborný článek: ChatGPT ve školní praxi: další nástroje využívající umělou inteligenci", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:58:44 +00:00", + "prev_seen": "2023-07-24 00:13:14 +00:00", + "last_seen": "2023-09-22 12:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI Tools", + "text_pre": null, + "text_post": "– nabízí přehled nástrojů pracujících s umělou inteligencí s krátkými popisky a snaží se je třídit", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/learning-regenerative-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 103, + "page_from_size": 123620, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/unleashing-the-potential-of-third-party-integrations/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 113, + "page_from_size": 136004, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/saffron-infused-lamb-kofta-a-delectable-delight-perfect-for-family-gatherings-by-recipe-wizard/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 97, + "page_from_size": 120718, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/enhancing-collaboration-ai-powered-code-review-solutions/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 123812, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:18 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:18 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/demystifying-ais-role-in-mainstream-programming/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 119671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/make-money-selling-ai-prompts-online/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 103, + "page_from_size": 120731, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:15:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:15:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-power-of-json/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 118099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/hidden-treasures-in-zip-archives/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 118141, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/navigating-the-data-jungle-a-comprehensive-look-at-xml-files/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 120088, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/csv-files-demystified/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 98, + "page_from_size": 118766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:14:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:14:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/from-pdf-to-perfection-mastering-portable-document/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 119206, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-limitless-possibilities-of-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 99, + "page_from_size": 120472, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/autogpt-a-marvel-or-a-menace/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 123113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/transitioning-to-ai-a-developers-journey/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 107, + "page_from_size": 128751, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:15 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/empowering-businesses-with-ai-and-chatbots/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 107, + "page_from_size": 152260, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:13:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:13:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/analyzing-text-with-rudolph-fleschs-chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 105, + "page_from_size": 130156, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:56 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/artificial-intelligence-ai-revolutionizing-nascar/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 104, + "page_from_size": 123478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-tools-can-protect-you-from-malware/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 121524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/elite-institutions-for-ai-training/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 107, + "page_from_size": 148928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:34 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-model-to-transform-the-hiring-process/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 125375, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-future-of-jobs-in-india/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 105, + "page_from_size": 125202, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:21 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-introducing-palm-2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 125908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/seo/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 88, + "page_from_size": 114139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:55 +00:00", + "prev_seen": "2023-09-22 09:59:55 +00:00", + "last_seen": "2023-09-22 10:12:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/lemon8-redefining-social-media-for-gen-z/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 102, + "page_from_size": 121562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:07 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-chatbots-memories-of-mars-unveiled/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 103, + "page_from_size": 126751, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:12:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:12:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/urgency-of-embracing-secondary-income/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 104, + "page_from_size": 128241, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/importance-of-seo/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 125599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/optimize-youtube-using-simple-free-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 93, + "page_from_size": 109975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/21-essential-steps-to-seo-success/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 103, + "page_from_size": 128089, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/top-10-ai-driven-article-rewriters-for-writing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 105, + "page_from_size": 122857, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/building-a-crypto-website-using-binance-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 130379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai-keyword-extraction-a-powerful-seo-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 106, + "page_from_size": 121528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/a-webtool-for-creating-custom-articles-with-ai-generated-images/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 112, + "page_from_size": 128188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:07 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:07 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/how-to-set-up-a-website-for-monetization/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 131884, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:11:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:11:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/a-deep-dive-into-rar-files/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 101, + "page_from_size": 118942, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-impact-slowdown-on-fresher-hiring/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 102, + "page_from_size": 124066, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:38 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/job-finder-tool-using-rapidapis-free-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 105, + "page_from_size": 122689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:22 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/preserving-history-the-role-of-html-files/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 116467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mastering-interview-skills/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 102, + "page_from_size": 126439, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:10:02 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:10:02 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/beyond-spreadsheets-innovative-uses/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 96, + "page_from_size": 121653, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/chatgpt-vs-bard-which-ai-chatbot-is-better/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 107, + "page_from_size": 122931, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-the-future-of-job-security-for-tech-workers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 129834, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/understanding-the-foundations-of-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 106, + "page_from_size": 129052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-project-magi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 108, + "page_from_size": 128037, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/bard-the-ai-that-can-help-you-make-money/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 101, + "page_from_size": 132701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mass-layoffs-in-it-companies/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 96, + "page_from_size": 124788, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:25 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/occams-razor-in-affiliate-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 108, + "page_from_size": 131404, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/unleashing-the-power-of-digital-insights-a-transformational-journey/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 126079, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-language-models-a-comparative-study/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 96, + "page_from_size": 119932, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/building-a-profitable-tools-website/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 115, + "page_from_size": 128302, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:09:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:09:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-art-of-prompt-engineering/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 105, + "page_from_size": 123366, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai-api-integration/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 113, + "page_from_size": 131548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:47 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-value-of-chatgpt-courses/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 106, + "page_from_size": 125230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ethical-programming-in-the-age-of-ai-addressing-bias-and-fairness/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 104, + "page_from_size": 124569, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:23 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-programming/page/2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 88, + "page_from_size": 114453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:11 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/streamlining-documentation-with-ai-generated-code-comments/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 105, + "page_from_size": 119489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:08:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:08:05 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/chatgpt-plugins-guide-to-blogging-success/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 99, + "page_from_size": 122710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:07:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:07:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/from-concepts-to-code-ais-impact-on-algorithm-implementation/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 120636, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-driven-performance-optimization-in-programming/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 99, + "page_from_size": 120012, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:52 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/revolutionizing-coding-efficiency-ai-powered-code-completion/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 121158, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/personalized-learning-for-programmers-the-ai-advantage/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 100, + "page_from_size": 118211, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/building-a-emil-template-openai-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 104, + "page_from_size": 129080, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:06:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:06:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/mock-interviews-with-openai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 103, + "page_from_size": 125790, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:05:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:05:13 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-role-of-ai-in-e-football-enhancing-realism-and-engagement/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 98, + "page_from_size": 121223, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:05:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:05:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai/page/4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 88, + "page_from_size": 106113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:05:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:05:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/a-laymans-guide-to-understanding-artificial-intelligence-from-scratch/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 108, + "page_from_size": 126081, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/google-ads-certification/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 101, + "page_from_size": 122238, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/understanding-ai-hallucination-causes-prevention-and-implications/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 102, + "page_from_size": 127859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:41 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:41 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-bug-hunting-enhancing-code-quality-and-reliability/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 101, + "page_from_size": 119185, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:36 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/gift-idea-web-tool-with-openai-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 108, + "page_from_size": 132816, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/from-science-fiction-to-reality-the-promise-of-generative-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 103, + "page_from_size": 123185, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:04:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:04:09 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/embracing-the-ai-revolution/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 103, + "page_from_size": 142166, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:57 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:57 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/agile-project-management-with-ai-for-developers/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 103, + "page_from_size": 121728, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/free-paraphrasing-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 106, + "page_from_size": 117331, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:42 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai-mindset-success/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 105, + "page_from_size": 125376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:37 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/creating-an-automated-content-generation-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 105, + "page_from_size": 125081, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:03:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:03:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/general/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 90, + "page_from_size": 120918, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:02:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:02:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/file-types/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 66, + "page_from_internal_links": 100, + "page_from_size": 165197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:01:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:01:06 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/website-with-openai-api-integration/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 112, + "page_from_size": 151590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:01:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:01:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/digital-marketing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 86, + "page_from_size": 105979, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:00:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:00:35 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/generative-ui-use-cases-unleashing-the-power-of-generative-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 109, + "page_from_size": 125601, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 10:00:01 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 10:00:01 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/cors-policy-demystifying-cross-origin-resource-sharing/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 94, + "page_from_size": 121566, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:59:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:59:50 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/website-development/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 92, + "page_from_size": 140804, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:46 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/the-ultimate-guide-to-building-internal-links/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 101, + "page_from_size": 126950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:31 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:31 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 38, + "page_from_internal_links": 92, + "page_from_size": 131403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:58:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:58:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/discover-a-unique-podcast-simulation-experience/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 96, + "page_from_size": 125739, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:57:19 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:57:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/analyzing-how-ai-can-assist-in-handling-deadlines-without-friction/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 96, + "page_from_size": 127087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:56:08 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:56:08 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/chatgpt/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 45, + "page_from_internal_links": 98, + "page_from_size": 143058, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:56:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:56:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/ai-programming/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 80, + "page_from_internal_links": 103, + "page_from_size": 184188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:55:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/openai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 52, + "page_from_internal_links": 96, + "page_from_size": 148128, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:55:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "techhorizoncity.com", + "url_from": "https://techhorizoncity.com/wordpress-api/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/techhorizoncity-content-image-generator?ref=embed", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 55, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "31.170.167.196", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 86, + "page_from_size": 106502, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Mock Interviews - Coginitive Aptitude Tests - Basic English", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:55:03 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:55:03 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "TechhorizonCity Content & Image Generator Featured on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "daywas.best", + "url_from": "https://daywas.best/article/a-i-may-help-design-your-favorite-video-game-character", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=gaming", + "url_to_https": true, + "tld_from": "best", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 342, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.200.209", + "domain_from_country": null, + "page_from_external_links": 60, + "page_from_internal_links": 127, + "page_from_size": 205572, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "A.I. May Help Design Your Favorite Video Game Character (2023)", + "page_from_status_code": 200, + "first_seen": "2023-09-22 09:42:43 +00:00", + "prev_seen": null, + "last_seen": "2023-09-22 09:42:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=gaming", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/aitoolhunt.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 18, + "page_from_size": 88811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiToolHunt", + "page_from_status_code": 200, + "first_seen": "2023-09-06 21:05:56 +00:00", + "prev_seen": "2023-09-06 21:05:56 +00:00", + "last_seen": "2023-09-21 01:25:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/cuetap.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 19, + "page_from_size": 94937, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CueTap", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:35:15 +00:00", + "prev_seen": "2023-09-06 19:35:15 +00:00", + "last_seen": "2023-09-21 00:26:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/superannotate.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 19, + "page_from_size": 95174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SuperAnnotate Desktop", + "page_from_status_code": 200, + "first_seen": "2023-09-06 19:04:21 +00:00", + "prev_seen": "2023-09-06 19:04:21 +00:00", + "last_seen": "2023-09-20 23:42:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/tool/github.com-commaai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt&utm_source=aitoolhunt&ref=aitoolhunt&fpr=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.48", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 19, + "page_from_size": 95990, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Comma Neo", + "page_from_status_code": 200, + "first_seen": "2023-09-06 18:54:22 +00:00", + "prev_seen": "2023-09-06 18:54:22 +00:00", + "last_seen": "2023-09-20 23:36:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": "Like Favorite SVG File4", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ainews.guru", + "url_from": "https://ainews.guru/unveiling-the-best-ai-directories-a-detailed-guide/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "guru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.36", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 106654, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Unveiling the Best AI Directories: A Detailed Guide - AI News Guru", + "page_from_status_code": 200, + "first_seen": "2023-09-20 21:43:43 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 21:43:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": null, + "text_post": "is a directory that showcases a handpicked selection of AI tools. It’s a one-stop-shop for the best AI tools, all neatly categorized for your convenience.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ainews.guru", + "url_from": "https://ainews.guru/a-comprehensive-guide-to-the-top-ai-app-directories/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "guru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "160.153.0.36", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 108741, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A Comprehensive Guide to the Top AI App Directories - AI News Guru", + "page_from_status_code": 200, + "first_seen": "2023-09-20 21:27:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 21:27:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": null, + "text_post": "is a directory that provides a curated list of AI tools. It provides a brief description of each tool, along with a link to the tool’s website. The directory is neatly organized into categories,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "carehealthjobs.com", + "url_from": "https://carehealthjobs.com/free-jobscan-alternative", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/alternatives/jobscan", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 408, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.190.144", + "domain_from_country": "WW", + "page_from_external_links": 28, + "page_from_internal_links": 75, + "page_from_size": 51847, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Free Jobscan Alternative | Now Hiring", + "page_from_status_code": 200, + "first_seen": "2023-09-20 20:16:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 20:16:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "Job Description", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/posts/2023/11/en_hn_2023_03_16__35189813/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 66, + "page_from_size": 28215, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音 - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-09-20 20:08:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 20:08:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: 建立了一個人工智能搜索,以篩選出人工智能工具的噪音", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/zh-Hant/showhn/posts/2023/6/en_hn_2023_02_10__34738340/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 66, + "page_from_size": 28265, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。 - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-09-20 19:23:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 19:23:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools是一個擁有850個工具的人工智能工具目錄,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "quera.org", + "url_from": "https://quera.org/blog/%D8%B1%D8%A7%D9%87-%D9%87%D8%A7%DB%8C-%DA%A9%D8%B3%D8%A8-%D8%AF%D8%B1%D8%A2%D9%85%D8%AF-%D8%A7%D8%B2-%D9%87%D9%88%D8%B4-%D9%85%D8%B5%D9%86%D9%88%D8%B9%DB%8C/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 355, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.143.233.61", + "domain_from_country": null, + "page_from_external_links": 48, + "page_from_internal_links": 48, + "page_from_size": 192141, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "راه های کسب درآمد از هوش مصنوعی - ۱۴ راه برای مبتدی‌ها و حرفه‌ای‌ها - کوئرا‌بلاگ", + "page_from_status_code": 200, + "first_seen": "2023-09-20 13:03:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 13:03:20 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "LucidPic", + "text_pre": "برخی از بهترین ابزارها: Jasper ،StockimgAI ،", + "text_post": "،Fotor و DALL-E 2", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 32051, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "betale Derfor Ledig Donation nyheder Notesbog tool game top go - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-09-20 11:34:27 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 11:34:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "build Blind vinkel 48 Best Gaming AI tools", + "image_url": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/download/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 296, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 37, + "page_from_size": 131794, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Download (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-20 10:50:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 10:50:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.traficscurt.ro", + "url_from": "https://www.traficscurt.ro/random-tattoo-generator-download", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/tattoojenney-com.webp", + "url_to_https": true, + "tld_from": "ro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.137.53", + "domain_from_country": "RO", + "page_from_external_links": 27, + "page_from_internal_links": 14, + "page_from_size": 22507, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Greengrocer paste Semicircle tail Government ordinance China random tattoo generator download - traficscurt.ro", + "page_from_status_code": 200, + "first_seen": "2023-09-20 05:07:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 05:07:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Agricultural overlook undertake 60 Best Tattoo idea generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reviewsbest.org", + "url_from": "https://www.reviewsbest.org/short-ted-talks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ted-smrzr.png", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.13.41", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 22, + "page_from_size": 23629, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "short ted talks, Short TED - Disabilities & Inclusion | Discussion & Questions | Made By - reviewsbest.org", + "page_from_status_code": 200, + "first_seen": "2023-09-20 02:30:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-20 02:30:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TED SMRZR - top tools", + "text_pre": null, + "text_post": "ID: FAsahygOrV From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-office-bot-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28848, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Office Bot Down? AI Office Bot status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-08 23:06:48 +00:00", + "prev_seen": "2023-08-20 04:55:04 +00:00", + "last_seen": "2023-09-19 23:13:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Office Bot", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "science-writing.org", + "url_from": "https://science-writing.org/the-pentagon-just-launched-a-generative-ai-task-force-dnyuz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 125, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "116.202.118.62", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 16, + "page_from_size": 55882, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force - DNyuz - Science Writing", + "page_from_status_code": 200, + "first_seen": "2023-08-18 21:44:08 +00:00", + "prev_seen": "2023-08-18 21:44:08 +00:00", + "last_seen": "2023-09-19 20:53:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "that are up to Defense Department standard. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "technews.site", + "url_from": "https://technews.site/2023/09/13/revolutionizing-the-study-room-the-new-generation-of-ai-enhanced-finding-out/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "site", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["news", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.0.215.206", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 41, + "page_from_size": 73534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Study room: The New Generation of AI-Enhanced Finding out - TechNews. All rights reserved.", + "page_from_status_code": 200, + "first_seen": "2023-09-19 19:54:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 19:54:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.marconatletico.es", + "url_from": "https://www.marconatletico.es/sheriff-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/sheriff.png", + "url_to_https": true, + "tld_from": "es", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 189, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.213.70", + "domain_from_country": "ES", + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 25378, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "carbohidrato Monica Por nombre pozo Abstracción Correctamente sheriff bot - marconatletico.es", + "page_from_status_code": 200, + "first_seen": "2023-09-05 11:09:39 +00:00", + "prev_seen": "2023-09-05 11:09:39 +00:00", + "last_seen": "2023-09-19 10:15:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Horror letal Dar Sheriff - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-115-travel_with_peace_of_mind_ai_doesnt_take_a_vacation.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mighty-travels", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 30562, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Travel with Peace of Mind: AI Doesn't Take a Vacation!", + "page_from_status_code": 200, + "first_seen": "2023-08-09 01:59:21 +00:00", + "prev_seen": "2023-08-09 01:59:21 +00:00", + "last_seen": "2023-09-19 07:41:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Mighty Travels", + "text_pre": "[12]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-115-travel_with_peace_of_mind_ai_doesnt_take_a_vacation.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Travel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 30562, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Travel with Peace of Mind: AI Doesn't Take a Vacation!", + "page_from_status_code": 200, + "first_seen": "2023-08-09 01:59:21 +00:00", + "prev_seen": "2023-08-09 01:59:21 +00:00", + "last_seen": "2023-09-19 07:41:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Search for Travel Applications", + "text_pre": "[16]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "numalis.com", + "url_from": "https://numalis.com/publications-115-travel_with_peace_of_mind_ai_doesnt_take_a_vacation.php", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summer-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.154.40.233", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 13, + "page_from_size": 30562, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Numalis - Education - Travel with Peace of Mind: AI Doesn't Take a Vacation!", + "page_from_status_code": 200, + "first_seen": "2023-08-09 01:59:21 +00:00", + "prev_seen": "2023-08-09 01:59:21 +00:00", + "last_seen": "2023-09-19 07:41:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools - Summer AI", + "text_pre": "[14]", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/detecteur-contenu-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 54, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 171620, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Détecteur ChatGPT et Detecteur AI Français (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 03:13:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 03:13:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/telecharger/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 37, + "page_from_size": 131172, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Télécharger (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 03:11:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 03:11:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 191166, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Yazım Yanlışı Düzeltme ve Noktalama Işaretleri Düzeltme", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:07:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:07:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/intihal-programi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 171472, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Ücretsiz Intihal Programı (İndirme Gerekmez)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:07:30 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:07:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/da/om-os/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 136671, + "page_from_encoding": "utf-8", + "page_from_language": "da", + "page_from_title": "Om os (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:06:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:06:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bedøm på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/detektor-konten-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 33, + "page_from_size": 159507, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "AI Detector Indonesia & Chat GPT Detector (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:05:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/tr/mors-alfabesi-ceviri/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 22, + "page_from_size": 153307, + "page_from_encoding": "utf-8", + "page_from_language": "tr", + "page_from_title": "Mors Alfabesi Çeviri ve Mors Alfabesi Çözücü (Ücretsiz)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:04:56 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:04:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/plagiarism-checker/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 27, + "page_from_size": 166102, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Cek Plagiasi Online Gratis (Tanpa Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:03:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:03:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/id/sandi-morse-translator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 23, + "page_from_size": 150656, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "Sandi Morse Translator (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 01:03:59 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 01:03:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sitemap/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 141, + "page_from_size": 138837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Sitemap (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 00:47:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 00:47:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D8%B9%D8%AF%D8%A7%D8%AF-%D8%A7%D9%84%D9%83%D9%84%D9%85%D8%A7%D8%AA/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 167191, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "عداد الكلمات وعداد الأحرف (مجاني)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 00:33:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 00:33:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D9%83%D8%A7%D8%B4%D9%81-%D9%85%D8%AD%D8%AA%D9%88%D9%89-%D8%A7%D9%84%D8%B0%D9%83%D8%A7%D8%A1-%D8%A7%D9%84%D8%A7%D8%B5%D8%B7%D9%86%D8%A7%D8%B9%D9%8A/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 295, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 32, + "page_from_size": 186315, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "كاشف ChatGPT وكاشف AI (مجانًا)", + "page_from_status_code": 200, + "first_seen": "2023-09-19 00:33:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-19 00:33:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=aix.hu", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 15, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-18 21:09:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 21:09:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "earthprimenewsmedia.com", + "url_from": "https://earthprimenewsmedia.com/2023/06/04/how-to-find-ai-tools-aitools-chatgpt-gpt4/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.194.64", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 90, + "page_from_size": 240543, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How to find AI tools #aitools #chatgpt #gpt4 - Earth Prime News Media", + "page_from_status_code": 200, + "first_seen": "2023-09-18 20:39:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 20:39:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Find the AI tools you need for any task on", + "text_post": ".. AI isn’t just ChatGPT there are lots and lots of tools that can make your life easier by adding them to your workflow. Visit: topai.tools which is a web aggregator and search engine for AI tools", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.istgahit.net", + "url_from": "https://www.istgahit.net/1402/03/07/online-directories-of-ai-tools-search-app/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "185.231.115.105", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 31, + "page_from_size": 81422, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "6 ابزار آنلاین برای کشف یا جستجوی بهترین اپلیکیشن هوش مصنوعی - ایستگاه آی تی", + "page_from_status_code": 200, + "first_seen": "2023-05-28 22:19:09 +00:00", + "prev_seen": "2023-05-28 22:19:09 +00:00", + "last_seen": "2023-09-18 11:01:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/findaitools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 70, + "page_from_size": 41595, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FindAiTools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-06 12:09:53 +00:00", + "prev_seen": "2023-08-06 12:09:53 +00:00", + "last_seen": "2023-09-18 02:41:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ FindAiTools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/startup-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup Ai Tools Down? Startup Ai Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-18 02:21:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-18 02:21:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Startup Ai Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolspedia-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsPedia.io Down? ToolsPedia.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 22:39:21 +00:00", + "prev_seen": "2023-08-01 22:39:21 +00:00", + "last_seen": "2023-09-18 02:12:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsPedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolspedia-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 92, + "page_from_size": 59905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsPedia.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 17:18:58 +00:00", + "prev_seen": "2023-09-04 06:54:29 +00:00", + "last_seen": "2023-09-18 02:00:06 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsPedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "slsolutech.com", + "url_from": "https://slsolutech.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 96, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "66.29.146.142", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 35, + "page_from_size": 216358, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - Slsolutech Best IT Related Website", + "page_from_status_code": 200, + "first_seen": "2023-09-17 21:42:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 21:42:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These will not be mere video recordings or interactive classes however extremely refined AI-driven platforms able to mimicking the instructing type of a human tutor. They analyze your studying patterns,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/index.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 12, + "page_from_size": 32497, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Excelly-AI | Your #1 Text-to-Excel Tool!", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:47:59 +00:00", + "prev_seen": "2023-06-24 23:40:39 +00:00", + "last_seen": "2023-09-17 21:11:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/contact.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 205, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 12, + "page_from_size": 25946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Contact | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:21:09 +00:00", + "prev_seen": "2023-06-29 10:01:56 +00:00", + "last_seen": "2023-09-17 21:05:18 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-2-the-history", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 3, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 15, + "page_from_size": 32843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 2 \"The history\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:40 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Best AI tools list", + "image_url": "https://topai.tools/assets/img/best-ai-tools.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "networkers-online.com", + "url_from": "https://networkers-online.com/p/the-endless-story-of-ospf-vs-is-is-part-2-the-history", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/browse", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 3, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.94.112", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 15, + "page_from_size": 32843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The endless story of OSPF vs IS-IS - Part 2 \"The history\"", + "page_from_status_code": 200, + "first_seen": "2023-09-17 18:06:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 18:06:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "- Stay on top of AI tools", + "text_pre": "You might also like", + "text_post": "- 150+ Linux Devops cheatsheets in one page", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.celestialchronicle.com", + "url_from": "https://www.celestialchronicle.com/tech/artificial-intelligence/revolutionizing-the-classroom-the-new-era-of-ai-enhanced-learning-celestial-chronicle/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "news"], + "domain_from_is_ip": false, + "domain_from_ip": "162.214.80.161", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 62, + "page_from_size": 214573, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Era of AI-Enhanced Learning - celestial Chronicle | celestial chronicle", + "page_from_status_code": 200, + "first_seen": "2023-09-17 14:24:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 14:24:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in education is steadily taking its steps forward. Have you ever heard of", + "text_post": "? These are not mere video recordings or interactive lessons but highly sophisticated AI-driven platforms capable of mimicking the teaching style of a human tutor. They analyze your learning patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=webhelpme&utm_medium=marketplace&utm_campaign=webhelpme", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 242, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-09-17 10:30:17 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 10:30:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ultimatefishingmaps.com", + "url_from": "https://www.ultimatefishingmaps.com/audio-clip-search", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/clip.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.17", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 16, + "page_from_size": 31421, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Tesoro Erudito llegar Privilegiado entrar procedimiento audio clip search - ultimatefishingmaps.com", + "page_from_status_code": 200, + "first_seen": "2023-08-11 05:36:38 +00:00", + "prev_seen": "2023-08-11 05:36:38 +00:00", + "last_seen": "2023-09-17 06:26:58 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Gaseoso paridad Susceptibles a 20 Top AI tools for Audio", + "image_url": "https://topai.tools/assets/img/tools/clip.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sidwellhayandcattle.com", + "url_from": "https://www.sidwellhayandcattle.com/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 44, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.49.21", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 21925, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Styrke server Brun gennemse politiker arve top nsfw - sidwellhayandcattle.com", + "page_from_status_code": 200, + "first_seen": "2023-09-17 01:49:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 01:49:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "pedal score at føre 60 Best Nsfw chatbot AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/attractiveness-report-generator-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 25902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Attractiveness Report Generator Down? Attractiveness Report Generator status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-17 00:38:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-17 00:38:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Attractiveness Report Generator", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tech-viral-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 8, + "page_from_internal_links": 29, + "page_from_size": 25552, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tech Viral Down? AI Tech Viral status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-07 12:10:09 +00:00", + "prev_seen": "2023-08-07 12:10:09 +00:00", + "last_seen": "2023-09-17 00:37:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tech Viral", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tools-directory-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28619, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai tools directory Down? ai tools directory status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:59:02 +00:00", + "prev_seen": "2023-08-04 01:59:02 +00:00", + "last_seen": "2023-09-16 22:12:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ai tools directory", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-01-what-are-the-best-sites-that-collate-all-the-new-ai-tools-being-released-2023430", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 55, + "page_from_size": 19008, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best sites that collate all the new ai tools being released? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:58:24 +00:00", + "prev_seen": "2023-08-04 01:58:24 +00:00", + "last_seen": "2023-09-16 22:11:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tech-viral-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 12, + "page_from_internal_links": 71, + "page_from_size": 39513, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tech Viral Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 02:00:41 +00:00", + "prev_seen": "2023-08-04 02:00:41 +00:00", + "last_seen": "2023-09-16 22:00:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tech Viral", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tools-directory-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 93, + "page_from_size": 59548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai tools directory Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:56:31 +00:00", + "prev_seen": "2023-07-28 19:56:31 +00:00", + "last_seen": "2023-09-16 21:58:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ai tools directory", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/gpte-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 82, + "page_from_size": 44675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPTE Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:58:01 +00:00", + "prev_seen": "2023-08-04 01:58:01 +00:00", + "last_seen": "2023-09-16 21:42:27 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ GPTE", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/gpt-prompt-tuner-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 8, + "page_from_internal_links": 61, + "page_from_size": 32360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GPT Prompt Tuner Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:59:28 +00:00", + "prev_seen": "2023-08-04 01:59:28 +00:00", + "last_seen": "2023-09-16 21:41:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ GPT Prompt Tuner", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/attractiveness-report-generator-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 71, + "page_from_size": 39111, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Attractiveness Report Generator Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 01:58:18 +00:00", + "prev_seen": "2023-08-04 01:58:18 +00:00", + "last_seen": "2023-09-16 21:40:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Attractiveness Report Generator", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-openpedia-io", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 63, + "page_from_size": 41220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS Openpedia.io - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-08-06 12:17:05 +00:00", + "prev_seen": "2023-08-06 12:17:05 +00:00", + "last_seen": "2023-09-16 21:12:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitools-fyi-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 33, + "page_from_internal_links": 108, + "page_from_size": 69707, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aitools.fyi Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-08 05:33:12 +00:00", + "prev_seen": "2023-08-20 04:40:09 +00:00", + "last_seen": "2023-09-16 20:29:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aitools.fyi", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/100-plus-ai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26536, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI tools Down? 100+ AI tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:23:26 +00:00", + "prev_seen": "2023-08-23 16:36:27 +00:00", + "last_seen": "2023-09-16 20:18:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ 100+ AI tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/topai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28426, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools Down? TopAi.tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:57:58 +00:00", + "prev_seen": "2023-08-06 12:02:44 +00:00", + "last_seen": "2023-09-16 19:58:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "TopAi.tools's website is at", + "text_post": "and their official Twitter account is @ToolsTopai Check out our list of TopAi.tools alternatives", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-04-drop-all-your-favorite-ai-websites-tools-below-let-s-create-a-super-list-2031202", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 57, + "page_from_size": 23311, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Drop all your favorite AI websites/tools below - Let's create a super list! - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-04-10 17:47:09 +00:00", + "prev_seen": "2023-06-26 07:37:51 +00:00", + "last_seen": "2023-09-16 19:58:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-top-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28183, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Top Tools Down? AI Top Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 15:55:00 +00:00", + "prev_seen": "2023-08-01 15:55:00 +00:00", + "last_seen": "2023-09-16 17:36:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Top Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-06-26-search-every-ai-tool-ever-made-2251308", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 60, + "page_from_size": 24320, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:57:35 +00:00", + "prev_seen": "2023-07-28 19:57:35 +00:00", + "last_seen": "2023-09-16 17:31:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-library-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 97, + "page_from_size": 56952, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Library Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 20:43:59 +00:00", + "prev_seen": "2023-08-12 04:25:00 +00:00", + "last_seen": "2023-09-16 17:17:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Library", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/beautiful-100-plus-ai-generated-images-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 28479, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Beautiful 100+ AI generated Images Down? Beautiful 100+ AI generated Images status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-16 16:53:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 16:53:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Beautiful 100+ AI generated Images", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aitools-lol-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 93, + "page_from_size": 57593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AItools.lol Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 15:48:56 +00:00", + "prev_seen": "2023-08-04 15:48:56 +00:00", + "last_seen": "2023-09-16 16:38:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AItools.lol", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/beautiful-100-plus-ai-generated-images-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 91, + "page_from_size": 60948, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Beautiful 100+ AI generated Images Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-10 20:18:34 +00:00", + "prev_seen": "2023-08-25 01:29:35 +00:00", + "last_seen": "2023-09-16 16:37:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Beautiful 100+ AI generated Images", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-to-grow-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 26, + "page_from_internal_links": 98, + "page_from_size": 62035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI to Grow Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 13:21:03 +00:00", + "prev_seen": "2023-08-23 16:02:55 +00:00", + "last_seen": "2023-09-16 16:10:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI to Grow", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.domenicoinnocenzi.com", + "url_from": "https://www.domenicoinnocenzi.com/natural-text-to-speech-mp3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 85, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.182.125", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 22, + "page_from_size": 16077, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "natural text to speech mp3, Best to Speech Tools Can't - domenicoinnocenzi.com", + "page_from_status_code": 200, + "first_seen": "2023-09-16 14:50:12 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 14:50:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "38 Best AI tools", + "text_pre": null, + "text_post": "ID: GCzXEuEnN2 From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الرد الآلي", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sale-whale", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيع الحوت", + "image_url": "https://topai.tools/assets/img/tools/sale-whale.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spiritme", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سبيريت مي", + "image_url": "https://topai.tools/assets/img/tools/spiritme.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inworld-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Inworld AI", + "image_url": "https://topai.tools/assets/img/tools/inworld-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replika", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نسخة مطابقة للأصل", + "image_url": "https://topai.tools/assets/img/tools/replika.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجاي", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/android-ai-assistant-widget", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أداة Android AI Assistant", + "image_url": "https://topai.tools/assets/img/tools/android-ai-assistant-widget.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الذكاء الاصطناعي السحري", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stork-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Stork.ai", + "image_url": "https://topai.tools/assets/img/tools/stork-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aicogni", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آيكوجني", + "image_url": "https://topai.tools/assets/img/tools/aicogni.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsonic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تشاتسونيك", + "image_url": "https://topai.tools/assets/img/tools/chatsonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماعز", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknotion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AskNotion", + "image_url": "https://topai.tools/assets/img/tools/asknotion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كويك شات AI", + "image_url": "https://topai.tools/assets/img/tools/quickchat-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mikeai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايك AI", + "image_url": "https://topai.tools/assets/img/tools/mikeai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/myanima-ai-companion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رفيق MyAnima AI", + "image_url": "https://topai.tools/assets/img/tools/myanima-ai-companion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marcus-aurelius-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماركوس أوريليوس AI", + "image_url": "https://topai.tools/assets/img/tools/marcus-aurelius-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scott-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سكوت AI", + "image_url": "https://topai.tools/assets/img/tools/scott-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Kore.ai", + "image_url": "https://topai.tools/assets/img/tools/kore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-prompt-tuner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موالف موجه GPT", + "image_url": "https://topai.tools/assets/img/tools/gpt-prompt-tuner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/halist-browser-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متصفح Halist AI", + "image_url": "https://topai.tools/assets/img/tools/halist-browser-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lyze", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AILYZE", + "image_url": "https://topai.tools/assets/img/tools/ai-lyze.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/watermelon-pulse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نبض البطيخ", + "image_url": "https://topai.tools/assets/img/tools/watermelon-pulse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/showgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ShowGPT", + "image_url": "https://topai.tools/assets/img/tools/showgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tolygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "توليجبت", + "image_url": "https://topai.tools/assets/img/tools/tolygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-prompt-genius", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دردشة موجه عبقرية", + "image_url": "https://topai.tools/assets/img/tools/chat-prompt-genius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/poised", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متوازن", + "image_url": "https://topai.tools/assets/img/tools/poised.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-email-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب البريد الإلكتروني لمنظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/ai-email-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-sumo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل سومو", + "image_url": "https://topai.tools/assets/img/tools/ask-sumo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/anywebsite", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أي موقع", + "image_url": "https://topai.tools/assets/img/tools/anywebsite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ايبيرت", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captiongen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التسمية التوضيحية", + "image_url": "https://topai.tools/assets/img/tools/captiongen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ecommerce-prompts", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مطالبات التجارة الإلكترونية", + "image_url": "https://topai.tools/assets/img/tools/ecommerce-prompts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chunky", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مكتنزة", + "image_url": "https://topai.tools/assets/img/tools/chunky.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/frank-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فرانك AI", + "image_url": "https://topai.tools/assets/img/tools/frank-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbotkit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatBotKit", + "image_url": "https://topai.tools/assets/img/tools/chatbotkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rolemodel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نموذج يحتذى به في الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/rolemodel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fashionai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أزياء AI", + "image_url": "https://topai.tools/assets/img/tools/fashionai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paxton", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "باكستون", + "image_url": "https://topai.tools/assets/img/tools/paxton.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/groupthink", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التفكير الجماعي", + "image_url": "https://topai.tools/assets/img/tools/groupthink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chessgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شطرنج", + "image_url": "https://topai.tools/assets/img/tools/chessgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/landbot-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Landbot AI", + "image_url": "https://topai.tools/assets/img/tools/landbot-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossalchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ColossalChat", + "image_url": "https://topai.tools/assets/img/tools/colossalchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ivy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ivy.ai", + "image_url": "https://topai.tools/assets/img/tools/ivy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicform", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيكفورم", + "image_url": "https://topai.tools/assets/img/tools/magicform.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-chrome", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لمتصفح Chrome", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-chrome.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TalkAI", + "image_url": "https://topai.tools/assets/img/tools/talkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/crabo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سلطعون", + "image_url": "https://topai.tools/assets/img/tools/crabo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لجوجل كولاب", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quaffle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رعشة", + "image_url": "https://topai.tools/assets/img/tools/quaffle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أين الاجتماعية", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lunabot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لونابوت", + "image_url": "https://topai.tools/assets/img/tools/lunabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-openai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT (OpenAI)", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-openai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/convai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كونفاي", + "image_url": "https://topai.tools/assets/img/tools/convai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatwp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatWP", + "image_url": "https://topai.tools/assets/img/tools/chatwp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/careergpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المهنة", + "image_url": "https://topai.tools/assets/img/tools/careergpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/louply", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لوبلي", + "image_url": "https://topai.tools/assets/img/tools/louply.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opensight", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "OpenSight", + "image_url": "https://topai.tools/assets/img/tools/opensight.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-with-jinnah", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة مع جناح", + "image_url": "https://topai.tools/assets/img/tools/chat-with-jinnah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-bing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايكروسوفت بنج", + "image_url": "https://topai.tools/assets/img/tools/microsoft-bing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonderchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wonderchat", + "image_url": "https://topai.tools/assets/img/tools/wonderchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/auri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Auri.AI", + "image_url": "https://topai.tools/assets/img/tools/auri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfeedback", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "RealFeedback", + "image_url": "https://topai.tools/assets/img/tools/realfeedback.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-on-your-terminal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "chatGPT على جهازك الطرفي", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-on-your-terminal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/customgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "CustomGPT", + "image_url": "https://topai.tools/assets/img/tools/customgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatshape", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatshape.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bff", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فرنك بلجيكي", + "image_url": "https://topai.tools/assets/img/tools/bff.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zev", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "زيف", + "image_url": "https://topai.tools/assets/img/tools/zev.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/upstream-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المنبع AI", + "image_url": "https://topai.tools/assets/img/tools/upstream-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/google-bard", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جوجل بارد", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatpdf", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatpdf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-assist-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق Tweet Assist", + "image_url": "https://topai.tools/assets/img/tools/tweet-assist-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/intellibar", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "IntelliBar", + "image_url": "https://topai.tools/assets/img/tools/intellibar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ask-corpora", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل Corpora", + "image_url": "https://topai.tools/assets/img/tools/ask-corpora.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/googpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GooGPT", + "image_url": "https://topai.tools/assets/img/tools/googpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peopleai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الناس", + "image_url": "https://topai.tools/assets/img/tools/peopleai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/humata-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هيوماتا AI", + "image_url": "https://topai.tools/assets/img/tools/humata-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/guru", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مدرس", + "image_url": "https://topai.tools/assets/img/tools/guru.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptfy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GPTfy", + "image_url": "https://topai.tools/assets/img/tools/gptfy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chat-thing", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شيء الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chat-thing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blubi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "blubi.ai", + "image_url": "https://topai.tools/assets/img/tools/blubi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/asknow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل الآن", + "image_url": "https://topai.tools/assets/img/tools/asknow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق ChatGPT", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ariana-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أريانا AI", + "image_url": "https://topai.tools/assets/img/tools/ariana-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/juji", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أحمق", + "image_url": "https://topai.tools/assets/img/tools/juji.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embra", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "امبرا", + "image_url": "https://topai.tools/assets/img/tools/embra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/storiesbyai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "القصص", + "image_url": "https://topai.tools/assets/img/tools/storiesbyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getanswer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GetAnswer", + "image_url": "https://topai.tools/assets/img/tools/getanswer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bloony", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بلوني", + "image_url": "https://topai.tools/assets/img/tools/bloony.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unschooler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غير مدرسي", + "image_url": "https://topai.tools/assets/img/tools/unschooler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatbase", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "قاعدة الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatbase.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جرامبوت بلس", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/seashoreai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شاطئ البحر", + "image_url": "https://topai.tools/assets/img/tools/seashoreai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/context", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سياق", + "image_url": "https://topai.tools/assets/img/tools/context.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatbots-in-messengers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Chatbots في برامج المراسلة", + "image_url": "https://topai.tools/assets/img/tools/ai-chatbots-in-messengers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zerotax-al", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ZeroTax آل", + "image_url": "https://topai.tools/assets/img/tools/zerotax-al.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zenen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "zenen.ai", + "image_url": "https://topai.tools/assets/img/tools/zenen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "VoiceGPT", + "image_url": "https://topai.tools/assets/img/tools/voicegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/certainly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بالتأكيد", + "image_url": "https://topai.tools/assets/img/tools/certainly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fini", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ينهي", + "image_url": "https://topai.tools/assets/img/tools/fini.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chat-bestie", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Chat Beast", + "image_url": "https://topai.tools/assets/img/tools/ai-chat-bestie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد آخر مدعوم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/norby-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نوربي AI", + "image_url": "https://topai.tools/assets/img/tools/norby-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيك شات", + "image_url": "https://topai.tools/assets/img/tools/magicchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swiftgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سويفتجبت", + "image_url": "https://topai.tools/assets/img/tools/swiftgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/filechat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Filechat", + "image_url": "https://topai.tools/assets/img/tools/filechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirex-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Hirex.ai", + "image_url": "https://topai.tools/assets/img/tools/hirex-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tiledesk", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مكتب البلاط", + "image_url": "https://topai.tools/assets/img/tools/tiledesk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bahasa", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لغة", + "image_url": "https://topai.tools/assets/img/tools/bahasa.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marvin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مارفن", + "image_url": "https://topai.tools/assets/img/tools/marvin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ingestai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "IngestAi", + "image_url": "https://topai.tools/assets/img/tools/ingestai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pdf-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PDF.ai", + "image_url": "https://topai.tools/assets/img/tools/pdf-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mightygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MightyGPT", + "image_url": "https://topai.tools/assets/img/tools/mightygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MyGPT", + "image_url": "https://topai.tools/assets/img/tools/mygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/algo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شئ ما", + "image_url": "https://topai.tools/assets/img/tools/algo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/easyprompt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "EasyPrompt", + "image_url": "https://topai.tools/assets/img/tools/easyprompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askrobi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أسكروبي", + "image_url": "https://topai.tools/assets/img/tools/askrobi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-chatlab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI ChatLab", + "image_url": "https://topai.tools/assets/img/tools/ai-chatlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisebot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وايزبوت", + "image_url": "https://topai.tools/assets/img/tools/wisebot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مخلوق", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moveworks", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موفوركس", + "image_url": "https://topai.tools/assets/img/tools/moveworks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heybot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هيبوت", + "image_url": "https://topai.tools/assets/img/tools/heybot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/querygpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الاستعلام", + "image_url": "https://topai.tools/assets/img/tools/querygpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botify", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بوتيفي", + "image_url": "https://topai.tools/assets/img/tools/botify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/case-study-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب دراسة الحالة", + "image_url": "https://topai.tools/assets/img/tools/case-study-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/thekeys", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المفاتيح", + "image_url": "https://topai.tools/assets/img/tools/thekeys.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tekst", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نص", + "image_url": "https://topai.tools/assets/img/tools/tekst.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دردشة سريعة", + "image_url": "https://topai.tools/assets/img/tools/quickchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vacation-travel-chat-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دردشة الإجازة والسفر (GPT)", + "image_url": "https://topai.tools/assets/img/tools/vacation-travel-chat-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mottle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رقش", + "image_url": "https://topai.tools/assets/img/tools/mottle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/komo-search", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أدخل البحث", + "image_url": "https://topai.tools/assets/img/tools/komo-search.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/meyagpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايور", + "image_url": "https://topai.tools/assets/img/tools/meyagpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الجميع", + "image_url": "https://topai.tools/assets/img/tools/visus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ansy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ansy.ai", + "image_url": "https://topai.tools/assets/img/tools/ansy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نص GPT", + "image_url": "https://topai.tools/assets/img/tools/text-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/messagegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رسالة", + "image_url": "https://topai.tools/assets/img/tools/messagegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-lili", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آي ليلي", + "image_url": "https://topai.tools/assets/img/tools/ai-lili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voiceflow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Voiceflow", + "image_url": "https://topai.tools/assets/img/tools/voiceflow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيلي", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/purplebuddy-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PurpleBuddy-AI", + "image_url": "https://topai.tools/assets/img/tools/purplebuddy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dost", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كافٍ", + "image_url": "https://topai.tools/assets/img/tools/dost.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لجوجل", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contlo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "السيطرة هناك", + "image_url": "https://topai.tools/assets/img/tools/contlo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wallu", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "والو", + "image_url": "https://topai.tools/assets/img/tools/wallu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sitegpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SiteGPT", + "image_url": "https://topai.tools/assets/img/tools/sitegpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatdoc", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شات دوك", + "image_url": "https://topai.tools/assets/img/tools/chatdoc.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wetune", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جسده", + "image_url": "https://topai.tools/assets/img/tools/wetune.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typingmind", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايند", + "image_url": "https://topai.tools/assets/img/tools/typingmind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kwirk", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كويرك", + "image_url": "https://topai.tools/assets/img/tools/kwirk.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/onesta", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أمانة", + "image_url": "https://topai.tools/assets/img/tools/onesta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/samurai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SamurAi", + "image_url": "https://topai.tools/assets/img/tools/samurai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jarvis-tel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جارفيس هاتف", + "image_url": "https://topai.tools/assets/img/tools/jarvis-tel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/water", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماء", + "image_url": "https://topai.tools/assets/img/tools/water.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kili", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كيلي", + "image_url": "https://topai.tools/assets/img/tools/kili.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mia-chatgpt-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ميا - ChatGPT AI", + "image_url": "https://topai.tools/assets/img/tools/mia-chatgpt-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/question-base", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "قاعدة السؤال", + "image_url": "https://topai.tools/assets/img/tools/question-base.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writesonic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مكتوب", + "image_url": "https://topai.tools/assets/img/tools/writesonic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-theater", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مسرح النص", + "image_url": "https://topai.tools/assets/img/tools/text-theater.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-helpers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مساعدو الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-helpers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgenius", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة", + "image_url": "https://topai.tools/assets/img/tools/chatgenius.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/insertchatgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إدراج شاتجبت", + "image_url": "https://topai.tools/assets/img/tools/insertchatgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نيون AI", + "image_url": "https://topai.tools/assets/img/tools/neon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatonai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الدردشة على AI", + "image_url": "https://topai.tools/assets/img/tools/chatonai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wiz-chat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wiz.chat", + "image_url": "https://topai.tools/assets/img/tools/wiz-chat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/you-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "You.com", + "image_url": "https://topai.tools/assets/img/tools/you-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zipchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Zipchat", + "image_url": "https://topai.tools/assets/img/tools/zipchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/parallelgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متوازي", + "image_url": "https://topai.tools/assets/img/tools/parallelgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aidev-codes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AIDev.Codes", + "image_url": "https://topai.tools/assets/img/tools/aidev-codes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gita-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جيتا GPT", + "image_url": "https://topai.tools/assets/img/tools/gita-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-ask-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اسأل منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/my-ask-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xata", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يسرق", + "image_url": "https://topai.tools/assets/img/tools/xata.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/conversai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كونفيرسي أيه", + "image_url": "https://topai.tools/assets/img/tools/conversai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lxi-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Lxi AI", + "image_url": "https://topai.tools/assets/img/tools/lxi-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/somi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الفنلنديون", + "image_url": "https://topai.tools/assets/img/tools/somi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/track-my-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تتبع الروبوتات الخاصة بي", + "image_url": "https://topai.tools/assets/img/tools/track-my-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/berri-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء اصطناعي جديد", + "image_url": "https://topai.tools/assets/img/tools/berri-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatspot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatSpot", + "image_url": "https://topai.tools/assets/img/tools/chatspot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sidechat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Sidechat", + "image_url": "https://topai.tools/assets/img/tools/sidechat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-text-classifier", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصنف النص AI", + "image_url": "https://topai.tools/assets/img/tools/ai-text-classifier.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatsapp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatApp", + "image_url": "https://topai.tools/assets/img/tools/chatsapp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/paper-brain", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دماغ الورق", + "image_url": "https://topai.tools/assets/img/tools/paper-brain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fin-by-intercom", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "زعنفة انتركوم", + "image_url": "https://topai.tools/assets/img/tools/fin-by-intercom.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/inbenta", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الاختراع", + "image_url": "https://topai.tools/assets/img/tools/inbenta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/albus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ألبس", + "image_url": "https://topai.tools/assets/img/tools/albus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tactful-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Tactful.ai", + "image_url": "https://topai.tools/assets/img/tools/tactful-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/chat-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instabot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 208, + "page_from_internal_links": 56, + "page_from_size": 562519, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل أدوات ومواقع المحادثة بالذكاء الاصطناعي AI", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:28 +00:00", + "prev_seen": "2023-06-25 01:13:28 +00:00", + "last_seen": "2023-09-16 10:41:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إنستابوت", + "image_url": "https://topai.tools/assets/img/tools/instabot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موجة فيديو", + "image_url": "https://topai.tools/assets/img/tools/wave-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/project-blink", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مشروع بلينك", + "image_url": "https://topai.tools/assets/img/tools/project-blink.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/invideo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصاحب للفيديو", + "image_url": "https://topai.tools/assets/img/tools/invideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إكليبس", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/maverick", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المنشق", + "image_url": "https://topai.tools/assets/img/tools/maverick.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designed-with-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/designed-with-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إسحاق", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-thumbnails", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الصور المصغرة السحرية", + "image_url": "https://topai.tools/assets/img/tools/magic-thumbnails.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيدبي", + "image_url": "https://topai.tools/assets/img/tools/vidby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/yepic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Yepic AI", + "image_url": "https://topai.tools/assets/img/tools/yepic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/targum-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو Targum", + "image_url": "https://topai.tools/assets/img/tools/targum-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/akool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أكول", + "image_url": "https://topai.tools/assets/img/tools/akool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flexclip", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فليكس كليب", + "image_url": "https://topai.tools/assets/img/tools/flexclip.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumiere3d", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Lumiere3d", + "image_url": "https://topai.tools/assets/img/tools/lumiere3d.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/twelve-labs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اثنا عشر مختبرًا", + "image_url": "https://topai.tools/assets/img/tools/twelve-labs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/topaz-video-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "توباز فيديو AI", + "image_url": "https://topai.tools/assets/img/tools/topaz-video-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clips-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقاطع AI", + "image_url": "https://topai.tools/assets/img/tools/clips-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/2short-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "2 قصيرة", + "image_url": "https://topai.tools/assets/img/tools/2short-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/windsor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وندسور", + "image_url": "https://topai.tools/assets/img/tools/windsor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waymark", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "واي مارك", + "image_url": "https://topai.tools/assets/img/tools/waymark.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leiapix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LeiaPix", + "image_url": "https://topai.tools/assets/img/tools/leiapix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sumly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سملي", + "image_url": "https://topai.tools/assets/img/tools/sumly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/xpression-camera", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاميرا xpression", + "image_url": "https://topai.tools/assets/img/tools/xpression-camera.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الواقع الإبداعي D-ID", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genmo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جينمو", + "image_url": "https://topai.tools/assets/img/tools/genmo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/perfectly-clear-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو واضح تمامًا", + "image_url": "https://topai.tools/assets/img/tools/perfectly-clear-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-studios", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استوديوهات AI", + "image_url": "https://topai.tools/assets/img/tools/ai-studios.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/playphrase-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PlayPhrase.me", + "image_url": "https://topai.tools/assets/img/tools/playphrase-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/movio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موفيو", + "image_url": "https://topai.tools/assets/img/tools/movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wavel-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ويفيل AI", + "image_url": "https://topai.tools/assets/img/tools/wavel-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shuffll", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "عشوائي", + "image_url": "https://topai.tools/assets/img/tools/shuffll.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/green-screen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الشاشة الخضراء AI", + "image_url": "https://topai.tools/assets/img/tools/green-screen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editair", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تحرير الهواء", + "image_url": "https://topai.tools/assets/img/tools/editair.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/d-id-creative-reality-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استوديو الواقع الإبداعي D-ID", + "image_url": "https://topai.tools/assets/img/tools/d-id-creative-reality-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/moises-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق Moises", + "image_url": "https://topai.tools/assets/img/tools/moises-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runwayml", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المدرج", + "image_url": "https://topai.tools/assets/img/tools/runwayml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ebsynth", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إبسينث", + "image_url": "https://topai.tools/assets/img/tools/ebsynth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booltool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بولتول", + "image_url": "https://topai.tools/assets/img/tools/booltool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LiveReacting", + "image_url": "https://topai.tools/assets/img/tools/livereacting.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التقطيع", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deciphr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Deciphr AI", + "image_url": "https://topai.tools/assets/img/tools/deciphr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/film", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيلم", + "image_url": "https://topai.tools/assets/img/tools/film.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatorml", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "CreatorML", + "image_url": "https://topai.tools/assets/img/tools/creatorml.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/videoleap", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو", + "image_url": "https://topai.tools/assets/img/tools/videoleap.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/raw-shorts", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "السراويل الخام", + "image_url": "https://topai.tools/assets/img/tools/raw-shorts.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cloudinary", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سحابة", + "image_url": "https://topai.tools/assets/img/tools/cloudinary.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lalal-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لالال", + "image_url": "https://topai.tools/assets/img/tools/lalal-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prequel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بادئة", + "image_url": "https://topai.tools/assets/img/tools/prequel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wowto", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WowTo", + "image_url": "https://topai.tools/assets/img/tools/wowto.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visla", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيسلا", + "image_url": "https://topai.tools/assets/img/tools/visla.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو", + "image_url": "https://topai.tools/assets/img/tools/vidyo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/papercup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كوب ورقي", + "image_url": "https://topai.tools/assets/img/tools/papercup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/steve-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ستيف AI", + "image_url": "https://topai.tools/assets/img/tools/steve-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mind-grasp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فهم العقل", + "image_url": "https://topai.tools/assets/img/tools/mind-grasp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bhuman", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ب الإنسان", + "image_url": "https://topai.tools/assets/img/tools/bhuman.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wisecut", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حكيم", + "image_url": "https://topai.tools/assets/img/tools/wisecut.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Supercreator.ai", + "image_url": "https://topai.tools/assets/img/tools/supercreator-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/elai-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Elai.io", + "image_url": "https://topai.tools/assets/img/tools/elai-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/heygen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HeyGen", + "image_url": "https://topai.tools/assets/img/tools/heygen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/light", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ضوء", + "image_url": "https://topai.tools/assets/img/tools/light.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionit-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MotionIt AI", + "image_url": "https://topai.tools/assets/img/tools/motionit-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-shot-talking-face", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "طلقة واحدة وجه يتحدث", + "image_url": "https://topai.tools/assets/img/tools/one-shot-talking-face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colourlab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كولورلاب", + "image_url": "https://topai.tools/assets/img/tools/colourlab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixop", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسوب", + "image_url": "https://topai.tools/assets/img/tools/pixop.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reachout-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Reachout.ai", + "image_url": "https://topai.tools/assets/img/tools/reachout-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/boolvideo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بولفيدو", + "image_url": "https://topai.tools/assets/img/tools/boolvideo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-object-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إزالة الكائن من الصورة بواسطة HitPaw", + "image_url": "https://topai.tools/assets/img/tools/remove-object-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nuro-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نورو فيديو", + "image_url": "https://topai.tools/assets/img/tools/nuro-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vidyo-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Vidyo.ai", + "image_url": "https://topai.tools/assets/img/tools/vidyo-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/muse-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موسى", + "image_url": "https://topai.tools/assets/img/tools/muse-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sonix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سونيكس", + "image_url": "https://topai.tools/assets/img/tools/sonix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bigmp4", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "bigmp4", + "image_url": "https://topai.tools/assets/img/tools/bigmp4.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/runway-gen-2", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المدرج Gen-2", + "image_url": "https://topai.tools/assets/img/tools/runway-gen-2.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/woxo-vidgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WOXO VidGPT", + "image_url": "https://topai.tools/assets/img/tools/woxo-vidgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finecam", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Fineshare FineCam", + "image_url": "https://topai.tools/assets/img/tools/finecam.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كايف", + "image_url": "https://topai.tools/assets/img/tools/kive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cre8tiveai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "cre8tive", + "image_url": "https://topai.tools/assets/img/tools/cre8tiveai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/descript", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الوصف", + "image_url": "https://topai.tools/assets/img/tools/descript.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vizard", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "معالج", + "image_url": "https://topai.tools/assets/img/tools/vizard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-online-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HitPaw Online Video Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-online-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سكريفا", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flawless-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء اصطناعي لا تشوبه شائبة", + "image_url": "https://topai.tools/assets/img/tools/flawless-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/play-ht", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Play.ht", + "image_url": "https://topai.tools/assets/img/tools/play-ht.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contenda", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المحتويات", + "image_url": "https://topai.tools/assets/img/tools/contenda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/explore-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اكتشف الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/explore-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictory", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصورة", + "image_url": "https://topai.tools/assets/img/tools/pictory.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/generated-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ولدت الصور", + "image_url": "https://topai.tools/assets/img/tools/generated-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/translate-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ترجمة فيديو", + "image_url": "https://topai.tools/assets/img/tools/translate-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kaiber", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كايبر", + "image_url": "https://topai.tools/assets/img/tools/kaiber.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أوكسولو", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cascadeur", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاسكيدور", + "image_url": "https://topai.tools/assets/img/tools/cascadeur.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tavus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تافوس", + "image_url": "https://topai.tools/assets/img/tools/tavus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designs-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تصاميم", + "image_url": "https://topai.tools/assets/img/tools/designs-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fliki", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فليكي", + "image_url": "https://topai.tools/assets/img/tools/fliki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deep-art-effects", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تأثيرات فنية عميقة", + "image_url": "https://topai.tools/assets/img/tools/deep-art-effects.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/omniverse-audio2face", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Omniverse Audio2Face", + "image_url": "https://topai.tools/assets/img/tools/omniverse-audio2face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supercreator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خارق", + "image_url": "https://topai.tools/assets/img/tools/supercreator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": true, + "url_to_status_code": 404, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colossyan", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كولوسيان", + "image_url": "https://topai.tools/assets/img/tools/colossyan.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-video-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محسن الفيديو HitPaw", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-video-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubverse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دوبفيرس", + "image_url": "https://topai.tools/assets/img/tools/dubverse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unscreen-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Unscreen.com", + "image_url": "https://topai.tools/assets/img/tools/unscreen-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cognitivemill", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المعرفي ميل", + "image_url": "https://topai.tools/assets/img/tools/cognitivemill.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/voicepods", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Voicepods", + "image_url": "https://topai.tools/assets/img/tools/voicepods.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-more-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المزيد من الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/one-more-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lumen5", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التجويف 5", + "image_url": "https://topai.tools/assets/img/tools/lumen5.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-to-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غرد على الفيديو", + "image_url": "https://topai.tools/assets/img/tools/tweet-to-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablematic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مستقر", + "image_url": "https://topai.tools/assets/img/tools/stablematic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gling", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غلينغ", + "image_url": "https://topai.tools/assets/img/tools/gling.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مبسط", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clippah", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Clippah", + "image_url": "https://topai.tools/assets/img/tools/clippah.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blur-on", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تشغيل طمس", + "image_url": "https://topai.tools/assets/img/tools/blur-on.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/background-remover-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مزيل الخلفية من صورة Hitpaw", + "image_url": "https://topai.tools/assets/img/tools/background-remover-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/opus-pro", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أوبوس برو", + "image_url": "https://topai.tools/assets/img/tools/opus-pro.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synthesia", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سينثيسيا", + "image_url": "https://topai.tools/assets/img/tools/synthesia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/polarr-copilots", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بولار مساعد الطيارين", + "image_url": "https://topai.tools/assets/img/tools/polarr-copilots.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipmaker", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ClipMaker", + "image_url": "https://topai.tools/assets/img/tools/clipmaker.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/booth-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كشك", + "image_url": "https://topai.tools/assets/img/tools/booth-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/timz-flowers", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تيمز الزهور", + "image_url": "https://topai.tools/assets/img/tools/timz-flowers.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rotor-videos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيديو الدوار", + "image_url": "https://topai.tools/assets/img/tools/rotor-videos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكلام", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captions", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التسميات التوضيحية", + "image_url": "https://topai.tools/assets/img/tools/captions.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pix2pix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Pix2Pix", + "image_url": "https://topai.tools/assets/img/tools/pix2pix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/latte", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لاتيه", + "image_url": "https://topai.tools/assets/img/tools/latte.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/character-gpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حرف GPT", + "image_url": "https://topai.tools/assets/img/tools/character-gpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محرر الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحب العصبي", + "image_url": "https://topai.tools/assets/img/tools/neural-love.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wonder-dynamics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ديناميات العجائب", + "image_url": "https://topai.tools/assets/img/tools/wonder-dynamics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/phenaki", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيناكي", + "image_url": "https://topai.tools/assets/img/tools/phenaki.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/decoherence", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فك الترابط", + "image_url": "https://topai.tools/assets/img/tools/decoherence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hourone", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حورون", + "image_url": "https://topai.tools/assets/img/tools/hourone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/video-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marketingblocks-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 145, + "page_from_internal_links": 57, + "page_from_size": 495998, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات تحرير الفيديو والمونتاج بالذكاء الاصطناعي Ai", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:08 +00:00", + "prev_seen": "2023-06-25 01:14:08 +00:00", + "last_seen": "2023-09-16 10:41:24 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "MarketingBlocks AI", + "image_url": "https://topai.tools/assets/img/tools/marketingblocks-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autoresponder", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الرد الآلي", + "image_url": "https://topai.tools/assets/img/tools/autoresponder.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tagsgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "العلامات", + "image_url": "https://topai.tools/assets/img/tools/tagsgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-social-media-post-writerby-socialblu", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Social Media Post Writerby Socialblu", + "image_url": "https://topai.tools/assets/img/tools/ai-social-media-post-writerby-socialblu.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/effluence", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دفق", + "image_url": "https://topai.tools/assets/img/tools/effluence.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/posed", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مطروح", + "image_url": "https://topai.tools/assets/img/tools/posed.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/siteexplainer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شرح الموقع", + "image_url": "https://topai.tools/assets/img/tools/siteexplainer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mageai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجاي", + "image_url": "https://topai.tools/assets/img/tools/mageai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eklipse", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كسوف", + "image_url": "https://topai.tools/assets/img/tools/eklipse.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everylead-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Everylead.ai", + "image_url": "https://topai.tools/assets/img/tools/everylead-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إعادة تركيب", + "image_url": "https://topai.tools/assets/img/tools/replix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الذكاء الاصطناعي السحري", + "image_url": "https://topai.tools/assets/img/tools/magical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speedy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سريع", + "image_url": "https://topai.tools/assets/img/tools/speedy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lek", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليك", + "image_url": "https://topai.tools/assets/img/tools/lek.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writeai-tech", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WriteAI.Tech", + "image_url": "https://topai.tools/assets/img/tools/writeai-tech.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Brain Pod AI - مولد الصور", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/retrato", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لَوحَة", + "image_url": "https://topai.tools/assets/img/tools/retrato.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/isaax", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إسحاق", + "image_url": "https://topai.tools/assets/img/tools/isaax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/memejourney-chatgpt-for-memes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Memejourney - ChatGPT للميمات", + "image_url": "https://topai.tools/assets/img/tools/memejourney-chatgpt-for-memes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/texta", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الرسائل النصية", + "image_url": "https://topai.tools/assets/img/tools/texta.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sv-master-by-startupvisors", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SV Master بواسطة Startupvisors", + "image_url": "https://topai.tools/assets/img/tools/sv-master-by-startupvisors.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماعز", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-product-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور المنتجات التي تعمل بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-product-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/affable-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Affable.ai", + "image_url": "https://topai.tools/assets/img/tools/affable-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/followr", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تابع", + "image_url": "https://topai.tools/assets/img/tools/followr.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/write-panda", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اكتب الباندا", + "image_url": "https://topai.tools/assets/img/tools/write-panda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ultrabrainstomer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "UltraBrainstomer", + "image_url": "https://topai.tools/assets/img/tools/ultrabrainstomer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vana-portrait", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فانا بورتريه", + "image_url": "https://topai.tools/assets/img/tools/vana-portrait.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lovelines", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحب", + "image_url": "https://topai.tools/assets/img/tools/lovelines.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelhunter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Pixelhunter", + "image_url": "https://topai.tools/assets/img/tools/pixelhunter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiart-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "aiart.fm", + "image_url": "https://topai.tools/assets/img/tools/aiart-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/resoume", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سيرة ذاتية", + "image_url": "https://topai.tools/assets/img/tools/resoume.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/extractify", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استخلاص", + "image_url": "https://topai.tools/assets/img/tools/extractify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/legacies", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الموروثات", + "image_url": "https://topai.tools/assets/img/tools/legacies.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-generator-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-generator-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hushl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هشل", + "image_url": "https://topai.tools/assets/img/tools/hushl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copilotly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مساعد الطيار", + "image_url": "https://topai.tools/assets/img/tools/copilotly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/syllaby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقطع", + "image_url": "https://topai.tools/assets/img/tools/syllaby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aragon-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أراجون AI", + "image_url": "https://topai.tools/assets/img/tools/aragon-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lately-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مؤخرا AI", + "image_url": "https://topai.tools/assets/img/tools/lately-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instasalesai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "InstaSalesAI", + "image_url": "https://topai.tools/assets/img/tools/instasalesai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/livereacting-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LiveReacting AI", + "image_url": "https://topai.tools/assets/img/tools/livereacting-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/digimarkai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "DigiMarkAI", + "image_url": "https://topai.tools/assets/img/tools/digimarkai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daydrm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ديادرم", + "image_url": "https://topai.tools/assets/img/tools/daydrm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/peachly-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خوخي منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/peachly-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfake", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حقا مزيفة", + "image_url": "https://topai.tools/assets/img/tools/realfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ezai-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "EZAi AI", + "image_url": "https://topai.tools/assets/img/tools/ezai-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/not-a-person", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليس بشخص", + "image_url": "https://topai.tools/assets/img/tools/not-a-person.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/blend", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يمزج", + "image_url": "https://topai.tools/assets/img/tools/blend.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zekai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ذكاء", + "image_url": "https://topai.tools/assets/img/tools/zekai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/toks", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هذه", + "image_url": "https://topai.tools/assets/img/tools/toks.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recontent-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ReContent.AI", + "image_url": "https://topai.tools/assets/img/tools/recontent-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/engage-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إشراك الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/engage-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chopcast", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تشوبكاست", + "image_url": "https://topai.tools/assets/img/tools/chopcast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-google-colab", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لجوجل كولاب", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-google-colab.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/choppity", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التقطيع", + "image_url": "https://topai.tools/assets/img/tools/choppity.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-avatars", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الصور الرمزية السحرية", + "image_url": "https://topai.tools/assets/img/tools/magic-avatars.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/post-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بعد AI", + "image_url": "https://topai.tools/assets/img/tools/post-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/caricaturer-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Caricaturer.io", + "image_url": "https://topai.tools/assets/img/tools/caricaturer-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dux-soup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حساء دوكس", + "image_url": "https://topai.tools/assets/img/tools/dux-soup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/social-var", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أين الاجتماعية", + "image_url": "https://topai.tools/assets/img/tools/social-var.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logoscapes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لوغوسكابس", + "image_url": "https://topai.tools/assets/img/tools/logoscapes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lebesgue", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليبيسج", + "image_url": "https://topai.tools/assets/img/tools/lebesgue.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spot-a-bot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بقعة بوت", + "image_url": "https://topai.tools/assets/img/tools/spot-a-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photor-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور AI", + "image_url": "https://topai.tools/assets/img/tools/photor-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/epicavatar", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ملحمة أفاتار", + "image_url": "https://topai.tools/assets/img/tools/epicavatar.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clip-fm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقطع FM", + "image_url": "https://topai.tools/assets/img/tools/clip-fm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swell-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتفاخ منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/swell-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/test-start", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اختبر وابدأ", + "image_url": "https://topai.tools/assets/img/tools/test-start.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/animakers-subtitle-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Animaker في مولد الترجمة", + "image_url": "https://topai.tools/assets/img/tools/animakers-subtitle-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-magic-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب ماجيك لمنظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/ai-magic-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stable-attribution", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إسناد مستقر", + "image_url": "https://topai.tools/assets/img/tools/stable-attribution.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/salee", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سالي", + "image_url": "https://topai.tools/assets/img/tools/salee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flight-path", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مسار الرحلة", + "image_url": "https://topai.tools/assets/img/tools/flight-path.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/talkingphoto-by-movio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "TalkingPhoto من Movio", + "image_url": "https://topai.tools/assets/img/tools/talkingphoto-by-movio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-writer-by-picsart", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاتب منظمة العفو الدولية من Picsart", + "image_url": "https://topai.tools/assets/img/tools/ai-writer-by-picsart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/webapi-ai-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Webapi.ai 2.0", + "image_url": "https://topai.tools/assets/img/tools/webapi-ai-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/collab-com", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Collab.com", + "image_url": "https://topai.tools/assets/img/tools/collab-com.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/right-blogger", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حق Blogger", + "image_url": "https://topai.tools/assets/img/tools/right-blogger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shopia", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Shopia", + "image_url": "https://topai.tools/assets/img/tools/shopia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/grambotplus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جرامبوت بلس", + "image_url": "https://topai.tools/assets/img/tools/grambotplus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qlip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Qlip.ai", + "image_url": "https://topai.tools/assets/img/tools/qlip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/founderassist", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مؤسس مساعد", + "image_url": "https://topai.tools/assets/img/tools/founderassist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lemonrecruiter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LemonRecruiter", + "image_url": "https://topai.tools/assets/img/tools/lemonrecruiter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/superchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SuperChat", + "image_url": "https://topai.tools/assets/img/tools/superchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sticker-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد موجه الملصق", + "image_url": "https://topai.tools/assets/img/tools/sticker-prompt-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rewritewise", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إعادة الكتابة", + "image_url": "https://topai.tools/assets/img/tools/rewritewise.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-cycle", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دورة التغريد", + "image_url": "https://topai.tools/assets/img/tools/tweet-cycle.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/typistai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "طابعون", + "image_url": "https://topai.tools/assets/img/tools/typistai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandbastion-lite", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FireBastion لايت", + "image_url": "https://topai.tools/assets/img/tools/brandbastion-lite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد آخر مدعوم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-powered-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/painted-saintly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "رسمت قديس", + "image_url": "https://topai.tools/assets/img/tools/painted-saintly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aisixteen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AiSixteen", + "image_url": "https://topai.tools/assets/img/tools/aisixteen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/viral-post-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد البريد الفيروسي", + "image_url": "https://topai.tools/assets/img/tools/viral-post-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bladerunner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "عداء شفرة", + "image_url": "https://topai.tools/assets/img/tools/bladerunner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graham-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جراهام AI", + "image_url": "https://topai.tools/assets/img/tools/graham-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/every-anyone", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الجميع", + "image_url": "https://topai.tools/assets/img/tools/every-anyone.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kardow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاردو", + "image_url": "https://topai.tools/assets/img/tools/kardow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getbetterpics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GetBetterPics", + "image_url": "https://topai.tools/assets/img/tools/getbetterpics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-jd-by-pangea", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منظمة العفو الدولية: دينار من بانجيا", + "image_url": "https://topai.tools/assets/img/tools/ai-jd-by-pangea.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/carousel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دائري", + "image_url": "https://topai.tools/assets/img/tools/carousel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/content-company", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شركة المحتوى", + "image_url": "https://topai.tools/assets/img/tools/content-company.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finalscout", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FinalScout", + "image_url": "https://topai.tools/assets/img/tools/finalscout.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/copylime", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كوبيل", + "image_url": "https://topai.tools/assets/img/tools/copylime.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/analisa-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Analisa.io", + "image_url": "https://topai.tools/assets/img/tools/analisa-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/double", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مزدوج", + "image_url": "https://topai.tools/assets/img/tools/double.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/casper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كاسبر", + "image_url": "https://topai.tools/assets/img/tools/casper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shakespeare", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شكسبير", + "image_url": "https://topai.tools/assets/img/tools/shakespeare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postanza", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "البستانزا", + "image_url": "https://topai.tools/assets/img/tools/postanza.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gptweet", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GPTweet", + "image_url": "https://topai.tools/assets/img/tools/gptweet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/shello-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Shello.ai", + "image_url": "https://topai.tools/assets/img/tools/shello-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetspear", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تويتسبيير", + "image_url": "https://topai.tools/assets/img/tools/tweetspear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creatus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مخلوق", + "image_url": "https://topai.tools/assets/img/tools/creatus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flamel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "flamel", + "image_url": "https://topai.tools/assets/img/tools/flamel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ellisense", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إليسينس", + "image_url": "https://topai.tools/assets/img/tools/ellisense.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photoleaf", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فوتو ليف", + "image_url": "https://topai.tools/assets/img/tools/photoleaf.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/castpush", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Castpush", + "image_url": "https://topai.tools/assets/img/tools/castpush.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/outline-ninja", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مخطط النينجا", + "image_url": "https://topai.tools/assets/img/tools/outline-ninja.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/evoliaprotocol", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Evoliaprotocol", + "image_url": "https://topai.tools/assets/img/tools/evoliaprotocol.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/skriva", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يكتب", + "image_url": "https://topai.tools/assets/img/tools/skriva.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/littlecook", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليتليكوك", + "image_url": "https://topai.tools/assets/img/tools/littlecook.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetify-it", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تويتيفي", + "image_url": "https://topai.tools/assets/img/tools/tweetify-it.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/feedhive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FeedHive", + "image_url": "https://topai.tools/assets/img/tools/feedhive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/this-model-does-not-exist", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "هذا النموذج غير موجود", + "image_url": "https://topai.tools/assets/img/tools/this-model-does-not-exist.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prompt-cafe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Prompt.Cafe", + "image_url": "https://topai.tools/assets/img/tools/prompt-cafe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ideacadabra", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ideacadabra", + "image_url": "https://topai.tools/assets/img/tools/ideacadabra.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/weezy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ويزي", + "image_url": "https://topai.tools/assets/img/tools/weezy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logo-mockup", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شعار نموذج بالحجم الطبيعي", + "image_url": "https://topai.tools/assets/img/tools/logo-mockup.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snapshotai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لقطة", + "image_url": "https://topai.tools/assets/img/tools/snapshotai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linked-xp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "XP مرتبط", + "image_url": "https://topai.tools/assets/img/tools/linked-xp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summarisethis", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تلخيص هذا", + "image_url": "https://topai.tools/assets/img/tools/summarisethis.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/autowrite", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكتابة التلقائية", + "image_url": "https://topai.tools/assets/img/tools/autowrite.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postperfect", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PostPerfect", + "image_url": "https://topai.tools/assets/img/tools/postperfect.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fyli", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فيلي", + "image_url": "https://topai.tools/assets/img/tools/fyli.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oxolo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آسف", + "image_url": "https://topai.tools/assets/img/tools/oxolo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لديك بال", + "image_url": "https://topai.tools/assets/img/tools/ai-pal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jaeves", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جايفيس", + "image_url": "https://topai.tools/assets/img/tools/jaeves.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/redacta-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Redacta.me", + "image_url": "https://topai.tools/assets/img/tools/redacta-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clevr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انت ذكي", + "image_url": "https://topai.tools/assets/img/tools/clevr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aigraphics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AIGraphics", + "image_url": "https://topai.tools/assets/img/tools/aigraphics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sales-ai-message-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد رسائل الذكاء الاصطناعي للمبيعات", + "image_url": "https://topai.tools/assets/img/tools/sales-ai-message-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/freelino", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خط مجاني", + "image_url": "https://topai.tools/assets/img/tools/freelino.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/usp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "USP", + "image_url": "https://topai.tools/assets/img/tools/usp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordmax", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وردماكس", + "image_url": "https://topai.tools/assets/img/tools/wordmax.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweetfox", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تويتفوكس", + "image_url": "https://topai.tools/assets/img/tools/tweetfox.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/altera-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تعديل AI", + "image_url": "https://topai.tools/assets/img/tools/altera-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/audiolabs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أوديولابس", + "image_url": "https://topai.tools/assets/img/tools/audiolabs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hirepeople", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "توظيف الناس", + "image_url": "https://topai.tools/assets/img/tools/hirepeople.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-cowriter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Cowriter", + "image_url": "https://topai.tools/assets/img/tools/ai-cowriter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/beb-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Beb.ai", + "image_url": "https://topai.tools/assets/img/tools/beb-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jibewith", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "JibeWith", + "image_url": "https://topai.tools/assets/img/tools/jibewith.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelforge", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PixelForge", + "image_url": "https://topai.tools/assets/img/tools/pixelforge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/powerbrain", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بوويربرين", + "image_url": "https://topai.tools/assets/img/tools/powerbrain.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-posts-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منشئ مشاركات لينكد إن", + "image_url": "https://topai.tools/assets/img/tools/linkedin-posts-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/podcast-marketing-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "البودكاست التسويق AI", + "image_url": "https://topai.tools/assets/img/tools/podcast-marketing-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/embolden", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يجرؤ", + "image_url": "https://topai.tools/assets/img/tools/embolden.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/durable", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متين", + "image_url": "https://topai.tools/assets/img/tools/durable.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dubb", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "عشيق", + "image_url": "https://topai.tools/assets/img/tools/dubb.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/galactical-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الذكاء الاصطناعي المجرة", + "image_url": "https://topai.tools/assets/img/tools/galactical-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gerwin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جيروين", + "image_url": "https://topai.tools/assets/img/tools/gerwin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/federai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "FederAI", + "image_url": "https://topai.tools/assets/img/tools/federai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/simplified", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مبسط", + "image_url": "https://topai.tools/assets/img/tools/simplified.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hacksocial", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HackSocial", + "image_url": "https://topai.tools/assets/img/tools/hacksocial.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/super-prompt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سوبر موجه", + "image_url": "https://topai.tools/assets/img/tools/super-prompt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/editby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تحرير", + "image_url": "https://topai.tools/assets/img/tools/editby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/primeprofile", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الملف الشخصي", + "image_url": "https://topai.tools/assets/img/tools/primeprofile.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aistote", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ايستوت", + "image_url": "https://topai.tools/assets/img/tools/aistote.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/glowup-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Glowup AI", + "image_url": "https://topai.tools/assets/img/tools/glowup-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/preppally-resume-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Preppally - استئناف AI", + "image_url": "https://topai.tools/assets/img/tools/preppally-resume-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/motionbear", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موشن بير", + "image_url": "https://topai.tools/assets/img/tools/motionbear.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/creasquare", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يخلق مربعا", + "image_url": "https://topai.tools/assets/img/tools/creasquare.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chord-ooo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Chord.ooo", + "image_url": "https://topai.tools/assets/img/tools/chord-ooo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wordkraft", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wordkraft", + "image_url": "https://topai.tools/assets/img/tools/wordkraft.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم AI", + "image_url": "https://topai.tools/assets/img/tools/ai-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkedin-manager", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مدير لينكد إن", + "image_url": "https://topai.tools/assets/img/tools/linkedin-manager.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brand-buzz", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "العلامة التجارية Buzz", + "image_url": "https://topai.tools/assets/img/tools/brand-buzz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lindy", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ليندي", + "image_url": "https://topai.tools/assets/img/tools/lindy.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-type-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نوع السحر AI", + "image_url": "https://topai.tools/assets/img/tools/magic-type-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scrip-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أنا أكتب منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/scrip-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quickvid", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "QuickVid", + "image_url": "https://topai.tools/assets/img/tools/quickvid.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marmof", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرموف", + "image_url": "https://topai.tools/assets/img/tools/marmof.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/speechgen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكلام", + "image_url": "https://topai.tools/assets/img/tools/speechgen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/flowjin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فلوجين", + "image_url": "https://topai.tools/assets/img/tools/flowjin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jounce-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Jounce AI", + "image_url": "https://topai.tools/assets/img/tools/jounce-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unreal-meal", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "وجبة غير حقيقية", + "image_url": "https://topai.tools/assets/img/tools/unreal-meal.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-suggests", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يقترح منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/ai-suggests.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promind", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ProMind", + "image_url": "https://topai.tools/assets/img/tools/promind.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zyng-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "zyng AI", + "image_url": "https://topai.tools/assets/img/tools/zyng-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/microsoft-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم مايكروسوفت", + "image_url": "https://topai.tools/assets/img/tools/microsoft-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aissistify", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أسيستيفي", + "image_url": "https://topai.tools/assets/img/tools/aissistify.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linkoai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ربط AI", + "image_url": "https://topai.tools/assets/img/tools/linkoai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wrytr-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Wrytr AI", + "image_url": "https://topai.tools/assets/img/tools/wrytr-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/entar-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Entar.io", + "image_url": "https://topai.tools/assets/img/tools/entar-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sayhi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SayHi", + "image_url": "https://topai.tools/assets/img/tools/sayhi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/devi", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ديفي", + "image_url": "https://topai.tools/assets/img/tools/devi.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/suit-me-up", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تناسبني", + "image_url": "https://topai.tools/assets/img/tools/suit-me-up.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brandmate-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Brandmate AI", + "image_url": "https://topai.tools/assets/img/tools/brandmate-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/video-editor-by-vidds", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محرر الفيديو من Vidds", + "image_url": "https://topai.tools/assets/img/tools/video-editor-by-vidds.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/commenter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المعلق", + "image_url": "https://topai.tools/assets/img/tools/commenter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/Social-Media-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/prettysmart-co", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 209, + "page_from_internal_links": 56, + "page_from_size": 568468, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "افضل أدوات ومواقع الذكاء الاصطناعي لمشاهير التواصل الاجتماعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:13:44 +00:00", + "prev_seen": "2023-06-25 01:13:44 +00:00", + "last_seen": "2023-09-16 10:41:12 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Prettysmart.co", + "image_url": "https://topai.tools/assets/img/tools/prettysmart-co.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neuralblender", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نيورالبلندر", + "image_url": "https://topai.tools/assets/img/tools/neuralblender.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lama-cleaner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منظف ​​لاما", + "image_url": "https://topai.tools/assets/img/tools/lama-cleaner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scale", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حجم", + "image_url": "https://topai.tools/assets/img/tools/scale.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fobizz", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Fobizz", + "image_url": "https://topai.tools/assets/img/tools/fobizz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nmkd-stable-diffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار مستقر NMKD", + "image_url": "https://topai.tools/assets/img/tools/nmkd-stable-diffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/designed-with-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/designed-with-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/writeai-tech", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "WriteAI.Tech", + "image_url": "https://topai.tools/assets/img/tools/writeai-tech.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/vanceai-image-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برنامج VanceAI Image Upscaler", + "image_url": "https://topai.tools/assets/img/tools/vanceai-image-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خلية نحل", + "image_url": "https://topai.tools/assets/img/tools/hive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Brain Pod AI - مولد الصور", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promptomania", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "موجه", + "image_url": "https://topai.tools/assets/img/tools/promptomania.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/luma-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إلى الأمام AI", + "image_url": "https://topai.tools/assets/img/tools/luma-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/goatchat", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماعز", + "image_url": "https://topai.tools/assets/img/tools/goatchat.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/everypixel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كل بكسل", + "image_url": "https://topai.tools/assets/img/tools/everypixel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-ai-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تطبيق AI للصور", + "image_url": "https://topai.tools/assets/img/tools/image-ai-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ailab-tools", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أدوات AILab", + "image_url": "https://topai.tools/assets/img/tools/ailab-tools.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unrealme", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غير واقعي", + "image_url": "https://topai.tools/assets/img/tools/unrealme.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clip-interrogator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقطع المحقق", + "image_url": "https://topai.tools/assets/img/placeholder.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixian", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسيان", + "image_url": "https://topai.tools/assets/img/tools/pixian.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ddmm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ddmm", + "image_url": "https://topai.tools/assets/img/tools/ddmm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cutout-pro", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انقطاع برو", + "image_url": "https://topai.tools/assets/img/placeholder.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/postedby", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منشور من طرف", + "image_url": "https://topai.tools/assets/img/tools/postedby.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreampic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "DreamPic.AI", + "image_url": "https://topai.tools/assets/img/tools/dreampic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/midjourney-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد موجه Midjourney", + "image_url": "https://topai.tools/assets/img/tools/midjourney-prompt-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/amper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بالكاد", + "image_url": "https://topai.tools/assets/img/tools/amper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-input", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مدخلات AI", + "image_url": "https://topai.tools/assets/img/tools/ai-input.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jeda-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Jeda AI", + "image_url": "https://topai.tools/assets/img/tools/jeda-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/leiapix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "LeiaPix", + "image_url": "https://topai.tools/assets/img/tools/leiapix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelpet", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "PixelPet", + "image_url": "https://topai.tools/assets/img/tools/pixelpet.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/digital-dogs", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الكلاب الرقمية", + "image_url": "https://topai.tools/assets/img/tools/digital-dogs.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scarlettpanda", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سكارليت باندا", + "image_url": "https://topai.tools/assets/img/tools/scarlettpanda.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pfpmaker", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Pfpmaker", + "image_url": "https://topai.tools/assets/img/tools/pfpmaker.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bright-eye", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برايت اي", + "image_url": "https://topai.tools/assets/img/tools/bright-eye.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aibert", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ايبيرت", + "image_url": "https://topai.tools/assets/img/tools/aibert.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/captiongen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "التسمية التوضيحية", + "image_url": "https://topai.tools/assets/img/tools/captiongen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/baked-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خبز AI", + "image_url": "https://topai.tools/assets/img/tools/baked-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/thing-translator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شيء مترجم", + "image_url": "https://topai.tools/assets/img/tools/thing-translator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/waifu-xl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Waifu XL", + "image_url": "https://topai.tools/assets/img/tools/waifu-xl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreamshaper-sinkin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "DreamShaper (زنك)", + "image_url": "https://topai.tools/assets/img/tools/dreamshaper-sinkin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/realfake", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حقا مزيفة", + "image_url": "https://topai.tools/assets/img/tools/realfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixificial", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسرابوري", + "image_url": "https://topai.tools/assets/img/tools/pixificial.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cognify-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كوجنيفي ستوديو", + "image_url": "https://topai.tools/assets/img/tools/cognify-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imagecartoon", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ImageCartoon", + "image_url": "https://topai.tools/assets/img/tools/imagecartoon.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gpt-4", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "GPT-4", + "image_url": "https://topai.tools/assets/img/tools/gpt-4.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/green-screen-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الشاشة الخضراء AI", + "image_url": "https://topai.tools/assets/img/tools/green-screen-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/midjourney-grid-splitter", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ميدجورني جريد سبليتر", + "image_url": "https://topai.tools/assets/img/tools/midjourney-grid-splitter.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-colorizer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برنامج تلوين الصور", + "image_url": "https://topai.tools/assets/img/tools/image-colorizer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/invoke-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استدعاء الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/invoke-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brain-pod-ai-writer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "قرنة الدماغ منظمة العفو الدولية - كاتب", + "image_url": "https://topai.tools/assets/img/tools/brain-pod-ai-writer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-gallery", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "معرض AI", + "image_url": "https://topai.tools/assets/img/tools/ai-gallery.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/quarkiql", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "QuarkIQL", + "image_url": "https://topai.tools/assets/img/tools/quarkiql.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/patternai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "النمط", + "image_url": "https://topai.tools/assets/img/tools/patternai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/miro-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تهدف منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/miro-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scale-catalog-forge", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقياس كتالوج Forge", + "image_url": "https://topai.tools/assets/img/tools/scale-catalog-forge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/caricaturer-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Caricaturer.io", + "image_url": "https://topai.tools/assets/img/tools/caricaturer-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/transpic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ترانسبك", + "image_url": "https://topai.tools/assets/img/tools/transpic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/textunbox", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مربع الكتابة", + "image_url": "https://topai.tools/assets/img/tools/textunbox.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cheapnft-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "CheapNFT.Art", + "image_url": "https://topai.tools/assets/img/tools/cheapnft-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-photo-restorer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرمم الصور AI", + "image_url": "https://topai.tools/assets/img/tools/ai-photo-restorer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kinetix", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "كينيتيكس", + "image_url": "https://topai.tools/assets/img/tools/kinetix.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/summon", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استدعى", + "image_url": "https://topai.tools/assets/img/tools/summon.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snapgpt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "SnapGPT", + "image_url": "https://topai.tools/assets/img/tools/snapgpt.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور AI", + "image_url": "https://topai.tools/assets/img/tools/ai-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/no-background-coffee", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "لا خلفية القهوة", + "image_url": "https://topai.tools/assets/img/tools/no-background-coffee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipdrop", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ClipDrop", + "image_url": "https://topai.tools/assets/img/tools/clipdrop.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-image-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرقي الصور بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-image-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/micro-dalle-2", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مايكرو من -2", + "image_url": "https://topai.tools/assets/img/tools/micro-dalle-2.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draw-things", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ارسم الأشياء", + "image_url": "https://topai.tools/assets/img/tools/draw-things.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cloudinary", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سحابة", + "image_url": "https://topai.tools/assets/img/tools/cloudinary.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/phosus", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فوسس", + "image_url": "https://topai.tools/assets/img/tools/phosus.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/degenai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقيم", + "image_url": "https://topai.tools/assets/img/tools/degenai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genforge", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جينفورج", + "image_url": "https://topai.tools/assets/img/tools/genforge.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/splashai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سبلاش", + "image_url": "https://topai.tools/assets/img/tools/splashai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pinegraph", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بينيغراف", + "image_url": "https://topai.tools/assets/img/tools/pinegraph.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/boolpic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منطقية", + "image_url": "https://topai.tools/assets/img/tools/boolpic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/retoucher", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اللمس", + "image_url": "https://topai.tools/assets/img/tools/retoucher.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rentoor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استرخاء", + "image_url": "https://topai.tools/assets/img/tools/rentoor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/extendimage", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إكستيند إيماج", + "image_url": "https://topai.tools/assets/img/tools/extendimage.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/watermark-remover", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مزيل العلامة المائية", + "image_url": "https://topai.tools/assets/img/tools/watermark-remover.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/apeture-by-lexica", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Apeture (بواسطة Lexica)", + "image_url": "https://topai.tools/assets/img/tools/apeture-by-lexica.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imaiger", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إيمايجر", + "image_url": "https://topai.tools/assets/img/tools/imaiger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hair-by-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الشعر بواسطة AI", + "image_url": "https://topai.tools/assets/img/tools/hair-by-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/fuups", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فويبس", + "image_url": "https://topai.tools/assets/img/tools/fuups.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-portrait-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد صورة بالذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/ai-portrait-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/text-to-image-editor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "نص إلى محرر الصور", + "image_url": "https://topai.tools/assets/img/tools/text-to-image-editor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/graphic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI جرافيك", + "image_url": "https://topai.tools/assets/img/tools/graphic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablecog", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Stablecog", + "image_url": "https://topai.tools/assets/img/tools/stablecog.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-product-photos-by-creatorkit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صور منتج AI بواسطة CreatorKit", + "image_url": "https://topai.tools/assets/img/tools/ai-product-photos-by-creatorkit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supermachine", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "آلة سوبر", + "image_url": "https://topai.tools/assets/img/tools/supermachine.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dezgo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Dezgo", + "image_url": "https://topai.tools/assets/img/tools/dezgo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/accomplice", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "شريك", + "image_url": "https://topai.tools/assets/img/tools/accomplice.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreambooth", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دريم بوث", + "image_url": "https://topai.tools/assets/img/tools/dreambooth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-background-generator-by-photoroom", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الخلفية AI بواسطة PhotoRoom", + "image_url": "https://topai.tools/assets/img/tools/ai-background-generator-by-photoroom.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-shot-talking-face", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "طلقة واحدة وجه يتحدث", + "image_url": "https://topai.tools/assets/img/tools/one-shot-talking-face.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/facet-2-0", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "واجهة 2.0", + "image_url": "https://topai.tools/assets/img/tools/facet-2-0.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-bg", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Remove.bg", + "image_url": "https://topai.tools/assets/img/tools/remove-bg.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/spread-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انشر الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/spread-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hotpot-art-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد الفن Hotpot", + "image_url": "https://topai.tools/assets/img/tools/hotpot-art-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jpgrm", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "jpgRM", + "image_url": "https://topai.tools/assets/img/tools/jpgrm.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-eraser", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ممحاة سحرية", + "image_url": "https://topai.tools/assets/img/tools/magic-eraser.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/devoid-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خالية من الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/devoid-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aisixteen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AiSixteen", + "image_url": "https://topai.tools/assets/img/tools/aisixteen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/reimagine", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تخيل", + "image_url": "https://topai.tools/assets/img/tools/reimagine.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hitpaw-online-photo-enhancer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "HitPaw Online Photo Enhancer", + "image_url": "https://topai.tools/assets/img/tools/hitpaw-online-photo-enhancer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/visuali", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المرئيات", + "image_url": "https://topai.tools/assets/img/tools/visuali.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/make3d", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Make3D", + "image_url": "https://topai.tools/assets/img/tools/make3d.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-cleaner", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منظف ​​الصور", + "image_url": "https://topai.tools/assets/img/tools/image-cleaner.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remove-object-from-photo-by-hitpaw", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إزالة الكائن من الصورة بواسطة HitPaw", + "image_url": "https://topai.tools/assets/img/tools/remove-object-from-photo-by-hitpaw.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/arti-pics", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ARTi.PiCS", + "image_url": "https://topai.tools/assets/img/tools/arti-pics.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/removal-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Removal.ai", + "image_url": "https://topai.tools/assets/img/tools/removal-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ortto-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Ortto AI", + "image_url": "https://topai.tools/assets/img/tools/ortto-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pirate-diffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار القراصنة", + "image_url": "https://topai.tools/assets/img/tools/pirate-diffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ubercreate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "UberCreate", + "image_url": "https://topai.tools/assets/img/tools/ubercreate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/adobe-podcast", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أدوبي بودكاست", + "image_url": "https://topai.tools/assets/img/tools/adobe-podcast.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/carousel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "دائري", + "image_url": "https://topai.tools/assets/img/tools/carousel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pixelbin", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيكسلبين", + "image_url": "https://topai.tools/assets/img/tools/pixelbin.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/unfake", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غير دقيق", + "image_url": "https://topai.tools/assets/img/tools/unfake.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/photor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصور فوتوغرافي", + "image_url": "https://topai.tools/assets/img/tools/photor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kive", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحجارة", + "image_url": "https://topai.tools/assets/img/tools/kive.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/chatgpt-for-me", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ChatGPT لي", + "image_url": "https://topai.tools/assets/img/tools/chatgpt-for-me.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/remover-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Remover.app", + "image_url": "https://topai.tools/assets/img/tools/remover-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/cre8tiveai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "cre8tive", + "image_url": "https://topai.tools/assets/img/tools/cre8tiveai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/snowpixel", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Snowpixel", + "image_url": "https://topai.tools/assets/img/tools/snowpixel.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/genly", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بلطف", + "image_url": "https://topai.tools/assets/img/tools/genly.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/openart-photo-booth", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "OpenArt Photo Booth", + "image_url": "https://topai.tools/assets/img/tools/openart-photo-booth.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/swapper", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المقايض", + "image_url": "https://topai.tools/assets/img/tools/swapper.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/promptmakr", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برومبتماكر", + "image_url": "https://topai.tools/assets/img/tools/promptmakr.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/logo-master", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماستر الشعار", + "image_url": "https://topai.tools/assets/img/tools/logo-master.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/finetuned-stable-diffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار مستقر Finetuned", + "image_url": "https://topai.tools/assets/img/tools/finetuned-stable-diffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/clipdrop-replace-background", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ClipDrop استبدال الخلفية", + "image_url": "https://topai.tools/assets/img/tools/clipdrop-replace-background.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nsfw-js", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "NSFW JS", + "image_url": "https://topai.tools/assets/img/tools/nsfw-js.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wishes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "يود منظمة العفو الدولية", + "image_url": "https://topai.tools/assets/img/tools/wishes-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/kiri-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Kiri.art", + "image_url": "https://topai.tools/assets/img/tools/kiri-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/oddvibe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "OddVibe", + "image_url": "https://topai.tools/assets/img/tools/oddvibe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-variations-ai-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أشكال الصور: مولد الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/image-variations-ai-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stable-ui", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "واجهة مستخدم مستقرة", + "image_url": "https://topai.tools/assets/img/tools/stable-ui.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magic-mate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيك ماتي", + "image_url": "https://topai.tools/assets/img/tools/magic-mate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/deep-image", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "صورة عميقة", + "image_url": "https://topai.tools/assets/img/tools/deep-image.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/automatic-1111", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "1111 التلقائي", + "image_url": "https://topai.tools/assets/img/tools/automatic-1111.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-image-sharpener-by-media-io", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Image Sharpener بواسطة Media.io", + "image_url": "https://topai.tools/assets/img/tools/ai-image-sharpener-by-media-io.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/make-a-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "اصنع مقطع فيديو", + "image_url": "https://topai.tools/assets/img/tools/make-a-video.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/generated-photos", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ولدت الصور", + "image_url": "https://topai.tools/assets/img/tools/generated-photos.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bing-image-creator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "منشئ صور بنج", + "image_url": "https://topai.tools/assets/img/tools/bing-image-creator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/brightpen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برايت بين", + "image_url": "https://topai.tools/assets/img/tools/brightpen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lucidpic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Lucidpic", + "image_url": "https://topai.tools/assets/img/tools/lucidpic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-photo-robot", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI Photo Robot", + "image_url": "https://topai.tools/assets/img/tools/ai-photo-robot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/magicbrushai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ماجيكبروشاي", + "image_url": "https://topai.tools/assets/img/tools/magicbrushai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pattern-cafe", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مقهى النمط", + "image_url": "https://topai.tools/assets/img/tools/pattern-cafe.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rundiffusion", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "RunDiffusion", + "image_url": "https://topai.tools/assets/img/tools/rundiffusion.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/diffusion-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فن الانتشار", + "image_url": "https://topai.tools/assets/img/tools/diffusion-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/usp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "USP", + "image_url": "https://topai.tools/assets/img/tools/usp.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imageeditor", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "محرر الصور", + "image_url": "https://topai.tools/assets/img/tools/imageeditor.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/scannergo", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الماسح الضوئي", + "image_url": "https://topai.tools/assets/img/tools/scannergo.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imgcreator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "IMGCreator.ai", + "image_url": "https://topai.tools/assets/img/tools/imgcreator-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daft-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سخافة الفن", + "image_url": "https://topai.tools/assets/img/tools/daft-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/byword-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "byword.ai", + "image_url": "https://topai.tools/assets/img/tools/byword-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/sceneryai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مشهد", + "image_url": "https://topai.tools/assets/img/tools/sceneryai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/pictureit", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تصور ذلك", + "image_url": "https://topai.tools/assets/img/tools/pictureit.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/artificial-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الفن الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/artificial-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/image-mixer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "خلاط الصور", + "image_url": "https://topai.tools/assets/img/tools/image-mixer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/contentinator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المحتوى", + "image_url": "https://topai.tools/assets/img/tools/contentinator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/baseten", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الأساس", + "image_url": "https://topai.tools/assets/img/tools/baseten.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aiimages", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AI الصور", + "image_url": "https://topai.tools/assets/img/tools/aiimages.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/happyaccidents", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "حوادث سعيدة", + "image_url": "https://topai.tools/assets/img/tools/happyaccidents.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/one-more-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "المزيد من الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/one-more-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/handyai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مفيد AI", + "image_url": "https://topai.tools/assets/img/tools/handyai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tweet-to-video", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "غرد على الفيديو", + "image_url": "https://topai.tools/assets/img/placeholder.png", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/stablematic", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مستقر", + "image_url": "https://topai.tools/assets/img/tools/stablematic.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/virtualface-app", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Virtualface.app", + "image_url": "https://topai.tools/assets/img/tools/virtualface-app.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dream-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ستوديو دريم", + "image_url": "https://topai.tools/assets/img/tools/dream-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/the-fy-studio", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "معلومات! ستوديو", + "image_url": "https://topai.tools/assets/img/tools/the-fy-studio.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bluewillow", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بلو ويلو", + "image_url": "https://topai.tools/assets/img/tools/bluewillow.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/colorize", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "تلوين", + "image_url": "https://topai.tools/assets/img/tools/colorize.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-keywording-tool", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أداة AI Keywording", + "image_url": "https://topai.tools/assets/img/tools/ai-keywording-tool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/6pen-art", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "6 قلم فن", + "image_url": "https://topai.tools/assets/img/tools/6pen-art.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/anime-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "أنيمي AI", + "image_url": "https://topai.tools/assets/img/tools/anime-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-designer", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مصمم AI", + "image_url": "https://topai.tools/assets/img/tools/ai-designer.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/img-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مرقي Img", + "image_url": "https://topai.tools/assets/img/tools/img-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/replicate", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "استنساخ", + "image_url": "https://topai.tools/assets/img/tools/replicate.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synthesys-x", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سينثيسيس X", + "image_url": "https://topai.tools/assets/img/tools/synthesys-x.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/datagen", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "جين البيانات", + "image_url": "https://topai.tools/assets/img/tools/datagen.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aidev-codes", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "AIDev.Codes", + "image_url": "https://topai.tools/assets/img/tools/aidev-codes.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/re-art-ai-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Re.Art AI Image Generator. مولد صور الذكاء الاصطناعي", + "image_url": "https://topai.tools/assets/img/tools/re-art-ai-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/artsmart-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ARTSMART AI", + "image_url": "https://topai.tools/assets/img/tools/artsmart-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instantart", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الفن الفوري", + "image_url": "https://topai.tools/assets/img/tools/instantart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/supermeme-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Supermeme.ai", + "image_url": "https://topai.tools/assets/img/tools/supermeme-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/imaginator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "متخيل", + "image_url": "https://topai.tools/assets/img/tools/imaginator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/claid-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Claid.ai", + "image_url": "https://topai.tools/assets/img/tools/claid-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/proface", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بروفيس", + "image_url": "https://topai.tools/assets/img/tools/proface.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eva-circul", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "إيفا السيرك", + "image_url": "https://topai.tools/assets/img/tools/eva-circul.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/canva-image-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "مولد صور Canva", + "image_url": "https://topai.tools/assets/img/tools/canva-image-generator.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/nero-image-upscaler", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "برنامج Nero Image Upscaler", + "image_url": "https://topai.tools/assets/img/tools/nero-image-upscaler.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/upscayl", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "راقية", + "image_url": "https://topai.tools/assets/img/tools/upscayl.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/neural-love", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "الحب العصبي", + "image_url": "https://topai.tools/assets/img/tools/neural-love.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eluna", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "سماء", + "image_url": "https://topai.tools/assets/img/tools/eluna.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/zoomscape-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "ZoomScape.ai", + "image_url": "https://topai.tools/assets/img/tools/zoomscape-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/synesthetic-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "Synesthetic.ai", + "image_url": "https://topai.tools/assets/img/tools/synesthetic-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bigjpg", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "بيج جي بي جي", + "image_url": "https://topai.tools/assets/img/tools/bigjpg.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/diffusionbee", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "انتشار النحل", + "image_url": "https://topai.tools/assets/img/tools/diffusionbee.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.emad1saleh.com", + "url_from": "https://www.emad1saleh.com/2023/05/photo-ai.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/variart", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 267, + "domain_from_platform_type": ["blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.185.83", + "domain_from_country": "SA", + "page_from_external_links": 210, + "page_from_internal_links": 57, + "page_from_size": 568926, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "أفضل مواقع وأدوات لتصميم وإنشاء الصور AI بالذكاء الاصطناعي", + "page_from_status_code": 200, + "first_seen": "2023-06-25 01:14:04 +00:00", + "prev_seen": "2023-06-25 01:14:04 +00:00", + "last_seen": "2023-09-16 10:39:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": "فاريارت", + "image_url": "https://topai.tools/assets/img/tools/variart.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/best-ai-tools-software", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 21, + "page_from_internal_links": 74, + "page_from_size": 48035, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The best AI Tools Software based on 262 factors (2023)", + "page_from_status_code": 200, + "first_seen": "2023-06-27 22:28:35 +00:00", + "prev_seen": "2023-08-28 21:23:50 +00:00", + "last_seen": "2023-09-16 10:15:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "futechie.com", + "url_from": "https://futechie.com/the-pentagon-just-launched-a-generative-ai-task-force/141321/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/ChatGPT-prompt-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "208.109.215.104", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 22, + "page_from_size": 67052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Pentagon just launched a generative AI task force – Futechie.com", + "page_from_status_code": 200, + "first_seen": "2023-09-16 09:55:42 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 09:55:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "produce suitable results", + "text_pre": "but also to increase ease of use for more people. For instance, Martell said, one reason why programs like ChatGPT aren’t suitable for the Defense Department now is the amount of question engineering required to", + "text_post": ". Lengthy prompt trees are fine for hobbyists, but an operator who has to do several other complex tasks needs an interface that is intuitive and functions better from the beginning.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/imaiger/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/imaiger.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 10, + "page_from_internal_links": 28, + "page_from_size": 136985, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Imaiger - AI Image Search & Generator", + "page_from_status_code": 200, + "first_seen": "2023-05-01 21:03:14 +00:00", + "prev_seen": "2023-06-16 11:46:33 +00:00", + "last_seen": "2023-09-16 06:41:15 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/imaiger.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/ai-screenwriting-tool/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-screenwriting-tool.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 12, + "page_from_internal_links": 30, + "page_from_size": 143244, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Screenwriting Tool - Get Ready To Supercharge your Screenplay!", + "page_from_status_code": 200, + "first_seen": "2023-05-01 19:29:02 +00:00", + "prev_seen": "2023-06-16 11:10:31 +00:00", + "last_seen": "2023-09-16 06:25:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/ai-screenwriting-tool.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/explainthis-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/explainthis-ai.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 11, + "page_from_internal_links": 32, + "page_from_size": 141924, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ExplainThis.AI - Say Hello to your second brain", + "page_from_status_code": 200, + "first_seen": "2023-05-01 19:20:05 +00:00", + "prev_seen": "2023-06-16 10:38:33 +00:00", + "last_seen": "2023-09-16 06:18:00 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/explainthis-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B9%80%E0%B8%81%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%A7%E0%B8%81%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%A3%E0%B8%B2/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 16, + "page_from_internal_links": 36, + "page_from_size": 148695, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "พบกับทีมงานของเรา (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:32:13 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:32:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B8%94%E0%B8%B2%E0%B8%A7%E0%B8%99%E0%B9%8C%E0%B9%82%E0%B8%AB%E0%B8%A5%E0%B8%94/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 132998, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "ดาวน์โหลด (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:31:34 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:31:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88-plagiarism/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 211407, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "ตรวจ Plagiarism ฟรี (ไม่ต้องดาวน์โหลด)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:30:04 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:30:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/%E0%B9%80%E0%B8%84%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%87%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B8%95%E0%B8%A3%E0%B8%A7%E0%B8%88%E0%B8%88%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%99%E0%B8%B7%E0%B9%89%E0%B8%AD/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 190117, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "AI ช่วยเขียนบทความ ฟรี (ฟรี) - ตรวจจับ ChatGPT", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:27:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:27:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/th/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 113, + "domain_from_rank": 293, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 35, + "page_from_size": 260118, + "page_from_encoding": "utf-8", + "page_from_language": "th", + "page_from_title": "เช็คแกรมม่า ออนไลน์ ฟรี (ฟรี)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 04:14:49 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 04:14:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ให้คะแนนบน Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/verificateur-de-plagiat/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 293, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 27, + "page_from_size": 172674, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Détecteur de plagiat gratuit (Sans téléchargement)", + "page_from_status_code": 200, + "first_seen": "2023-09-16 03:41:36 +00:00", + "prev_seen": null, + "last_seen": "2023-09-16 03:41:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/389428_ai-image-editor", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-image-editor", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 39, + "page_from_size": 22806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Image Editor - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-09-15 21:06:46 +00:00", + "prev_seen": null, + "last_seen": "2023-09-15 21:06:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/AI-image-editor", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=aihunthub.com", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 293, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 189668, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-09-15 20:54:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-15 20:54:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aipressroom.com", + "url_from": "https://aipressroom.com/revolutionizing-the-classroom-the-new-period-of-ai-enhanced-studying/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.76", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 51, + "page_from_size": 133681, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Classroom: The New Period of AI-Enhanced Studying - AI PressRoom", + "page_from_status_code": 200, + "first_seen": "2023-09-15 17:26:35 +00:00", + "prev_seen": null, + "last_seen": "2023-09-15 17:26:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "virtual tutors", + "text_pre": "AI in schooling is steadily taking its steps ahead. Have you ever ever heard of", + "text_post": "? These are usually not mere video recordings or interactive classes however extremely subtle AI-driven platforms able to mimicking the instructing model of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lartorget.goteborg.se", + "url_from": "https://lartorget.goteborg.se/mikologi/2023/05/22/att-konversera-med-maskin-en-ny-ai-formaga/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "se", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 486, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "62.88.153.133", + "domain_from_country": "SE", + "page_from_external_links": 14, + "page_from_internal_links": 95, + "page_from_size": 133120, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "MIKologi - Lärtorget", + "page_from_status_code": 200, + "first_seen": "2023-05-29 10:32:55 +00:00", + "prev_seen": "2023-06-30 12:13:35 +00:00", + "last_seen": "2023-09-15 13:52:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "AI-verktygsdatabaserna", + "text_pre": "Innan man kan börja med övningar i klassrummet är det viktigt att du, som lärare, själv provar ut det med ChatGPT eller DALL-E2 eller hitta lämpliga appar i", + "text_post": ", som innehåller givetvis även instrueringsmanualer, prompt guides. Här är det inget nytt än vad som i allmänhet gäller för lärarens pedagogiska relation till olika teknologier: ju mer man har skaffat", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lartorget.goteborg.se", + "url_from": "https://lartorget.goteborg.se/mikologi/2023/05/22/att-konversera-med-maskin-en-ny-ai-formaga/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=prompt%20Guides", + "url_to_https": true, + "tld_from": "se", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 486, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "62.88.153.133", + "domain_from_country": "SE", + "page_from_external_links": 14, + "page_from_internal_links": 95, + "page_from_size": 133120, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "MIKologi - Lärtorget", + "page_from_status_code": 200, + "first_seen": "2023-05-29 10:32:55 +00:00", + "prev_seen": "2023-06-30 12:13:35 +00:00", + "last_seen": "2023-09-15 13:52:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "instrueringsmanualer", + "text_pre": "man kan börja med övningar i klassrummet är det viktigt att du, som lärare, själv provar ut det med ChatGPT eller DALL-E2 eller hitta lämpliga appar i AI-verktygsdatabaserna, som innehåller givetvis även", + "text_post": ", prompt guides. Här är det inget nytt än vad som i allmänhet gäller för lärarens pedagogiska relation till olika teknologier: ju mer man har skaffat sig praktiskt förankrad tyst kunskap kring användningen,", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "i.buzzing.cc", + "url_from": "https://i.buzzing.cc/showhn/posts/2023/6/en_hn_2023_02_10__34738340/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 189, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "34.120.54.55", + "domain_from_country": "CC", + "page_from_external_links": 62, + "page_from_internal_links": 65, + "page_from_size": 27158, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。 - Show HN", + "page_from_status_code": 200, + "first_seen": "2023-02-28 13:33:31 +00:00", + "prev_seen": "2023-06-20 03:35:03 +00:00", + "last_seen": "2023-09-15 00:25:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools是一个拥有850个工具的人工智能工具目录,RSS可用。", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/backgroundlol-review-what-is-it-and-why-you-should-try-it/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/background-lol", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 274, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 5, + "page_from_internal_links": 27, + "page_from_size": 157706, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Backgroundlol Review: What is it and Why You Should Try It", + "page_from_status_code": 200, + "first_seen": "2023-09-14 23:12:37 +00:00", + "prev_seen": null, + "last_seen": "2023-09-14 23:12:37 +00:00", + "item_type": "image", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20257'%3E%3C/svg%3E", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "figure", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clevercram.com", + "url_from": "https://clevercram.com/revolutionizing-the-study-room-the-new-technology-of-ai-enhanced-finding-out/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/virtual-ai-tutor", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.156.225.129", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 39, + "page_from_size": 188160, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionizing the Study room: The New Technology of AI-Enhanced Finding out -", + "page_from_status_code": 200, + "first_seen": "2023-09-14 21:57:53 +00:00", + "prev_seen": null, + "last_seen": "2023-09-14 21:57:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "digital tutors", + "text_pre": "AI in training is incessantly taking its steps ahead. Have you ever ever heard of", + "text_post": "? Those aren’t mere video recordings or interactive courses however extremely subtle AI-driven platforms able to mimicking the educating taste of a human tutor. They analyze your studying patterns,", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "easysaveai.com", + "url_from": "https://easysaveai.com/ai-tools-directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 378, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "45.77.64.10", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 27, + "page_from_size": 129811, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10 Online Directories of AI Tools to Discover The Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-23 16:18:49 +00:00", + "prev_seen": "2023-07-23 16:18:49 +00:00", + "last_seen": "2023-09-08 00:47:58 +00:00", + "item_type": "anchor", + "attributes": ["noreferrer", "noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools", + "text_pre": "#6", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-pickup-lines", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57615, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 12:07:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 12:07:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Pickup Lines", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/ai-pickup-lines-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/pickup-line-generator", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57615, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai pickup lines generator - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 12:07:05 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 12:07:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "23 Best Pickup line generator AI instruments", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AskTheE", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 11:40:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 11:40:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "1 Best Askthee AI instruments", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "jobsvacancy.in", + "url_from": "https://jobsvacancy.in/askthee/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/askthee", + "url_to_https": true, + "tld_from": "in", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 247, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "23.111.12.177", + "domain_from_country": "IN", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 57247, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "askthee - job vacancy", + "page_from_status_code": 200, + "first_seen": "2023-09-07 11:40:40 +00:00", + "prev_seen": null, + "last_seen": "2023-09-07 11:40:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AskThee", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bluefx.net", + "url_from": "https://bluefx.net/store/ai-tools/ai-directory-ai-tools/topai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 233, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "192.124.249.85", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 26, + "page_from_size": 106423, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi – BlueFx", + "page_from_status_code": 200, + "first_seen": "2023-07-27 23:14:41 +00:00", + "prev_seen": "2023-07-27 23:14:41 +00:00", + "last_seen": "2023-09-07 08:33:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit TopAi", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "parent.wiki", + "url_from": "https://parent.wiki/question/summary-free-for-youtube-video/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/video-summary-generator", + "url_to_https": true, + "tld_from": "wiki", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 204, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.24.35", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 17, + "page_from_size": 170895, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "summary free for youtube video - Parent.wiki", + "page_from_status_code": 200, + "first_seen": "2023-08-07 18:45:43 +00:00", + "prev_seen": "2023-08-07 18:45:43 +00:00", + "last_seen": "2023-09-07 07:18:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "50 Best Video summary generator AI tools", + "text_pre": null, + "text_post": "Scrivvy Free · TLDR YouTube Subscription · Youtube Transcript AI Summary Free · Vatic AI Freemium · YTSummary Freemium · Video2Quiz Free trial · Video Generator", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.lesseffort.io", + "url_from": "https://www.lesseffort.io/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lesseffort-io", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 349, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.83.94", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 3, + "page_from_size": 134021, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Lesseffort", + "page_from_status_code": 200, + "first_seen": "2023-09-05 22:46:54 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 22:46:54 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "LessEffort.io Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": "x;color:inherit;}.css-spn4bz:hover,.css-spn4bz[data-hover]{-webkit-text-decoration:underline;text-decoration:underline;}.css-spn4bz:focus-visible,.css-spn4bz[data-focus-visible]{box-shadow:var(--chakra-shadows-outline);}", + "text_post": ".css-14b4uxo{transition-property:var(--chakra-transition-property-common);transition-duration:var(--chakra-transition-duration-fast);transition-timing-function:var(--chakra-transition-easing-ease-out);cursor:pointer;-web", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/m/de_edv@feddit.de/t/2196/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol/votes/up", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "178.25.58.101", + "domain_from_country": "DE", + "page_from_external_links": 8, + "page_from_internal_links": 87, + "page_from_size": 42489, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Boosts - Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Kbin Flausch", + "page_from_status_code": 200, + "first_seen": "2023-07-26 20:36:49 +00:00", + "prev_seen": "2023-07-26 20:36:49 +00:00", + "last_seen": "2023-09-05 18:48:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kbin.flauschke.de", + "url_from": "https://kbin.flauschke.de/m/de_edv@feddit.de/t/2196/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 271, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "178.25.58.101", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 129, + "page_from_size": 130056, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - de_edv - Kbin Flausch", + "page_from_status_code": 200, + "first_seen": "2023-07-26 20:34:56 +00:00", + "prev_seen": "2023-07-26 20:34:56 +00:00", + "last_seen": "2023-09-05 18:47:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.thelemmy.club", + "url_from": "https://old.thelemmy.club/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "club", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 464, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.209.22", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 59, + "page_from_size": 27121, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-09-05 13:10:07 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 13:10:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/%E7%A7%81%E3%81%9F%E3%81%A1%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 138336, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "チーム紹介 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 08:30:47 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 08:30:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6MzAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoibGl2ZSIsImluY2x1ZGVfc3ViZG9tYWlucyI6dHJ1ZSwiaW50ZXJuYWxfbGlzdF9saW1pdCI6MTAsIm1vZGUiOiJhc19pcyIsImFpZCI6NjYzNzZ9LCJTZWFyY2hBZnRlckRhdGEiOnsiVmVyc2lvbiI6MSwiU2VhcmNoQWZ0ZXJWYWx1ZXMiOnsicmFuayI6MCwibGFzdF9zZWVuIjoiMjAyMy0wOS0wNVQwODozMDo0NyswMDowMCJ9LCJUb2tlblJlYWxPZmZzZXQiOjQwMDB9fQ==" + } + ] +} diff --git a/resources/data/dfs/backlinks/topaitools-live-backlinks/5.json b/resources/data/dfs/backlinks/topaitools-live-backlinks/5.json new file mode 100644 index 0000000..49225ca --- /dev/null +++ b/resources/data/dfs/backlinks/topaitools-live-backlinks/5.json @@ -0,0 +1,40972 @@ +{ + "id": "11241535-6637-0269-0000-c5e2fe816ca1", + "status_code": 20000, + "status_message": "Ok.", + "time": "0.1116 sec.", + "cost": 0.0467, + "result_count": 1, + "path": ["v3", "backlinks", "backlinks", "live"], + "data": { + "api": "backlinks", + "function": "backlinks", + "target": "topai.tools", + "backlinks_status_type": "live", + "internal_list_limit": 10, + "include_subdomains": true, + "mode": "as_is", + "offset": 4000, + "limit": 1000 + }, + "result": [ + { + "target": "topai.tools", + "mode": "as_is", + "custom_mode": null, + "total_count": 4890, + "items_count": 890, + "items": [ + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ms/penterjemah-kod-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 23, + "page_from_size": 149128, + "page_from_encoding": "utf-8", + "page_from_language": "ms", + "page_from_title": "Penterjemah Kod Morse & Dekoder Kod Morse (Percuma)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:58:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:58:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Beri Nilai di Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/pt-br/verificador-de-plagio/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 27, + "page_from_size": 175493, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "Verificador de Plágio Online Grátis (Sem Download)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:58:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:58:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Avaliar no Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/about-us/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 35, + "page_from_size": 136309, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "认识我们的团队 (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:56:32 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:56:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ro/despre-noi/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 36, + "page_from_size": 137224, + "page_from_encoding": "utf-8", + "page_from_language": "ro", + "page_from_title": "Despre Noi (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:18:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Evaluare pe Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/el/%CE%B1%CE%BD%CE%B9%CF%87%CE%BD%CE%B5%CF%85%CF%84%CE%AE%CF%82-%CF%80%CE%B5%CF%81%CE%B9%CE%B5%CF%87%CE%BF%CE%BC%CE%AD%CE%BD%CE%BF%CF%85-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 181189, + "page_from_encoding": "utf-8", + "page_from_language": "el", + "page_from_title": "Ανιχνευτής Περιεχομένου AI Ελληνικά (Δωρεάν)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:18:39 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:18:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Βαθμολογήστε στο Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/hu/rolunk/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 33, + "page_from_size": 136056, + "page_from_encoding": "utf-8", + "page_from_language": "hu", + "page_from_title": "Rólunk (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:09:00 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:09:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Értékelés a Top AI Tools-ön", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/uber-uns/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 136673, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "Über uns (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 07:02:51 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 07:02:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/sv/ai-detektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 30, + "page_from_size": 177817, + "page_from_encoding": "utf-8", + "page_from_language": "sv", + "page_from_title": "ChatGPT Detector & AI Detector Svenska (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:52:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 06:52:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Betygsätt på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/nb/ai-detektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 30, + "page_from_size": 176680, + "page_from_encoding": "utf-8", + "page_from_language": "nb", + "page_from_title": "AI Detector Norsk & ChatGPT Detector (Gratis)", + "page_from_status_code": 200, + "first_seen": "2023-09-05 06:52:38 +00:00", + "prev_seen": null, + "last_seen": "2023-09-05 06:52:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Vurder på Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/saas-gpters-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 27947, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS GPTers Down? SaaS GPTers status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 20:09:22 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 20:09:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SaaS GPTers", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolsstory-net-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 28, + "page_from_internal_links": 92, + "page_from_size": 61746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsStory.net Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-02 05:37:24 +00:00", + "prev_seen": "2023-08-02 05:37:24 +00:00", + "last_seen": "2023-09-04 16:10:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsStory.net", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/discovertools-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 23, + "page_from_internal_links": 92, + "page_from_size": 59787, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discovertools.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 20:00:08 +00:00", + "prev_seen": "2023-07-28 20:00:08 +00:00", + "last_seen": "2023-09-04 15:55:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Discovertools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-toolhouse-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 70, + "page_from_size": 44273, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Toolhouse Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 15:50:52 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 15:50:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Toolhouse", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tool-hunt-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 34, + "page_from_size": 28615, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool Hunt Down? AI Tool Hunt status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:15:08 +00:00", + "prev_seen": "2023-07-01 07:30:56 +00:00", + "last_seen": "2023-09-04 15:22:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tool Hunt", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/experts/rounds/91", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 116, + "page_from_size": 59836, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 5 Products of Jun 08, 2023 - SaaSHub Experts", + "page_from_status_code": 200, + "first_seen": "2023-07-09 11:49:07 +00:00", + "prev_seen": "2023-07-09 11:49:07 +00:00", + "last_seen": "2023-09-04 14:04:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/openpedia-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Openpedia.io Down? Openpedia.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-30 07:41:48 +00:00", + "prev_seen": "2023-07-30 07:41:48 +00:00", + "last_seen": "2023-09-04 06:34:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Openpedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/opentools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28118, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "OpenTools Down? OpenTools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-30 07:41:10 +00:00", + "prev_seen": "2023-07-30 07:41:10 +00:00", + "last_seen": "2023-09-04 06:31:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ OpenTools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/6rz6/AI-Directory-2023/releases/tag/chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 162, + "page_from_internal_links": 122, + "page_from_size": 152405, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Release AI Directory June 2023 · 6rz6/AI-Directory-2023 · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 06:15:24 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 06:15:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "- AI Directory A.I. Apps - AI iOS App Directory Awesome Artificial Intelligence - AI Resources / Learning Favird - AI Directory FutureTools - AI Directory ToolScoutAI - AI Directory AI Creator Tools - AI Directory", + "text_post": "- AI Directory TheresAnAIForThat - AI Directory AI-Infinity - AI Directory AI Center - AI Directory Wiki AI Tools - AI Directory TopApps.Ai - AI Directory Cookup AI - AI Directory SuperTools - AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/6rz6/RzWiki/wiki/AI-Directory-2023-%F0%9F%A4%96/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 166, + "page_from_internal_links": 117, + "page_from_size": 155645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Directory 2023 🤖 · 6rz6/RzWiki Wiki · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 06:15:20 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 06:15:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "– AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "n.fastcloud.me", + "url_from": "https://n.fastcloud.me/6rz6/AI-Directory-2023/wiki", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "138.199.52.214", + "domain_from_country": "ME", + "page_from_external_links": 166, + "page_from_internal_links": 116, + "page_from_size": 156253, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Home · 6rz6/AI-Directory-2023 Wiki · GitHub", + "page_from_status_code": 200, + "first_seen": "2023-09-04 06:15:10 +00:00", + "prev_seen": null, + "last_seen": "2023-09-04 06:15:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "– AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.greystream.net", + "url_from": "https://www.greystream.net/links/webtools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 185, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.18.36.44", + "domain_from_country": null, + "page_from_external_links": 101, + "page_from_internal_links": 0, + "page_from_size": 149586, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Web Based Tools - Digital Things", + "page_from_status_code": 200, + "first_seen": "2023-08-04 10:43:05 +00:00", + "prev_seen": "2023-08-04 10:43:05 +00:00", + "last_seen": "2023-09-04 03:22:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-03-29-i-made-my-first-sale-and-paid-for-my-next-bowl-of-ramen-2016665", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 5, + "page_from_internal_links": 54, + "page_from_size": 17795, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I Made My First Sale and Paid for My Next Bowl of Ramen! - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-04-02 09:22:09 +00:00", + "prev_seen": "2023-04-02 09:22:09 +00:00", + "last_seen": "2023-09-03 10:20:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/saas-gpters-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 19, + "page_from_internal_links": 88, + "page_from_size": 53194, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS GPTers Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 03:04:42 +00:00", + "prev_seen": "2023-08-01 03:04:42 +00:00", + "last_seen": "2023-09-03 10:08:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ SaaS GPTers", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/konsula-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 78, + "page_from_size": 48326, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Konsula Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-09-03 06:04:11 +00:00", + "prev_seen": null, + "last_seen": "2023-09-03 06:04:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Konsula", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/top-ai-tools-hub-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 29038, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI Tools Hub Down? Top AI Tools Hub status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 22:23:53 +00:00", + "prev_seen": "2023-07-29 22:23:53 +00:00", + "last_seen": "2023-09-03 06:02:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Top AI Tools Hub", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai.nowlej.com", + "url_from": "https://ai.nowlej.com/2023/07/17/how-far-weve-come/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 362, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "103.204.128.59", + "domain_from_country": "AI", + "page_from_external_links": 47, + "page_from_internal_links": 37, + "page_from_size": 130356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We’ve Come | AI NOWlej", + "page_from_status_code": 200, + "first_seen": "2023-09-02 17:40:06 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 17:40:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.world/post/55979", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 32, + "page_from_internal_links": 104, + "page_from_size": 32953, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-09-02 04:42:26 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 04:42:26 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "internationalpeopleoperations.com", + "url_from": "https://internationalpeopleoperations.com/ai-tools-for-work-embracing-innovation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 9, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "217.160.0.9", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 227274, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools for Work – Embracing Innovation - International People Operations", + "page_from_status_code": 200, + "first_seen": "2023-09-02 01:45:23 +00:00", + "prev_seen": null, + "last_seen": "2023-09-02 01:45:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/de/ai-inhaltsdetektor/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 32, + "page_from_size": 161860, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "AI Detector Deutsch & Chat GPT Checker (Kostenlos)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 20:07:09 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 20:07:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Bewerten auf Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "advancingmindset.com", + "url_from": "https://advancingmindset.com/the-benefits-of-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 213, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "199.192.19.243", + "domain_from_country": "GB", + "page_from_external_links": 30, + "page_from_internal_links": 119, + "page_from_size": 358762, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The Benefits of AI - Advancing Mindset", + "page_from_status_code": 200, + "first_seen": "2023-07-24 06:44:35 +00:00", + "prev_seen": "2023-07-24 06:44:35 +00:00", + "last_seen": "2023-09-01 17:56:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.casaleforsaleinlazio.com", + "url_from": "https://www.casaleforsaleinlazio.com/hama-website", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.3", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 26602, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "maak een foto Oneerlijk Interpreteren Krijger invoeren Injectie hama website - casaleforsaleinlazio.com", + "page_from_status_code": 200, + "first_seen": "2023-09-01 11:01:48 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 11:01:48 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Medisch wangedrag Mitt weer Hama - Image Editing - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/hama-image-editing.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fi/meista/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 34, + "page_from_size": 136198, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Meistä (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-09-01 10:22:50 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 10:22:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arvostele Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.zlprogram.com", + "url_from": "http://www.zlprogram.com/show/254/MG2TFHH2J.shtml", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.207.62.109", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 58, + "page_from_size": 49310, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "13个优秀的AI人工智能工具软件导航网站推荐--后端、前端、移动开发、大数据、Java、Python、Vue开发经验分享", + "page_from_status_code": 200, + "first_seen": "2023-09-01 00:56:43 +00:00", + "prev_seen": null, + "last_seen": "2023-09-01 00:56:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.closerperu.com", + "url_from": "https://www.closerperu.com/ryze-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ryze.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.89", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 18424, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ryze top, The best Ryze guide - Gamelevate.com - closerperu.com", + "page_from_status_code": 200, + "first_seen": "2023-08-31 23:03:03 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 23:03:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Ryze - top AI", + "text_pre": null, + "text_post": "ID: 9gGYfti6i6 From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai.nowlej.com", + "url_from": "http://ai.nowlej.com/2023/07/17/how-far-weve-come/", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 362, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "103.204.128.59", + "domain_from_country": "AI", + "page_from_external_links": 47, + "page_from_internal_links": 37, + "page_from_size": 130048, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We’ve Come | AI NOWlej", + "page_from_status_code": 200, + "first_seen": "2023-08-31 20:31:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 20:31:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.closerperu.com", + "url_from": "https://www.closerperu.com/chatbot-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/chatavatar.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.16.89", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 22, + "page_from_size": 18891, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "chatbot generator, Appy Launches AI-powered Text to Chatbot - Times - closerperu.com", + "page_from_status_code": 200, + "first_seen": "2023-08-31 18:30:33 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 18:30:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "50 Best chatbot generator", + "text_pre": null, + "text_post": "ID: bxDqRCObSg From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/41956", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 115995, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:24:52 +00:00", + "prev_seen": "2023-07-25 18:03:12 +00:00", + "last_seen": "2023-08-31 07:15:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43197", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 146003, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:10:55 +00:00", + "prev_seen": "2023-07-31 08:21:22 +00:00", + "last_seen": "2023-08-31 07:15:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43202", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 105427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-31 08:28:53 +00:00", + "prev_seen": "2023-07-31 08:28:53 +00:00", + "last_seen": "2023-08-31 07:09:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43199", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 133602, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:58:39 +00:00", + "prev_seen": "2023-07-31 08:26:54 +00:00", + "last_seen": "2023-08-31 07:09:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/41957", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 110458, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-25 22:17:42 +00:00", + "prev_seen": "2023-07-25 22:17:42 +00:00", + "last_seen": "2023-08-31 07:09:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/104206", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 104419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:49:17 +00:00", + "prev_seen": "2023-07-25 17:49:17 +00:00", + "last_seen": "2023-08-31 07:06:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/560340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 98977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-07-31 08:29:33 +00:00", + "prev_seen": "2023-07-31 08:29:33 +00:00", + "last_seen": "2023-08-31 07:03:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43198", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 140159, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:06:33 +00:00", + "prev_seen": "2023-07-31 08:29:53 +00:00", + "last_seen": "2023-08-31 07:03:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43200", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 117562, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:09:30 +00:00", + "prev_seen": "2023-07-31 08:23:46 +00:00", + "last_seen": "2023-08-31 06:00:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/43201", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 111246, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:59:41 +00:00", + "prev_seen": "2023-07-31 06:59:48 +00:00", + "last_seen": "2023-08-31 05:59:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/post/9973", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 41, + "page_from_size": 186597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-17 20:29:46 +00:00", + "prev_seen": "2023-07-25 16:12:14 +00:00", + "last_seen": "2023-08-31 05:29:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 23, + "page_from_size": 139956, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-17 20:30:14 +00:00", + "prev_seen": "2023-08-12 17:00:02 +00:00", + "last_seen": "2023-08-31 05:29:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hotel-petra.com", + "url_from": "https://www.hotel-petra.com/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 51, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.177.36", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 16, + "page_from_size": 30587, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "grill fugl Creed stærk adjektiv Middelhavet bard top - hotel-petra.com", + "page_from_status_code": 200, + "first_seen": "2023-08-31 04:12:26 +00:00", + "prev_seen": null, + "last_seen": "2023-08-31 04:12:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Net væbner dal Google Bard - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.cinedashery.com", + "url_from": "https://www.cinedashery.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 31, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.65.38", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 22, + "page_from_size": 25720, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Egern Manifold beundre styrte Fælles valg Pygmalion tool game top go - cinedashery.com", + "page_from_status_code": 200, + "first_seen": "2023-08-30 13:47:17 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 13:47:17 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Arab værdig fortjener 48 Best Gaming AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.warobotics.org", + "url_from": "https://www.warobotics.org/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 9, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.97", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 16881, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "sparkz top, Anthropologie Tops | Anthropologie Sparkz Copenhagen Alva Top S | Poshmark - warobotics.org", + "page_from_status_code": 200, + "first_seen": "2023-08-30 07:31:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-30 07:31:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/futurepedia-io-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 34, + "page_from_size": 27928, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Futurepedia.io Down? Futurepedia.io status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:27:58 +00:00", + "prev_seen": "2023-08-07 12:00:03 +00:00", + "last_seen": "2023-08-30 03:59:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Futurepedia.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.czytajswiat.pl", + "url_from": "https://www.czytajswiat.pl/bard-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/google-bard.webp", + "url_to_https": true, + "tld_from": "pl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.213.222", + "domain_from_country": "PL", + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 30281, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "solidaritet Ham selv Menagerry bent linned Skaldet bard top - czytajswiat.pl", + "page_from_status_code": 200, + "first_seen": "2023-08-29 08:36:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-29 08:36:59 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "del længst tusind Google Bard - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/google-bard.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.amsterdam-for-smokers.com", + "url_from": "https://www.amsterdam-for-smokers.com/on-top-of-my-mind", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/mymind.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 15, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.148.34", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 22, + "page_from_size": 24538, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "on top of my mind, On My vs. In My Mind – Enguroo Online - amsterdam-for-smokers.com", + "page_from_status_code": 200, + "first_seen": "2023-08-28 22:56:56 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 22:56:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "MyMind - AI tools", + "text_pre": null, + "text_post": "ID: fcus2ZigwQ From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.liesma.info", + "url_from": "https://www.liesma.info/ai-trip-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/ai-trip-planner.png", + "url_to_https": true, + "tld_from": "info", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.70.135", + "domain_from_country": null, + "page_from_external_links": 79, + "page_from_internal_links": 37, + "page_from_size": 143601, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Trip Planner - Amuted", + "page_from_status_code": 200, + "first_seen": "2023-08-28 20:57:21 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 20:57:21 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "AI Trip Planner", + "image_url": "https://i.pinimg.com/originals/e3/f6/2f/e3f62f9caff119965b4f54aae69f9eb3.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ebool.com", + "url_from": "https://www.ebool.com/lists/ai-newsletters.html?ref=producthunt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 43, + "domain_from_rank": 222, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.9.18", + "domain_from_country": "US", + "page_from_external_links": 186, + "page_from_internal_links": 2, + "page_from_size": 83008, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "180+ AI Newsletter List - Keep Yourself Updated with AI", + "page_from_status_code": 200, + "first_seen": "2023-08-28 04:12:06 +00:00", + "prev_seen": null, + "last_seen": "2023-08-28 04:12:06 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Ai top tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.campeagleridge.org", + "url_from": "https://www.campeagleridge.org/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 47, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.38", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 22, + "page_from_size": 22481, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Bank neutral Effektiv opbevaring elegant hjælpemotor sparkz top - campeagleridge.org", + "page_from_status_code": 200, + "first_seen": "2023-08-27 21:27:20 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 21:27:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "teenagere Samler blade craft Sparkz - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "baixiaotangtop.com", + "url_from": "http://baixiaotangtop.com/bbs/detail/13289", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.56.108.46", + "domain_from_country": null, + "page_from_external_links": 57, + "page_from_internal_links": 26, + "page_from_size": 305009, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "十大AI文字转视频工具,十款AI换脸及数字人工具,文字转视频AI绘画大合集,Shulex ChatGPT亚马逊评论免费AI分析工具购买动机,产品优点,产品缺点,客户期望值,使用场景,客户画像。 - 百晓堂", + "page_from_status_code": 200, + "first_seen": "2023-08-27 19:33:16 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 19:33:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.campeagleridge.org", + "url_from": "https://www.campeagleridge.org/top-nsfw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/nsfwcharacter-ai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 47, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.38", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 22, + "page_from_size": 23502, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "en milliard ventil udføre nød stewardesse Eller enten top nsfw - campeagleridge.org", + "page_from_status_code": 200, + "first_seen": "2023-08-27 16:41:45 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 16:41:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Ligner Vedhæft til Papua Ny Guinea 60 Best Nsfw chatbot AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D9%85%D8%B9%D9%84%D9%88%D9%85%D8%A7%D8%AA-%D8%B9%D9%86%D8%A7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 14, + "page_from_internal_links": 36, + "page_from_size": 140218, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "قابل فريقنا (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 14:10:02 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 14:10:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D9%85%D8%AF%D9%82%D9%82-%D8%A7%D9%84%D8%A7%D9%86%D8%AA%D8%AD%D8%A7%D9%84/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 26, + "page_from_size": 187018, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "مدقق الانتحال المجاني عبر الإنترنت (بدون تنزيل)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 14:08:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 14:08:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ar/%D8%AA%D8%AD%D9%85%D9%8A%D9%84/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 131996, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "تحميل (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-27 14:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-08-27 14:06:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "تقييم على Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.baixiaotangtop.com", + "url_from": "https://www.baixiaotangtop.com/bbs/detail/13289", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 302, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.56.108.46", + "domain_from_country": null, + "page_from_external_links": 57, + "page_from_internal_links": 26, + "page_from_size": 305049, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "十大AI文字转视频工具,十款AI换脸及数字人工具,文字转视频AI绘画大合集,Shulex ChatGPT亚马逊评论免费AI分析工具购买动机,产品优点,产品缺点,客户期望值,使用场景,客户画像。 - 百晓堂", + "page_from_status_code": 200, + "first_seen": "2023-07-08 14:59:23 +00:00", + "prev_seen": "2023-07-08 14:59:23 +00:00", + "last_seen": "2023-08-27 08:55:54 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/nanai-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 27256, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "NaNAI.tools Down? NaNAI.tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-25 18:05:58 +00:00", + "prev_seen": null, + "last_seen": "2023-08-25 18:05:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ NaNAI.tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/top-apps-ai-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 93, + "page_from_size": 60126, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top Apps AI Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-25 01:25:02 +00:00", + "prev_seen": null, + "last_seen": "2023-08-25 01:25:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Top Apps AI", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uz.tgstat.com", + "url_from": "https://uz.tgstat.com/channel/@Ielts_materials_pdff/3119", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?explore_page=1", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 569, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.140.179.217", + "domain_from_country": "UZ", + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 82491, + "page_from_encoding": "utf-8", + "page_from_language": "uz", + "page_from_title": "#3119 post — Materials (@Ielts_materials_pdff)", + "page_from_status_code": 200, + "first_seen": "2023-08-24 20:20:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-24 20:20:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": "Discover AI tools with", + "text_post": "You can spare yours thanks for later but now check this out.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.domainejulienguillon.com", + "url_from": "https://www.domainejulienguillon.com/online-text-to-speech-mp3-free", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/freetts.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 68, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.70.198", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 16, + "page_from_size": 13436, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "online text to speech mp3 free, Best Realistic Tools - Hongkiat - domainejulienguillon.com", + "page_from_status_code": 200, + "first_seen": "2023-06-28 09:42:22 +00:00", + "prev_seen": "2023-06-28 09:42:22 +00:00", + "last_seen": "2023-08-24 14:30:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "38 Best Text-to-speech", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/385612_draggan-ai-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 36, + "page_from_size": 23377, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Draggan Ai Tool - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:26:19 +00:00", + "prev_seen": "2023-07-09 02:26:19 +00:00", + "last_seen": "2023-08-24 04:42:22 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/draggan", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/notre-equipe/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 15, + "page_from_internal_links": 37, + "page_from_size": 136586, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Découvrez Notre Équipe (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 22:12:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 22:12:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/fr/traducteur-morse/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 186, + "domain_from_rank": 287, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 23, + "page_from_size": 152943, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Traducteur Morse et décodeur Morse (Gratuit)", + "page_from_status_code": 200, + "first_seen": "2023-08-23 22:00:54 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 22:00:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Noter sur Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "click.ir", + "url_from": "https://click.ir/news/technology/ai/%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D9%88-%D8%A2%D8%B3%D8%A7%D9%86-%D8%A8%D9%87-%D9%87%D8%B2%D8%A7%D8%B1%D8%A7%D9%86-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1-%D9%85%D8%A8%D8%AA%D9%86/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 387, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "195.211.44.105", + "domain_from_country": "IR", + "page_from_external_links": 9, + "page_from_internal_links": 86, + "page_from_size": 201298, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی سریع و آسان به هزاران ابزار مبتنی بر هوش مصنوعی در وب‌سایت TopAI | کلیک", + "page_from_status_code": 200, + "first_seen": "2023-05-19 10:23:31 +00:00", + "prev_seen": "2023-07-23 21:16:58 +00:00", + "last_seen": "2023-08-23 17:35:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-22-resources-for-real-world-helpful-ai-tools-besides-chatbots-2082464", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 5, + "page_from_internal_links": 54, + "page_from_size": 17835, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Resources for real world helpful AI tools (besides chatbots)? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-10 19:42:14 +00:00", + "prev_seen": "2023-07-10 19:42:14 +00:00", + "last_seen": "2023-08-23 16:34:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "old.lemmings.world", + "url_from": "https://old.lemmings.world/post/121910", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 442, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.75.133.3", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 66, + "page_from_size": 18010, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-23 16:33:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 16:33:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "o.9696.me", + "url_from": "https://o.9696.me/slogan-generator/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/slogan-generator", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "139.162.52.69", + "domain_from_country": "ME", + "page_from_external_links": 34, + "page_from_internal_links": 10, + "page_from_size": 153304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Slogan Generator - Lemon Tree", + "page_from_status_code": 200, + "first_seen": "2023-08-23 08:39:30 +00:00", + "prev_seen": null, + "last_seen": "2023-08-23 08:39:30 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/startup-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/startup-pitch-generator.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 16, + "page_from_size": 21210, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Suri Identificere høj organ Rummet Perfekt startup generator - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-22 06:03:03 +00:00", + "prev_seen": null, + "last_seen": "2023-08-22 06:03:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "sirene Andet tak skal du have Startup Pitch Generator - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.joselinekids.com", + "url_from": "https://www.joselinekids.com/synthesia-store", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/synthesia.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 301, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.79.57", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 29345, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Recurso princesa Doblez Humedal ozono clase synthesia store - joselinekids.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 22:20:30 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 22:20:30 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "canta Prohibir Incentivo Synthesia - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/synthesia.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sellmyhomeinfortworth.com", + "url_from": "https://www.sellmyhomeinfortworth.com/sparkz-top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/sparkz.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 52, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.10.44", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 16, + "page_from_size": 25296, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "innovation blandt hund Logisk tilfredshed Assimilate sparkz top - sellmyhomeinfortworth.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 19:50:26 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 19:50:26 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "alliance Zeal levering Sparkz - top AI tools", + "image_url": "https://topai.tools/assets/img/tools/sparkz.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.aidoskyneen.eu", + "url_from": "https://libreddit.aidoskyneen.eu/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 52, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "193.26.156.82", + "domain_from_country": null, + "page_from_external_links": 492, + "page_from_internal_links": 15, + "page_from_size": 60410, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-08-21 12:31:32 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 12:31:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "librarianmusica.blogspot.com", + "url_from": "http://librarianmusica.blogspot.com/2022/01/jocelyn-pook-matkalla-toisenlaiseen.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "blogspot.com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.250.186.97", + "domain_from_country": null, + "page_from_external_links": 50, + "page_from_internal_links": 63, + "page_from_size": 117467, + "page_from_encoding": "utf-8", + "page_from_language": "fi", + "page_from_title": "Bibliothecarius serentis scriptor - potikat kaakkoon: Jocelyn Pook - matkalla toisenlaiseen", + "page_from_status_code": 200, + "first_seen": "2023-08-21 12:02:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 12:02:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI Tools for Music", + "text_pre": null, + "text_post": null, + "semantic_location": "aside", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/food-generator-ingredients", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 23426, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "flod Skuffelse Forkortelse Kristendom dusin Regnfuld food generator ingredients - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-21 07:11:20 +00:00", + "prev_seen": null, + "last_seen": "2023-08-21 07:11:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "fjende kapacitet klinge 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hackershare.dev", + "url_from": "https://www.hackershare.dev/en/bookmarks/927219/goto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "118.26.38.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 85, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-08-20 19:14:13 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 19:14:13 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=listai&utm_medium=marketplace&utm_campaign=listai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 184376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-20 18:09:25 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 18:09:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/68826", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 413, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 96387, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-08-20 17:37:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 17:37:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-05-29-ai-tools-apps-in-one-place-sorted-by-category-2181986", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 59, + "page_from_size": 24076, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI tools apps in one place sorted by category - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 14:34:57 +00:00", + "prev_seen": "2023-07-09 14:34:57 +00:00", + "last_seen": "2023-08-20 17:00:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.digestiveproblemscure.com", + "url_from": "https://www.digestiveproblemscure.com/ai-social-media-content-creation", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/followr.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 39, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.87.14", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 22, + "page_from_size": 25587, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "ai social media content creation, Best AI Social Media Content Generators - digestiveproblemscure.com", + "page_from_status_code": 200, + "first_seen": "2023-08-20 06:46:40 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 06:46:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "200 Top AI tools Social", + "text_pre": null, + "text_post": "ID: GZGUQuEFUu From: topai.tools", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.sellmyhomeinfortworth.com", + "url_from": "https://www.sellmyhomeinfortworth.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 52, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.10.44", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 16, + "page_from_size": 30667, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Lim bevægelse Nysgerrighed Eller senere shuffle Konsekvenser tool game top go - sellmyhomeinfortworth.com", + "page_from_status_code": 200, + "first_seen": "2023-08-20 05:45:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-20 05:45:51 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "placere grundlæggende afstemning 48 Best Gaming AI tools", + "image_url": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/dish-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 70, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 16, + "page_from_size": 25527, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "svinekød Kollegium Montgomery Moden kedelig skive dish generator - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-19 20:18:47 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 20:18:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "fjende kapacitet klinge 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?action=profile;u=85;area=showposts;start=120", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 116, + "page_from_size": 125967, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Покажи участието - Engels", + "page_from_status_code": 200, + "first_seen": "2023-08-19 19:19:56 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 19:19:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "си го получат като \"сродни\" безплатни.За нас ще има повече дийп фейк лакърдии.Ще ни направят шашави.Като се има предвид, че ИИ започнаха да се разможават като зайци, прогнозата ти е напълно реалистична.На", + "text_post": "са изброили вече към 3861 бройки.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?action=profile;u=85;area=showposts;start=180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 120, + "page_from_size": 166515, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Покажи участието - Engels", + "page_from_status_code": 200, + "first_seen": "2023-08-19 19:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 19:09:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "резултатите са вече е налице, няма нужда да ги очакваме в бъдеще. Както споменах духът(ИИ) е вече изпуснат от бутилката.И се размножи доста успешно в множество духове и това е само началото. EXPLORE (3858) AI TOOLS", + "text_post": "Всички волно или неволно изграждаме ИИ всеки път когато влизаме в интернет.Скоро нищо в интернет няма да остане незасегнато от ИИ.Прогнозата, че интернет ще последва съдбата на Вавилонската кула е малко", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "societe-chez-kerpeden.eu", + "url_from": "https://societe-chez-kerpeden.eu/index.php?action=profile;u=85;area=showposts;start=180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 165, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 120, + "page_from_size": 166515, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Покажи участието - Engels", + "page_from_status_code": 200, + "first_seen": "2023-08-19 19:09:41 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 19:09:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=music", + "text_pre": "да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.https://topai.tools Например в сферата на музиката.", + "text_post": "Препоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате да имате теми за разговори с внуците си когато преминат пубертета.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.clubalpinoitaliano.org", + "url_from": "https://www.clubalpinoitaliano.org/startup-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/startup-pitch-generator.png", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 79, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.96.13", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 22, + "page_from_size": 22613, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "amplifikation naturpark Latter Uskyld Elektriker dyd startup generator - clubalpinoitaliano.org", + "page_from_status_code": 200, + "first_seen": "2023-08-19 17:41:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 17:41:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "I detaljer kardinal maler Startup Pitch Generator - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "62.44.102.29", + "url_from": "https://62.44.102.29/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 21, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 91, + "page_from_size": 247913, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-08-19 15:33:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 15:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "има доста такива. Но можете да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.", + "text_post": "Например в сферата на музиката.https://topai.tools/filter?t=musicПрепоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "62.44.102.29", + "url_from": "https://62.44.102.29/index.php?topic=1837.0", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=music", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 21, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "62.44.102.29", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 91, + "page_from_size": 247913, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Само за начинаещи", + "page_from_status_code": 200, + "first_seen": "2023-08-19 15:33:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 15:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=music", + "text_pre": "да започнете и с \"обществените\" ИИ съобразно интересите си, без да забравяте, че всичко което правите с тях се запомня и запазва, тоест излиза от ваш контрол.https://topai.tools Например в сферата на музиката.", + "text_post": "Препоръчвам да започнете с AIVA https://www.aiva.aiМожете да чуете доста неща в интернет композирани от AIVA.Така че действайте, ако искате да имате теми за разговори с внуците си когато преминат пубертета.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 78, + "domain_from_rank": 286, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 184379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 11:28:57 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 11:28:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/ai%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84%E3%83%87%E3%82%A3%E3%83%86%E3%82%AF%E3%82%BF%E3%83%BC/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 30, + "page_from_size": 161200, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "AIが生成した文章を検知するソフト(無料)- GPT探知サイト", + "page_from_status_code": 200, + "first_seen": "2023-08-19 07:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 07:05:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "shemmytalk.com", + "url_from": "https://shemmytalk.com/bestlinks/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.66.96", + "domain_from_country": null, + "page_from_external_links": 978, + "page_from_internal_links": 19, + "page_from_size": 1187470, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI 工具合集 - ShemmyTalk", + "page_from_status_code": 200, + "first_seen": "2023-05-11 09:48:12 +00:00", + "prev_seen": "2023-06-17 14:27:11 +00:00", + "last_seen": "2023-08-19 07:01:42 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": "https://shemmytalk.com/wp-content/themes/maktub/assets/images/transparent.gif", + "anchor": "AiTop.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ja/%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 17, + "page_from_internal_links": 34, + "page_from_size": 129879, + "page_from_encoding": "utf-8", + "page_from_language": "ja", + "page_from_title": "ダウンロード (Corrector App)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 06:59:23 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 06:59:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Toolsで評価する", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/%E6%9F%A5%E9%87%8D%E5%B7%A5%E5%85%B7/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 159450, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "免费在线查重工具(无需下载)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 04:40:34 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 04:40:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/zh-hans/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E5%86%85%E5%AE%B9%E6%A3%80%E6%B5%8B%E5%99%A8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 155534, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "ChatGPT检测中文和人工智能检测器(免费)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 04:23:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 04:23:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "在Top AI Tools上评价", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "start-digital.be", + "url_from": "https://start-digital.be/chatgpt/Listesoucatalogues.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "be", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 104, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.35.173.53", + "domain_from_country": "BE", + "page_from_external_links": 118, + "page_from_internal_links": 6, + "page_from_size": 42443, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "Listes ou catalogues", + "page_from_status_code": 200, + "first_seen": "2023-06-15 20:37:43 +00:00", + "prev_seen": "2023-06-15 20:37:43 +00:00", + "last_seen": "2023-08-19 03:34:04 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": "https://start-digital.be/chatgpt/lib/topaitools.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/%ED%91%9C%EC%A0%88-%EA%B2%80%EC%82%AC%EA%B8%B0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 11, + "page_from_internal_links": 25, + "page_from_size": 168168, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "무료 온라인 표절 검사기 (다운로드 없음)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 02:03:16 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 02:03:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/ko/ai-%EC%BD%98%ED%85%90%EC%B8%A0-%ED%83%90%EC%A7%80%EA%B8%B0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 13, + "page_from_internal_links": 31, + "page_from_size": 161182, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "GPT 검사기 그리고 AI 탐지기 한국인 (무료)", + "page_from_status_code": 200, + "first_seen": "2023-08-19 01:48:33 +00:00", + "prev_seen": null, + "last_seen": "2023-08-19 01:48:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Top AI Tools에서 평가하기", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kwstories.hoito.org", + "url_from": "http://kwstories.hoito.org/view.jsp?solutionid=560", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 75, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 171, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.108.248.112", + "domain_from_country": null, + "page_from_external_links": 2434, + "page_from_internal_links": 8, + "page_from_size": 517593, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "example: Joutessaan huomioituja sivustoja (directory) - KWStories", + "page_from_status_code": 200, + "first_seen": "2023-06-15 17:54:47 +00:00", + "prev_seen": "2023-06-15 17:54:47 +00:00", + "last_seen": "2023-08-18 23:15:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "corrector.app", + "url_from": "https://corrector.app/?via=futurepard", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/corrector-app", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 286, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.128", + "domain_from_country": "WW", + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 183731, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Spell Check and Grammar Checker (Free)", + "page_from_status_code": 200, + "first_seen": "2023-08-18 22:31:13 +00:00", + "prev_seen": null, + "last_seen": "2023-08-18 22:31:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Rate on Top AI Tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "tapbiolink.com", + "url_from": "https://tapbiolink.com/moataz-essam", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 314, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "86.48.25.251", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 1, + "page_from_size": 20299, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "moataz-essam - Tapbiolink", + "page_from_status_code": 200, + "first_seen": "2023-07-10 11:23:19 +00:00", + "prev_seen": "2023-07-10 11:23:19 +00:00", + "last_seen": "2023-08-18 21:27:39 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "موقع يجمع اكثر من 800 اداة ذكاء اصطناعي حسب مجالك", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=listai&utm_medium=marketplace&utm_campaign=listai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 69, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18581, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-18 19:18:25 +00:00", + "prev_seen": null, + "last_seen": "2023-08-18 19:18:25 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uz.tgstat.com", + "url_from": "https://uz.tgstat.com/channel/@Ielts_materials_pdff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?explore_page=1", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 569, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.140.179.217", + "domain_from_country": "UZ", + "page_from_external_links": 53, + "page_from_internal_links": 129, + "page_from_size": 233471, + "page_from_encoding": "utf-8", + "page_from_language": "uz", + "page_from_title": "\"Materials\" — @Ielts_materials_pdff Telegram-kanali — TGStat", + "page_from_status_code": 200, + "first_seen": "2023-08-13 13:42:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-13 13:42:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": "Discover AI tools with", + "text_post": "You can spare yours thanks for later but now check this out.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.clubalpinoitaliano.org", + "url_from": "https://www.clubalpinoitaliano.org/food-generator-ingredients", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 79, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.96.13", + "domain_from_country": null, + "page_from_external_links": 26, + "page_from_internal_links": 22, + "page_from_size": 23886, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "form kage mobil Tilføj til Hurtig Skrøbelig food generator ingredients - clubalpinoitaliano.org", + "page_from_status_code": 200, + "first_seen": "2023-08-13 06:58:01 +00:00", + "prev_seen": null, + "last_seen": "2023-08-13 06:58:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Stræde Beskrive Kano 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/futuretools-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 27, + "page_from_internal_links": 93, + "page_from_size": 60981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FutureTools.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 17:01:10 +00:00", + "prev_seen": "2023-07-11 17:01:10 +00:00", + "last_seen": "2023-08-12 18:47:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ FutureTools.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/463023_ai-clothes-remover", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/clothes-remover", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 39, + "page_from_size": 22944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Clothes Remover - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 16:16:49 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 16:16:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/clothes-remover", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/537842_clothes-remover-ai-tool", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/clothes-remover", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 36, + "page_from_size": 20150, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Clothes Remover Ai Tool - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 15:45:54 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 15:45:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/clothes-remover", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/startup-ai-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 22, + "page_from_internal_links": 97, + "page_from_size": 58754, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup Ai Tools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-11 07:15:17 +00:00", + "prev_seen": "2023-07-11 07:15:17 +00:00", + "last_seen": "2023-08-12 14:19:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Startup Ai Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.masculinmagazine.com", + "url_from": "https://www.masculinmagazine.com/magnet-download-mac", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/magnet.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.104", + "domain_from_country": null, + "page_from_external_links": 31, + "page_from_internal_links": 16, + "page_from_size": 24472, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "fokus Politik Handel stamtavle svinge ven magnet download mac - masculinmagazine.com", + "page_from_status_code": 200, + "first_seen": "2023-08-12 12:01:19 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 12:01:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "skrå Seminary champignon Magnet - top AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.warobotics.org", + "url_from": "https://www.warobotics.org/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 9, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.97", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 16, + "page_from_size": 22228, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "tool game top go, NEW Snap On Tools Game Tote ssx22p171 6 eBay - warobotics.org", + "page_from_status_code": 200, + "first_seen": "2023-08-12 09:44:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 09:44:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Best Gaming tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/536981_undetectable-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/undetectable-content-creator", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 36, + "page_from_size": 26177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Undetectable AI - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 04:02:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 04:02:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/undetectable-content-creator", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/536981_undetectable-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/undetectable-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 87, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 36, + "page_from_size": 26177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Undetectable AI - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-08-12 04:02:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 04:02:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/undetectable-ai", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?ref=ai4.tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 58, + "domain_from_rank": 237, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-12 03:30:19 +00:00", + "prev_seen": null, + "last_seen": "2023-08-12 03:30:19 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-top-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 25, + "page_from_internal_links": 96, + "page_from_size": 62115, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Top Tools Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-10 20:07:50 +00:00", + "prev_seen": "2023-07-10 20:07:50 +00:00", + "last_seen": "2023-08-11 20:05:00 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Top Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.ohio-pop.com", + "url_from": "https://www.ohio-pop.com/tool-game-top-go", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/meshy-ai.webp", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 63, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.148.48", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 16, + "page_from_size": 20750, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Aftale kage midnat pint edderkop løg tool game top go - ohio-pop.com", + "page_from_status_code": 200, + "first_seen": "2023-08-11 13:24:10 +00:00", + "prev_seen": null, + "last_seen": "2023-08-11 13:24:10 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "hvile fritid vinden er stærk 48 Best Gaming AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "featuredtodayonly.site", + "url_from": "https://featuredtodayonly.site/blog/2023/07/31/how-far-weve-come-robot-writers-ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/WordPress-content-automation", + "url_to_https": true, + "tld_from": "site", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "176.123.0.55", + "domain_from_country": null, + "page_from_external_links": 582, + "page_from_internal_links": 18, + "page_from_size": 123001, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How Far We’ve Come – Robot Writers AI - Featured Today Only", + "page_from_status_code": 200, + "first_seen": "2023-08-11 10:43:15 +00:00", + "prev_seen": null, + "last_seen": "2023-08-11 10:43:15 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "*For WordPress Users: Fifty Shades of AI Writing Automation:", + "text_pre": null, + "text_post": "Top AI Tools reports there are now at least 50 AI-automation tools specially designed to work easily with WordPress.", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aisites-me-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 66, + "page_from_size": 40973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AiSites.me Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:24:15 +00:00", + "prev_seen": "2023-07-09 07:24:15 +00:00", + "last_seen": "2023-08-11 01:18:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AiSites.me", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-27-what-websites-are-there-where-i-can-find-ai-apps-and-tools-2096168", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 11, + "page_from_internal_links": 59, + "page_from_size": 24517, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What websites are there where I can find AI apps and tools? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:22:55 +00:00", + "prev_seen": "2023-07-09 07:22:55 +00:00", + "last_seen": "2023-08-10 16:10:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-zip-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 20, + "page_from_internal_links": 78, + "page_from_size": 49219, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Zip Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-09 07:25:10 +00:00", + "prev_seen": "2023-07-09 07:25:10 +00:00", + "last_seen": "2023-08-10 16:09:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Zip", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/m/de_edv@feddit.de/t/5704/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 110, + "page_from_size": 140844, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - de_edv - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-08-09 20:02:31 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 20:02:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gehirneimer.de", + "url_from": "https://gehirneimer.de/m/de_edv@feddit.de/t/5704/Welche-AI-Tools-benutzt-ihr-Was-ist-einfach-nur-Schlangenol/votes/up", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.57.25", + "domain_from_country": "DE", + "page_from_external_links": 8, + "page_from_internal_links": 68, + "page_from_size": 52826, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Boosts - Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - GehirnEimer", + "page_from_status_code": 200, + "first_seen": "2023-08-09 20:00:02 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 20:00:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "header", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "audati.online", + "url_from": "https://audati.online/article/2021-free-website-checker-ai-based-seo-and-performance-audit-diib", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/AI-website-audit-tool", + "url_to_https": true, + "tld_from": "online", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 134, + "domain_from_rank": 333, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.172.87", + "domain_from_country": null, + "page_from_external_links": 28, + "page_from_internal_links": 53, + "page_from_size": 132407, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "2021 Free Website Checker | AI Based SEO and Performance Audit | Diib® (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-09 16:12:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 16:12:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/AI-website-audit-tool", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "uz.tgstat.com", + "url_from": "https://uz.tgstat.com/en/channel/@Ielts_materials_pdff", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?explore_page=1", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 569, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.140.179.217", + "domain_from_country": "UZ", + "page_from_external_links": 53, + "page_from_internal_links": 130, + "page_from_size": 233983, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Telegram channel \"Materials\" — @Ielts_materials_pdff — TGStat", + "page_from_status_code": 200, + "first_seen": "2023-08-09 04:34:04 +00:00", + "prev_seen": null, + "last_seen": "2023-08-09 04:34:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tool", + "text_pre": "Discover AI tools with", + "text_post": "You can spare yours thanks for later but now check this out.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.world/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 274, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 75, + "page_from_size": 30036, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for kosh", + "page_from_status_code": 200, + "first_seen": "2023-08-08 03:59:28 +00:00", + "prev_seen": null, + "last_seen": "2023-08-08 03:59:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/prepai-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28921, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PrepAI Down? PrepAI status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-07 21:18:07 +00:00", + "prev_seen": null, + "last_seen": "2023-08-07 21:18:07 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ PrepAI", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "likoom.pics", + "url_from": "https://likoom.pics/articles/chai-2179", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/nsfw-chatbot", + "url_to_https": true, + "tld_from": "pics", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 308, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.95.34", + "domain_from_country": null, + "page_from_external_links": 498, + "page_from_internal_links": 35, + "page_from_size": 272092, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "วิธีรับข้อความไม่จำกัดบน chai ฟรี? (2023)", + "page_from_status_code": 200, + "first_seen": "2023-08-07 19:11:06 +00:00", + "prev_seen": null, + "last_seen": "2023-08-07 19:11:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "รายการเพิ่มเติม...", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.smnz.de", + "url_from": "https://reddit.smnz.de/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.120.162.86", + "domain_from_country": "DE", + "page_from_external_links": 227, + "page_from_internal_links": 153, + "page_from_size": 103240, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-08-07 19:01:53 +00:00", + "prev_seen": null, + "last_seen": "2023-08-07 19:01:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-23-let-s-build-a-comprehensive-ai-tools-list-for-remote-work-a-mega-thread-1916683", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 53, + "page_from_size": 19064, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Let's Build a Comprehensive AI Tools List for Remote Work: A Mega Thread - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-26 08:37:30 +00:00", + "prev_seen": "2023-04-02 09:12:04 +00:00", + "last_seen": "2023-08-07 13:15:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.midas.rocks", + "url_from": "https://r.midas.rocks/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 211, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.101.215.164", + "domain_from_country": null, + "page_from_external_links": 507, + "page_from_internal_links": 15, + "page_from_size": 61946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-08-06 20:10:25 +00:00", + "prev_seen": null, + "last_seen": "2023-08-06 20:10:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "ai.ipkd.cn", + "url_from": "http://ai.ipkd.cn/sites/betterlegal-assistant.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cn", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 70, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 479, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.242.248.198", + "domain_from_country": "CN", + "page_from_external_links": 1, + "page_from_internal_links": 30, + "page_from_size": 6332, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "BetterLegal Assistant-AI创新应用-AI工作站(收录全球各行各业AI应用)", + "page_from_status_code": 200, + "first_seen": "2023-08-06 06:54:12 +00:00", + "prev_seen": null, + "last_seen": "2023-08-06 06:54:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noreferrer"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "直达官网 >", + "text_pre": "AI创新应用AI绘画创作 BetterLegal AssistantBetterLegal Assistant 是一款 Chrome 扩展工具,旨在为每个人简化法律语言。", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-opentools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 66, + "page_from_size": 43723, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS OpenTools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-08-06 02:22:01 +00:00", + "prev_seen": null, + "last_seen": "2023-08-06 02:22:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/feddit.de/comment/172880", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 61, + "page_from_size": 18156, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:28:04 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 21:28:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/feddit.de/post/793571", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 104, + "page_from_size": 32968, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:25:19 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 21:25:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/feddit.de/comment/172880?", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 273, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 61, + "page_from_size": 18156, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 21:19:48 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 21:19:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "http://www.unit520.wtf/post/27309", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 66, + "page_from_size": 17978, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? : de_edv", + "page_from_status_code": 200, + "first_seen": "2023-08-05 20:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 20:57:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.doctrina.ai", + "url_from": "https://www.doctrina.ai/?utm_source=igdoi&utm_medium=marketplace&utm_campaign=igdoi", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/doctrina-ai", + "url_to_https": true, + "tld_from": "ai", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 8, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.81.69", + "domain_from_country": "AI", + "page_from_external_links": 13, + "page_from_internal_links": 3, + "page_from_size": 18628, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Doctrina | AI Education Suite", + "page_from_status_code": 200, + "first_seen": "2023-08-05 18:56:17 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 18:56:17 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "Doctrina AI Spotlight on topAI.tools", + "image_url": "https://topai.tools/assets/img/topai.tools.gif", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.drgnz.club", + "url_from": "https://lr.drgnz.club/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "club", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 178, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.208.14.147", + "domain_from_country": "LR", + "page_from_external_links": 507, + "page_from_internal_links": 15, + "page_from_size": 61953, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-08-05 16:11:21 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 16:11:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "mlmym.org", + "url_from": "https://mlmym.org/feddit.de/c/de_edv?sort=Old&listingType=All", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 317, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.194.194", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 70, + "page_from_size": 62565, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "de_EDV", + "page_from_status_code": 200, + "first_seen": "2023-08-05 12:57:29 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 12:57:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "bitebi.com", + "url_from": "https://bitebi.com/chat-with-pdfs-using-chatgpt-openai-gpt-api-a-detailed-tutorial/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html?ref=nanonets.com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 257, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "85.187.128.49", + "domain_from_country": null, + "page_from_external_links": 92, + "page_from_internal_links": 42, + "page_from_size": 219837, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Chat with PDFs using ChatGPT & OpenAI GPT API - A Detailed Tutorial - Bitcoin, Tech, Bio News and Insights", + "page_from_status_code": 200, + "first_seen": "2023-08-05 08:46:45 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 08:46:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Convert any PDF or document into a Chatbot with these AI tools", + "text_pre": "of GPT models and Perspective Towards the Future of LLMsThis AI chatbot can sum up any PDF & answer any question you have12 Best Large Language Models (LLMs) in 2023OpenAI API DocumentationLangchain Documentation", + "text_post": "Create workflows with OpenAI GPT integration in ZapierLarge Language Models Use Cases and ApplicationsExploring ChatGPT’s Responses to Controversial Prompts7 Ways You Can Use ChatGPT in Accounting", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.clubalpinoitaliano.org", + "url_from": "https://www.clubalpinoitaliano.org/dish-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/foodai.webp", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 82, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.96.13", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 22, + "page_from_size": 26691, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "forhistorisk absorberende Adelaide Formode Muldyr gås dish generator - clubalpinoitaliano.org", + "page_from_status_code": 200, + "first_seen": "2023-08-05 03:36:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-05 03:36:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Stræde Beskrive Kano 11 Best Recipe generator AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/toolsstory-net-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 27844, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ToolsStory.net Down? ToolsStory.net status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 18:57:43 +00:00", + "prev_seen": null, + "last_seen": "2023-08-04 18:57:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ ToolsStory.net", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-16-best-ai-product-lists-1897400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 54, + "page_from_size": 18902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Best AI Product Lists - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 13:20:15 +00:00", + "prev_seen": "2023-05-06 03:37:06 +00:00", + "last_seen": "2023-08-04 13:57:47 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/prepai-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 83, + "page_from_size": 54906, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "PrepAI Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 07:42:52 +00:00", + "prev_seen": null, + "last_seen": "2023-08-04 07:42:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ PrepAI", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-news-hub-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 34, + "page_from_size": 28573, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai News Hub Down? Ai News Hub status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-04 02:08:50 +00:00", + "prev_seen": null, + "last_seen": "2023-08-04 02:08:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ Ai News Hub", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/es/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275059, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ar/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 276373, + "page_from_encoding": "utf-8", + "page_from_language": "ar", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:40 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/de/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275157, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:36 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/fr/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275167, + "page_from_encoding": "utf-8", + "page_from_language": "fr", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:07:26 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:07:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/it/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275002, + "page_from_encoding": "utf-8", + "page_from_language": "it", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:06:59 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:06:59 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/zh-tw/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275331, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:06:44 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:06:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/pt/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275000, + "page_from_encoding": "utf-8", + "page_from_language": "pt", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:06:36 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:06:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/ru/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275673, + "page_from_encoding": "utf-8", + "page_from_language": "ru", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:05:51 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:05:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/zh/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 275079, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:05:35 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:05:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "nairatips.com", + "url_from": "https://nairatips.com/id/best-ai-travel-planner/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/tripnotes-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 278, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "142.93.245.60", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 47, + "page_from_size": 274984, + "page_from_encoding": "utf-8", + "page_from_language": "id", + "page_from_title": "7 Best AI Travel Planners to Plan Your Next Adventure in 2023", + "page_from_status_code": 200, + "first_seen": "2023-08-03 17:03:35 +00:00", + "prev_seen": null, + "last_seen": "2023-08-03 17:03:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Tripnotes AI", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "wilmerhurtado.com", + "url_from": "https://wilmerhurtado.com/recursos-para-prompt-text-to-image/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 26, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "162.241.230.118", + "domain_from_country": null, + "page_from_external_links": 231, + "page_from_internal_links": 11, + "page_from_size": 161909, + "page_from_encoding": "utf-8", + "page_from_language": "es", + "page_from_title": "Recursos para Prompt text-to-image - Wilmer Hurtado", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:43:43 +00:00", + "prev_seen": "2023-06-19 12:43:43 +00:00", + "last_seen": "2023-08-02 14:40:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow", "ugc"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-tools-update-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 73, + "page_from_size": 42561, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tools Update Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-02 05:38:23 +00:00", + "prev_seen": null, + "last_seen": "2023-08-02 05:38:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Tools Update", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aifinder-info-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 24, + "page_from_internal_links": 90, + "page_from_size": 59663, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aifinder.info Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-05-04 13:15:31 +00:00", + "prev_seen": "2023-06-24 11:34:55 +00:00", + "last_seen": "2023-08-02 04:47:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aifinder.info", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.chardhamyatra-tour.com", + "url_from": "https://www.chardhamyatra-tour.com/make-an-ai-to-design-hats", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/logoai.png", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.33.102", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 22, + "page_from_size": 21963, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "make an ai to design hats, How To Wear A Hat: The Ultimate Guide Men | FashionBeans - chardhamyatra-tour.com", + "page_from_status_code": 200, + "first_seen": "2023-08-02 04:07:09 +00:00", + "prev_seen": null, + "last_seen": "2023-08-02 04:07:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.destacado.es", + "url_from": "https://www.destacado.es/formula-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/ai-excel-bot.webp", + "url_to_https": true, + "tld_from": "es", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["ecommerce"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.75.194", + "domain_from_country": "ES", + "page_from_external_links": 22, + "page_from_internal_links": 16, + "page_from_size": 25643, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "moneda atlántico agudo traducir grueso montículo formula bot - destacado.es", + "page_from_status_code": 200, + "first_seen": "2023-08-01 06:52:29 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 06:52:29 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "ornamento Sicilia piel TopAi.tools: Excel Formula Bot", + "image_url": "https://topai.tools/assets/img/tools/ai-excel-bot.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-07-i-created-an-ai-tools-directory-with-more-that-850-plus-tools-and-daily-updates-1870526", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 53, + "page_from_size": 18315, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I created an AI tools directory with more that 850+ tools and daily updates - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 09:59:07 +00:00", + "prev_seen": "2023-03-12 17:29:19 +00:00", + "last_seen": "2023-08-01 05:11:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-zip-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 31, + "page_from_size": 26403, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Zip Down? AI Zip status and reported issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 02:03:11 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 02:03:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Zip", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/domore-ai-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 19, + "page_from_internal_links": 80, + "page_from_size": 49242, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DoMore.ai Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-08-01 01:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-08-01 01:59:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ DoMore.ai", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/66049", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 94982, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:03:03 +00:00", + "prev_seen": "2023-06-20 01:03:03 +00:00", + "last_seen": "2023-07-31 08:25:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmyrs.org", + "url_from": "https://lemmyrs.org/comment/74801", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "66.42.102.212", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 90633, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - LemmyRS", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:04:43 +00:00", + "prev_seen": "2023-06-20 00:04:43 +00:00", + "last_seen": "2023-07-31 08:22:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-16-how-do-you-guys-keep-up-with-the-new-ai-tools-and-news-2065386", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 53, + "page_from_size": 17929, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "How do you guys keep up with the new AI tools and news? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 10:09:11 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 10:09:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-04-07-do-you-know-any-good-ai-tool-that-i-can-use-to-create-assessments-2039325", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 50, + "page_from_size": 17287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Do you know any good AI tool that I can use to create assessments? - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-29 10:07:08 +00:00", + "prev_seen": null, + "last_seen": "2023-07-29 10:07:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/aiwizard-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 69, + "page_from_size": 42176, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiwizard Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 20:09:54 +00:00", + "prev_seen": "2023-07-01 18:49:12 +00:00", + "last_seen": "2023-07-28 20:16:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ aiwizard", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/allaistartups-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 68, + "page_from_size": 39738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AllAIStartups Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:58:45 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 19:58:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AllAIStartups", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-search-io-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 515, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 17, + "page_from_internal_links": 71, + "page_from_size": 45067, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI-Search.io Alternatives in 2023 - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-07-28 19:56:54 +00:00", + "prev_seen": null, + "last_seen": "2023-07-28 19:56:54 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI-Search.io", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.jaobe.com", + "url_from": "https://www.jaobe.com/cms/show-4806.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 514, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "101.35.192.78", + "domain_from_country": null, + "page_from_external_links": 120, + "page_from_internal_links": 78, + "page_from_size": 93076, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "超72小时整理,全网最全「人工智能·AI 工具导航网站」-脚本导航", + "page_from_status_code": 200, + "first_seen": "2023-06-20 15:50:50 +00:00", + "prev_seen": "2023-06-20 15:50:50 +00:00", + "last_seen": "2023-07-27 09:16:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/191282", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 16, + "page_from_size": 75862, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-27 03:19:39 +00:00", + "prev_seen": null, + "last_seen": "2023-07-27 03:19:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitoolboard.com", + "url_from": "https://aitoolboard.com/blog/top-ai-tools-directories", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "64.227.24.89", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 152, + "page_from_size": 42732, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top 10 AI Tools Directories | AI ToolBoard", + "page_from_status_code": 200, + "first_seen": "2023-06-20 16:25:51 +00:00", + "prev_seen": "2023-06-20 16:25:51 +00:00", + "last_seen": "2023-07-26 03:12:38 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "5. Top AI Tools (", + "text_post": ")", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20840", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 94125, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:20:50 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:20:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/29104", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 17, + "page_from_internal_links": 19, + "page_from_size": 87016, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:20:41 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:20:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/182443", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 87822, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:20:01 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:20:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/182444", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 18, + "page_from_size": 82005, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/40181", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 18, + "page_from_size": 80980, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:49 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/24915", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 74489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/29099", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 75533, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:18:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:18:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/64407", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 16, + "page_from_size": 74498, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:17:54 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:17:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/29103", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 18, + "page_from_internal_links": 20, + "page_from_size": 92548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-07-25 17:12:23 +00:00", + "prev_seen": null, + "last_seen": "2023-07-25 17:12:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aitoolhunt.com", + "url_from": "https://www.aitoolhunt.com/?category=search-engine", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?via=aitoolhunt", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.188.126", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 29, + "page_from_size": 323863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "67 Best Ai Search engine Tools/Websites in 2023", + "page_from_status_code": 200, + "first_seen": "2023-07-01 22:44:36 +00:00", + "prev_seen": "2023-07-01 22:44:36 +00:00", + "last_seen": "2023-07-25 04:14:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "8. topAi.tools 2023", + "text_pre": "3", + "text_post": "TopAI.tools helps users discover and utilize the most effective AI tools.aggregator search engine 3", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "clanky.rvp.cz", + "url_from": "https://clanky.rvp.cz/clanek/23483/Descript", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cz", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 509, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "195.113.77.133", + "domain_from_country": "CZ", + "page_from_external_links": 70, + "page_from_internal_links": 21, + "page_from_size": 84600, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Odborný článek: ChatGPT ve školní praxi: další nástroje využívající umělou inteligenci", + "page_from_status_code": 200, + "first_seen": "2023-06-20 18:34:27 +00:00", + "prev_seen": "2023-06-20 18:34:27 +00:00", + "last_seen": "2023-07-25 03:24:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI Tools", + "text_pre": null, + "text_post": "– nabízí přehled nástrojů pracujících s umělou inteligencí s krátkými popisky a snaží se je třídit", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.bolha.one", + "url_from": "https://lemmy.bolha.one/lemmy.ml/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 265, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "206.42.48.100", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 87, + "page_from_size": 61393, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "de_EDV", + "page_from_status_code": 200, + "first_seen": "2023-07-24 22:50:24 +00:00", + "prev_seen": null, + "last_seen": "2023-07-24 22:50:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.unit520.wtf", + "url_from": "https://www.unit520.wtf/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 61, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "18.216.131.92", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 82, + "page_from_size": 52578, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "de_EDV", + "page_from_status_code": 200, + "first_seen": "2023-07-24 15:41:00 +00:00", + "prev_seen": null, + "last_seen": "2023-07-24 15:41:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20835", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 27, + "page_from_size": 116404, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:41:46 +00:00", + "prev_seen": "2023-06-15 22:41:46 +00:00", + "last_seen": "2023-07-24 13:35:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20837", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 79607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:51:19 +00:00", + "prev_seen": "2023-06-15 22:51:19 +00:00", + "last_seen": "2023-07-24 13:32:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20834", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 28, + "page_from_size": 122243, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:12:37 +00:00", + "prev_seen": "2023-06-15 22:12:37 +00:00", + "last_seen": "2023-07-24 13:25:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/comment/20836", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 109876, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 22:57:05 +00:00", + "prev_seen": "2023-06-15 22:57:05 +00:00", + "last_seen": "2023-07-24 13:25:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/post/895", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 34, + "page_from_internal_links": 40, + "page_from_size": 161720, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:42:33 +00:00", + "prev_seen": "2023-06-15 14:42:33 +00:00", + "last_seen": "2023-07-24 07:50:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 25, + "page_from_internal_links": 41, + "page_from_size": 213606, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:26:45 +00:00", + "prev_seen": "2023-06-15 14:26:45 +00:00", + "last_seen": "2023-07-24 07:31:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rentry.co", + "url_from": "https://rentry.co/duckai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "co", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 79, + "domain_from_rank": 559, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "198.251.88.130", + "domain_from_country": "CO", + "page_from_external_links": 116, + "page_from_internal_links": 8, + "page_from_size": 19081, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "duck ai", + "page_from_status_code": 200, + "first_seen": "2023-03-22 22:24:18 +00:00", + "prev_seen": "2023-05-01 13:43:59 +00:00", + "last_seen": "2023-07-23 19:51:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 71, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.219.228.99", + "domain_from_country": "CC", + "page_from_external_links": 505, + "page_from_internal_links": 15, + "page_from_size": 62235, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-04-12 15:56:21 +00:00", + "prev_seen": "2023-06-22 18:49:12 +00:00", + "last_seen": "2023-07-23 19:32:34 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.btfan.com", + "url_from": "https://www.btfan.com/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 253, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "123.207.163.165", + "domain_from_country": null, + "page_from_external_links": 71, + "page_from_internal_links": 0, + "page_from_size": 13161, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "极简精选AI网址导航:ChatGPT Midjourney Bart Stable Diffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-05 10:25:50 +00:00", + "prev_seen": "2023-05-23 23:33:11 +00:00", + "last_seen": "2023-07-23 16:11:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 337, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.165.254.107", + "domain_from_country": "FI", + "page_from_external_links": 485, + "page_from_internal_links": 15, + "page_from_size": 60472, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-07-12 04:11:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-12 04:11:09 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.jacksontaylor.xyz", + "url_from": "https://libreddit.jacksontaylor.xyz/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 112, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "144.202.31.234", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 18, + "page_from_size": 20006, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-07-11 03:49:29 +00:00", + "prev_seen": null, + "last_seen": "2023-07-11 03:49:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.nl", + "url_from": "https://libreddit.nl/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 181, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.255.103.138", + "domain_from_country": "NL", + "page_from_external_links": 485, + "page_from_internal_links": 15, + "page_from_size": 60483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-07-11 00:25:31 +00:00", + "prev_seen": null, + "last_seen": "2023-07-11 00:25:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/26207_ai-chatbot-chatgpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/compare/chatgpt-google-sheet-vs-textgpt", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 36, + "page_from_size": 19231, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Chatbot Chatgpt - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 03:37:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 03:37:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/compare/chatgpt-google-sheet-vs-textgpt", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/23272_bhagavad-gita-gpt", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/gita-gpt", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 30, + "page_from_size": 22835, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Bhagavad Gita Gpt - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:36:16 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 02:36:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/gita-gpt", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/395516_draggan-ai-editing", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 36, + "page_from_size": 22386, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Draggan Ai Editing - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:25:43 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 02:25:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/draggan", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.trendingbot.org", + "url_from": "https://www.trendingbot.org/topic/388078_drag-gan-ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/draggan", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.92.17", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 38, + "page_from_size": 23314, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Drag Gan Ai - Trendingbot", + "page_from_status_code": 200, + "first_seen": "2023-07-09 02:25:15 +00:00", + "prev_seen": null, + "last_seen": "2023-07-09 02:25:15 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/t/draggan", + "text_pre": "↑", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "geddit.social", + "url_from": "https://geddit.social/comment/144314", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 402, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.214.138", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 50040, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Geddit", + "page_from_status_code": 200, + "first_seen": "2023-07-08 16:02:12 +00:00", + "prev_seen": null, + "last_seen": "2023-07-08 16:02:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.mehreganshiraz.com", + "url_from": "https://www.mehreganshiraz.com/2023/05/16/%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B1%D8%A7%DB%8C%DA%AF%D8%A7%D9%86-%D8%A8%D9%87-%D8%A7%D9%86%D8%A8%D9%88%D9%87%DB%8C-%D8%A7%D8%B2-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "195.28.10.70", + "domain_from_country": null, + "page_from_external_links": 9, + "page_from_internal_links": 24, + "page_from_size": 275214, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی رایگان به انبوهی از ابزارهای هوش مصنوعی با سایت TopAI - مهرگان شیراز", + "page_from_status_code": 200, + "first_seen": "2023-07-08 03:55:53 +00:00", + "prev_seen": null, + "last_seen": "2023-07-08 03:55:53 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.hu", + "url_from": "https://libreddit.hu/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 226, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.212.59", + "domain_from_country": "HU", + "page_from_external_links": 481, + "page_from_internal_links": 15, + "page_from_size": 60036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-07-07 22:46:32 +00:00", + "prev_seen": null, + "last_seen": "2023-07-07 22:46:32 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36751", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 18, + "page_from_internal_links": 27, + "page_from_size": 71007, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:37:50 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:37:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36753", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 14, + "page_from_internal_links": 23, + "page_from_size": 52896, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:37:22 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:37:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/38388", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 47339, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:31:58 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:31:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/40400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 48077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36752", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 17, + "page_from_internal_links": 25, + "page_from_size": 64665, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:30:38 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:30:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/50009", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 15, + "page_from_internal_links": 23, + "page_from_size": 53682, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:16:59 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:16:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/40403", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 18, + "page_from_internal_links": 25, + "page_from_size": 65198, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 14:14:19 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 14:14:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/36750", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 307, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 20, + "page_from_internal_links": 28, + "page_from_size": 76998, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-07-05 13:26:48 +00:00", + "prev_seen": null, + "last_seen": "2023-07-05 13:26:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/topic/99180494?p=Created%2C%2C%2C20%2C2%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2C%2C20%2C2%2C0%2C99180494%2Cprevid%253D1685274316974126280%2Cnextid%253D1685069122483109782", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 599, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 96673, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tech-vi@groups.io | 6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-04 18:32:13 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 18:32:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/topic/99180494?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2C%2C20%2C2%2C0%2C99180494", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 599, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 96467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tech-vi@groups.io | 6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-07-04 18:05:13 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 18:05:13 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "geddit.social", + "url_from": "https://geddit.social/post/28948", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 398, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.214.138", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 49644, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Geddit", + "page_from_status_code": 200, + "first_seen": "2023-07-04 14:08:09 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 14:08:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/534060", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 645, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 23, + "page_from_size": 115529, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-04 12:11:52 +00:00", + "prev_seen": null, + "last_seen": "2023-07-04 12:11:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.devduck.de", + "url_from": "https://www.devduck.de/10-nuetzliche-ki-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.169.145.78", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 8, + "page_from_size": 101092, + "page_from_encoding": "utf-8", + "page_from_language": "de", + "page_from_title": "10 KI-Tools, die Sie kennen sollten: Die besten Tools für jeden Zweck | DevDuck", + "page_from_status_code": 200, + "first_seen": "2023-07-03 22:33:19 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 22:33:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/86427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 24, + "page_from_size": 103059, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:22:21 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:22:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/87919", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 103144, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:22:17 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:22:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/83022", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 25, + "page_from_size": 110110, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:21:26 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:21:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67278", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 33, + "page_from_size": 138729, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:17:23 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:17:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67282", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 27, + "page_from_size": 116232, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:13:03 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:13:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/68125", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 643, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 22, + "page_from_size": 97817, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-07-03 06:12:25 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 06:12:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.whateveritworks.org", + "url_from": "https://discuss.whateveritworks.org/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 59, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.26.0.51", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 20, + "page_from_size": 20946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-07-03 04:14:05 +00:00", + "prev_seen": null, + "last_seen": "2023-07-03 04:14:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "geddit.social", + "url_from": "https://geddit.social/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 392, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.217.214.138", + "domain_from_country": null, + "page_from_external_links": 78, + "page_from_internal_links": 125, + "page_from_size": 637401, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Geddit", + "page_from_status_code": 200, + "first_seen": "2023-07-01 17:48:06 +00:00", + "prev_seen": null, + "last_seen": "2023-07-01 17:48:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.burger.rodeo", + "url_from": "https://lr.burger.rodeo/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rodeo", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 258, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "121.127.33.68", + "domain_from_country": "LR", + "page_from_external_links": 479, + "page_from_internal_links": 15, + "page_from_size": 59865, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-06-30 19:41:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 19:41:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "injaeslamshahr.ir", + "url_from": "https://injaeslamshahr.ir/%D8%AF%D8%B3%D8%AA%D8%B1%D8%B3%DB%8C-%D8%B1%D8%A7%DB%8C%DA%AF%D8%A7%D9%86-%D8%A8%D9%87-%D8%A7%D9%86%D8%A8%D9%88%D9%87%DB%8C-%D8%A7%D8%B2-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1%D9%87%D8%A7%DB%8C-%D9%87%D9%88/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ir", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["cms", "blogs", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "195.28.10.58", + "domain_from_country": "IR", + "page_from_external_links": 19, + "page_from_internal_links": 43, + "page_from_size": 241198, + "page_from_encoding": "utf-8", + "page_from_language": "fa", + "page_from_title": "دسترسی رایگان به انبوهی از ابزارهای هوش مصنوعی با سایت TopAI - اینجا اسلامشهر وب سایت اطلاع رسانی و خبری شهرستان اسلامشهر", + "page_from_status_code": 200, + "first_seen": "2023-06-30 11:38:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 11:38:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 509, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 226, + "page_from_internal_links": 153, + "page_from_size": 102937, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-06-30 03:37:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 03:37:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67276", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 641, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 150645, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-30 00:26:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-30 00:26:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/87412", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 641, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 109860, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-29 12:28:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 12:28:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.techchud.xyz", + "url_from": "https://libreddit.techchud.xyz/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "207.148.3.59", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 18, + "page_from_size": 13657, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-06-29 11:34:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 11:34:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "its203.com", + "url_from": "https://its203.com/article/nettsz/129901358", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.164.176", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 32, + "page_from_size": 64317, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "13个优秀的AI人工智能工具软件导航网站推荐_网络探索者的博客-程序员宅基地 - 程序员宅基地", + "page_from_status_code": 200, + "first_seen": "2023-06-29 04:23:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 04:23:09 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/68357", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 120189, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-29 00:21:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-29 00:21:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/78453", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 118988, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-28 17:46:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 17:46:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.owo.si", + "url_from": "https://reddit.owo.si/r/InternetIsBeautiful/comments/14jxa05/search_every_ai_tool_ever_made/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "si", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.146.13.170", + "domain_from_country": "SI", + "page_from_external_links": 19, + "page_from_internal_links": 20, + "page_from_size": 20389, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Search Every AI Tool Ever Made - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-06-28 16:32:29 +00:00", + "prev_seen": null, + "last_seen": "2023-06-28 16:32:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.adminforge.de", + "url_from": "https://teddit.adminforge.de/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 330, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.162.28", + "domain_from_country": "DE", + "page_from_external_links": 30, + "page_from_internal_links": 299, + "page_from_size": 65769, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-06-27 22:43:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 22:43:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 168, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 473, + "page_from_internal_links": 15, + "page_from_size": 59236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-06-27 17:19:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 17:19:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/221718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 639, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 100085, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-27 09:03:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 09:03:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/162877", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 124580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:44:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:44:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/165762", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 125684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:42:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:42:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/144363", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 119726, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:42:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:42:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/145180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 161349, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:42:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:42:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/164316", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 124923, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:40:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:40:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/273966", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 119154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-27 05:39:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 05:39:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/89761", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 106683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-27 02:40:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 02:40:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/post/55979?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 48, + "page_from_size": 227032, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-27 02:37:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-27 02:37:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/comment/167345", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 162, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 25, + "page_from_size": 68503, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-26 17:05:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 17:05:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/comment/3617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 48298, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 15:43:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 15:43:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/post/47956?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 465, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 44, + "page_from_internal_links": 51, + "page_from_size": 178413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-26 13:12:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 13:12:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/post/3190", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 48131, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 13:11:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 13:11:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 24, + "page_from_size": 81165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 11:50:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 11:50:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/155570", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 136233, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-26 11:27:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 11:27:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/159638", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 640, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 132174, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-26 10:52:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 10:52:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.works", + "url_from": "https://lemmy.works/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.32.126.121", + "domain_from_country": null, + "page_from_external_links": 75, + "page_from_internal_links": 128, + "page_from_size": 547212, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 10:36:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 10:36:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/r/jobsearchhacks", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/Job-search-assistant", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 90, + "page_from_size": 50835, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/jobsearchhacks", + "page_from_status_code": 200, + "first_seen": "2023-06-26 04:54:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 04:54:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/Job-search-assistant", + "text_pre": "Ever since GPT 3 came out, there has been an influx of AI job search assistants. Here is a link of some of them", + "text_post": ".", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/165997", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 639, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 125306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-26 02:28:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 02:28:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Writing", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "A long list of AI writing tools to pick from", + "text_pre": null, + "text_post": "(topai.tools)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/interior-design", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/interior-design", + "text_pre": "Try these interior tools", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=writing", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai writing tools", + "text_pre": "Enjoy this", + "text_post": "list and site", + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=wordpress", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=wordpress", + "text_pre": "Check this page lists 5,but new tools come rapidly", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Chatgpt,Bing or bard. You can also find scientific tools at", + "text_post": null, + "semantic_location": "details", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=seo", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=seo", + "text_pre": "Here some more for inspiration", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/presentations", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai presentation tools", + "text_pre": "Not sure which app works perfect your needs but check this list of", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=Research", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/explore?kw=Research", + "text_pre": "Think these tools would also help with research", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/s/image-enhancement", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/s/image-enhancement", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Research", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Research", + "text_pre": "Haven't seen something this advanced yet, but you can check here there some good ones, specially if combined", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Document%20Search", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Document%20Search", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/explore?kw=essay", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI ESSAY TOOLS", + "text_pre": "Not sure which is best but here are some", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.oldkid.digital", + "url_from": "https://teddit.oldkid.digital/u/purplegoldiefishy", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Image%20Editing", + "url_to_https": true, + "tld_from": "digital", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 268, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "85.214.142.35", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 106, + "page_from_size": 34867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for purplegoldiefishy", + "page_from_status_code": 200, + "first_seen": "2023-06-26 01:04:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-26 01:04:50 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "ai image editors or enhancers", + "text_pre": "Try here", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67280", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 636, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 134230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 16:51:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 16:51:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/144576", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 639, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 147126, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:47:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:47:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/post/55979", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 634, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 41, + "page_from_internal_links": 46, + "page_from_size": 220019, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:35:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:35:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/89496", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 634, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 104556, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:33:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:33:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/comment/67321", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 634, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 23, + "page_from_size": 121860, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-25 06:33:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-25 06:33:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.ml", + "url_from": "https://lemmy.ml/post/1202009", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ml", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 644, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.36.178.108", + "domain_from_country": "ML", + "page_from_external_links": 43, + "page_from_internal_links": 48, + "page_from_size": 179910, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-24 17:13:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 17:13:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl?", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 6, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/145182", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 136962, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 11:34:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 11:34:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/163882", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 124765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 11:30:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 11:30:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.adminforge.de", + "url_from": "https://teddit.adminforge.de/r/PhD/comments/133k585/what_ai_tools_do_you_userecommend/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/l/academic-research", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 325, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.162.28", + "domain_from_country": "DE", + "page_from_external_links": 10, + "page_from_internal_links": 313, + "page_from_size": 69116, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What AI tools do you use/recommend? : PhD", + "page_from_status_code": 200, + "first_seen": "2023-06-24 04:58:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 04:58:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI tools for research", + "text_pre": "This resource might help .. Here are some", + "text_post": "but there are lots of others for writing, essays, proofreading, presentations etc. Just search this site", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.proformis.pro", + "url_from": "https://blog.proformis.pro/best/top-ai-tool-directories-resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pro", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.218.66", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 37, + "page_from_size": 154398, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Top AI Tool Directories & Resources – Proformis", + "page_from_status_code": 200, + "first_seen": "2023-05-20 00:43:42 +00:00", + "prev_seen": "2023-05-20 00:43:42 +00:00", + "last_seen": "2023-06-24 01:49:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/comment/145181", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 636, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 152756, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 01:06:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 01:06:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/post/502422", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 636, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 244675, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-24 01:05:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-24 01:05:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/message/4130", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 600, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 28, + "page_from_size": 95003, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-06-23 23:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 23:56:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "groups.io", + "url_from": "https://groups.io/g/tech-vi/topic/6_online_directories_of_ai/99180494?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,99180494,previd%3D1685274316974126280,nextid%3D1685069122483109782&previd=1685274316974126280&nextid=1685069122483109782", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 600, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.79.81.153", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 96548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "tech-vi@groups.io | 6 Online Directories of AI Tools to Discover or Search for the Best AI App", + "page_from_status_code": 200, + "first_seen": "2023-06-23 22:47:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 22:47:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": "2.", + "text_post": "(Web): Discover AI Tools, and Create and Export Shortlists", + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "m.okjike.com", + "url_from": "https://m.okjike.com/users/9771462a-59b1-4cfe-b7d7-e5e960eba628", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 303, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "47.99.112.78", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 2, + "page_from_size": 218399, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "小正聊AI创作的个人主页 - 即刻App", + "page_from_status_code": 200, + "first_seen": "2023-06-15 16:12:59 +00:00", + "prev_seen": "2023-06-15 16:12:59 +00:00", + "last_seen": "2023-06-23 19:43:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "radar.getinference.com🏷️收录了1000+聚焦于营销工作场景的AI工具🏷️可以根据topic、name、trending、post count等进行检索,让你快速找到AI营销神器🔥 Best AI Tools:www.aitoolhunt.com🏷️收录了2000+工具,分设115个类别🏷️与众不同的是,可以按 Semrush 排名检索工具,获取当下最popular的AI工具🔥 TopAi.tools:", + "text_post": "🏷️收录了3700+AI工具🏷️提供快速列表,能让用户快速检索一些特定主题的AI工具🏷️根据功能性、创新性、易用性等指标推荐一些精选工具,帮助用户了解一些最新、最热门、最有价值的AI工具", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 252, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 469, + "page_from_internal_links": 15, + "page_from_size": 58781, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-06-23 19:42:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 19:42:50 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/post/2987", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 157, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 95105, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-23 19:04:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 19:04:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.graz.social", + "url_from": "https://lemmy.graz.social/post/41007?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.13", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 58569, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy graz.social", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:08:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:08:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.graz.social", + "url_from": "https://lemmy.graz.social/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.13", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 21, + "page_from_size": 66887, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy graz.social", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:07:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:07:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226385", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 103052, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:06:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.graz.social", + "url_from": "https://lemmy.graz.social/post/41007", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.13", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 58569, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy graz.social", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:05:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:05:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/400183", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 541, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 96985, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-23 12:05:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 12:05:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/comment/213957", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 493, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 97266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:59:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:59:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/comment/213959", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 493, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 85590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:58:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:58:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/178517", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87301, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:40:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:40:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/275699", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 88427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:39:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:39:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165299", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 92290, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/275698", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 93357, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/196608", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 88242, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165304", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 88389, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:37:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:37:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165292", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 109328, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:36:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:36:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53530", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 110387, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:10:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:10:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/188617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 81184, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/54497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 87682, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:11 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/74949", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 86925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53779", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 123245, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:09:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:09:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/56459", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 81746, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:06:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:06:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53778", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 568, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 129099, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 10:06:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 10:06:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165291", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 114752, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 08:13:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 08:13:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/196638", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 98933, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 08:08:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 08:08:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165293", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 22, + "page_from_size": 103311, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 07:51:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 07:51:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/165301", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 17, + "page_from_size": 87253, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-23 07:46:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 07:46:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2103", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 61111, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:44:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:44:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1452", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 55957, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:40:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:40:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1272", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 90977, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:39:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:39:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2207", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 62127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:39:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:39:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/6971", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 55385, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 05:37:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 05:37:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2022", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 60665, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 04:47:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 04:47:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1207", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 97186, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 04:44:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 04:44:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 24, + "page_from_internal_links": 38, + "page_from_size": 185514, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 03:42:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 03:42:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.whalesinspace.de", + "url_from": "https://lemmy.whalesinspace.de/post/319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.16.129", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 44467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - whalesinspace.de", + "page_from_status_code": 200, + "first_seen": "2023-06-23 02:37:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 02:37:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/68917", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 98073, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 02:22:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 02:22:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/73674", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 86087, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-23 02:20:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 02:20:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1315", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 61496, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:58:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:58:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1249", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 84110, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:57:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67907", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 122978, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:32:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:32:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67286", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 135160, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/79991", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 104604, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:30:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:30:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/195188", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87240, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:30:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:30:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/86482", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 92636, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67318", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 129304, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/87669", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 92979, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/70400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 547, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87802, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:29:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:29:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 22, + "page_from_internal_links": 33, + "page_from_size": 176994, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-06-23 01:04:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 01:04:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.whalesinspace.de", + "url_from": "https://lemmy.whalesinspace.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.16.129", + "domain_from_country": "DE", + "page_from_external_links": 10, + "page_from_internal_links": 16, + "page_from_size": 51697, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - whalesinspace.de", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:53:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:53:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.whalesinspace.de", + "url_from": "https://lemmy.whalesinspace.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.16.129", + "domain_from_country": "DE", + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 530888, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - whalesinspace.de", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:37:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:37:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/2084", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 62367, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:07:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:07:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1303", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 74478, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-23 00:06:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-23 00:06:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 153, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 34, + "page_from_size": 193626, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:39:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:39:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5920", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 17, + "page_from_internal_links": 22, + "page_from_size": 72249, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:05:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:05:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/7478", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 67324, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:05:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/7475", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 55758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:04:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:04:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/12116", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 61301, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:04:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:04:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5919", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 78650, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:03:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:03:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5918", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 84575, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:02:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:02:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/6763", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 54806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:02:26 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:02:26 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/5922", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 60270, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:00:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/comment/7477", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 72925, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 23:00:20 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 23:00:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/53780", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 116269, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-22 22:45:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 22:45:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.legally-berlin.de", + "url_from": "https://lemmy.legally-berlin.de/post/103", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 46807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:44:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:44:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1877", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 67991, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:26:11 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:26:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1293", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 78267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:07:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:07:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1205", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 102416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 21:07:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 21:07:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/post/2441", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 29, + "page_from_internal_links": 34, + "page_from_size": 126342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:49:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:49:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/comment/1817", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 71862, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:48:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:48:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.jpaulus.io", + "url_from": "https://lemmy.jpaulus.io/post/746", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.228.244", + "domain_from_country": "IO", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 181449, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - burb", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:47:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:47:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "posta.no", + "url_from": "https://posta.no/comment/40404", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "no", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 300, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.204.136", + "domain_from_country": "NO", + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 74414, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - posta.no", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:44:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:44:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 22, + "page_from_internal_links": 34, + "page_from_size": 174240, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:24:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:24:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/post/913", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 29, + "page_from_internal_links": 35, + "page_from_size": 119077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:20:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:20:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.legally-berlin.de", + "url_from": "https://lemmy.legally-berlin.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 22, + "page_from_size": 78812, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:17:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:17:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/post/913?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 29, + "page_from_internal_links": 35, + "page_from_size": 119077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 20:15:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 20:15:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/61442", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 89305, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:13:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:13:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51098", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 114015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:13:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:13:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/67884", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 77663, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:12:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:12:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/53451", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 72479, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:11:54 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:11:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/158890", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 71914, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:11:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:11:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.scam-mail.me", + "url_from": "https://lemmy.scam-mail.me/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "me", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.58.164", + "domain_from_country": "ME", + "page_from_external_links": 71, + "page_from_internal_links": 129, + "page_from_size": 540221, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Scam-Lemmy.me", + "page_from_status_code": 200, + "first_seen": "2023-06-22 19:10:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 19:10:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51074", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 119766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 18:54:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 18:54:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/69297", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 78564, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 18:24:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 18:24:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/70648", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 566, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 93457, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-22 17:03:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 17:03:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/66922", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 76383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 12:35:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 12:35:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "beehaw.org", + "url_from": "https://beehaw.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 633, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "137.184.145.108", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 35, + "page_from_size": 226542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Beehaw", + "page_from_status_code": 200, + "first_seen": "2023-06-22 12:17:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 12:17:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51859", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 89694, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 08:30:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 08:30:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/67559", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 77534, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-22 08:27:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 08:27:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/post/36738?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 206953, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-22 06:23:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 06:23:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/67668", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 115578, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 05:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 05:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/68626", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 92871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 05:30:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 05:30:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "rocks", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 497, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": "LR", + "page_from_external_links": 462, + "page_from_internal_links": 15, + "page_from_size": 58243, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-05-05 11:24:25 +00:00", + "prev_seen": "2023-05-05 11:24:25 +00:00", + "last_seen": "2023-06-22 05:03:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/124719", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 73916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:54:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32032", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 79648, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:51:56 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:51:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/41149", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 28, + "page_from_size": 115301, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:51:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:51:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/83606", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 99634, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:24:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:24:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/68156", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 544, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 109951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-22 02:22:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 02:22:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "167.86.124.45", + "url_from": "https://167.86.124.45/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": null, + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 146, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 72, + "page_from_internal_links": 126, + "page_from_size": 550080, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-22 00:14:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-22 00:14:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/comment/213958", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 482, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 89856, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-21 23:10:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 23:10:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "programming.dev", + "url_from": "https://programming.dev/post/87145", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 482, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.73.21", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 95383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - programming.dev", + "page_from_status_code": 200, + "first_seen": "2023-06-21 23:08:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 23:08:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.darmstadt.social", + "url_from": "https://lemmy.darmstadt.social/post/95", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 374, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.17.137", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 14, + "page_from_size": 40453, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - darmstadt.social", + "page_from_status_code": 200, + "first_seen": "2023-06-21 21:34:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 21:34:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.darmstadt.social", + "url_from": "https://lemmy.darmstadt.social/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 374, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.17.137", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 13, + "page_from_size": 34908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - darmstadt.social", + "page_from_status_code": 200, + "first_seen": "2023-06-21 21:30:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 21:30:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.darmstadt.social", + "url_from": "https://lemmy.darmstadt.social/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "social", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 374, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.17.137", + "domain_from_country": null, + "page_from_external_links": 69, + "page_from_internal_links": 126, + "page_from_size": 525178, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - darmstadt.social", + "page_from_status_code": 200, + "first_seen": "2023-06-21 21:26:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 21:26:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/139229", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 475, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 86026, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-21 20:26:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 20:26:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/204869", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 475, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 79975, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-21 20:24:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 20:24:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/47944", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 21, + "page_from_size": 86627, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 19:51:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 19:51:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/41151", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 25, + "page_from_size": 102680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 19:44:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 19:44:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32045", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 476, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 79908, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 16:44:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 16:44:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/74544", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 86356, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-21 16:17:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 16:17:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/54180", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 561, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 98515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-21 16:13:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 16:13:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51557", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 456, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 105756, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-21 14:43:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 14:43:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/comment/167347", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 489, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 80627, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-21 13:37:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 13:37:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/comment/167345", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 489, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 92205, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-21 13:33:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 13:33:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/comment/167346", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 489, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 86677, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-21 13:33:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 13:33:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51740", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 456, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 93695, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-21 10:43:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 10:43:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/64672", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 456, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 83360, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-21 10:43:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 10:43:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166137", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 86084, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:34:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:34:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166136", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 91617, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:34:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:34:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/249578", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 80034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:33:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:33:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166108", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 74570, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:33:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:33:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166105", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 73521, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:32:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:32:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166179", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 78932, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:25:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:25:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166168", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 97108, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:23:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:23:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166169", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 532, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 90778, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-21 08:23:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 08:23:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "iusearchlinux.fyi", + "url_from": "https://iusearchlinux.fyi/post/14357", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 430, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "46.101.183.128", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 64710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - I use arch linux FYI", + "page_from_status_code": 200, + "first_seen": "2023-06-21 07:52:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 07:52:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?filters=taxnodes%3ATechnology%7CInformation+Technology%7CArtificial+Intelligence%40%40taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management%40%40modified%3A%5B1000-01-01T00%3A00%3A01.000Z+TO+NOW%5D%40%40modified%3A%5B*+TO+NOW%5D", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 391, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 97, + "page_from_size": 223165, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-10 02:27:58 +00:00", + "prev_seen": "2023-04-10 02:27:58 +00:00", + "last_seen": "2023-06-21 07:33:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.ml", + "url_from": "https://lemmy.ml/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ml", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 638, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "54.36.178.108", + "domain_from_country": "ML", + "page_from_external_links": 69, + "page_from_internal_links": 128, + "page_from_size": 622407, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-21 03:57:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-21 03:57:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/51384", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 450, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 99215, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:26:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:26:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/comment/52091", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 450, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 76510, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:25:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:25:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/47945", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 79261, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:24:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:24:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/139209", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 73539, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:21:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:21:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117444", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 77905, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:20:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:20:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/126452", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 72475, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:18:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:18:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117438", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 96070, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 22:18:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 22:18:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.world", + "url_from": "https://lemmy.world/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "world", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 616, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.143.230", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 39, + "page_from_size": 214825, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy.world", + "page_from_status_code": 200, + "first_seen": "2023-06-20 21:34:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 21:34:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/69160", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 84755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 20:19:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 20:19:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/127945", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 449, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 78717, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 20:19:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 20:19:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/54019", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 556, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 101209, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:59:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:59:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32031", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 89537, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:55:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/41150", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 107727, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:54:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:54:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/111185", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 77600, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:53:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:53:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32220", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 78944, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:45:23 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:45:23 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/comment/196637", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 511, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 101276, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 19:09:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 19:09:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/post/64422?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 538, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 202860, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-20 15:41:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 15:41:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/post/2987", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 477, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 90267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-20 13:05:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 13:05:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/89005", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 538, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 88961, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-20 09:48:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 09:48:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "social.nerdswire.de", + "url_from": "https://social.nerdswire.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 365, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "168.119.55.222", + "domain_from_country": "DE", + "page_from_external_links": 71, + "page_from_internal_links": 131, + "page_from_size": 500530, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - social.nerdswire.de", + "page_from_status_code": 200, + "first_seen": "2023-06-20 08:51:27 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 08:51:27 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32038", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 469, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 22, + "page_from_size": 95203, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-20 08:27:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 08:27:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "iusearchlinux.fyi", + "url_from": "https://iusearchlinux.fyi/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 415, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "46.101.183.128", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 63, + "page_from_size": 296692, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - I use arch linux FYI", + "page_from_status_code": 200, + "first_seen": "2023-06-20 01:26:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 01:26:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 459, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 29, + "page_from_size": 154155, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:59:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:59:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/69135", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 72267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:40:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:40:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/61340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 71217, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:39:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:39:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54340", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 24, + "page_from_size": 100613, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:27:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:27:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226381", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 105208, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:00:56 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:00:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/232862", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 93850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-20 00:00:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-20 00:00:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/306498", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 87072, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:59:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:59:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226373", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 88120, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:59:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:59:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/post/47956", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 441, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 197402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:58:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:58:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/235367", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 93911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:44:36 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:44:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/235365", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 21, + "page_from_size": 100258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:43:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:43:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/294294", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 92467, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:43:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:43:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226415", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 25, + "page_from_size": 116376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:43:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226414", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 525, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 122719, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:42:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:42:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 441, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 33, + "page_from_size": 165880, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-19 23:05:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 23:05:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54342", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 87981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 20:03:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 20:03:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 30, + "page_from_size": 145603, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-19 19:37:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 19:37:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/69159", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 88763, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 18:16:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 18:16:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/comment/32039", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 88902, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 17:37:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 17:37:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/22099", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 75552, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:03:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:03:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/23749", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 56483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:02:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21255", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 28, + "page_from_size": 103736, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:02:04 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:02:04 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/34792", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 61303, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:02:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:02:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21288", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 27, + "page_from_size": 97893, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:01:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:01:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/35675", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 18, + "page_from_size": 61607, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 16:01:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 16:01:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/36711", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 16, + "page_from_size": 62051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:59:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:59:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/30459", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 19, + "page_from_size": 73165, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:58:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:58:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/32793", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 69232, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:58:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:58:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/35401", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 18, + "page_from_size": 63416, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:57:16 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:57:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/post/7505", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 458, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 42, + "page_from_size": 180200, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:56:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:56:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/22321", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 246, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 15, + "page_from_internal_links": 18, + "page_from_size": 62407, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 15:49:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 15:49:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/post/78706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 34, + "page_from_size": 135207, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:56:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 12:56:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/comment/166167", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 527, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 24, + "page_from_size": 100765, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-19 12:53:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 12:53:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/139228", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 459, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 21, + "page_from_size": 88926, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-19 09:02:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 09:02:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/post/107737", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 487, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 29, + "page_from_internal_links": 37, + "page_from_size": 142427, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 06:29:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 06:29:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 487, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 32, + "page_from_size": 161986, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 06:27:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 06:27:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 516, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 30, + "page_from_size": 173669, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:21:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:21:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54341", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 422, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 23, + "page_from_size": 93632, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:17:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:17:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/comment/54344", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 422, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 75482, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:16:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:16:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/68319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 99683, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:09:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:09:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/post/64422", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 201114, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:08:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:08:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/comment/87272", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 88190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-19 05:06:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 05:06:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 442, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 29, + "page_from_size": 144780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-19 03:45:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 03:45:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/comment/76471", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 528, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 82053, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-19 02:56:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 02:56:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/post/36738", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 528, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 202689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-19 02:53:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 02:53:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21810", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 91580, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-19 02:18:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 02:18:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.burningboard.net", + "url_from": "https://lemmy.burningboard.net/post/41", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.30.118", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 16, + "page_from_size": 38671, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Burningboard Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 01:39:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 01:39:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.burningboard.net", + "url_from": "https://lemmy.burningboard.net/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.30.118", + "domain_from_country": null, + "page_from_external_links": 8, + "page_from_internal_links": 15, + "page_from_size": 33271, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Burningboard Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 01:34:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 01:34:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.burningboard.net", + "url_from": "https://lemmy.burningboard.net/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 216, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.13.30.118", + "domain_from_country": null, + "page_from_external_links": 71, + "page_from_internal_links": 130, + "page_from_size": 527747, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Burningboard Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-19 01:12:25 +00:00", + "prev_seen": null, + "last_seen": "2023-06-19 01:12:25 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "iusearchlinux.fyi", + "url_from": "https://iusearchlinux.fyi/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fyi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 401, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "46.101.183.128", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 32, + "page_from_size": 153708, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - I use arch linux FYI", + "page_from_status_code": 200, + "first_seen": "2023-06-18 23:48:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 23:48:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/38456", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 59135, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 21:05:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 21:05:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27604", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 75295, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 21:00:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 21:00:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/32887", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 58091, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 21:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 21:00:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21621", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 21, + "page_from_internal_links": 22, + "page_from_size": 85060, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 20:04:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 20:04:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 528, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 21, + "page_from_internal_links": 33, + "page_from_size": 168483, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-18 19:28:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 19:28:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "madfoxy.com", + "url_from": "https://madfoxy.com/ai-directory-submission-backlinks/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/submit", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["cms", "blogs"], + "domain_from_is_ip": false, + "domain_from_ip": "66.206.11.130", + "domain_from_country": null, + "page_from_external_links": 78, + "page_from_internal_links": 70, + "page_from_size": 83758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Where To Submit Your AI App - 80+ Directory Submissions", + "page_from_status_code": 200, + "first_seen": "2023-06-18 14:44:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 14:44:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/submit", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 225, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 74878, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 12:27:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 12:27:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/post/8005", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 422, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 31, + "page_from_size": 120812, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-18 10:08:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 10:08:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117437", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 443, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 24, + "page_from_size": 98744, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-18 09:27:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 09:27:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.sdf.org", + "url_from": "https://lemmy.sdf.org/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 524, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "205.166.94.11", + "domain_from_country": null, + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 560542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - SDF Chatter", + "page_from_status_code": 200, + "first_seen": "2023-06-18 08:05:32 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 08:05:32 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/38464", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 63950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:59:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:59:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27603", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 81019, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:10:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:10:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27605", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 62886, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 07:09:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 07:09:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/comment/27602", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 166, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 86863, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 06:57:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 06:57:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sh.itjust.works", + "url_from": "https://sh.itjust.works/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "works", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 504, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "165.140.24.43", + "domain_from_country": "SH", + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 562911, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - sh.itjust.works", + "page_from_status_code": 200, + "first_seen": "2023-06-18 06:27:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 06:27:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 419, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 29, + "page_from_size": 131761, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 05:43:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 05:43:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/69486", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 80799, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:33:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:33:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/69151", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 82570, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:33:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:33:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53792", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 23, + "page_from_size": 94728, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:31:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:31:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/164593", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 75063, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:31:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:31:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53229", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 24, + "page_from_size": 104259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:30:56 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:30:56 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/55586", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 75606, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:30:12 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:30:12 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/52906", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 122950, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 03:29:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 03:29:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/post/4385", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 42, + "page_from_internal_links": 42, + "page_from_size": 177220, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:45:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 02:45:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/post/1762", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 133, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 25, + "page_from_internal_links": 30, + "page_from_size": 109382, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:41:11 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 02:41:11 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/comment/21986", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 202, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 21, + "page_from_size": 79535, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-18 02:39:29 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 02:39:29 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/70821", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 81735, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:54:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:54:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/52932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 29, + "page_from_size": 117022, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:47:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:47:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/68507", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 80374, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:47:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:47:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/63502", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 92342, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-18 01:46:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 01:46:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/8893", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 285, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 55310, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-18 00:23:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-18 00:23:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 418, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 70, + "page_from_internal_links": 126, + "page_from_size": 559940, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:56:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:56:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/post/21526", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 418, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 31, + "page_from_size": 121093, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:53:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:53:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 110609, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:52:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:52:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aussie.zone", + "url_from": "https://aussie.zone/comment/117439", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 418, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "139.99.135.30", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 21, + "page_from_size": 86124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Aussie Zone", + "page_from_status_code": 200, + "first_seen": "2023-06-17 23:45:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 23:45:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30399", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 90762, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 22:38:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 22:38:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/post/676983", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 505, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 30, + "page_from_internal_links": 37, + "page_from_size": 160531, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-17 19:46:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 19:46:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/comment/226413", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 505, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 28, + "page_from_size": 126023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-17 19:17:57 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 19:17:57 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/16483", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 64119, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 15:09:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 15:09:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/46210", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 58744, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 15:08:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 15:08:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3999", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 20, + "page_from_size": 64851, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 15:04:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 15:04:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/5958", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 59139, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:54:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:54:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2014", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 97952, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:10:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:10:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2297", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 75655, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:09:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:09:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/4497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 73376, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:07:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:07:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/21912", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 56079, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:05:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:05:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2347", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 62549, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:05:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:05:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2704", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 56641, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:03:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:03:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2203", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 91647, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:02:54 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:02:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5582", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 61445, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 14:02:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 14:02:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3837", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 256, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 24, + "page_from_size": 86419, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:58:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:58:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5709", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 63548, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:58:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:58:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5775", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 61794, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:58:09 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:58:09 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/5108", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 69349, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:54:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:54:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2112", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 85096, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 13:03:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 13:03:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30402", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 66680, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 12:51:18 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 12:51:18 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30400", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 84851, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 12:42:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 12:42:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 488, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 95355, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-17 12:03:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 12:03:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/31150", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 60015, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:35:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:35:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/66156", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 21, + "page_from_size": 87279, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:29:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:29:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/comment/53642", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 585, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 97600, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:28:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:28:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30401", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 22, + "page_from_size": 78524, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 11:25:36 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 11:25:36 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/30395", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 361, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 67715, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 10:52:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 10:52:17 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/6024", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 62684, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 10:31:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 10:31:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2004", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 210, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 103638, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-17 09:54:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 09:54:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22409", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 17, + "page_from_internal_links": 20, + "page_from_size": 77164, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 09:41:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 09:41:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "sopuli.xyz", + "url_from": "https://sopuli.xyz/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 505, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "135.181.192.64", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 117, + "page_from_size": 522768, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Sopuli", + "page_from_status_code": 200, + "first_seen": "2023-06-17 09:18:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 09:18:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22407", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 231, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 89267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 08:18:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 08:18:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.one", + "url_from": "https://lemmy.one/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 488, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.205.122", + "domain_from_country": null, + "page_from_external_links": 66, + "page_from_internal_links": 117, + "page_from_size": 483127, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy.one", + "page_from_status_code": 200, + "first_seen": "2023-06-17 07:40:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 07:40:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/comment/29718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 358, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 61258, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-17 04:26:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 04:26:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 16, + "page_from_internal_links": 28, + "page_from_size": 118095, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-17 04:11:41 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 04:11:41 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.primboard.de", + "url_from": "https://lemmy.primboard.de/post/1097", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "84.161.187.177", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 47124, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - primboard", + "page_from_status_code": 200, + "first_seen": "2023-06-17 03:40:55 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 03:40:55 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22417", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 65055, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 03:19:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 03:19:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/comment/22408", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 18, + "page_from_internal_links": 22, + "page_from_size": 83188, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-17 03:18:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 03:18:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "forum.bazicenter.com", + "url_from": "https://forum.bazicenter.com/threads/tips-center.123376/page-2", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 341, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "65.21.197.230", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 99, + "page_from_size": 224825, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Tips Center | Page 2 | انجمن های بازی سنتر", + "page_from_status_code": 200, + "first_seen": "2023-06-17 02:58:17 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 02:58:17 +00:00", + "item_type": "anchor", + "attributes": ["nofollow", "ugc", "noopener"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Best AI tools and Services list", + "text_pre": "- Dive into anything بهترین مرورگر دنیا با اختلاف Brave Browserئه که بیسش Chromiumئه. وقتتون رو با Google Chrome، Microsoft Edge و Firefox و اینا هدر ندید. اگر به ابزارهای AI علاقه دارید، این سایت", + "text_post": "یک لیست بلند بالا از بهترین‌هاشون رو ارائه میده. سایت فوق خفن Canva، نود درصد امکاناتش مجانیه. پانشید نرید با وورد و اینا دیگه نامه و رزومه بنویسید، وقت صرف دیزاین کنید که به چشم بیان.", + "semantic_location": "article", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.vergaberecht-kanzlei.de", + "url_from": "https://lemmy.vergaberecht-kanzlei.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 449651, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:58:50 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:58:50 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "infosec.pub", + "url_from": "https://infosec.pub/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pub", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 357, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "136.243.54.41", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 493567, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Infosec.Pub", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:46:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:46:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.vergaberecht-kanzlei.de", + "url_from": "https://lemmy.vergaberecht-kanzlei.de/post/229", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 40023, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:43:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:43:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12712", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 25, + "page_from_size": 81859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-17 01:38:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 01:38:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12706", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 60217, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-17 00:57:19 +00:00", + "prev_seen": null, + "last_seen": "2023-06-17 00:57:19 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12718", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 59107, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:50:10 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:50:10 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12713", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 24, + "page_from_size": 76203, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:50:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:50:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.vergaberecht-kanzlei.de", + "url_from": "https://lemmy.vergaberecht-kanzlei.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.28.163", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 55205, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - legally-berlin", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:45:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:45:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 3, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.primboard.de", + "url_from": "https://lemmy.primboard.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "84.161.187.177", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 19, + "page_from_size": 67073, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - primboard", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:29:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:29:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/comment/12697", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 55000, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:05:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:05:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/post/1497", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 32, + "page_from_size": 103094, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 23:04:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 23:04:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.blahaj.zone", + "url_from": "https://lemmy.blahaj.zone/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 437, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "3.232.72.0", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 471981, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Blåhaj Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 22:06:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 22:06:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3959", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 23, + "page_from_size": 77027, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:57:00 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:57:00 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/16275", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 20, + "page_from_size": 65402, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:55:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:55:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3885", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 92329, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:47:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:47:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "vlemmy.net", + "url_from": "https://vlemmy.net/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 380, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "109.78.160.70", + "domain_from_country": null, + "page_from_external_links": 65, + "page_from_internal_links": 114, + "page_from_size": 492737, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - VLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 20:35:15 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 20:35:15 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3757", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 30, + "page_from_size": 103934, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 19:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 19:56:44 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/6648", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 51515, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:21:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:21:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/639", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 19, + "page_from_internal_links": 25, + "page_from_size": 80599, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:18:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:18:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/638", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 20, + "page_from_internal_links": 27, + "page_from_size": 86890, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:13:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:13:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/633", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 52542, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:11:47 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:11:47 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/5617", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 56871, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:11:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:11:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/1322", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 15, + "page_from_internal_links": 21, + "page_from_size": 64620, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:04:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 57895, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 17:04:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 17:04:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/1323", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 58318, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:38:39 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:38:39 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 15, + "page_from_internal_links": 24, + "page_from_size": 104584, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:38:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:38:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/637", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 22, + "page_from_internal_links": 28, + "page_from_size": 92696, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:06:45 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:06:45 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/14333", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 21, + "page_from_size": 70651, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:04:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/comment/1053", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 58221, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 16:03:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 16:03:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.dbzer0.com", + "url_from": "https://lemmy.dbzer0.com/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 384, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "167.86.124.45", + "domain_from_country": null, + "page_from_external_links": 33, + "page_from_internal_links": 43, + "page_from_size": 193261, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Divisions by zero", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:35:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:35:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/717", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 59450, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:30:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:30:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/12932", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 53758, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:19:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:19:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/228", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 12, + "page_from_internal_links": 17, + "page_from_size": 54306, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:11:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:11:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/113", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 23, + "page_from_internal_links": 29, + "page_from_size": 101357, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 14:07:02 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 14:07:02 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.aiyjs.com", + "url_from": "http://www.aiyjs.com/30595.html", + "url_from_https": false, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 336, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "8.218.90.222", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 127, + "page_from_size": 115617, + "page_from_encoding": "utf-8", + "page_from_language": "zh", + "page_from_title": "国外英文AIGC工具导航汇总 – AI研究所", + "page_from_status_code": 200, + "first_seen": "2023-06-16 13:47:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 13:47:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "TopAi.tools:", + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.eic.lu", + "url_from": "https://lemmy.eic.lu/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 86, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "213.47.200.221", + "domain_from_country": "LU", + "page_from_external_links": 64, + "page_from_internal_links": 110, + "page_from_size": 473154, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-16 13:37:20 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 13:37:20 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 64, + "page_from_internal_links": 112, + "page_from_size": 458968, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 13:26:13 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 13:26:13 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/909", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 17, + "page_from_size": 60318, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:47:40 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:47:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/634", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 19, + "page_from_size": 61034, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:26:30 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:26:30 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/comment/2264", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 78436, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:18:49 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:18:49 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/162", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 22, + "page_from_size": 73117, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:11:35 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:11:35 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/post/319", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 181738, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-16 11:10:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 11:10:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startrek.website", + "url_from": "https://startrek.website/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "website", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 359, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.56.102.6", + "domain_from_country": null, + "page_from_external_links": 64, + "page_from_internal_links": 111, + "page_from_size": 468958, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Star Trek: Website", + "page_from_status_code": 200, + "first_seen": "2023-06-16 10:59:08 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 10:59:08 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/post/114", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 30, + "page_from_internal_links": 37, + "page_from_size": 126850, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:57:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 08:57:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 167, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 110806, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:32:28 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 08:32:28 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 159, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 16, + "page_from_internal_links": 26, + "page_from_size": 107074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 08:15:03 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 08:15:03 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "diggit.xyz", + "url_from": "https://diggit.xyz/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 240, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "192.241.146.248", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 24, + "page_from_size": 80190, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Diggit", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:58:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:58:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3933", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 209, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 80036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:48:53 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:48:53 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/166", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 19, + "page_from_size": 59993, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:25:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:25:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.help", + "url_from": "https://lemmy.help/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "help", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 155, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "142.132.240.112", + "domain_from_country": null, + "page_from_external_links": 54, + "page_from_internal_links": 92, + "page_from_size": 396428, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Lemmy Help", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:23:48 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:23:48 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/135", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 236, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 23, + "page_from_size": 82565, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:12:22 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:12:22 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/17102", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 18, + "page_from_size": 64100, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 07:00:52 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 07:00:52 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/post/561", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 21, + "page_from_internal_links": 25, + "page_from_size": 91291, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:38:31 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:38:31 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/360", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 65649, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:36:14 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:36:14 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/post/30650?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 615, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 46, + "page_from_size": 196369, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:33:24 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:33:24 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/post/30650", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 615, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 46, + "page_from_size": 196353, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:27:05 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:27:05 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/145", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 26, + "page_from_size": 87900, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 06:08:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 06:08:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 25, + "page_from_size": 89659, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:34:46 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:34:46 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/post/81528", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 18, + "page_from_size": 59767, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:33:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:33:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/157", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 22, + "page_from_size": 75843, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:18:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:18:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "discuss.tchncs.de", + "url_from": "https://discuss.tchncs.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 615, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.62.32", + "domain_from_country": "DE", + "page_from_external_links": 15, + "page_from_internal_links": 26, + "page_from_size": 105736, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - tchncs", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:16:37 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:16:37 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/427", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 19, + "page_from_size": 57674, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:14:38 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:14:38 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/115", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 28, + "page_from_size": 94116, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 05:04:01 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 05:04:01 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/comment/341", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 20, + "page_from_size": 69588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-16 04:53:21 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 04:53:21 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "feddit.ch", + "url_from": "https://feddit.ch/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ch", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "20.203.152.16", + "domain_from_country": "CH", + "page_from_external_links": 12, + "page_from_internal_links": 21, + "page_from_size": 73590, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - feddit.ch", + "page_from_status_code": 200, + "first_seen": "2023-06-16 04:27:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 04:27:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/15864", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 20, + "page_from_size": 61471, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:58:51 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:58:51 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/3761", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 21, + "page_from_internal_links": 29, + "page_from_size": 96518, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:55:42 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:55:42 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/comment/12384", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 21, + "page_from_size": 72701, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:41:07 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:41:07 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/post/2094", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 46, + "page_from_size": 176930, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:40:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:40:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.mbirth.uk", + "url_from": "https://lemmy.mbirth.uk/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "uk", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 110, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "81.108.162.141", + "domain_from_country": "GB", + "page_from_external_links": 63, + "page_from_internal_links": 111, + "page_from_size": 467125, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - lemmy.mbirth.uk", + "page_from_status_code": 200, + "first_seen": "2023-06-16 00:02:43 +00:00", + "prev_seen": null, + "last_seen": "2023-06-16 00:02:43 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "kyu.de", + "url_from": "https://kyu.de/post/283", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 121, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.185.170.204", + "domain_from_country": "DE", + "page_from_external_links": 43, + "page_from_internal_links": 45, + "page_from_size": 178051, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - kyu", + "page_from_status_code": 200, + "first_seen": "2023-06-15 21:27:33 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 21:27:33 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.aucubin.de", + "url_from": "https://lemmy.aucubin.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "49.12.12.246", + "domain_from_country": "DE", + "page_from_external_links": 60, + "page_from_internal_links": 105, + "page_from_size": 452043, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - lemmy.aucubin.de", + "page_from_status_code": 200, + "first_seen": "2023-06-15 17:38:58 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 17:38:58 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3sister.com", + "url_from": "https://w3sister.com/2023-01-26-15/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 558465, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-26/15 - W3Sister.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-21 06:10:53 +00:00", + "prev_seen": "2023-03-23 13:34:39 +00:00", + "last_seen": "2023-06-15 16:04:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/u/kosh@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 22, + "page_from_size": 85727, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "@kosh - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:39:16 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 15:39:16 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rational-racoon.de", + "url_from": "https://rational-racoon.de/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.128.50", + "domain_from_country": "DE", + "page_from_external_links": 55, + "page_from_internal_links": 97, + "page_from_size": 412620, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - Rational Racoon", + "page_from_status_code": 200, + "first_seen": "2023-06-15 15:21:59 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 15:21:59 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.pryst.de", + "url_from": "https://lemmy.pryst.de/post/895?scrollToComments=true", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "130.61.11.230", + "domain_from_country": "DE", + "page_from_external_links": 20, + "page_from_internal_links": 23, + "page_from_size": 81354, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Welche AI-Tools benutzt ihr? Was ist einfach nur Schlangenöl? - PonyLemmy", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:47:06 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 14:47:06 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 8, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lemmy.rollenspiel.monster", + "url_from": "https://lemmy.rollenspiel.monster/c/de_edv@feddit.de", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "monster", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 356, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "162.55.131.56", + "domain_from_country": null, + "page_from_external_links": 55, + "page_from_internal_links": 97, + "page_from_size": 424221, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "de_EDV - RollenspielMonster", + "page_from_status_code": 200, + "first_seen": "2023-06-15 14:02:34 +00:00", + "prev_seen": null, + "last_seen": "2023-06-15 14:02:34 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3sister.com", + "url_from": "https://w3sister.com/2023-01-27-16/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 569287, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-27/16 - W3Sister.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-21 05:20:31 +00:00", + "prev_seen": "2023-03-23 12:49:03 +00:00", + "last_seen": "2023-06-15 13:56:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3tops.com", + "url_from": "https://w3tops.com/2023-01-26-15/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 187, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 558074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-26/15 - W3Tops.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-27 06:05:22 +00:00", + "prev_seen": "2023-03-29 15:04:05 +00:00", + "last_seen": "2023-05-28 20:33:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "w3tops.com", + "url_from": "https://w3tops.com/2023-01-27-16/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 187, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "82.180.143.62", + "domain_from_country": null, + "page_from_external_links": 10000, + "page_from_internal_links": 6, + "page_from_size": 568896, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "2023-01-27/16 - W3Tops.Com", + "page_from_status_code": 200, + "first_seen": "2023-02-27 05:36:17 +00:00", + "prev_seen": "2023-03-29 14:59:48 +00:00", + "last_seen": "2023-05-28 20:32:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "Visit URL", + "text_pre": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "text_post": "Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL Visit URL", + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.app.runonflux.io", + "url_from": "https://libreddit.app.runonflux.io/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 482, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "91.107.235.152", + "domain_from_country": "IO", + "page_from_external_links": 492, + "page_from_internal_links": 14, + "page_from_size": 60660, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-05-28 00:10:26 +00:00", + "prev_seen": null, + "last_seen": "2023-05-28 00:10:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/privacy.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 12, + "page_from_internal_links": 16, + "page_from_size": 143413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 05:11:02 +00:00", + "prev_seen": "2023-05-03 05:11:02 +00:00", + "last_seen": "2023-05-27 12:32:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/privacy.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 17, + "page_from_internal_links": 11, + "page_from_size": 143413, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:39:55 +00:00", + "prev_seen": "2023-05-03 06:39:55 +00:00", + "last_seen": "2023-05-27 12:27:05 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "excelly-ai.io", + "url_from": "https://excelly-ai.io/dsgvo.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 118, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 15, + "page_from_size": 46181, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DSGVO | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-04-12 10:38:07 +00:00", + "prev_seen": "2023-04-12 10:38:07 +00:00", + "last_seen": "2023-05-27 10:20:02 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hackershare.dev", + "url_from": "https://www.hackershare.dev/en/bookmarks/938666/goto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "118.26.38.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 95, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-05-27 09:31:23 +00:00", + "prev_seen": null, + "last_seen": "2023-05-27 09:31:23 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.net", + "url_from": "https://teddit.net/u/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "net", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 642, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "95.216.148.55", + "domain_from_country": "US", + "page_from_external_links": 67, + "page_from_internal_links": 286, + "page_from_size": 52797, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Peter3tv33", + "page_from_status_code": 200, + "first_seen": "2023-05-26 08:38:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-26 08:38:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "github.com", + "url_from": "https://github.com/RodgerE1/AI-Links", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 89, + "domain_from_rank": 975, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "140.82.121.4", + "domain_from_country": "US", + "page_from_external_links": 147, + "page_from_internal_links": 71, + "page_from_size": 221999, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GitHub - RodgerE1/AI-Links: Links to AI sites", + "page_from_status_code": 200, + "first_seen": "2023-05-25 17:16:56 +00:00", + "prev_seen": null, + "last_seen": "2023-05-25 17:16:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools Directory", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27&filters=taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 100, + "page_from_size": 213835, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 05:07:37 +00:00", + "prev_seen": "2023-04-09 05:07:37 +00:00", + "last_seen": "2023-05-25 03:20:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": false, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "qoton.solvenamibia.org", + "url_from": "https://qoton.solvenamibia.org/post/all-ai-tools-directory/98539276", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=resource.fyi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 60, + "rank": 0, + "page_from_rank": 20, + "domain_from_rank": 369, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.51.59", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 15, + "page_from_size": 19197, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": null, + "page_from_status_code": 200, + "first_seen": "2023-05-21 11:51:21 +00:00", + "prev_seen": null, + "last_seen": "2023-05-21 11:51:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Web10X your personal & business productivity. Explore All. AI Detection Art Audio Avatars Business Chat Coaching Data Analysis Design Development Education Email Finance Gaming Images Legal Marketing Music Podcasting Productivity Prompt Guides Research SEO Social Media Speech Translation Video Writing.", + "text_pre": "become a technology that any business ... WebAll Tools is a cloud-based artificial intelligence management system that automatically manages your account on any social media platform. Take a quick look at All Tools …", + "text_post": "Web19 de abr. de 2023 · To look inside this black box, we analyzed Google’s C4 data set, a massive snapshot of the contents of 15 million websites that have been used to instruct … WebTHE LARGEST AI TOOLS", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "blog.proformis.pro", + "url_from": "https://blog.proformis.pro/blog/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pro", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 138, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.218.66", + "domain_from_country": null, + "page_from_external_links": 39, + "page_from_internal_links": 31, + "page_from_size": 181323, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Blog – Proformis", + "page_from_status_code": 200, + "first_seen": "2023-05-20 00:47:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-20 00:47:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAI.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/dsgvo.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 114, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 14, + "page_from_internal_links": 11, + "page_from_size": 45995, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "DSGVO | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-17 03:05:36 +00:00", + "prev_seen": null, + "last_seen": "2023-05-17 03:05:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/legal-notice.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 114, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 10, + "page_from_internal_links": 11, + "page_from_size": 27742, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Legal Notice | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-16 19:46:58 +00:00", + "prev_seen": null, + "last_seen": "2023-05-16 19:46:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/user/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 150, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 67, + "page_from_internal_links": 34, + "page_from_size": 34337, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Peter3tv33 (u/Peter3tv33) - Libreddit", + "page_from_status_code": 200, + "first_seen": "2023-05-14 11:10:19 +00:00", + "prev_seen": null, + "last_seen": "2023-05-14 11:10:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.alt.tyil.nl", + "url_from": "https://reddit.alt.tyil.nl/r/artificial/comments/130jxo2/what_websites_are_there_where_i_can_find_ai_apps/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nl", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 261, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "178.162.131.11", + "domain_from_country": "NL", + "page_from_external_links": 42, + "page_from_internal_links": 239, + "page_from_size": 23646, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "What websites are there where I can find AI apps and tools? : artificial", + "page_from_status_code": 200, + "first_seen": "2023-05-13 05:20:52 +00:00", + "prev_seen": null, + "last_seen": "2023-05-13 05:20:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "brandnamemenow.com", + "url_from": "https://brandnamemenow.com/ai-powered-name-generator", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-powered-name-generator", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 296, + "domain_from_platform_type": ["message-boards"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.144.13", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 61, + "page_from_size": 61090, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Ai Powered Name Generator | BrandNameMeNow", + "page_from_status_code": 200, + "first_seen": "2023-05-12 11:19:16 +00:00", + "prev_seen": null, + "last_seen": "2023-05-12 11:19:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "AI-Powered Name Generator - topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/startup_resources/comments/135yi10/publish_your_ai_product_or_explore_3000_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 85, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 15056, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Publish your AI product or explore 3000+ AI tools that could boost your business - r/startup_resources", + "page_from_status_code": 200, + "first_seen": "2023-05-12 11:07:33 +00:00", + "prev_seen": null, + "last_seen": "2023-05-12 11:07:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "2 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "gratisgraphics.com", + "url_from": "https://gratisgraphics.com/read/list-of-tools-for-creating-prompts-for-text-to-image-ai-generators", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.164.209", + "domain_from_country": null, + "page_from_external_links": 228, + "page_from_internal_links": 3, + "page_from_size": 143762, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "List of tools for creating prompts for text-to-image AI generators", + "page_from_status_code": 200, + "first_seen": "2023-05-12 07:33:08 +00:00", + "prev_seen": null, + "last_seen": "2023-05-12 07:33:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": "", + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.til.io", + "url_from": "https://r.til.io/r/FREEMEDIAHECKYEAH/wiki/ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 80, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.12.28", + "domain_from_country": "IO", + "page_from_external_links": 407, + "page_from_internal_links": 15, + "page_from_size": 52160, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "ai - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-05-11 15:17:28 +00:00", + "prev_seen": null, + "last_seen": "2023-05-11 15:17:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AaScienceRejects", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 199, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.135.201.216", + "domain_from_country": "DE", + "page_from_external_links": 24, + "page_from_internal_links": 41, + "page_from_size": 44953, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Science and other things of interest", + "page_from_status_code": 200, + "first_seen": "2023-05-11 00:00:39 +00:00", + "prev_seen": null, + "last_seen": "2023-05-11 00:00:39 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/CnAwJlxB17UvA-VhV-p7-vMf9OeLL5Le6hyZDLliL6M.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "2 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "verycouch.com", + "url_from": "https://verycouch.com/topic/6840075-hacker-news-show-hn-built-an-ai-search-to-sift-through-the-noise-of-ai-tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 183, + "domain_from_platform_type": ["organization"], + "domain_from_is_ip": false, + "domain_from_ip": "88.198.56.40", + "domain_from_country": null, + "page_from_external_links": 12, + "page_from_internal_links": 36, + "page_from_size": 97191, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Hacker News - Show HN: Built an AI search to sift through the noise of AI tools - News - VeryCouch LazyMuch", + "page_from_status_code": 200, + "first_seen": "2023-05-10 13:18:57 +00:00", + "prev_seen": null, + "last_seen": "2023-05-10 13:18:57 +00:00", + "item_type": "anchor", + "attributes": ["external", "nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "View the full article", + "text_pre": null, + "text_post": null, + "semantic_location": "article", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/AIcomics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "rocks", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 500, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": "LR", + "page_from_external_links": 20, + "page_from_internal_links": 65, + "page_from_size": 48597, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-05-10 05:37:28 +00:00", + "prev_seen": null, + "last_seen": "2023-05-10 05:37:28 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://lr.riverside.rocks/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.freedit.eu", + "url_from": "https://libreddit.freedit.eu/r/AaScienceRejects", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "eu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 156, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.86.145", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 43, + "page_from_size": 46540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Science and other things of interest", + "page_from_status_code": 200, + "first_seen": "2023-05-08 20:21:42 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 20:21:42 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.freedit.eu/thumb/b/CnAwJlxB17UvA-VhV-p7-vMf9OeLL5Le6hyZDLliL6M.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "2 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/u/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 309, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 67, + "page_from_internal_links": 280, + "page_from_size": 52774, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Peter3tv33", + "page_from_status_code": 200, + "first_seen": "2023-05-08 13:32:33 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 13:32:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.hu", + "url_from": "https://libreddit.hu/r/artificial/comments/133mu0x/what_are_the_best_free_ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "hu", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 119, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.212.59", + "domain_from_country": "HU", + "page_from_external_links": 11, + "page_from_internal_links": 17, + "page_from_size": 19244, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "What are the best (free) AI websites/tools/apps/extensions to enhance my life? - r/artificial", + "page_from_status_code": 200, + "first_seen": "2023-05-08 05:50:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 05:50:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topAi.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "glontang.com", + "url_from": "https://glontang.com/a-good-idea-for-business", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/business-idea-generator-ai", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.202.239.41", + "domain_from_country": null, + "page_from_external_links": 18, + "page_from_internal_links": 35, + "page_from_size": 35236, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "A Good Idea For Business - Glontang", + "page_from_status_code": 200, + "first_seen": "2023-05-08 01:25:04 +00:00", + "prev_seen": null, + "last_seen": "2023-05-08 01:25:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Source:", + "text_post": null, + "semantic_location": "figcaption", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zcyph.cc", + "url_from": "https://teddit.zcyph.cc/u/Peter3tv33", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 220, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "173.212.237.88", + "domain_from_country": "CC", + "page_from_external_links": 67, + "page_from_internal_links": 224, + "page_from_size": 50453, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Peter3tv33", + "page_from_status_code": 200, + "first_seen": "2023-05-07 21:05:01 +00:00", + "prev_seen": null, + "last_seen": "2023-05-07 21:05:01 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "orgs.co", + "url_from": "https://orgs.co/tools/gymgenie/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/gymgenie.webp", + "url_to_https": true, + "tld_from": "co", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["cms", "organization"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.129.211", + "domain_from_country": "CO", + "page_from_external_links": 11, + "page_from_internal_links": 29, + "page_from_size": 141489, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "GymGenie - Get fit with AI", + "page_from_status_code": 200, + "first_seen": "2023-05-04 16:58:53 +00:00", + "prev_seen": null, + "last_seen": "2023-05-04 16:58:53 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://topai.tools/assets/img/tools/gymgenie.webp", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 25, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/coolguides/comments/12dwo9y/ai_catergory_guides/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 114, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.163.225", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 373, + "page_from_size": 162048, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Catergory Guides - r/coolguides", + "page_from_status_code": 200, + "first_seen": "2023-05-04 16:42:08 +00:00", + "prev_seen": null, + "last_seen": "2023-05-04 16:42:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Another one", + "text_post": "2700+ tool listed", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.excelly-ai.io", + "url_from": "https://www.excelly-ai.io/terms-of-service.html", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/excelly-ai", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 73, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.185.44.232", + "domain_from_country": "IO", + "page_from_external_links": 11, + "page_from_internal_links": 11, + "page_from_size": 27379, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Terms of Service | Excelly-AI", + "page_from_status_code": 200, + "first_seen": "2023-05-03 06:42:34 +00:00", + "prev_seen": null, + "last_seen": "2023-05-03 06:42:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools", + "text_pre": "Also featured on", + "text_post": ", favird.com and domore.ai!", + "semantic_location": "footer", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j8olv7v/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41493, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:09:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:09:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/blob/news:838D069D/image", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/assets/img/tools/png/eden-ai.png", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 0, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-04-13 11:06:09 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:06:09 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/tag/eden%20ai", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/eden-ai", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 13, + "page_from_internal_links": 56, + "page_from_size": 87554, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "eden ai | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:04:40 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:04:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Eden AI", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iohr4dh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41408, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:49 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:49 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioioh5r/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41504, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:45 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9mw7g/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42690, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:41 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iyj9jlh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 244, + "page_from_size": 43910, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:37 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iot4y28/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41577, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:33 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iync45i/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42698, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:25 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:25 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9t88t/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 245, + "page_from_size": 43805, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:21 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:21 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8s776/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41496, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:13 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:13 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j3rfwrz/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41230, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 11:00:03 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 11:00:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iosxbxq/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41509, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iqkcjsv/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41612, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io6uiv6/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41221, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:51 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j6f3z82/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41269, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:35 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9pcic/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41333, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:31 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioqi0ba/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41282, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:27 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ipyk1lh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42793, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:19 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/isyex9i/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41518, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:07 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j8olpkv/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41656, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:59:03 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:59:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8jymx/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42660, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iod7e4a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41340, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8w37x/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41333, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:35 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:35 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j5rg9p8/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41245, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:58:03 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:58:03 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9t23a/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 245, + "page_from_size": 43831, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iodvav5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41504, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:51 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iyxevjx/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41260, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:43 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9p6ie/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 246, + "page_from_size": 44888, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:39 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:39 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io6zdeg/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41323, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:31 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iozort0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41497, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:12 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8s228/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41699, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:57:00 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:57:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io96p3b/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42763, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/jc6n46v/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42888, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:44 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io6wlkl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41237, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:40 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:40 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iomqpes/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41300, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioavsff/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41365, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:24 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:24 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/jc3a266/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41559, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iovmtmx/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 243, + "page_from_size": 42712, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:56:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:56:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j7aml6u/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42670, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/isiya8q/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42844, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:32 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j6sklc5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 43004, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:28 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9vlr0/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41385, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioa7ebl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ipz9tgl/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41332, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:55:04 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:55:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ipuwkkb/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 245, + "page_from_size": 43864, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:56 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ip2sftk/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41500, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io8lyxe/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42961, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:32 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:32 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j5arjo5/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 212, + "page_from_internal_links": 242, + "page_from_size": 41682, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:28 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j2492ry/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41355, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:54:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:54:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ionamdq/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41488, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:56 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:56 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ip2eb5e/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42851, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iobuopu/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 242, + "page_from_size": 41350, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iogldei/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 245, + "page_from_size": 43966, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:44 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:44 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioa6d4c/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 241, + "page_from_size": 41502, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:36 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:36 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/iokcixh/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 243, + "page_from_size": 42652, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io9k40l/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 211, + "page_from_internal_links": 244, + "page_from_size": 43870, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:12 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:12 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/j91smti/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 41401, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:53:08 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:53:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/ioa358j/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 243, + "page_from_size": 42674, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:52:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:52:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/io82pqd/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 306, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 210, + "page_from_internal_links": 242, + "page_from_size": 41352, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-13 10:52:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-13 10:52:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.indiehackers.com", + "url_from": "https://www.indiehackers.com/post/develop-smarter-not-harder-ai-tools-for-developers-2343b6a781", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 471, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.2", + "domain_from_country": "US", + "page_from_external_links": 14, + "page_from_internal_links": 95, + "page_from_size": 152589, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Develop smarter not harder:AI tools for Developers", + "page_from_status_code": 200, + "first_seen": "2023-04-12 11:57:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-12 11:57:20 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": "https://topai.tools/assets/img/blog/ai-code-helpers.png", + "anchor": "Top AI coding helpers to add to your development stack \n\n Code writing assitance tools that will boost up your productivity\n\n topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/StableDiffusion/duplicates/xcrm4d", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 45, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 149, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 211, + "page_from_internal_links": 42, + "page_from_size": 48973, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-12 09:22:04 +00:00", + "prev_seen": null, + "last_seen": "2023-04-12 09:22:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.protaisn.org/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 7, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=data%20Analysis", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=data%20Analysis", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=excel", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=excel", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Education", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/filter?t=Education", + "text_pre": "Here is a bunch of tools you can use (not exactly to cheat, but to help you at school from different perspectives)", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "I have tried to test it, but can't, it thinks I am a robot .. I am currently using", + "text_post": "for quite some time", + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/collection?cid=1177-568-2065-1935-72-326-126-500-559&t=Summarize%20Youtube%20Videos&d=These%20tools%20will%20help%20you%20summarize%20any%20youtube%20videos%2C%20save%20your%20time%20and%20improve%20your%20productivity", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "List link is here", + "text_pre": null, + "text_post": "in case you need it", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.protaisn.org", + "url_from": "https://teddit.protaisn.org/u/simplir", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 27, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "116.203.47.57", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 169, + "page_from_size": 41798, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for simplir", + "page_from_status_code": 200, + "first_seen": "2023-04-11 15:09:14 +00:00", + "prev_seen": null, + "last_seen": "2023-04-11 15:09:14 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "document search & chatbot tools", + "text_pre": "for other purposes not solely customer support but I think it will work well for customer support and many of the available tools provide no-code integrations into your SaaS website. Here is a list of some of these", + "text_post": ", but you can also build your own if needed. Did you guys try that for customer support already?", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 302, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/blog/ai-document-search.html" + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 25, + "page_from_internal_links": 53, + "page_from_size": 47370, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:33:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:33:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "9 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 9916, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:32:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:32:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/singularity/comments/115w3ye/topaitools_a_directory_that_discovers_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 13, + "page_from_size": 9801, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools a directory that discovers ai tools daily - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:31:33 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:31:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "12 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIandRobotics/comments/10ts6o7/found_another_directory_for_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 9383, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Found another directory for AI tools - r/AIandRobotics", + "page_from_status_code": 200, + "first_seen": "2023-04-10 21:29:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-10 21:29:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.in.projectsegfau.lt", + "url_from": "https://teddit.in.projectsegfau.lt/r/startup_resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 282, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": "LT", + "page_from_external_links": 54, + "page_from_internal_links": 297, + "page_from_size": 73597, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/startup_resources", + "page_from_status_code": 200, + "first_seen": "2023-04-09 23:44:05 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 23:44:05 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.in.projectsegfau.lt/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=sunburst&+entertainment=&+gas=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%3B+wax3zqftl2fii96nbyckw%3D%3D&filters=concept-tagsRaw%3Aknowledge+management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 93, + "page_from_size": 210524, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 13:55:48 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 13:55:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=sunburst&+entertainment=&+gas=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%3B+wax3zqftl2fii96nbyckw%3D%3D&filters=taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 99, + "page_from_size": 213773, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 13:53:57 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 13:53:57 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&filters=taxnodes%3ATechnology%7CInformation+Technology%7CKnowledge+Management&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 100, + "page_from_size": 210289, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Knowledge Management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 12:45:19 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 12:45:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&filters=concept-tagsRaw%3Aknowledge+management&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 93, + "page_from_size": 207263, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 12:41:31 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 12:41:31 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?insert-template=well+file&insert=search-template&psychology=&+languages=&lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%27&filters=concept-tagsRaw%3Aknowledge+management", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 496, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 93, + "page_from_size": 207263, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "knowledge management | AITopics", + "page_from_status_code": 200, + "first_seen": "2023-04-09 05:10:29 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 05:10:29 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.smnz.de", + "url_from": "https://reddit.smnz.de/r/SideProject/comments/12678cr/i_made_my_first_sale_and_paid_for_my_next_bowl_of/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 195, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.120.162.86", + "domain_from_country": "DE", + "page_from_external_links": 11, + "page_from_internal_links": 54, + "page_from_size": 44098, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I Made My First Sale and Paid for My Next Bowl of Ramen! - r/SideProject", + "page_from_status_code": 200, + "first_seen": "2023-04-09 00:45:59 +00:00", + "prev_seen": null, + "last_seen": "2023-04-09 00:45:59 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.interwebz.nz", + "url_from": "https://teddit.interwebz.nz/u/jenpalex", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 158, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.114", + "domain_from_country": "NZ", + "page_from_external_links": 21, + "page_from_internal_links": 260, + "page_from_size": 47156, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for jenpalex", + "page_from_status_code": 200, + "first_seen": "2023-04-08 13:53:37 +00:00", + "prev_seen": null, + "last_seen": "2023-04-08 13:53:37 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.interwebz.nz/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.theteams.kr", + "url_from": "https://www.theteams.kr/stack/news_view/Telegram%20API/3", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "kr", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 291, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "175.45.195.64", + "domain_from_country": "KR", + "page_from_external_links": 14, + "page_from_internal_links": 30, + "page_from_size": 90643, + "page_from_encoding": "utf-8", + "page_from_language": "ko", + "page_from_title": "Telegram API 해외 소식 | 더팀스", + "page_from_status_code": 200, + "first_seen": "2023-04-07 23:20:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 23:20:52 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Show HN: TopAi.tools an AI tools directory with 850 tools, RSS available\n 2023-02-10", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-foundr", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 517, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 12, + "page_from_internal_links": 48, + "page_from_size": 40753, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS Foundr - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-04-07 19:20:16 +00:00", + "prev_seen": null, + "last_seen": "2023-04-07 19:20:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "article.itxueyuan.com", + "url_from": "https://article.itxueyuan.com/BJvM87", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 377, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "121.41.80.26", + "domain_from_country": null, + "page_from_external_links": 34, + "page_from_internal_links": 23, + "page_from_size": 62248, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "13个优秀的AI工具软件导航网站推荐", + "page_from_status_code": 200, + "first_seen": "2023-04-06 19:06:40 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 19:06:40 +00:00", + "item_type": "anchor", + "attributes": ["noopener"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "网址链接:", + "text_post": null, + "semantic_location": "section", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/AIcomics", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "110.227.202.171", + "domain_from_country": "LT", + "page_from_external_links": 15, + "page_from_internal_links": 64, + "page_from_size": 51854, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-04-06 07:49:15 +00:00", + "prev_seen": null, + "last_seen": "2023-04-06 07:49:15 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.projectsegfau.lt/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/AaScienceRejects", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 281, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": "LT", + "page_from_external_links": 22, + "page_from_internal_links": 43, + "page_from_size": 46113, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Science and other things of interest", + "page_from_status_code": 200, + "first_seen": "2023-04-05 12:03:55 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 12:03:55 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.projectsegfau.lt/thumb/b/CnAwJlxB17UvA-VhV-p7-vMf9OeLL5Le6hyZDLliL6M.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 224, + "page_from_internal_links": 141, + "page_from_size": 97592, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-04-05 04:19:34 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 04:19:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.interwebz.nz", + "url_from": "https://teddit.interwebz.nz/r/startup_resources", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 157, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.165.114", + "domain_from_country": "NZ", + "page_from_external_links": 14, + "page_from_internal_links": 269, + "page_from_size": 56961, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/startup_resources", + "page_from_status_code": 200, + "first_seen": "2023-04-05 03:09:52 +00:00", + "prev_seen": null, + "last_seen": "2023-04-05 03:09:52 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.interwebz.nz/pics/thumbs/thumb_w:108_NOzTPbhj6TkM-ho0X_4g5I2LboQtVOqBoHN2vK6Uw4c.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/my-travel-brain", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_oh15WtHmQ87_QeO4Sq384onOKwvDc0PDxpeO-SjHQ1A.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mails-ai", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_c2m2KakwCb2SFtuskIZuPpnc2IGPTkiMQrG5n0fdulA.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": null, + "semantic_location": "details", + "links_count": 4, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/linq-me-up", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_ZLkUKmcSh8goekMD1Oqh-Qau_owTxLbQmjBbAh8u1_4.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-code-helpers.html", + "text_pre": "Here is a list of tools for inspiration", + "text_post": null, + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/is-my-wife-right", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_bQNYN6DkLdbmyo038etnPT_xd9lG7WxF_-62Mu5NkBQ.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/bing-image-creator", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_2kVP5YvVBnMxelpXFhJvep11Z26b6Y-tePId4QlZO4o.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.froth.zone", + "url_from": "https://teddit.froth.zone/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/formflow", + "url_to_https": true, + "tld_from": "zone", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 397, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "94.130.164.105", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 276, + "page_from_size": 44517, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-04-02 11:52:20 +00:00", + "prev_seen": null, + "last_seen": "2023-04-02 11:52:20 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.froth.zone/pics/thumbs/thumb_w:108_FkRhJV1ZPj2Y7WTFn9W4BiCnrkUXGDiHxhdyle0wiQg.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/Automate/duplicates/1175buw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 21, + "page_from_size": 11677, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-30 23:39:35 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 23:39:35 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIcomics/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 59, + "page_from_size": 47400, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:07:43 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:07:43 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIcomics/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 62, + "page_from_size": 50714, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:03:40 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:03:40 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/AIcomics/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/daily-ai-comics", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 13, + "page_from_internal_links": 57, + "page_from_size": 45658, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AIcomics", + "page_from_status_code": 200, + "first_seen": "2023-03-30 20:02:56 +00:00", + "prev_seen": null, + "last_seen": "2023-03-30 20:02:56 +00:00", + "item_type": "image", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": "Thumbnail", + "image_url": "https://libreddit.de/thumb/b/8yo0F5te5dW2KqZU95xEd5wwTkpKOcUeZFwIKnIN3xQ.jpg", + "anchor": "topai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.riverside.rocks", + "url_from": "https://lr.riverside.rocks/r/WritingWithAI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/filter?t=Writing", + "url_to_https": true, + "tld_from": "rocks", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 499, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "73.119.32.87", + "domain_from_country": "LR", + "page_from_external_links": 15, + "page_from_internal_links": 55, + "page_from_size": 54832, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "WritingWithAI", + "page_from_status_code": 200, + "first_seen": "2023-03-29 18:24:45 +00:00", + "prev_seen": null, + "last_seen": "2023-03-29 18:24:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/0fa2a7c2ee150428222b36d2d7e2c87cee986872/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 0fa2a7c2ee150428222b36d2d7e2c87cee986872 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:56:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:56:42 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/b951fa1aca230e633e3e0d06352b57b6e34083ca/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at b951fa1aca230e633e3e0d06352b57b6e34083ca - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:49:51 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:49:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/8d6beb14ec64b8c7b7db7678dbe90109a8db7b0c/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 8d6beb14ec64b8c7b7db7678dbe90109a8db7b0c - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:46:29 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:46:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/9670fb29fcfa7af32096db18de3b752bacab148e/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617982, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 9670fb29fcfa7af32096db18de3b752bacab148e - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 06:26:25 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 06:26:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/8628723570921c77e8569761d6fc014353a0158b/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 8628723570921c77e8569761d6fc014353a0158b - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 05:26:39 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 05:26:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/0b099c5a52dcc70902c37b10e5add4d4d3413302/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6838, + "page_from_internal_links": 25, + "page_from_size": 617966, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 0b099c5a52dcc70902c37b10e5add4d4d3413302 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 05:19:55 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 05:19:55 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/5e8a91c208ce096bafdc7a73188a21a5106fc5a2/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6860, + "page_from_internal_links": 25, + "page_from_size": 621074, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 5e8a91c208ce096bafdc7a73188a21a5106fc5a2 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 04:44:11 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 04:44:11 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/42c52c7f435b8b0cde131a84c479b6400e6e975f/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6839, + "page_from_internal_links": 25, + "page_from_size": 618528, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 42c52c7f435b8b0cde131a84c479b6400e6e975f - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 04:36:48 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 04:36:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/b0490edba2a582977fb2c76fcab416aec6fc61b1/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at b0490edba2a582977fb2c76fcab416aec6fc61b1 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 04:34:23 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 04:34:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/2fbb4235fc01c029cbef30e8beade840a2b94dc7/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 2fbb4235fc01c029cbef30e8beade840a2b94dc7 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 03:43:16 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 03:43:16 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/d1903a7139caaaf96df4a0b0c147eb8e56e0dc49/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at d1903a7139caaaf96df4a0b0c147eb8e56e0dc49 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-28 03:42:56 +00:00", + "prev_seen": null, + "last_seen": "2023-03-28 03:42:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/18582a9f793000fb8ab9e85fe308661fa6726af5/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617971, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 18582a9f793000fb8ab9e85fe308661fa6726af5 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 23:05:38 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 23:05:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "freemediaheckyeah.pages.dev", + "url_from": "https://freemediaheckyeah.pages.dev/ai/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "pages.dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.44.74", + "domain_from_country": null, + "page_from_external_links": 251, + "page_from_internal_links": 4, + "page_from_size": 47213, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Artificial Intelligence", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:36:45 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:36:45 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/cd45aaf00e4058cc9fa22a161e9b0f4a0694b850/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at cd45aaf00e4058cc9fa22a161e9b0f4a0694b850 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:36:12 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:36:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/56fef094c10eeea0af40d3476d57f98640323800/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 56fef094c10eeea0af40d3476d57f98640323800 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:33:52 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:33:52 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/3c97e3ebb60a419636d7b8a92ef70425f620282d/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6830, + "page_from_internal_links": 25, + "page_from_size": 617960, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 3c97e3ebb60a419636d7b8a92ef70425f620282d - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:33:04 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:33:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/b9f88f5a03e154e006a1c1c31d120b76a1870951/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at b9f88f5a03e154e006a1c1c31d120b76a1870951 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:31:28 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:31:28 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/a1a55e83d2331c3fc4dc611a67000f452a53bc2a/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at a1a55e83d2331c3fc4dc611a67000f452a53bc2a - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 22:24:44 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 22:24:44 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/d67b90a00a451f260029289456eb0ef12f2fb8e7/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at d67b90a00a451f260029289456eb0ef12f2fb8e7 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 21:57:30 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 21:57:30 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/10fdc29df571ff4d350ba35f5b54e1fa7faaee32/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618588, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 10fdc29df571ff4d350ba35f5b54e1fa7faaee32 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 21:03:03 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 21:03:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools, AIcyclopedia,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/0022c4e3c746454f18d1b3460eae637f92f28732/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 0022c4e3c746454f18d1b3460eae637f92f28732 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 20:46:14 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 20:46:14 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/497e4a5b53af1c8a92b64cb0efc91f1509f7b13d/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6842, + "page_from_internal_links": 25, + "page_from_size": 618842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 497e4a5b53af1c8a92b64cb0efc91f1509f7b13d - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 19:54:45 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 19:54:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/branch/main/AI.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 256, + "page_from_internal_links": 26, + "page_from_size": 60421, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/AI.md at main - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-27 19:53:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-27 19:53:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": null, + "text_post": "- AI Directory", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/Entrepreneur/comments/11mo16h/4_ai_tools_you_should_try_today/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 197, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 16, + "page_from_internal_links": 111, + "page_from_size": 52959, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "4 AI tools you should try today: - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-26 21:15:34 +00:00", + "prev_seen": null, + "last_seen": "2023-03-26 21:15:34 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "One more is", + "text_post": ", which is soon releasing AI features to help with finding the right tools", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.reddit.com", + "url_from": "https://www.reddit.com/r/SideProject/comments/118muuw/looking_for_feedback_for_ai_marketplace/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 822, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "151.101.1.140", + "domain_from_country": "US", + "page_from_external_links": 23, + "page_from_internal_links": 110, + "page_from_size": 72755, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Looking for Feedback for AI Marketplace : SideProject", + "page_from_status_code": 200, + "first_seen": "2023-03-25 05:58:25 +00:00", + "prev_seen": null, + "last_seen": "2023-03-25 05:58:25 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": "https://aimarketing.directory/ https://allthingsai.com/ https://domore.ai/ https://www.futureaitrends.com/ https://www.futurepedia.io/ https://madgenius.co/ https://www.toolsforhumans.ai/", + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.nf", + "url_from": "https://r.nf/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "nf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 238, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.235.11", + "domain_from_country": "NF", + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 14769, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-25 02:28:26 +00:00", + "prev_seen": null, + "last_seen": "2023-03-25 02:28:26 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.bismuth.it", + "url_from": "https://lr.bismuth.it/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "it", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "176.31.247.38", + "domain_from_country": "IT", + "page_from_external_links": 23, + "page_from_internal_links": 54, + "page_from_size": 50540, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-03-24 01:37:08 +00:00", + "prev_seen": null, + "last_seen": "2023-03-24 01:37:08 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/commit/202a212ef65cc81d7604ac2eb65e1237054f73d5/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 65, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6829, + "page_from_internal_links": 25, + "page_from_size": 617901, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at 202a212ef65cc81d7604ac2eb65e1237054f73d5 - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-23 23:49:57 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 23:49:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startuptile.com", + "url_from": "https://startuptile.com/18-Mar-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist?ref=startuptile.com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.205", + "domain_from_country": null, + "page_from_external_links": 98, + "page_from_internal_links": 4, + "page_from_size": 70322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startups Launched on 18 Mar 2023 - StartupTile", + "page_from_status_code": 200, + "first_seen": "2023-03-23 18:18:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 18:18:27 +00:00", + "item_type": "image", + "attributes": null, + "dofollow": true, + "original": true, + "alt": "startuptile Built an AI search to sift through the noise of AI tools-", + "image_url": "https://startuptile.com/startupimgs/startuptile-167908328168073.png", + "anchor": "Built an AI search to sift through the noise of AI tools", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.projectsegfau.lt", + "url_from": "https://libreddit.projectsegfau.lt/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 280, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "107.189.12.96", + "domain_from_country": "LT", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8177, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-23 09:53:12 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 09:53:12 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/duplicates/1175buw", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 94, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": "CC", + "page_from_external_links": 4, + "page_from_internal_links": 22, + "page_from_size": 18146, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-23 08:44:05 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 08:44:05 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "git.186526.xyz", + "url_from": "https://git.186526.xyz/Mirror/FMHYedit/src/branch/main/STORAGE.md", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 55, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 221, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.7.158", + "domain_from_country": null, + "page_from_external_links": 6829, + "page_from_internal_links": 26, + "page_from_size": 617598, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "FMHYedit/STORAGE.md at main - FMHYedit - 186526's Gitea", + "page_from_status_code": 200, + "first_seen": "2023-03-23 03:54:43 +00:00", + "prev_seen": null, + "last_seen": "2023-03-23 03:54:43 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/FREEMEDIAHECKYEAH/wiki/storage", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 498, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 6735, + "page_from_internal_links": 92, + "page_from_size": 606764, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "storage - FREEMEDIAHECKYEAH", + "page_from_status_code": 200, + "first_seen": "2023-03-22 22:24:33 +00:00", + "prev_seen": null, + "last_seen": "2023-03-22 22:24:33 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai", + "text_pre": "DeepAI, Favird, FutureTools, Futurepedia, RunawayML, AISearchTool, ToolScoutAI, AI Creator Tools,", + "text_post": ", AI-Infinity", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/r/OpenAI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 20, + "page_from_internal_links": 114, + "page_from_size": 50204, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/OpenAI", + "page_from_status_code": 200, + "first_seen": "2023-03-20 14:22:28 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 14:22:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/", + "text_pre": null, + "text_post": "has been good but is a bit hard to sift through the results", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 99, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.102.64", + "domain_from_country": null, + "page_from_external_links": 224, + "page_from_internal_links": 124, + "page_from_size": 83801, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-03-20 07:58:47 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 07:58:47 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": "main", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A163CAD9C&dimension=concept-tags&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/aide", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 133, + "page_from_size": 252858, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 01:25:04 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 01:25:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Aide", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A163CAD9C&dimension=concept-tags&start=10", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 133, + "page_from_size": 252858, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 01:25:04 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 01:25:04 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A6A162E2C&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 142, + "page_from_size": 248210, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 00:41:53 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 00:41:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A7C9FC3B8&dimension=concept-tags", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 143, + "page_from_size": 249162, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-20 00:23:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-20 00:23:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A1F6D9DB7&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 144, + "page_from_size": 256867, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:50:00 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:50:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3A08BF6E5A&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 143, + "page_from_size": 249534, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:44:42 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:44:42 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "aitopics.org", + "url_from": "https://aitopics.org/search?cdid=news%3AA748CD0E&dimension=pagetext", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/rezi", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 495, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "35.232.56.175", + "domain_from_country": null, + "page_from_external_links": 23, + "page_from_internal_links": 143, + "page_from_size": 249434, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "AITopics", + "page_from_status_code": 200, + "first_seen": "2023-03-19 23:11:46 +00:00", + "prev_seen": null, + "last_seen": "2023-03-19 23:11:46 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "TopAi.tools: Rezi", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.hackershare.dev", + "url_from": "https://www.hackershare.dev/bookmarks/938666/goto", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "dev", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 480, + "domain_from_platform_type": null, + "domain_from_is_ip": false, + "domain_from_ip": "118.26.38.234", + "domain_from_country": null, + "page_from_external_links": 0, + "page_from_internal_links": 0, + "page_from_size": 95, + "page_from_encoding": null, + "page_from_language": null, + "page_from_title": null, + "page_from_status_code": 302, + "first_seen": "2023-03-18 12:12:28 +00:00", + "prev_seen": null, + "last_seen": "2023-03-18 12:12:28 +00:00", + "item_type": "redirect", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.techchud.xyz", + "url_from": "https://libreddit.techchud.xyz/r/Entrepreneur/comments/11mo16h/4_ai_tools_you_should_try_today/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "207.148.3.59", + "domain_from_country": null, + "page_from_external_links": 14, + "page_from_internal_links": 107, + "page_from_size": 51077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "4 AI tools you should try today: - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-17 10:31:55 +00:00", + "prev_seen": null, + "last_seen": "2023-03-17 10:31:55 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "One more is", + "text_post": ", which is soon releasing AI features to help with finding the right tools", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.tiekoetter.com", + "url_from": "https://libreddit.tiekoetter.com/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.228.134.25", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 14761, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-16 20:38:18 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 20:38:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "7 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/mailr", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_e01XKauFMtpyWFVRG0CEYchOl-JOQN-T1h_dWDbxx3E.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/lavo-ai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_niCM5YaW81kegvA0CfJBo227e1eQfpWnRhqhBrYzNIs.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/instasalesai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_8B6jhoha6ybbWOrga4cVbh2lv2DSXGWwAyyXAnqlm_o.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/getfloorplan", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_XOhOja9lTpXduec-rd_m7gT2MB87yxzHFpyMZB7_pNo.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-doula", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_Fk7XDV6eINMqF_PbqI8kEsuLFEVx8rhu1sPlr5CmSUo.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/qatalog", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_XEDbpt0B5O7pm5kY3PLfPtBxMr9CehlnrIKC4E99iuM.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/ai-assist", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/ai-assist", + "text_pre": "Try it out here", + "text_post": ", any recommendations/feedback are very welcomed.", + "semantic_location": "details", + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/keyword-camera", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_HOcywRV2pd9okpUqT7O44SDFFZI1kiFri24BmwRUrL0.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/marketplan", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_PUWfSLxqmlG-F8DeTVwB2-w9v4WUfLKke2dlgSd17ug.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/recurai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_x38Z4b-Hgh0r-exKOTzc3errc8CzX1tb1AQLOSJFkXk.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/botika", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_k89_5PxNBDCmhKZ25dNPVWUfoCjv0uL4qd9mgNoR-_g.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/jobtitlesai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_VV5sX6AfI9wBYgKNqsRoTmAczWLC5xwKfhy3d9ymGyY.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/trade-foresight", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_zyUcSOf2m_xTO5NW-Siwtue3YYTFnHmlfbcL4NXmlaE.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/dreamhouse-ai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_kwKkjaC7FZkqwlARLuSrKTG7oO3HH4qmY7gsJPydoRw.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/interaxai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_7c1iAWsgkl_mD-h-zl8MbnSQ7suSJziV6ftE2J5ODWA.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/wave-ai", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_Da0I60jZjNISBGHgSiLJAccGOHoAejGKRYVSgTZTTHg.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/hacksocial", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_wTU7RjR6Tr0sHf0i0hMD48IzsvYdneeFcQzG4z3owSE.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.zlatiah-no.one", + "url_from": "https://teddit.zlatiah-no.one/u/Linkology", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/t/ai-majic", + "url_to_https": true, + "tld_from": "one", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 140, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "96.126.124.225", + "domain_from_country": null, + "page_from_external_links": 19, + "page_from_internal_links": 75, + "page_from_size": 40592, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "overview for Linkology", + "page_from_status_code": 200, + "first_seen": "2023-03-16 16:29:27 +00:00", + "prev_seen": null, + "last_seen": "2023-03-16 16:29:27 +00:00", + "item_type": "image", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": "https://teddit.zlatiah-no.one/pics/thumbs/thumb_w:108_LIk9LnZccRTvNrpW1ZQRUN_cLWlgfeUxh2JKBc_0xN8.jpg", + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.sethforprivacy.com", + "url_from": "https://teddit.sethforprivacy.com/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 298, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "23.137.57.100", + "domain_from_country": "US", + "page_from_external_links": 223, + "page_from_internal_links": 337, + "page_from_size": 109923, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "Useful Prompt Engineering tools and resources : StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-03-15 00:38:08 +00:00", + "prev_seen": null, + "last_seen": "2023-03-15 00:38:08 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Topai.tools", + "text_pre": null, + "text_post": ": 850+ Tools.", + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "r.minguyen.de", + "url_from": "https://r.minguyen.de/r/Entrepreneur/comments/11mo16h/4_ai_tools_you_should_try_today/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 107, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.99.108.219", + "domain_from_country": "DE", + "page_from_external_links": 14, + "page_from_internal_links": 107, + "page_from_size": 51002, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "4 AI tools you should try today: - r/Entrepreneur", + "page_from_status_code": 200, + "first_seen": "2023-03-14 11:08:00 +00:00", + "prev_seen": null, + "last_seen": "2023-03-14 11:08:00 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "One more is", + "text_post": ", which is soon releasing AI features to help with finding the right tools", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8169, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-13 21:00:41 +00:00", + "prev_seen": null, + "last_seen": "2023-03-13 21:00:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "7 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.trustbtc.org", + "url_from": "https://teddit.trustbtc.org/r/SaaS", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-document-search.html", + "url_to_https": true, + "tld_from": "org", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 111, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "104.21.38.42", + "domain_from_country": null, + "page_from_external_links": 11, + "page_from_internal_links": 298, + "page_from_size": 60297, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/SaaS", + "page_from_status_code": 200, + "first_seen": "2023-03-13 03:05:48 +00:00", + "prev_seen": null, + "last_seen": "2023-03-13 03:05:48 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "document search & chatbot tools", + "text_pre": "for other purposes not solely customer support but I think it will work well for customer support and many of the available tools provide no-code integrations into your SaaS website. Here is a list of some of these", + "text_post": ", but you can also build your own if needed. Did you guys try that for customer support already?", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 302, + "url_to_spam_score": 0, + "url_to_redirect_target": "https://topai.tools/blog/ai-document-search.html" + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-product-tools-status", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 513, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 4, + "page_from_internal_links": 15, + "page_from_size": 20179, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Tools Down? AI Product Tools status and issues - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:17:27 +00:00", + "prev_seen": "2023-02-09 17:17:27 +00:00", + "last_seen": "2023-03-12 20:09:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Product Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/alternatives/post-reddit-2023-02-08-revolutionize-your-product-development-with-aiproducttools-no-subscriptions-n-1873397", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 513, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 6, + "page_from_internal_links": 39, + "page_from_size": 15842, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Revolutionize Your Product Development with AIProductTools - No Subscriptions, No Ads, No Paywalls, No 3rd Party Tracking - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-03-12 17:29:29 +00:00", + "prev_seen": null, + "last_seen": "2023-03-12 17:29:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/ai-product-tools-alternatives", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 513, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 12, + "page_from_internal_links": 52, + "page_from_size": 36852, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Product Tools Alternatives - community voted on SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:17:01 +00:00", + "prev_seen": "2023-02-09 17:17:01 +00:00", + "last_seen": "2023-03-12 17:26:48 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": "↔ AI Product Tools", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 3, + "page_from_internal_links": 9, + "page_from_size": 15030, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-10 10:45:01 +00:00", + "prev_seen": null, + "last_seen": "2023-03-10 10:45:01 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 25, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 7, + "page_from_size": 7689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-03-09 23:50:24 +00:00", + "prev_seen": null, + "last_seen": "2023-03-09 23:50:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/stob/comments/10xmrye/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 200, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8321, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/stob", + "page_from_status_code": 200, + "first_seen": "2023-03-08 23:33:23 +00:00", + "prev_seen": null, + "last_seen": "2023-03-08 23:33:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/Automate/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 148, + "page_from_size": 52293, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 08:50:03 +00:00", + "prev_seen": null, + "last_seen": "2023-02-28 08:50:03 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.foss.wtf", + "url_from": "https://libreddit.foss.wtf/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "wtf", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "89.58.46.210", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 149, + "page_from_size": 55267, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 06:12:49 +00:00", + "prev_seen": null, + "last_seen": "2023-02-28 06:12:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/Automate/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 148, + "page_from_size": 52278, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-28 00:14:56 +00:00", + "prev_seen": null, + "last_seen": "2023-02-28 00:14:56 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "teddit.her.st", + "url_from": "https://teddit.her.st/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "st", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 148, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "185.240.242.155", + "domain_from_country": "ST", + "page_from_external_links": 29, + "page_from_internal_links": 167, + "page_from_size": 51470, + "page_from_encoding": "utf-8", + "page_from_language": null, + "page_from_title": "/r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-02-27 23:39:54 +00:00", + "prev_seen": null, + "last_seen": "2023-02-27 23:39:54 +00:00", + "item_type": "anchor", + "attributes": ["noopener", "noreferrer"], + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Discover and Save AI tools everyday - 1000 tools and counting", + "text_pre": null, + "text_post": "(topai.tools)", + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.vkred.xyz", + "url_from": "https://libreddit.vkred.xyz/r/automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 40, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 130, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "194.163.128.227", + "domain_from_country": null, + "page_from_external_links": 22, + "page_from_internal_links": 148, + "page_from_size": 52266, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-27 23:37:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-27 23:37:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "6 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.strongthany.cc", + "url_from": "https://libreddit.strongthany.cc/r/Automate/comments/1175buw/discover_and_save_ai_tools_everyday_1000_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 94, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "216.126.212.246", + "domain_from_country": "CC", + "page_from_external_links": 4, + "page_from_internal_links": 8, + "page_from_size": 8223, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Discover and Save AI tools everyday - 1000 tools and counting - r/Automate", + "page_from_status_code": 200, + "first_seen": "2023-02-27 21:05:10 +00:00", + "prev_seen": null, + "last_seen": "2023-02-27 21:05:10 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.qwik.space", + "url_from": "https://libreddit.qwik.space/r/automate/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "space", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 30, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 98, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "78.72.101.21", + "domain_from_country": null, + "page_from_external_links": 24, + "page_from_internal_links": 149, + "page_from_size": 54187, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-26 19:11:58 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 19:11:58 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "7 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/comments/10zhprn/i_collected_850_ai_products_in_a_web_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 5, + "page_from_internal_links": 11, + "page_from_size": 10020, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ Ai products in a web directory that is updated daily with new ones - r/aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:33:41 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:33:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48951, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:31:45 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:31:45 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/hot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48939, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:30:04 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:30:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "10 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48937, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-26 07:29:23 +00:00", + "prev_seen": null, + "last_seen": "2023-02-26 07:29:23 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "11 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.mint.lgbt", + "url_from": "https://lr.mint.lgbt/r/singularity/comments/115w3ye/topaitools_a_directory_that_discovers_ai_tools/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "lgbt", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 501, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "149.102.157.145", + "domain_from_country": "LR", + "page_from_external_links": 4, + "page_from_internal_links": 12, + "page_from_size": 9284, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools a directory that discovers ai tools daily - r/singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-25 20:13:37 +00:00", + "prev_seen": null, + "last_seen": "2023-02-25 20:13:37 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": null, + "text_post": "11 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.mha.fi", + "url_from": "https://libreddit.mha.fi/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "fi", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 354, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "83.171.249.81", + "domain_from_country": "FI", + "page_from_external_links": 26, + "page_from_internal_links": 50, + "page_from_size": 48536, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-23 10:53:18 +00:00", + "prev_seen": null, + "last_seen": "2023-02-23 10:53:18 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "9 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/duplicates/10x81vd", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 58, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 5, + "page_from_internal_links": 17, + "page_from_size": 16946, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-22 17:22:21 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 17:22:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "[removed] — view removed post 164 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/u/TOMOMI?state=archive", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 516, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 62, + "page_from_size": 21077, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOMOMI's Toolbox - archive - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-22 04:51:21 +00:00", + "prev_seen": null, + "last_seen": "2023-02-22 04:51:21 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "reddit.rtrace.io", + "url_from": "https://reddit.rtrace.io/r/aiproduct", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "io", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 175, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.198.37", + "domain_from_country": "IO", + "page_from_external_links": 26, + "page_from_internal_links": 52, + "page_from_size": 50039, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aiproduct", + "page_from_status_code": 200, + "first_seen": "2023-02-21 01:50:40 +00:00", + "prev_seen": null, + "last_seen": "2023-02-21 01:50:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "9 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/Automate", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 25, + "page_from_internal_links": 154, + "page_from_size": 53917, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "The future is automation !", + "page_from_status_code": 200, + "first_seen": "2023-02-20 20:06:39 +00:00", + "prev_seen": null, + "last_seen": "2023-02-20 20:06:39 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/linuxadmin", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 198, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 17, + "page_from_internal_links": 75, + "page_from_size": 52417, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "linuxadmin: Expanding Linux SysAdmin knowledge", + "page_from_status_code": 200, + "first_seen": "2023-02-20 07:31:07 +00:00", + "prev_seen": null, + "last_seen": "2023-02-20 07:31:07 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-code-helpers.html", + "text_pre": "are codeuim, rubberduck (opensource), Gitfluence, CronAI and these are all free tools that do a decent job. However you can check many others in this link here as well if you are interested in checking this out 👉", + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.vern.cc", + "url_from": "https://lr.vern.cc/r/brdev", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/lists/ai-code-helpers.html", + "url_to_https": true, + "tld_from": "cc", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 405, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "5.161.108.85", + "domain_from_country": "CC", + "page_from_external_links": 32, + "page_from_internal_links": 94, + "page_from_size": 58780, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "O Reddit para Desenvolvedores e Profissionais de TI", + "page_from_status_code": 200, + "first_seen": "2023-02-19 23:19:28 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 23:19:28 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools/lists/ai-code-helpers.html", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/rising", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 24, + "page_from_internal_links": 104, + "page_from_size": 66710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 13:08:04 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 13:08:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/new", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 26, + "page_from_internal_links": 104, + "page_from_size": 66032, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 13:05:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 13:05:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "5 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/top", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 27, + "page_from_internal_links": 103, + "page_from_size": 62785, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 13:01:19 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 13:01:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "4 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "lr.phast.ru", + "url_from": "https://lr.phast.ru/r/singularity/controversial", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "ru", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 69, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "158.160.59.62", + "domain_from_country": "RU", + "page_from_external_links": 25, + "page_from_internal_links": 104, + "page_from_size": 65422, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Singularity", + "page_from_status_code": 200, + "first_seen": "2023-02-19 12:58:41 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 12:58:41 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "4 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=12", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 37, + "page_from_size": 223505, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:24:53 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:24:53 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=13", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 36, + "page_from_size": 223343, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:24:43 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:24:43 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=14", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 35, + "page_from_size": 223251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:24:33 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:24:33 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=15", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 35, + "page_from_size": 223251, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:16:58 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:16:58 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "hackingai.app", + "url_from": "https://hackingai.app/subreddit/singularity?page=16", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "app", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 34, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "143.198.116.39", + "domain_from_country": null, + "page_from_external_links": 176, + "page_from_internal_links": 35, + "page_from_size": 223172, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "HackingAI.app Release 1.01072023", + "page_from_status_code": 200, + "first_seen": "2023-02-19 11:16:16 +00:00", + "prev_seen": null, + "last_seen": "2023-02-19 11:16:16 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Source", + "text_pre": "TopAi.tools a directory that discovers ai tools daily 2023-02-18 19:02:13 EST", + "text_post": null, + "semantic_location": null, + "links_count": 2, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/u/TOMOMI", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": false, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 33, + "page_from_internal_links": 88, + "page_from_size": 46259, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TOMOMI's Toolbox - SaaSHub", + "page_from_status_code": 200, + "first_seen": "2023-02-06 01:08:08 +00:00", + "prev_seen": "2023-02-06 01:08:08 +00:00", + "last_seen": "2023-02-19 01:26:40 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": false, + "alt": null, + "image_url": null, + "anchor": null, + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.artist.cx", + "url_from": "https://libreddit.artist.cx/r/InternetIsBeautiful/comments/10x81vd/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "cx", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 142, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "37.221.195.19", + "domain_from_country": "CX", + "page_from_external_links": 5, + "page_from_internal_links": 27, + "page_from_size": 17766, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-13 07:44:31 +00:00", + "prev_seen": null, + "last_seen": "2023-02-13 07:44:31 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "[removed] — view removed post 161 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "safereddit.com", + "url_from": "https://safereddit.com/r/InternetIsBeautiful/comments/10x81vd/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 5, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 60, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "45.63.68.58", + "domain_from_country": null, + "page_from_external_links": 4, + "page_from_internal_links": 31, + "page_from_size": 26095, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-12 04:48:36 +00:00", + "prev_seen": null, + "last_seen": "2023-02-12 04:48:36 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "[removed] — view removed post 156 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "rd.jae.su", + "url_from": "https://rd.jae.su/r/stob", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "su", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 20, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 214, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "88.218.40.4", + "domain_from_country": null, + "page_from_external_links": 10, + "page_from_internal_links": 54, + "page_from_size": 40175, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "stob", + "page_from_status_code": 200, + "first_seen": "2023-02-11 08:33:46 +00:00", + "prev_seen": null, + "last_seen": "2023-02-11 08:33:46 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/CKsTechNews", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["news"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 35, + "page_from_internal_links": 54, + "page_from_size": 56009, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "CK's Technology News provides Tech, Security & Privacy related News.", + "page_from_status_code": 200, + "first_seen": "2023-02-11 04:32:19 +00:00", + "prev_seen": null, + "last_seen": "2023-02-11 04:32:19 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "1 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/internetisbeautiful", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 50, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 27, + "page_from_internal_links": 75, + "page_from_size": 51145, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "10/10 would bookmark again", + "page_from_status_code": 200, + "first_seen": "2023-02-10 21:27:24 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 21:27:24 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Thumbnail\n\t\t\t\n\t\t\n\t\t\n\t\ttopai.tools", + "text_pre": null, + "text_post": "150 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.sylentpunk.xyz", + "url_from": "https://libreddit.sylentpunk.xyz/r/InternetIsBeautiful/comments/10x81vd/i_collected_850_ai_tools_and_created_a_directory/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=iib", + "url_to_https": true, + "tld_from": "xyz", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 35, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 108, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "93.95.231.31", + "domain_from_country": null, + "page_from_external_links": 3, + "page_from_internal_links": 27, + "page_from_size": 23807, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "I collected 850+ AI tools and created a directory to share them. Updating daily with RSS in place - r/InternetIsBeautiful", + "page_from_status_code": 200, + "first_seen": "2023-02-10 00:06:57 +00:00", + "prev_seen": null, + "last_seen": "2023-02-10 00:06:57 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools?ref=iib", + "text_pre": null, + "text_post": "136 Upvotes", + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-aitools-fyi-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 15, + "page_from_internal_links": 51, + "page_from_size": 42628, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "aitools.fyi VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:22:04 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:22:04 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-ai-tool-hunt-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 44, + "page_from_size": 36855, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI Tool Hunt VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:21:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:21:51 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-ai-to-grow-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 45, + "page_from_size": 36322, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "AI to Grow VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:20:38 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:20:38 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-100-plus-ai-tools-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 45, + "page_from_size": 37230, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "100+ AI tools VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:18:02 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:18:02 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-startup-stash-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 13, + "page_from_internal_links": 48, + "page_from_size": 40036, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startup Stash VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:17:29 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:17:29 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-saas-ai-tools-vs-topai-tools", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 9, + "page_from_internal_links": 45, + "page_from_size": 36859, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "SaaS AI Tools VS TopAi.tools - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:16:49 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:16:49 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "www.saashub.com", + "url_from": "https://www.saashub.com/compare-topai-tools-vs-ai-office-bot", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 0, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 512, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.66.43.51", + "domain_from_country": "US", + "page_from_external_links": 10, + "page_from_internal_links": 45, + "page_from_size": 40397, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "TopAi.tools VS AI Office Bot - compare differences & reviews?", + "page_from_status_code": 200, + "first_seen": "2023-02-09 17:16:20 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 17:16:20 +00:00", + "item_type": "anchor", + "attributes": ["nofollow"], + "dofollow": false, + "original": true, + "alt": null, + "image_url": null, + "anchor": "topai.tools\n ", + "text_pre": null, + "text_post": null, + "semantic_location": null, + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "libreddit.de", + "url_from": "https://libreddit.de/r/StableDiffusion/comments/xcrm4d/useful_prompt_engineering_tools_and_resources/", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/", + "url_to_https": true, + "tld_from": "de", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 15, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 192, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "188.172.228.16", + "domain_from_country": "DE", + "page_from_external_links": 219, + "page_from_internal_links": 119, + "page_from_size": 79689, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Useful Prompt Engineering tools and resources - r/StableDiffusion", + "page_from_status_code": 200, + "first_seen": "2023-02-09 07:18:51 +00:00", + "prev_seen": null, + "last_seen": "2023-02-09 07:18:51 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "https://topai.tools", + "text_pre": "Here is one more ai tools directory", + "text_post": "about 850+ tools at the time", + "semantic_location": "details", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": 200, + "url_to_spam_score": 0, + "url_to_redirect_target": null + }, + { + "type": "backlink", + "domain_from": "startuptile.com", + "url_from": "https://startuptile.com/04-Feb-2023", + "url_from_https": true, + "domain_to": "topai.tools", + "url_to": "https://topai.tools/?ref=startuptile.com", + "url_to_https": true, + "tld_from": "com", + "is_new": true, + "is_lost": false, + "backlink_spam_score": 10, + "rank": 0, + "page_from_rank": 0, + "domain_from_rank": 0, + "domain_from_platform_type": ["unknown"], + "domain_from_is_ip": false, + "domain_from_ip": "172.67.134.205", + "domain_from_country": null, + "page_from_external_links": 82, + "page_from_internal_links": 5, + "page_from_size": 84710, + "page_from_encoding": "utf-8", + "page_from_language": "en", + "page_from_title": "Startups Launched on 04 Feb 2023 - StartupTile", + "page_from_status_code": 200, + "first_seen": "2023-02-08 11:59:19 +00:00", + "prev_seen": null, + "last_seen": "2023-02-08 11:59:19 +00:00", + "item_type": "anchor", + "attributes": null, + "dofollow": true, + "original": true, + "alt": null, + "image_url": null, + "anchor": "Check it out →", + "text_pre": null, + "text_post": null, + "semantic_location": "main", + "links_count": 1, + "group_count": 0, + "is_broken": false, + "url_to_status_code": null, + "url_to_spam_score": null, + "url_to_redirect_target": null + } + ], + "search_after_token": "eyJDdXJyZW50T2Zmc2V0IjowLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6InRvcGFpLnRvb2xzIiwibGltaXQiOjEwMDAsIm9mZnNldCI6NDAwMCwiYmFja2xpbmtzX3N0YXR1c190eXBlIjoibGl2ZSIsImluY2x1ZGVfc3ViZG9tYWlucyI6dHJ1ZSwiaW50ZXJuYWxfbGlzdF9saW1pdCI6MTAsIm1vZGUiOiJhc19pcyIsImFpZCI6NjYzNzZ9LCJTZWFyY2hBZnRlckRhdGEiOnsiVmVyc2lvbiI6MSwiU2VhcmNoQWZ0ZXJWYWx1ZXMiOnsicmFuayI6MCwibGFzdF9zZWVuIjoiMjAyMy0wMi0wOFQxMTo1OToxOSswMDowMCJ9LCJUb2tlblJlYWxPZmZzZXQiOjQ4OTB9fQ==" + } + ] +} diff --git a/resources/data/domains/topaitools-lg.txt b/resources/data/domains/topaitools-lg.txt new file mode 100644 index 0000000..73a5869 --- /dev/null +++ b/resources/data/domains/topaitools-lg.txt @@ -0,0 +1,234 @@ +https://www.inpilot.ai/ +https://avtars.ai/ +https://apps.apple.com/us/app/typho/id6470999411 +https://webwave.me/ai-website-builder +https://diffusionart.co/ +https://voice.controlla.xyz/ +https://rewin.ai/en +https://followfox.ai/ +https://templateprompts.com/ +https://www.tella.tv/tools/ai-youtube-description-generator +https://interiordecorator.ai/ +https://columns.ai/chatgpt +https://www.seanceai.com/ +https://accessibilitydesk.com/ai-toolkit/ +https://vscoped.com/ +https://www.humanizeai.io/ +https://celebu.co/ +https://swipeiq.app/ +https://rargus.com/ +https://characterlingo.com/ +https://www.beatandraise.com/ +https://www.listingturbo.com/ +https://getsummary.tech/ +https://unrealphotoshoot.com/ +https://flowpoint.ai/ +https://dropoutdeveloper.com/ +https://knowlee.ai/ +https://www.aiheadshotmasters.com/ +https://www.cockatoo.com/ +https://bulkgenerate.com/ +https://thechickenapp.com/ +https://www.remoto.ch/chat +https://feedeo.spreading.ai/ +https://www.webyn.ai/ +https://www.tidepool.so/ +https://holoworldai.com/ +https://snov.io/ai-email-writer +https://www.yeschat.ai/ +https://quizmakito.com/ +https://shillbot.xyz/ +https://www.spreading.ai/ +https://q-bot.suchica.com/ +https://www.cliptutor.com/ +https://www.journeyart.ai/ +https://fastessay.com/essay-writing-app.html +https://www.aiartgenerator.cc/ +https://mybrain.zone/ +https://mealgenie.ai/ +https://meme-yourself.com/ +https://robomua.com/consumer +https://insulabot.com/ +https://tts.xtool.ai/ +https://medlabreport.com/ +https://www.chatgot.io/ +http://vsub.io/ +https://controlnet-qrcode.web.app/home +https://opticlean.io/ +https://chat.datascope.io/ +https://triplay.ai/ +https://petbooth.app/ +https://bot3.ai/en +https://inkwithai.com/ +https://ai-cartel.com/ai-recruiter/ +https://chroma.szhao.dev/ +https://www.bookai.chat/ +https://www.success.ai/ +https://www.commentreply.ai/ +https://magmatutor.com/ +https://zoviz.com/ +https://www.headshotpro.com/ +https://quizbot.ai/ +https://reignewz.com/youtube-title-generator/ +https://getfreed.ai/ +https://calmmind.ai/ +https://coursemind.io/ +https://tripclub.ai/ +https://chat.nbox.ai/ +https://chat.coinfeeds.io/ +https://apps.apple.com/us/app/fieldday-real-world-ai/id6448133483 +https://www.aisuitup.com/ +https://crustdata.com/company_gpt +https://documate.site/ +https://indiezebra.com/ +https://www.pooks.ai/ +https://remko.online/remkoforwa +https://aimagicx.com/ +https://chrome.google.com/webstore/detail/bunzz-decipher/ekkgjdbkmlcaepohenggjpfadklklpaj +https://unmixr.com/ +https://www.useproxy.com/ +https://diffusion-logo-studio.gradientinsight.com/ +https://fabularis.art/ +https://visualizee.ai/ +https://avatarly.ai/ +https://www.usetwine.com/ +https://gopdf.io/ +https://maekersuite.com/ +https://chrome.google.com/webstore/detail/magictool-ai/fedmdabgnkfghjplejeilojikdaopkpm +https://synth-mind.ai/company-research-assitant-1 +https://rows.com/ai +https://www.sanebox.com/ +https://shooketh-ai.vercel.app/ +https://www.athenic.com/ +https://aiavatargpt.com/ +https://www.aigirlfriend.wtf/ +https://textero.ai/ +https://mindos.com/ +https://www.jagoda.ai/ +https://canarymail.io/ +https://uxsniff.com/ +https://store.appvidlab.com/realistic-text-to-speech/ +https://www.podpilot.ai/ +https://www.chatsimple.ai/ +https://www.chatbud.info/ +https://www.personalities.me/ +https://www.resumewriting.com/ +https://spring.sourceful.com/ +https://www.selfgazer.com/ +https://neural.cam/neuralbox/ +https://goodspace.ai/hirer +https://clearseas.ai/ +https://coverposts.com/ +https://www.seolligence.com/ +https://bookwitch.io/ +https://unfetch.com/ +https://www.aichatbot.so/ +https://www.getinventive.ai/ +https://powder.gg/ +https://gradient.ai/ +https://www.aikeeda.com/register?aff=NA0VKOGNPXZT +https://heybuddy.one/ +https://productscope.ai/ +https://chromewebstore.google.com/detail/chatgpt-on-google-search/egokoghkkmcnnemgcaadjhdihpceopkn +https://pdfpals.com/?aff=wlqL8 +https://www.tinytap.com/ai/ +https://voxify.ai/ +https://magnetsai.com/ +https://lookbookai.io/ +https://www.pixelart.vip/ +https://fsck.ai/labs/aligned-bot +https://moemate.io/ +https://helpfull.com/free-ai-business-name-generator +https://www.yomu.ai/ +https://coconaut.ai/ +https://www.cascading.ai/ +https://artvisual.ai/ +https://www.sparkreceipt.com/ +https://web.jarvisassistants.com/ +https://vzy.co/ +https://novita.ai/ +https://www.commontools.org/tool/humanize-ai-text-270 +https://courses.ai/ +https://www.bluedothq.com/ +http://spaceai.businesspage.link/ +https://www.stablediffusionai.ai/ +https://www.askvideo.ai/ +https://askmama.ai/ +https://unlost.ai/ +https://slideoo.ai/ +https://appsource.microsoft.com/en-us/product/office/WA200005271 +https://magickimg.com/?aff=wlqL8 +https://coverbot.net/ +https://app.localy.ai/?ref=LV4JRA6OUULEBZY +https://photoproai.online/ +https://mylessonpal.com/ +https://wordvice.ai/ +https://coursefactory.ai/ +https://ironiq.app/ +https://www.chatlingo.app/ +https://mathgptpro.com/ +https://www.app.rhetora.ai/ +https://ixeau.com/ai-photo/ +https://netwrck.com/ +https://hyperlight.ai/ +https://replicate.com/fofr/sdxl-emoji +https://prompter.engineer/ +https://www.happydiffusion.com/ +https://imaginary.dev/ +https://qrdiffusion.com/ +https://gerev.ai/ +https://workspace.google.com/marketplace/app/gmail_gpt/899305976589 +https://essai.pro/ +https://apps.apple.com/us/app/mynewsbuddy/id6446649370 +https://www.gptbots.ai/ +https://foxify.art/ +https://www.oneimg.online/ +https://pgs-principles.vercel.app/ +https://futurekid.ai/ +https://biscuits.ai/ +https://www.audioverflow.com/ +https://gameguide.ai/games +https://myspicyvanilla.com/ai-date-idea-generator/ +https://postus.ai/ +https://www.moonbit.ai/ +https://aihentaigenerator.net/ +https://www.piccopilot.com/ +https://www.happychat.ai/ +https://behired.net/ +https://knowledgedrive.com/ +https://www.postfluencer.app/ +https://www.chatnra.com/ +https://carbonate.dev/ +https://chatflowapp.com/en +https://note-rack.erox.one/ +https://verbalate.ai/?fpr=topaitools82 +https://getpivotly.com/ +https://aispend.io/ +https://merlin.cx/ +https://apps.apple.com/us/app/quill-news-digest/id1669557131 +https://askdocs.com/ +https://designmyroom.ai/ +https://neferdata.com/website/index.html +https://canopyai.xyz/ +https://ilistingai.com/ +https://setapp.com/ +https://www.save.day/ +https://viralkit.io/?via=5s4o50fy +https://www.alphainquire.com/ +https://chateverafter.com/ +https://chromox.alkaidvision.com/ +https://www.shownotesgenerator.com/ +https://agendarunner.com/ +https://unsummary.com/ +https://threads.withmba.com/ +https://www.photoecom.com/ +https://dreamdrop.app/ +https://youai.ai/ais +https://voyp.app/ +https://virbo.wondershare.com/ +https://animant.co/ +https://focusdoro.com/ +https://skillpool.tech/ +https://elythea.org/ +https://socialmediabiogenerator.com/ +https://vmake.ai/ai-model \ No newline at end of file diff --git a/resources/data/domains/topaitools.txt b/resources/data/domains/topaitools.txt new file mode 100644 index 0000000..88afb8e --- /dev/null +++ b/resources/data/domains/topaitools.txt @@ -0,0 +1,20 @@ +https://www.inpilot.ai/ +https://avtars.ai/ +https://apps.apple.com/us/app/typho/id6470999411 +https://webwave.me/ai-website-builder +https://diffusionart.co/ +https://voice.controlla.xyz/ +https://rewin.ai/en +https://followfox.ai/ +https://templateprompts.com/ +https://www.tella.tv/tools/ai-youtube-description-generator +https://interiordecorator.ai/ +https://columns.ai/chatgpt +https://www.seanceai.com/ +https://accessibilitydesk.com/ai-toolkit/ +https://vscoped.com/ +https://www.humanizeai.io/ +https://celebu.co/ +https://swipeiq.app/ +https://rargus.com/ +https://characterlingo.com/ \ No newline at end of file diff --git a/resources/js/admin-app.js b/resources/js/app-admin.js similarity index 100% rename from resources/js/admin-app.js rename to resources/js/app-admin.js diff --git a/resources/js/front-app.js b/resources/js/app-front.js similarity index 100% rename from resources/js/front-app.js rename to resources/js/app-front.js diff --git a/resources/js/ziggy.js b/resources/js/ziggy.js index 84bd707..0ea6493 100644 --- a/resources/js/ziggy.js +++ b/resources/js/ziggy.js @@ -1,4 +1,4 @@ -const Ziggy = {"url":"https:\/\/aibuddytool.test","port":null,"defaults":{},"routes":{"debugbar.openhandler":{"uri":"_debugbar\/open","methods":["GET","HEAD"]},"debugbar.clockwork":{"uri":"_debugbar\/clockwork\/{id}","methods":["GET","HEAD"]},"debugbar.assets.css":{"uri":"_debugbar\/assets\/stylesheets","methods":["GET","HEAD"]},"debugbar.assets.js":{"uri":"_debugbar\/assets\/javascript","methods":["GET","HEAD"]},"debugbar.cache.delete":{"uri":"_debugbar\/cache\/{key}\/{tags?}","methods":["DELETE"]},"sanctum.csrf-cookie":{"uri":"sanctum\/csrf-cookie","methods":["GET","HEAD"]},"ignition.healthCheck":{"uri":"_ignition\/health-check","methods":["GET","HEAD"]},"ignition.executeSolution":{"uri":"_ignition\/execute-solution","methods":["POST"]},"ignition.updateConfig":{"uri":"_ignition\/update-config","methods":["POST"]},"api.auth.login.post":{"uri":"api\/login","methods":["POST"]},"api.auth.logout.post":{"uri":"api\/logout","methods":["POST"]},"api.admin.post.get":{"uri":"api\/admin\/post\/{id}","methods":["GET","HEAD"]},"api.admin.country-locales":{"uri":"api\/admin\/country-locales","methods":["GET","HEAD"]},"api.admin.categories":{"uri":"api\/admin\/categories\/{country_locale_slug}","methods":["GET","HEAD"]},"api.admin.authors":{"uri":"api\/admin\/authors","methods":["GET","HEAD"]},"api.admin.upload.cloud.image":{"uri":"api\/admin\/image\/upload","methods":["POST"]},"api.admin.post.upsert":{"uri":"api\/admin\/admin\/post\/upsert","methods":["POST"]},"feeds.main":{"uri":"posts.rss","methods":["GET","HEAD"]},"login":{"uri":"login","methods":["GET","HEAD"]},"logout":{"uri":"logout","methods":["POST"]},"register":{"uri":"register","methods":["GET","HEAD"]},"password.request":{"uri":"password\/reset","methods":["GET","HEAD"]},"password.email":{"uri":"password\/email","methods":["POST"]},"password.reset":{"uri":"password\/reset\/{token}","methods":["GET","HEAD"]},"password.update":{"uri":"password\/reset","methods":["POST"]},"password.confirm":{"uri":"password\/confirm","methods":["GET","HEAD"]},"dashboard":{"uri":"admin","methods":["GET","HEAD"]},"admin.changelog":{"uri":"admin\/changelog","methods":["GET","HEAD"]},"about":{"uri":"admin\/about","methods":["GET","HEAD"]},"users.index":{"uri":"admin\/users","methods":["GET","HEAD"]},"posts.manage":{"uri":"admin\/posts","methods":["GET","HEAD"]},"posts.manage.edit":{"uri":"admin\/posts\/edit\/{post_id}","methods":["GET","HEAD"]},"posts.manage.delete":{"uri":"admin\/posts\/delete\/{post_id}","methods":["GET","HEAD"]},"posts.manage.indexing":{"uri":"admin\/posts\/indexing\/{post_id}","methods":["GET","HEAD"]},"posts.manage.new":{"uri":"admin\/posts\/new","methods":["GET","HEAD"]},"profile.show":{"uri":"admin\/profile","methods":["GET","HEAD"]},"profile.update":{"uri":"admin\/profile","methods":["PUT"]},"home":{"uri":"\/","methods":["GET","HEAD"]}}}; +const Ziggy = {"url":"https:\/\/aibuddytool.test","port":null,"defaults":{},"routes":{"debugbar.openhandler":{"uri":"_debugbar\/open","methods":["GET","HEAD"]},"debugbar.clockwork":{"uri":"_debugbar\/clockwork\/{id}","methods":["GET","HEAD"]},"debugbar.assets.css":{"uri":"_debugbar\/assets\/stylesheets","methods":["GET","HEAD"]},"debugbar.assets.js":{"uri":"_debugbar\/assets\/javascript","methods":["GET","HEAD"]},"debugbar.cache.delete":{"uri":"_debugbar\/cache\/{key}\/{tags?}","methods":["DELETE"]},"sanctum.csrf-cookie":{"uri":"sanctum\/csrf-cookie","methods":["GET","HEAD"]},"ignition.healthCheck":{"uri":"_ignition\/health-check","methods":["GET","HEAD"]},"ignition.executeSolution":{"uri":"_ignition\/execute-solution","methods":["POST"]},"ignition.updateConfig":{"uri":"_ignition\/update-config","methods":["POST"]},"api.auth.login.post":{"uri":"api\/login","methods":["POST"]},"api.auth.logout.post":{"uri":"api\/logout","methods":["POST"]},"api.admin.post.get":{"uri":"api\/admin\/post\/{id}","methods":["GET","HEAD"]},"api.admin.country-locales":{"uri":"api\/admin\/country-locales","methods":["GET","HEAD"]},"api.admin.categories":{"uri":"api\/admin\/categories\/{country_locale_slug}","methods":["GET","HEAD"]},"api.admin.authors":{"uri":"api\/admin\/authors","methods":["GET","HEAD"]},"api.admin.upload.cloud.image":{"uri":"api\/admin\/image\/upload","methods":["POST"]},"api.admin.post.upsert":{"uri":"api\/admin\/admin\/post\/upsert","methods":["POST"]},"feeds.main":{"uri":"posts.rss","methods":["GET","HEAD"]},"login":{"uri":"login","methods":["GET","HEAD"]},"logout":{"uri":"logout","methods":["POST"]},"register":{"uri":"register","methods":["GET","HEAD"]},"password.request":{"uri":"password\/reset","methods":["GET","HEAD"]},"password.email":{"uri":"password\/email","methods":["POST"]},"password.reset":{"uri":"password\/reset\/{token}","methods":["GET","HEAD"]},"password.update":{"uri":"password\/reset","methods":["POST"]},"password.confirm":{"uri":"password\/confirm","methods":["GET","HEAD"]},"dashboard":{"uri":"admin","methods":["GET","HEAD"]},"admin.changelog":{"uri":"admin\/changelog","methods":["GET","HEAD"]},"about":{"uri":"admin\/about","methods":["GET","HEAD"]},"users.index":{"uri":"admin\/users","methods":["GET","HEAD"]},"posts.manage":{"uri":"admin\/posts","methods":["GET","HEAD"]},"posts.manage.edit":{"uri":"admin\/posts\/edit\/{post_id}","methods":["GET","HEAD"]},"posts.manage.delete":{"uri":"admin\/posts\/delete\/{post_id}","methods":["GET","HEAD"]},"posts.manage.indexing":{"uri":"admin\/posts\/indexing\/{post_id}","methods":["GET","HEAD"]},"posts.manage.new":{"uri":"admin\/posts\/new","methods":["GET","HEAD"]},"profile.show":{"uri":"admin\/profile","methods":["GET","HEAD"]},"profile.update":{"uri":"admin\/profile","methods":["PUT"]},"front.home":{"uri":"\/","methods":["GET","HEAD"]},"front.discover.home":{"uri":"discover","methods":["GET","HEAD"]},"front.discover.category":{"uri":"discover\/{category_slug}","methods":["GET","HEAD"]},"front.terms":{"uri":"terms","methods":["GET","HEAD"]},"front.privacy":{"uri":"privacy","methods":["GET","HEAD"]},"front.disclaimer":{"uri":"disclaimer","methods":["GET","HEAD"]}}}; if (typeof window !== 'undefined' && typeof window.Ziggy !== 'undefined') { Object.assign(Ziggy.routes, window.Ziggy.routes); diff --git a/resources/markdown/disclaimer.md b/resources/markdown/disclaimer.md new file mode 100644 index 0000000..ed86f26 --- /dev/null +++ b/resources/markdown/disclaimer.md @@ -0,0 +1,29 @@ +# **Disclaimer** + +## **1. General Information** + +- **Purpose**: The content on this website is solely for **informational purposes**. It should not be taken as legal, financial, or medical advice. +- **Professional Advice**: Before making any decisions based on this content, consult with a **lawyer** for legal matters, a **financial advisor** for financial queries, and a **medical professional** for health-related issues. + +## **2. Accuracy & Completeness** + +- **No Guarantee**: The accuracy, completeness, or suitability of the information on this website for any particular purpose is not guaranteed. +- **Third-party Sources**: We hold no responsibility for the accuracy or completeness of information sourced from third parties. + +## **3. Liability** + +- **Risks**: Any use of the information on this website is **at your own risk**. +- **No Liability**: We shall not be liable for any consequences including but not limited to loss of profits, data, or other losses resulting from the use of this website. +- **Legal Actions**: Users acknowledge that we bear no liability for any legal actions arising from their use of this website. + +## **4. Third-Party Links & Content** + +- **External Links**: This website may provide links to external sites. We neither control nor are responsible for the content, policies, or practices of such third-party websites. + +## **5. Agreement** + +- **Terms**: By using this website, you agree to this disclaimer and all related terms of use. + +## **6. Contact** + +If you have any questions regarding this disclaimer, contact us via email: support@aibuddytool.com diff --git a/resources/markdown/privacy.md b/resources/markdown/privacy.md new file mode 100644 index 0000000..a8eadb9 --- /dev/null +++ b/resources/markdown/privacy.md @@ -0,0 +1,241 @@ +Updated at 2023-09-24 + +aibuddytool.com (“we,” “our,” or “us”) is committed to protecting your privacy. This Privacy Policy explains how your personal information is collected, used, and disclosed by aibuddytool.com. + +This Privacy Policy applies to our website, and its associated subdomains (collectively, our “Service”) alongside our application, aibuddytool.com. By accessing or using our Service, you signify that you have read, understood, and agree to our collection, storage, use, and disclosure of your personal information as described in this Privacy Policy and our Terms of Service. + +## Definitions and key terms + +To help explain things as clearly as possible in this Privacy Policy, every time any of these terms are referenced, are strictly defined as: + +- Cookie: small amount of data generated by a website and saved by your web browser. It is used to identify your browser, provide analytics, remember information about you such as your language preference or login information. +- Company: when this policy mentions “Company,” “we,” “us,” or “our,” it refers to Exastellar Industries, (35A, Jalan PSK 6, Pusat Perdagangan Seri Kembangan) that is responsible for your information under this Privacy Policy. +- Country: where aibuddytool.com or the owners/founders of aibuddytool.com are based, in this case is Malaysia +- Customer: refers to the company, organization or person that signs up to use the aibuddytool.com Service to manage the relationships with your consumers or service users. +- Device: any internet connected device such as a phone, tablet, computer or any other device that can be used to visit aibuddytool.com and use the services. +- IP address: Every device connected to the Internet is assigned a number known as an Internet protocol (IP) address. These numbers are usually assigned in geographic blocks. An IP address can often be used to identify the location from which a device is connecting to the Internet. +- Personnel: refers to those individuals who are employed by aibuddytool.com or are under contract to perform a service on behalf of one of the parties. +- Personal Data: any information that directly, indirectly, or in connection with other information — including a personal identification number — allows for the identification or identifiability of a natural person. +- Service: refers to the service provided by aibuddytool.com as described in the relative terms (if available) and on this platform. +- Third-party service: refers to advertisers, contest sponsors, promotional and marketing partners, and others who provide our content or whose products or services we think may interest you. +- Website: aibuddytool.com."’s" site, which can be accessed via this URL: https://aibuddytool.com +- You: a person or entity that is registered with aibuddytool.com to use the Services. + +## What Information Do We Collect? + +We collect information from you when you visit our website, register on our site, place an order, subscribe to our newsletter, respond to a survey or fill out a form. + +- Name / Username +- Email Addresses +- Job Titles +- Billing Addresses +- Debit/credit card numbers + +We also collect information from mobile devices for a better user experience, although these features are completely optional: + +## How Do We Use The Information We Collect? + +Any of the information we collect from you may be used in one of the following ways: + +- To personalize your experience (your information helps us to better respond to your individual needs) +- To improve our website (we continually strive to improve our website offerings based on the information and feedback we receive from you) +- To improve customer service (your information helps us to more effectively respond to your customer service requests and support needs) +- To process transactions +- To administer a contest, promotion, survey or other site feature +- To send periodic emails + +## When does aibuddytool.com use end user information from third parties? + +aibuddytool.com will collect End User Data necessary to provide the aibuddytool.com services to our customers. + +End users may voluntarily provide us with information they have made available on social media websites. If you provide us with any such information, we may collect publicly available information from the social media websites you have indicated. You can control how much of your information social media websites make public by visiting these websites and changing your privacy settings. + +## When does aibuddytool.com use customer information from third parties? + +We receive some information from the third parties when you contact us. For example, when you submit your email address to us to show interest in becoming a aibuddytool.com customer, we receive information from a third party that provides automated fraud detection services to aibuddytool.com. We also occasionally collect information that is made publicly available on social media websites. You can control how much of your information social media websites make public by visiting these websites and changing your privacy settings. + +## Do we share the information we collect with third parties? + +We may share the information that we collect, both personal and non-personal, with third parties such as advertisers, contest sponsors, promotional and marketing partners, and others who provide our content or whose products or services we think may interest you. We may also share it with our current and future affiliated companies and business partners, and if we are involved in a merger, asset sale or other business reorganization, we may also share or transfer your personal and non-personal information to our successors-in-interest. + +We may engage trusted third party service providers to perform functions and provide services to us, such as hosting and maintaining our servers and the website, database storage and management, e-mail management, storage marketing, credit card processing, customer service and fulfilling orders for products and services you may purchase through the website. We will likely share your personal information, and possibly some non-personal information, with these third parties to enable them to perform these services for us and for you. + +We may share portions of our log file data, including IP addresses, for analytics purposes with third parties such as web analytics partners, application developers, and ad networks. If your IP address is shared, it may be used to estimate general location and other technographics such as connection speed, whether you have visited the website in a shared location, and type of the device used to visit the website. They may aggregate information about our advertising and what you see on the website and then provide auditing, research and reporting for us and our advertisers. + +We may also disclose personal and non-personal information about you to government or law enforcement officials or private parties as we, in our sole discretion, believe necessary or appropriate in order to respond to claims, legal process (including subpoenas), to protect our rights and interests or those of a third party, the safety of the public or any person, to prevent or stop any illegal, unethical, or legally actionable activity, or to otherwise comply with applicable court orders, laws, rules and regulations. + +## Where and when is information collected from customers and end users? + +aibuddytool.com will collect personal information that you submit to us. We may also receive personal information about you from third parties as described above. + +## How Do We Use Your Email Address? + +By submitting your email address on this website, you agree to receive emails from us. You can cancel your participation in any of these email lists at any time by clicking on the opt-out link or other unsubscribe option that is included in the respective email. We only send emails to people who have authorized us to contact them, either directly, or through a third party. We do not send unsolicited commercial emails, because we hate spam as much as you do. By submitting your email address, you also agree to allow us to use your email address for customer audience targeting on sites like Facebook, where we display custom advertising to specific people who have opted-in to receive communications from us. Email addresses submitted only through the order processing page will be used for the sole purpose of sending you information and updates pertaining to your order. If, however, you have provided the same email to us through another method, we may use it for any of the purposes stated in this Policy. Note: If at any time you would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email. + +## How Long Do We Keep Your Information? + +We keep your information only so long as we need it to provide aibuddytool.com to you and fulfill the purposes described in this policy. This is also the case for anyone that we share your information with and who carries out services on our behalf. When we no longer need to use your information and there is no need for us to keep it to comply with our legal or regulatory obligations, we’ll either remove it from our systems or depersonalize it so that we can't identify you. + +## How Do We Protect Your Information? + +We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information. We offer the use of a secure server. All supplied sensitive/credit information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential. After a transaction, your private information (credit cards, social security numbers, financials, etc.) is never kept on file. We cannot, however, ensure or warrant the absolute security of any information you transmit to aibuddytool.com or guarantee that your information on the Service may not be accessed, disclosed, altered, or destroyed by a breach of any of our physical, technical, or managerial safeguards. + +## Could my information be transferred to other countries? + +Exastellar Industries is incorporated in Malaysia. Information collected via our website, through direct interactions with you, or from use of our help services may be transferred from time to time to our offices or personnel, or to third parties, located throughout the world, and may be viewed and hosted anywhere in the world, including countries that may not have laws of general applicability regulating the use and transfer of such data. To the fullest extent allowed by applicable law, by using any of the above, you voluntarily consent to the trans-border transfer and hosting of such information. + +## Is the information collected through the aibuddytool.com Service secure? + +We take precautions to protect the security of your information. We have physical, electronic, and managerial procedures to help safeguard, prevent unauthorized access, maintain data security, and correctly use your information. However, neither people nor security systems are foolproof, including encryption systems. In addition, people can commit intentional crimes, make mistakes or fail to follow policies. Therefore, while we use reasonable efforts to protect your personal information, we cannot guarantee its absolute security. If applicable law imposes any non-disclaimable duty to protect your personal information, you agree that intentional misconduct will be the standards used to measure our compliance with that duty. + +## Can I update or correct my information? + +The rights you have to request updates or corrections to the information aibuddytool.com collects depend on your relationship with aibuddytool.com. Personnel may update or correct their information as detailed in our internal company employment policies. + +Customers have the right to request the restriction of certain uses and disclosures of personally identifiable information as follows. You can contact us in order to (1) update or correct your personally identifiable information, (2) change your preferences with respect to communications and other information you receive from us, or (3) delete the personally identifiable information maintained about you on our systems (subject to the following paragraph), by cancelling your account. Such updates, corrections, changes and deletions will have no effect on other information that we maintain, or information that we have provided to third parties in accordance with this Privacy Policy prior to such update, correction, change or deletion. To protect your privacy and security, we may take reasonable steps (such as requesting a unique password) to verify your identity before granting you profile access or making corrections. You are responsible for maintaining the secrecy of your unique password and account information at all times. + +You should be aware that it is not technologically possible to remove each and every record of the information you have provided to us from our system. The need to back up our systems to protect information from inadvertent loss means that a copy of your information may exist in a non-erasable form that will be difficult or impossible for us to locate. Promptly after receiving your request, all personal information stored in databases we actively use, and other readily searchable media will be updated, corrected, changed or deleted, as appropriate, as soon as and to the extent reasonably and technically practicable. + +If you are an end user and wish to update, delete, or receive any information we have about you, you may do so by contacting the organization of which you are a customer. + +## Personnel + +If you are a aibuddytool.com worker or applicant, we collect information you voluntarily provide to us. We use the information collected for Human Resources purposes in order to administer benefits to workers and screen applicants. + +You may contact us in order to (1) update or correct your information, (2) change your preferences with respect to communications and other information you receive from us, or (3) receive a record of the information we have relating to you. Such updates, corrections, changes and deletions will have no effect on other information that we maintain, or information that we have provided to third parties in accordance with this Privacy Policy prior to such update, correction, change or deletion. + +## Sale of Business + +We reserve the right to transfer information to a third party in the event of a sale, merger or other transfer of all or substantially all of the assets of aibuddytool.com or any of its Corporate Affiliates (as defined herein), or that portion of aibuddytool.com or any of its Corporate Affiliates to which the Service relates, or in the event that we discontinue our business or file a petition or have filed against us a petition in bankruptcy, reorganization or similar proceeding, provided that the third party agrees to adhere to the terms of this Privacy Policy. + +## Affiliates + +We may disclose information (including personal information) about you to our Corporate Affiliates. For purposes of this Privacy Policy, "Corporate Affiliate" means any person or entity which directly or indirectly controls, is controlled by or is under common control with aibuddytool.com, whether by ownership or otherwise. Any information relating to you that we provide to our Corporate Affiliates will be treated by those Corporate Affiliates in accordance with the terms of this Privacy Policy. + +## Governing Law + +This Privacy Policy is governed by the laws of Malaysia without regard to its conflict of laws provision. You consent to the exclusive jurisdiction of the courts in connection with any action or dispute arising between the parties under or in connection with this Privacy Policy except for those individuals who may have rights to make claims under Privacy Shield, or the Swiss-US framework. + +The laws of Malaysia, excluding its conflicts of law rules, shall govern this Agreement and your use of the website. Your use of the website may also be subject to other local, state, national, or international laws. + +By using aibuddytool.com or contacting us directly, you signify your acceptance of this Privacy Policy. If you do not agree to this Privacy Policy, you should not engage with our website, or use our services. Continued use of the website, direct engagement with us, or following the posting of changes to this Privacy Policy that do not significantly affect the use or disclosure of your personal information will mean that you accept those changes. + +## Your Consent + +We've updated our Privacy Policy to provide you with complete transparency into what is being set when you visit our site and how it's being used. By using our website, registering an account, or making a purchase, you hereby consent to our Privacy Policy and agree to its terms. + +## Links to Other Websites + +This Privacy Policy applies only to the Services. The Services may contain links to other websites not operated or controlled by aibuddytool.com. We are not responsible for the content, accuracy or opinions expressed in such websites, and such websites are not investigated, monitored or checked for accuracy or completeness by us. Please remember that when you use a link to go from the Services to another website, our Privacy Policy is no longer in effect. Your browsing and interaction on any other website, including those that have a link on our platform, is subject to that website’s own rules and policies. Such third parties may use their own cookies or other methods to collect information about you. + +## Advertising + +This website may contain third party advertisements and links to third party sites. aibuddytool.com does not make any representation as to the accuracy or suitability of any of the information contained in those advertisements or sites and does not accept any responsibility or liability for the conduct or content of those advertisements and sites and the offerings made by the third parties. + +Advertising keeps aibuddytool.com and many of the websites and services you use free of charge. We work hard to make sure that ads are safe, unobtrusive, and as relevant as possible. + +Third party advertisements and links to other sites where goods or services are advertised are not endorsements or recommendations by aibuddytool.com of the third party sites, goods or services. aibuddytool.com takes no responsibility for the content of any of the ads, promises made, or the quality/reliability of the products or services offered in all advertisements. + +## Cookies for Advertising + +These cookies collect information over time about your online activity on the website and other online services to make online advertisements more relevant and effective to you. This is known as interest-based advertising. They also perform functions like preventing the same ad from continuously reappearing and ensuring that ads are properly displayed for advertisers. Without cookies, it’s really hard for an advertiser to reach its audience, or to know how many ads were shown and how many clicks they received. + +## Cookies + +aibuddytool.com uses "Cookies" to identify the areas of our website that you have visited. A Cookie is a small piece of data stored on your computer or mobile device by your web browser. We use Cookies to enhance the performance and functionality of our website but are non-essential to their use. However, without these cookies, certain functionality like videos may become unavailable or you would be required to enter your login details every time you visit the website as we would not be able to remember that you had logged in previously. Most web browsers can be set to disable the use of Cookies. However, if you disable Cookies, you may not be able to access functionality on our website correctly or at all. We never place Personally Identifiable Information in Cookies. + +## Blocking and disabling cookies and similar technologies + +Wherever you're located you may also set your browser to block cookies and similar technologies, but this action may block our essential cookies and prevent our website from functioning properly, and you may not be able to fully utilize all of its features and services. You should also be aware that you may also lose some saved information (e.g. saved login details, site preferences) if you block cookies on your browser. Different browsers make different controls available to you. Disabling a cookie or category of cookie does not delete the cookie from your browser, you will need to do this yourself from within your browser, you should visit your browser's help menu for more information. + +## Remarketing Services + +We use remarketing services. What Is Remarketing? In digital marketing, remarketing (or retargeting) is the practice of serving ads across the internet to people who have already visited your website. It allows your company to seem like they're “following” people around the internet by serving ads on the websites and platforms they use most. + +## Payment Details + +In respect to any credit card or other payment processing details you have provided us, we commit that this confidential information will be stored in the most secure manner possible. + +## Kids' Privacy + +We do not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers. + +## Changes To Our Privacy Policy + +We may change our Service and policies, and we may need to make changes to this Privacy Policy so that they accurately reflect our Service and policies. Unless otherwise required by law, we will notify you (for example, through our Service) before we make changes to this Privacy Policy and give you an opportunity to review them before they go into effect. Then, if you continue to use the Service, you will be bound by the updated Privacy Policy. If you do not want to agree to this or any updated Privacy Policy, you can delete your account. + +## Third-Party Services + +We may display, include or make available third-party content (including data, information, applications and other products services) or provide links to third-party websites or services ("Third- Party Services"). +You acknowledge and agree that aibuddytool.com shall not be responsible for any Third-Party Services, including their accuracy, completeness, timeliness, validity, copyright compliance, legality, decency, quality or any other aspect thereof. aibuddytool.com does not assume and shall not have any liability or responsibility to you or any other person or entity for any Third-Party Services. +Third-Party Services and links thereto are provided solely as a convenience to you and you access and use them entirely at your own risk and subject to such third parties' terms and conditions. + +## Facebook Pixel + +Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising by understanding the actions people take on your website. You can use the pixel to: Make sure your ads are shown to the right people. Facebook pixel may collect information from your device when you use the service. Facebook pixel collects information that is held in accordance with its Privacy Policy + +## Tracking Technologies + +- Cookies + +We use Cookies to enhance the performance and functionality of our website but are non-essential to their use. However, without these cookies, certain functionality like videos may become unavailable or you would be required to enter your login details every time you visit the website as we would not be able to remember that you had logged in previously. + +- Local Storage + +Local Storage sometimes known as DOM storage, provides web apps with methods and protocols for storing client-side data. Web storage supports persistent data storage, similar to cookies but with a greatly enhanced capacity and no information stored in the HTTP request header. + +- Sessions + +aibuddytool.com uses "Sessions" to identify the areas of our website that you have visited. A Session is a small piece of data stored on your computer or mobile device by your web browser. + +## Information about General Data Protection Regulation (GDPR) + +We may be collecting and using information from you if you are from the European Economic Area (EEA), and in this section of our Privacy Policy we are going to explain exactly how and why is this data collected, and how we maintain this data under protection from being replicated or used in the wrong way. + +### What is GDPR? + +GDPR is an EU-wide privacy and data protection law that regulates how EU residents' data is protected by companies and enhances the control the EU residents have, over their personal data. + +The GDPR is relevant to any globally operating company and not just the EU-based businesses and EU residents. Our customers’ data is important irrespective of where they are located, which is why we have implemented GDPR controls as our baseline standard for all our operations worldwide. + +### What is personal data? + +Any data that relates to an identifiable or identified individual. GDPR covers a broad spectrum of information that could be used on its own, or in combination with other pieces of information, to identify a person. Personal data extends beyond a person’s name or email address. Some examples include financial information, political opinions, genetic data, biometric data, IP addresses, physical address, sexual orientation, and ethnicity. + +The Data Protection Principles include requirements such as: + +- Personal data collected must be processed in a fair, legal, and transparent way and should only be used in a way that a person would reasonably expect. +- Personal data should only be collected to fulfil a specific purpose and it should only be used for that purpose. Organizations must specify why they need the personal data when they collect it. +- Personal data should be held no longer than necessary to fulfil its purpose. +- People covered by the GDPR have the right to access their own personal data. They can also request a copy of their data, and that their data be updated, deleted, restricted, or moved to another organization. + +### Why is GDPR important? + +GDPR adds some new requirements regarding how companies should protect individuals' personal data that they collect and process. It also raises the stakes for compliance by increasing enforcement and imposing greater fines for breach. Beyond these facts it's simply the right thing to do. At aibuddytool.com we strongly believe that your data privacy is very important and we already have solid security and privacy practices in place that go beyond the requirements of this new regulation. + +### Individual Data Subject's Rights - Data Access, Portability and Deletion + +We are committed to helping our customers meet the data subject rights requirements of GDPR. aibuddytool.com processes or stores all personal data in fully vetted, DPA compliant vendors. We do store all conversation and personal data for up to 6 years unless your account is deleted. In which case, we dispose of all data in accordance with our Terms of Service and Privacy Policy, but we will not hold it longer than 60 days. + +We are aware that if you are working with EU customers, you need to be able to provide them with the ability to access, update, retrieve and remove personal data. We got you! We've been set up as self service from the start and have always given you access to your data and your customers data. Our customer support team is here for you to answer any questions you might have about working with the API. + +## California Residents + +The California Consumer Privacy Act (CCPA) requires us to disclose categories of Personal Information we collect and how we use it, the categories of sources from whom we collect Personal Information, and the third parties with whom we share it, which we have explained above. + +We are also required to communicate information about rights California residents have under California law. You may exercise the following rights: + +- Right to Know and Access. You may submit a verifiable request for information regarding the: (1) categories of Personal Information we collect, use, or share; (2) purposes for which categories of Personal Information are collected or used by us; (3) categories of sources from which we collect Personal Information; and (4) specific pieces of Personal Information we have collected about you. +- Right to Equal Service. We will not discriminate against you if you exercise your privacy rights. +- Right to Delete. You may submit a verifiable request to close your account and we will delete Personal Information about you that we have collected. +- Request that a business that sells a consumer's personal data, not sell the consumer's personal data. + +If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us. +We do not sell the Personal Information of our users. +For more information about these rights, please contact us. + +## Contact Us + +Don't hesitate to contact us if you have any questions. + +-Via Email: support@aibuddytool.com diff --git a/resources/markdown/terms.md b/resources/markdown/terms.md new file mode 100644 index 0000000..2f33975 --- /dev/null +++ b/resources/markdown/terms.md @@ -0,0 +1,201 @@ +Updated at 2023-09-24 + +## General Terms + +By accessing and placing an order with aibuddytool.com, you confirm that you are in agreement with and bound by the terms of service contained in the Terms & Conditions outlined below. These terms apply to the entire website and any email or other type of communication between you and aibuddytool.com. + +Under no circumstances shall aibuddytool.com team be liable for any direct, indirect, special, incidental or consequential damages, including, but not limited to, loss of data or profit, arising out of the use, or the inability to use, the materials on this site, even if aibuddytool.com team or an authorized representative has been advised of the possibility of such damages. If your use of materials from this site results in the need for servicing, repair or correction of equipment or data, you assume any costs thereof. + +aibuddytool.com will not be responsible for any outcome that may occur during the course of usage of our resources. We reserve the rights to change prices and revise the resources usage policy in any moment. + +## License + +aibuddytool.com grants you a revocable, non-exclusive, non-transferable, limited license to download, install and use the website strictly in accordance with the terms of this Agreement. + +These Terms & Conditions are a contract between you and aibuddytool.com (referred to in these Terms & Conditions as "aibuddytool.com", "us", "we" or "our"), the provider of the aibuddytool.com website and the services accessible from the aibuddytool.com website (which are collectively referred to in these Terms & Conditions as the "aibuddytool.com Service"). + +You are agreeing to be bound by these Terms & Conditions. If you do not agree to these Terms & Conditions, please do not use the aibuddytool.com Service. In these Terms & Conditions, "you" refers both to you as an individual and to the entity you represent. If you violate any of these Terms & Conditions, we reserve the right to cancel your account or block access to your account without notice. + +## Meanings + +For this Terms & Conditions: + +- Cookie: small amount of data generated by a website and saved by your web browser. It is used to identify your browser, provide analytics, remember information about you such as your language preference or login information. +- Company: when this policy mentions “Company,” “we,” “us,” or “our,” it refers to Exastellar Industries, that is responsible for your information under this Terms & Conditions. +- Country: where aibuddytool.com or the owners/founders of aibuddytool.com are based, in this case is Malaysia +- Device: any internet connected device such as a phone, tablet, computer or any other device that can be used to visit aibuddytool.com and use the services. +- Service: refers to the service provided by aibuddytool.com as described in the relative terms (if available) and on this platform. +- Third-party service: refers to advertisers, contest sponsors, promotional and marketing partners, and others who provide our content or whose products or services we think may interest you. +- Website: aibuddytool.com."’s" site, which can be accessed via this URL: aibuddytool.com.com +- You: a person or entity that is registered with aibuddytool.com to use the Services. + +## Restrictions + +You agree not to, and you will not permit others to: + +- License, sell, rent, lease, assign, distribute, transmit, host, outsource, disclose or otherwise commercially exploit the website or make the platform available to any third party. +- Modify, make derivative works of, disassemble, decrypt, reverse compile or reverse engineer any part of the website. +- Remove, alter or obscure any proprietary notice (including any notice of copyright or trademark) of aibuddytool.com or its affiliates, partners, suppliers or the licensors of the website. + +## Return and Refund Policy + +Thanks for shopping at aibuddytool.com. We appreciate the fact that you like to buy the stuff we build. We also want to make sure you have a rewarding experience while you’re exploring, evaluating, and purchasing our products. + +As with any shopping experience, there are terms and conditions that apply to transactions at aibuddytool.com. We’ll be as brief as our attorneys will allow. The main thing to remember is that by placing an order or making a purchase at aibuddytool.com, you agree to the terms along with aibuddytool.com."’s" Privacy Policy. + +If, for any reason, You are not completely satisfied with any good or service that we provide, don't hesitate to contact us and we will discuss any of the issues you are going through with our product. + +## Your Suggestions + +Any feedback, comments, ideas, improvements or suggestions (collectively, "Suggestions") provided by you to aibuddytool.com with respect to the website shall remain the sole and exclusive property of aibuddytool.com. + +aibuddytool.com shall be free to use, copy, modify, publish, or redistribute the Suggestions for any purpose and in any way without any credit or any compensation to you. + +## Your Consent + +We've updated our Terms & Conditions to provide you with complete transparency into what is being set when you visit our site and how it's being used. By using our website, registering an account, or making a purchase, you hereby consent to our Terms & Conditions. + +## Links to Other Websites + +This Terms & Conditions applies only to the Services. The Services may contain links to other websites not operated or controlled by aibuddytool.com. We are not responsible for the content, accuracy or opinions expressed in such websites, and such websites are not investigated, monitored or checked for accuracy or completeness by us. Please remember that when you use a link to go from the Services to another website, our Terms & Conditions are no longer in effect. Your browsing and interaction on any other website, including those that have a link on our platform, is subject to that website’s own rules and policies. Such third parties may use their own cookies or other methods to collect information about you. + +## Cookies + +aibuddytool.com uses "Cookies" to identify the areas of our website that you have visited. A Cookie is a small piece of data stored on your computer or mobile device by your web browser. We use Cookies to enhance the performance and functionality of our website but are non-essential to their use. However, without these cookies, certain functionality like videos may become unavailable or you would be required to enter your login details every time you visit the website as we would not be able to remember that you had logged in previously. Most web browsers can be set to disable the use of Cookies. However, if you disable Cookies, you may not be able to access functionality on our website correctly or at all. We never place Personally Identifiable Information in Cookies. + +## Changes To Our Terms & Conditions + +You acknowledge and agree that aibuddytool.com may stop (permanently or temporarily) providing the Service (or any features within the Service) to you or to users generally at aibuddytool.com’s sole discretion, without prior notice to you. You may stop using the Service at any time. You do not need to specifically inform aibuddytool.com when you stop using the Service. You acknowledge and agree that if aibuddytool.com disables access to your account, you may be prevented from accessing the Service, your account details or any files or other materials which is contained in your account. + +If we decide to change our Terms & Conditions, we will post those changes on this page, and/or update the Terms & Conditions modification date below. + +## Modifications to Our website + +aibuddytool.com reserves the right to modify, suspend or discontinue, temporarily or permanently, the website or any service to which it connects, with or without notice and without liability to you. + +## Updates to Our website + +aibuddytool.com may from time to time provide enhancements or improvements to the features/ functionality of the website, which may include patches, bug fixes, updates, upgrades and other modifications ("Updates"). + +Updates may modify or delete certain features and/or functionalities of the website. You agree that aibuddytool.com has no obligation to (i) provide any Updates, or (ii) continue to provide or enable any particular features and/or functionalities of the website to you. + +You further agree that all Updates will be (i) deemed to constitute an integral part of the website, and (ii) subject to the terms and conditions of this Agreement. + +## Third-Party Services + +We may display, include or make available third-party content (including data, information, applications and other products services) or provide links to third-party websites or services ("Third- Party Services"). + +You acknowledge and agree that aibuddytool.com shall not be responsible for any Third-Party Services, including their accuracy, completeness, timeliness, validity, copyright compliance, legality, decency, quality or any other aspect thereof. aibuddytool.com does not assume and shall not have any liability or responsibility to you or any other person or entity for any Third-Party Services. + +Third-Party Services and links thereto are provided solely as a convenience to you and you access and use them entirely at your own risk and subject to such third parties' terms and conditions. + +## Term and Termination + +This Agreement shall remain in effect until terminated by you or aibuddytool.com. + +aibuddytool.com may, in its sole discretion, at any time and for any or no reason, suspend or terminate this Agreement with or without prior notice. + +This Agreement will terminate immediately, without prior notice from aibuddytool.com, in the event that you fail to comply with any provision of this Agreement. You may also terminate this Agreement by deleting the website and all copies thereof from your computer. + +Upon termination of this Agreement, you shall cease all use of the website and delete all copies of the website from your computer. +Termination of this Agreement will not limit any of aibuddytool.com's rights or remedies at law or in equity in case of breach by you (during the term of this Agreement) of any of your obligations under the present Agreement. + +## Copyright Infringement Notice + +If you are a copyright owner or such owner’s agent and believe any material on our website constitutes an infringement on your copyright, please contact us setting forth the following information: (a) a physical or electronic signature of the copyright owner or a person authorized to act on his behalf; (b) identification of the material that is claimed to be infringing; (c) your contact information, including your address, telephone number, and an email; (d) a statement by you that you have a good faith belief that use of the material is not authorized by the copyright owners; and (e) the a statement that the information in the notification is accurate, and, under penalty of perjury you are authorized to act on behalf of the owner. + +## Indemnification + +You agree to indemnify and hold aibuddytool.com and its parents, subsidiaries, affiliates, officers, employees, agents, partners and licensors (if any) harmless from any claim or demand, including reasonable attorneys' fees, due to or arising out of your: (a) use of the website; (b) violation of this Agreement or any law or regulation; or (c) violation of any right of a third party. + +## No Warranties + +The website is provided to you "AS IS" and "AS AVAILABLE" and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, aibuddytool.com, on its own behalf and on behalf of its affiliates and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the website, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, aibuddytool.com provides no warranty or undertaking, and makes no representation of any kind that the website will meet your requirements, achieve any intended results, be compatible or work with any other software, , systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected. + +Without limiting the foregoing, neither aibuddytool.com nor any aibuddytool.com's provider makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the website, or the information, content, and materials or products included thereon; (ii) that the website will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the website; or (iv) that the website, its servers, the content, or e-mails sent from or on behalf of aibuddytool.com are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components. + +Some jurisdictions do not allow the exclusion of or limitations on implied warranties or the limitations on the applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to you. + +## Limitation of Liability + +Notwithstanding any damages that you might incur, the entire liability of aibuddytool.com and any of its suppliers under any provision of this Agreement and your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by you for the website. + +To the maximum extent permitted by applicable law, in no event shall aibuddytool.com or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, for loss of data or other information, for business interruption, for personal injury, for loss of privacy arising out of or in any way related to the use of or inability to use the website, third-party software and/or third-party hardware used with the website, or otherwise in connection with any provision of this Agreement), even if aibuddytool.com or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose. + +Some states/jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. + +## Severability + +If any provision of this Agreement is held to be unenforceable or invalid, such provision will be changed and interpreted to accomplish the objectives of such provision to the greatest extent possible under applicable law and the remaining provisions will continue in full force and effect. + +This Agreement, together with the Privacy Policy and any other legal notices published by aibuddytool.com on the Services, shall constitute the entire agreement between you and aibuddytool.com concerning the Services. If any provision of this Agreement is deemed invalid by a court of competent jurisdiction, the invalidity of such provision shall not affect the validity of the remaining provisions of this Agreement, which shall remain in full force and effect. No waiver of any term of this Agreement shall be deemed a further or continuing waiver of such term or any other term, and aibuddytool.com."’s" failure to assert any right or provision under this Agreement shall not constitute a waiver of such right or provision. YOU AND aibuddytool.com AGREE THAT ANY CAUSE OF ACTION ARISING OUT OF OR RELATED TO THE SERVICES MUST COMMENCE WITHIN ONE (1) YEAR AFTER THE CAUSE OF ACTION ACCRUES. OTHERWISE, SUCH CAUSE OF ACTION IS PERMANENTLY BARRED. + +## Waiver + +Except as provided herein, the failure to exercise a right or to require performance of an obligation under this Agreement shall not effect a party's ability to exercise such right or require such performance at any time thereafter nor shall be the waiver of a breach constitute waiver of any subsequent breach. + +No failure to exercise, and no delay in exercising, on the part of either party, any right or any power under this Agreement shall operate as a waiver of that right or power. Nor shall any single or partial exercise of any right or power under this Agreement preclude further exercise of that or any other right granted herein. In the event of a conflict between this Agreement and any applicable purchase or other terms, the terms of this Agreement shall govern. + +## Amendments to this Agreement + +aibuddytool.com reserves the right, at its sole discretion, to modify or replace this Agreement at any time. If a revision is material we will provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion. +By continuing to access or use our website after any revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, you are no longer authorized to use aibuddytool.com. + +## Entire Agreement + +The Agreement constitutes the entire agreement between you and aibuddytool.com regarding your use of the website and supersedes all prior and contemporaneous written or oral agreements between you and aibuddytool.com. +You may be subject to additional terms and conditions that apply when you use or purchase other aibuddytool.com's services, which aibuddytool.com will provide to you at the time of such use or purchase. + +## Updates to Our Terms + +We may change our Service and policies, and we may need to make changes to these Terms so that they accurately reflect our Service and policies. Unless otherwise required by law, we will notify you (for example, through our Service) before we make changes to these Terms and give you an opportunity to review them before they go into effect. Then, if you continue to use the Service, you will be bound by the updated Terms. If you do not want to agree to these or any updated Terms, you can delete your account. + +## Intellectual Property + +The website and its entire contents, features and functionality (including but not limited to all information, software, text, displays, images, video and audio, and the design, selection and arrangement thereof), are owned by aibuddytool.com, its licensors or other providers of such material and are protected by Malaysia and international copyright, trademark, patent, trade secret and other intellectual property or proprietary rights laws. The material may not be copied, modified, reproduced, downloaded or distributed in any way, in whole or in part, without the express prior written permission of aibuddytool.com, unless and except as is expressly provided in these Terms & Conditions. Any unauthorized use of the material is prohibited. + +## Agreement to Arbitrate + +This section applies to any dispute EXCEPT IT DOESN’T INCLUDE A DISPUTE RELATING TO CLAIMS FOR INJUNCTIVE OR EQUITABLE RELIEF REGARDING THE ENFORCEMENT OR VALIDITY OF YOUR OR aibuddytool.com."’s" INTELLECTUAL PROPERTY RIGHTS. The term “dispute” means any dispute, action, or other controversy between you and aibuddytool.com concerning the Services or this agreement, whether in contract, warranty, tort, statute, regulation, ordinance, or any other legal or equitable basis. “Dispute” will be given the broadest possible meaning allowable under law. + +## Notice of Dispute + +In the event of a dispute, you or aibuddytool.com must give the other a Notice of Dispute, which is a written statement that sets forth the name, address, and contact information of the party giving it, the facts giving rise to the dispute, and the relief requested. You must send any Notice of Dispute via email to: support@aibuddytool.com. aibuddytool.com will send any Notice of Dispute to you by mail to your address if we have it, or otherwise to your email address. You and aibuddytool.com will attempt to resolve any dispute through informal negotiation within sixty (60) days from the date the Notice of Dispute is sent. After sixty (60) days, you or aibuddytool.com may commence arbitration. + +## Binding Arbitration + +If you and aibuddytool.com don’t resolve any dispute by informal negotiation, any other effort to resolve the dispute will be conducted exclusively by binding arbitration as described in this section. You are giving up the right to litigate (or participate in as a party or class member) all disputes in court before a judge or jury. The dispute shall be settled by binding arbitration in accordance with the commercial arbitration rules of the American Arbitration Association. Either party may seek any interim or preliminary injunctive relief from any court of competent jurisdiction, as necessary to protect the party’s rights or property pending the completion of arbitration. Any and all legal, accounting, and other costs, fees, and expenses incurred by the prevailing party shall be borne by the non-prevailing party. + +## Submissions and Privacy + +In the event that you submit or post any ideas, creative suggestions, designs, photographs, information, advertisements, data or proposals, including ideas for new or improved products, services, features, technologies or promotions, you expressly agree that such submissions will automatically be treated as non-confidential and non-proprietary and will become the sole property of aibuddytool.com without any compensation or credit to you whatsoever. aibuddytool.com and its affiliates shall have no obligations with respect to such submissions or posts and may use the ideas contained in such submissions or posts for any purposes in any medium in perpetuity, including, but not limited to, developing, manufacturing, and marketing products and services using such ideas. + +## Promotions + +aibuddytool.com may, from time to time, include contests, promotions, sweepstakes, or other activities (“Promotions”) that require you to submit material or information concerning yourself. Please note that all Promotions may be governed by separate rules that may contain certain eligibility requirements, such as restrictions as to age and geographic location. You are responsible to read all Promotions rules to determine whether or not you are eligible to participate. If you enter any Promotion, you agree to abide by and to comply with all Promotions Rules. + +Additional terms and conditions may apply to purchases of goods or services on or through the Services, which terms and conditions are made a part of this Agreement by this reference. + +## Typographical Errors + +In the event a product and/or service is listed at an incorrect price or with incorrect information due to typographical error, we shall have the right to refuse or cancel any orders placed for the product and/or service listed at the incorrect price. We shall have the right to refuse or cancel any such order whether or not the order has been confirmed and your credit card charged. If your credit card has already been charged for the purchase and your order is canceled, we shall immediately issue a credit to your credit card account or other payment account in the amount of the charge. + +## Miscellaneous + +If for any reason a court of competent jurisdiction finds any provision or portion of these Terms & Conditions to be unenforceable, the remainder of these Terms & Conditions will continue in full force and effect. Any waiver of any provision of these Terms & Conditions will be effective only if in writing and signed by an authorized representative of aibuddytool.com. aibuddytool.com will be entitled to injunctive or other equitable relief (without the obligations of posting any bond or surety) in the event of any breach or anticipatory breach by you. aibuddytool.com operates and controls the aibuddytool.com Service from its offices in Malaysia. The Service is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation. Accordingly, those persons who choose to access the aibuddytool.com Service from other locations do so on their own initiative and are solely responsible for compliance with local laws, if and to the extent local laws are applicable. These Terms & Conditions (which include and incorporate the aibuddytool.com Privacy Policy) contains the entire understanding, and supersedes all prior understandings, between you and aibuddytool.com concerning its subject matter, and cannot be changed or modified by you. The section headings used in this Agreement are for convenience only and will not be given any legal import. + +## Disclaimer + +aibuddytool.com is not responsible for any content, code or any other imprecision. + +aibuddytool.com does not provide warranties or guarantees. + +In no event shall aibuddytool.com be liable for any special, direct, indirect, consequential, or incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort, arising out of or in connection with the use of the Service or the contents of the Service. aibuddytool.com reserves the right to make additions, deletions, or modifications to the contents on the Service at any time without prior notice. + +The aibuddytool.com Service and its contents are provided "as is" and "as available" without any warranty or representations of any kind, whether express or implied. aibuddytool.com is a distributor and not a publisher of the content supplied by third parties; as such, aibuddytool.com exercises no editorial control over such content and makes no warranty or representation as to the accuracy, reliability or currency of any information, content, service or merchandise provided through or accessible via the aibuddytool.com Service. Without limiting the foregoing, aibuddytool.com specifically disclaims all warranties and representations in any content transmitted on or in connection with the aibuddytool.com Service or on sites that may appear as links on the aibuddytool.com Service, or in the products provided as a part of, or otherwise in connection with, the aibuddytool.com Service, including without limitation any warranties of merchantability, fitness for a particular purpose or non-infringement of third party rights. No oral advice or written information given by aibuddytool.com or any of its affiliates, employees, officers, directors, agents, or the like will create a warranty. Price and availability information is subject to change without notice. Without limiting the foregoing, aibuddytool.com does not warrant that the aibuddytool.com Service will be uninterrupted, uncorrupted, timely, or error-free. + +## Contact Us + +Don't hesitate to contact us if you have any questions. + +- Via Email: support@aibuddytool.com diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 48a2c60..537aab4 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -3,6 +3,10 @@ // Variables should follow the `$component-state-property-size` formula for // consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. +$font-family-sans-serif: "PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", + "Noto Color Emoji" !default; + // Color system // scss-docs-start gray-color-variables @@ -17,6 +21,7 @@ $gray-700: #495057; $gray-800: #343a40; $gray-900: #212529; $black: #000; + // scss-docs-end gray-color-variables // fusv-disable @@ -46,6 +51,12 @@ $yellow: #ffc107; $green: #198754; $teal: #20c997; $cyan: #0dcaf0; +$highlighter-yellow: #ccf62b; +$highlighter-pink: #ff90ea; +$highlighter-orange: #ff962a; +$highlighter-blue: #507fff; +$highlighter-purple: #952fff; + // scss-docs-end color-variables // scss-docs-start colors-map @@ -64,6 +75,11 @@ $colors: ( "white": $white, "gray": $gray-600, "gray-dark": $gray-800, + "highlighter-yellow": $highlighter-yellow, + "highlighter-pink": $highlighter-pink, + "highlighter-orange": $highlighter-orange, + "highlighter-blue": $highlighter-blue, + "highlighter-purple": $highlighter-purple, ); // scss-docs-end colors-map @@ -298,7 +314,7 @@ $cyans: ( // fusv-enable // scss-docs-start theme-color-variables -$primary: $blue; +$primary: $highlighter-blue; $secondary: $gray-600; $success: $green; $info: $cyan; @@ -310,7 +326,7 @@ $dark: $gray-900; // scss-docs-start theme-colors-map $theme-colors: ( - "primary": $primary, + "primary": $highlighter-purple, "secondary": $secondary, "success": $success, "info": $info, @@ -320,3 +336,15 @@ $theme-colors: ( "dark": $dark, ); // scss-docs-end theme-colors-map + +// Highlighter colors map +$highlighter-colors: ( + "highlighter-yellow": $highlighter-yellow, + "highlighter-pink": $highlighter-pink, + "highlighter-orange": $highlighter-orange, + "highlighter-blue": $highlighter-blue, + "highlighter-purple": $highlighter-purple, +); + +$theme-colors: map-merge($theme-colors, $highlighter-colors); +$link-color: $highlighter-purple; diff --git a/resources/sass/admin-app.scss b/resources/sass/app-admin.scss similarity index 100% rename from resources/sass/admin-app.scss rename to resources/sass/app-admin.scss diff --git a/resources/sass/app-front.scss b/resources/sass/app-front.scss new file mode 100644 index 0000000..830c684 --- /dev/null +++ b/resources/sass/app-front.scss @@ -0,0 +1,29 @@ +@import url(https://fonts.bunny.net/css?family=pt-sans:400,400i,700|black-ops-one:400|zilla-slab:400,700); + +@import "variables"; + +@import "~bootstrap/scss/bootstrap"; + +@import "~/bootstrap-icons/font/bootstrap-icons.css"; + +@import "../css/app-front.css"; + +.font-family-black-ops-one { + font-family: "Black Ops One", system-ui, -apple-system, "Segoe UI", Roboto, + "Helvetica Neue", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + +.font-family-zilla-slab { + font-family: "Zilla Slab", system-ui, -apple-system, "Segoe UI", Roboto, + "Helvetica Neue", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + +a { + text-decoration: none; + + &:hover { + text-decoration: underline; + } +} diff --git a/resources/sass/front-app.scss b/resources/sass/front-app.scss deleted file mode 100644 index 8417670..0000000 --- a/resources/sass/front-app.scss +++ /dev/null @@ -1,7 +0,0 @@ -@import "variables"; - -@import "~bootstrap/scss/bootstrap"; - -@import "~/bootstrap-icons/font/bootstrap-icons.css"; - -@import "../css/front-app.css"; diff --git a/resources/views/admin/about.blade.php b/resources/views/admin/about.blade.php index a64f960..0e2e39b 100644 --- a/resources/views/admin/about.blade.php +++ b/resources/views/admin/about.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('content') <div class="container-xl"> diff --git a/resources/views/admin/changelog.blade.php b/resources/views/admin/changelog.blade.php index 81e31f9..95720e2 100644 --- a/resources/views/admin/changelog.blade.php +++ b/resources/views/admin/changelog.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('content') <div class="container-xl"> diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index df436e4..6754bb5 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('custom_styles') @endsection diff --git a/resources/views/layouts/admin/app.blade.php b/resources/views/admin/layouts/app.blade.php similarity index 81% rename from resources/views/layouts/admin/app.blade.php rename to resources/views/admin/layouts/app.blade.php index fa257f0..ca71c1b 100644 --- a/resources/views/layouts/admin/app.blade.php +++ b/resources/views/admin/layouts/app.blade.php @@ -10,7 +10,7 @@ <meta name="csrf-token" content="{{ csrf_token() }}"> - @vite('resources/sass/admin-app.scss') + @vite('resources/sass/app-admin.scss') <!-- Custom styles for this Page--> @yield('custom_styles') @@ -23,9 +23,9 @@ - @include('layouts.admin.header') + @include('admin.layouts.header') - @include('layouts.admin.navigation') + @include('admin.layouts.navigation') </div> <div class="page-wrapper"> @@ -37,14 +37,14 @@ @yield('content') - @include('layouts.admin.footer') + @include('admin.layouts.footer') </div> </div> <!-- Core plugin JavaScript--> - @vite('resources/js/admin-app.js') + @vite('resources/js/app-admin.js') <!-- Page level custom scripts --> @yield('custom_scripts') diff --git a/resources/views/layouts/admin/footer.blade.php b/resources/views/admin/layouts/footer.blade.php similarity index 100% rename from resources/views/layouts/admin/footer.blade.php rename to resources/views/admin/layouts/footer.blade.php diff --git a/resources/views/layouts/admin/guest.blade.php b/resources/views/admin/layouts/guest.blade.php similarity index 90% rename from resources/views/layouts/admin/guest.blade.php rename to resources/views/admin/layouts/guest.blade.php index 519be0a..4f156a0 100644 --- a/resources/views/layouts/admin/guest.blade.php +++ b/resources/views/admin/layouts/guest.blade.php @@ -8,7 +8,7 @@ <meta name="description" content=""> <title>{{ config('app.name', 'Laravel') }} - @vite('resources/sass/admin-app.scss') + @vite('resources/sass/app-admin.scss') @@ -26,7 +26,7 @@ - @vite('resources/js/admin-app.js') + @vite('resources/js/app-admin.js') diff --git a/resources/views/layouts/admin/header.blade.php b/resources/views/admin/layouts/header.blade.php similarity index 100% rename from resources/views/layouts/admin/header.blade.php rename to resources/views/admin/layouts/header.blade.php diff --git a/resources/views/layouts/admin/navigation.blade.php b/resources/views/admin/layouts/navigation.blade.php similarity index 100% rename from resources/views/layouts/admin/navigation.blade.php rename to resources/views/admin/layouts/navigation.blade.php diff --git a/resources/views/admin/posts.blade.php b/resources/views/admin/posts.blade.php index df436e4..6754bb5 100644 --- a/resources/views/admin/posts.blade.php +++ b/resources/views/admin/posts.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('custom_styles') @endsection diff --git a/resources/views/admin/posts/manage.blade.php b/resources/views/admin/posts/manage.blade.php index 9274368..95df4ec 100644 --- a/resources/views/admin/posts/manage.blade.php +++ b/resources/views/admin/posts/manage.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('content')
diff --git a/resources/views/admin/posts/upsert.blade.php b/resources/views/admin/posts/upsert.blade.php index 1a64b42..d2e2d1e 100644 --- a/resources/views/admin/posts/upsert.blade.php +++ b/resources/views/admin/posts/upsert.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('content')
diff --git a/resources/views/admin/users/index.blade.php b/resources/views/admin/users/index.blade.php index d335154..b7b8021 100644 --- a/resources/views/admin/users/index.blade.php +++ b/resources/views/admin/users/index.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('content')
diff --git a/resources/views/auth/profile.blade.php b/resources/views/auth/profile.blade.php index 8c37c03..f167126 100644 --- a/resources/views/auth/profile.blade.php +++ b/resources/views/auth/profile.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('content')
diff --git a/resources/views/auth/verify.blade.php b/resources/views/auth/verify.blade.php index 8278ddb..eefd0a5 100644 --- a/resources/views/auth/verify.blade.php +++ b/resources/views/auth/verify.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.admin.app') +@extends('admin.layouts.app') @section('content')
diff --git a/resources/views/front/country.blade.php b/resources/views/front/country.blade.php index b070812..811add2 100644 --- a/resources/views/front/country.blade.php +++ b/resources/views/front/country.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.front.app') +@extends('front.layouts.app') @section('content')
diff --git a/resources/views/front/country_all.blade.php b/resources/views/front/country_all.blade.php index 6e576b3..390c926 100644 --- a/resources/views/front/country_all.blade.php +++ b/resources/views/front/country_all.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.front.app') +@extends('front.layouts.app') @section('content')
diff --git a/resources/views/front/country_category.blade.php b/resources/views/front/country_category.blade.php index 8fc71e5..247554c 100644 --- a/resources/views/front/country_category.blade.php +++ b/resources/views/front/country_category.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.front.app') +@extends('front.layouts.app') @section('content')
diff --git a/resources/views/front/discover.blade.php b/resources/views/front/discover.blade.php new file mode 100644 index 0000000..e78a4ca --- /dev/null +++ b/resources/views/front/discover.blade.php @@ -0,0 +1,47 @@ +@extends('front.layouts.app') + +@section('content') +
+ @include('front.partials.breadcrumbs') +

+ @if (!is_null($category)) + Discover {{ $category->name }} AI Tools Today + @else + Discover over {{ $tools_count }} AI Tools Today + @endif +

+
+ +
+ +
+
+

+ +

+
+
+ @foreach ($parent_categories as $parent_category) +

+ {{ $parent_category->name }} + {{ $parent_category->emoji }} +

+ @endforeach +
+
+
+
+ +
+ @for ($i = 1; $i <= 18; $i++) +
+ @include('front.partials.ai-tool-card') +
+ @endfor +
+
+@endsection diff --git a/resources/views/front/discover_category.blade.php b/resources/views/front/discover_category.blade.php new file mode 100644 index 0000000..c8e1d2a --- /dev/null +++ b/resources/views/front/discover_category.blade.php @@ -0,0 +1,7 @@ +@extends('front.layouts.app') + +@section('content') +

+ Discover Art AI Tools Today +

+@endsection diff --git a/resources/views/front/home.blade.php b/resources/views/front/home.blade.php index ebc50bd..8239f69 100644 --- a/resources/views/front/home.blade.php +++ b/resources/views/front/home.blade.php @@ -1,52 +1,51 @@ -@extends('layouts.front.app') +@extends('front.layouts.app') @section('content') -
-
-
-

Find the perfect AI tool for every task

-

Elevate productivity with XXX+ AI tools & growing 🚀

-
- -
-
-
-
-
- Explore AI Tools: - @for ($i = 1; $i <= 20; $i++) - Category - {{ $i }} - @endfor -
-
-

Latest AI Tools

-
+
+

+ Get the Right AI for Any Task +

+

Curating over 750+ AI tools and growing 🛠️

- @for ($i = 1; $i <= 8; $i++) -
-
- ... -
-

AI Tool {{ $i }}

-

Template Prompts is a private AI prompts library that allows templates so you can reuse - prompts acro..

-
-
+
+ +
+ + +
+
+ +
+ Filter by + @foreach ($top_parent_categories as $category) + {{ $category->name }} + {{ $category->emoji }} + @endforeach + and + {{ $non_top_parent_categories->count() }} more top categories! +
+ + +
+ + +
+

Featured AI Tools

+
+ @for ($i = 1; $i <= 18; $i++) +
+ @include('front.partials.ai-tool-card')
@endfor
- - - +
+ @endsection diff --git a/resources/views/layouts/front/app.blade.php b/resources/views/front/layouts/app.blade.php similarity index 86% rename from resources/views/layouts/front/app.blade.php rename to resources/views/front/layouts/app.blade.php index cde31b8..0a99e11 100644 --- a/resources/views/layouts/front/app.blade.php +++ b/resources/views/front/layouts/app.blade.php @@ -20,12 +20,12 @@ - @vite('resources/sass/front-app.scss') + @vite('resources/sass/app-front.scss') @yield('custom_styles') - @include('layouts.front.header') + @include('front.layouts.header') @@ -33,14 +33,14 @@ @include('googletagmanager::body') - @include('layouts.front.navigation') + @include('front.layouts.navigation') @yield('content') - @include('layouts.front.footer') + @include('front.layouts.footer') - @vite('resources/js/front-app.js') + @vite('resources/js/app-front.js') @yield('custom_scripts') diff --git a/resources/views/front/layouts/footer.blade.php b/resources/views/front/layouts/footer.blade.php new file mode 100644 index 0000000..d3ff111 --- /dev/null +++ b/resources/views/front/layouts/footer.blade.php @@ -0,0 +1,13 @@ +
+
+ +
+
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
+ +
+
+
diff --git a/resources/views/layouts/front/header.blade.php b/resources/views/front/layouts/header.blade.php similarity index 100% rename from resources/views/layouts/front/header.blade.php rename to resources/views/front/layouts/header.blade.php diff --git a/resources/views/front/layouts/navigation.blade.php b/resources/views/front/layouts/navigation.blade.php new file mode 100644 index 0000000..64ab789 --- /dev/null +++ b/resources/views/front/layouts/navigation.blade.php @@ -0,0 +1,12 @@ + diff --git a/resources/views/front/pages.blade.php b/resources/views/front/pages.blade.php new file mode 100644 index 0000000..75cd410 --- /dev/null +++ b/resources/views/front/pages.blade.php @@ -0,0 +1,13 @@ +@extends('front.layouts.app') + +@section('content') +
+

{{ $title }}

+

+ {{ $description }} +

+
+ {!! $content !!} +
+
+@endsection diff --git a/resources/views/front/partials/ai-tool-card.blade.php b/resources/views/front/partials/ai-tool-card.blade.php new file mode 100644 index 0000000..f1ee826 --- /dev/null +++ b/resources/views/front/partials/ai-tool-card.blade.php @@ -0,0 +1,22 @@ +
+
+ + + + +
+ +
+ +

Yada {{ $i }}

+
+

Rewin.ai is an AI tool that helps content creators generate unique and engaging scripts + for their chicken rice that is very tasty.

+ +
+ Light + +
+ +
+
diff --git a/resources/views/front/partials/breadcrumbs.blade.php b/resources/views/front/partials/breadcrumbs.blade.php new file mode 100644 index 0000000..81c3f75 --- /dev/null +++ b/resources/views/front/partials/breadcrumbs.blade.php @@ -0,0 +1,12 @@ + diff --git a/resources/views/front/post.blade.php b/resources/views/front/post.blade.php index bd90204..07fe587 100644 --- a/resources/views/front/post.blade.php +++ b/resources/views/front/post.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.front.app') +@extends('front.layouts.app') @section('content')
diff --git a/resources/views/layouts/front/footer.blade.php b/resources/views/layouts/front/footer.blade.php deleted file mode 100644 index 99405e0..0000000 --- a/resources/views/layouts/front/footer.blade.php +++ /dev/null @@ -1,22 +0,0 @@ -
-
- -
-

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.

- {{-- --}} -
-
-
diff --git a/resources/views/layouts/front/navigation.blade.php b/resources/views/layouts/front/navigation.blade.php deleted file mode 100644 index cc6eeac..0000000 --- a/resources/views/layouts/front/navigation.blade.php +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/routes/tests.php b/routes/tests.php index 265764b..5febfdb 100644 --- a/routes/tests.php +++ b/routes/tests.php @@ -1,7 +1,32 @@ id)->onQueue('default')->onConnection('default'); + + return 'ok'; +}); \ No newline at end of file diff --git a/routes/web.php b/routes/web.php index e524cbe..d25f593 100644 --- a/routes/web.php +++ b/routes/web.php @@ -41,12 +41,18 @@ Route::put('profile', [\App\Http\Controllers\Admin\ProfileController::class, 'update'])->name('profile.update'); }); -Route::get('/', [App\Http\Controllers\Front\HomeController::class, 'index'])->name('home'); +Route::get('/', [App\Http\Controllers\Front\FrontHomeController::class, 'index'])->name('front.home'); -// Route::get('/{country}', [App\Http\Controllers\Front\OldHomeController::class, 'country'])->name('home.country'); +Route::prefix('discover')->group(function () { -// Route::get('/{country}/posts', [App\Http\Controllers\Front\OldHomeController::class, 'all'])->name('home.country.posts'); + Route::get('/', [\App\Http\Controllers\Front\FrontDiscoverController::class, 'discover'])->name('front.discover.home'); -// Route::get('/{country}/posts/{post_slug}', [App\Http\Controllers\Front\OldHomeController::class, 'post'])->name('home.country.post'); + Route::get('/{category_slug}', [\App\Http\Controllers\Front\FrontDiscoverController::class, 'discover'])->name('front.discover.category'); -// Route::get('/{country}/{category}', [App\Http\Controllers\Front\OldHomeController::class, 'countryCategory'])->name('home.country.category'); +}); + +Route::get('/terms', [App\Http\Controllers\Front\FrontHomeController::class, 'terms'])->name('front.terms')->middleware('cacheResponse:2630000'); + +Route::get('/privacy', [App\Http\Controllers\Front\FrontHomeController::class, 'privacy'])->name('front.privacy')->middleware('cacheResponse:2630000'); + +Route::get('/disclaimer', [App\Http\Controllers\Front\FrontHomeController::class, 'disclaimer'])->name('front.disclaimer')->middleware('cacheResponse:2630000'); diff --git a/vite.config.js b/vite.config.js index 410b3d1..e8b92f8 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,10 +11,10 @@ export default defineConfig({ vue(), laravel({ input: [ - "resources/sass/admin-app.scss", - "resources/js/admin-app.js", - "resources/sass/front-app.scss", - "resources/js/front-app.js", + "resources/sass/app-front.scss", + "resources/js/app-front.js", + "resources/sass/app-front.scss", + "resources/js/app-frontå.js", ], refresh: true, }),